gronjo45

joined 1 year ago
[–] [email protected] 6 points 1 month ago (7 children)

That sounds simple enough for me to remember! Focusing on being a better listener is what I should be working on.

But what if there are no immediate things to talk about? What if the conversation falls flat? Do you have a 3 strikes rule before you walk away from the interaction?

Maybe I’m getting too much in my head about things. Thanks for the reassurance 😊 This community always makes me feel more secure with some of my inner concerns about socializing and my perception in the eyes of others.

[–] [email protected] 7 points 1 month ago (1 children)

I relate to this viscerally. Throughout my life, the easiest way for me to genuinely connect with others has been through a setting where we don’t have in-person body language.

In real life I’ve usually been quite bubbly, but that’s because I’m usually quite happy and enjoy spreading positive energy. It’s much better to uplift others than to break them down.

My friend groups have ebbed and flown over the years, but ultimately something drives us apart. Most of the time I’m clueless as to why. I think it’s because people don’t want to hurt my feelings because I’m polite and they have a history with me, but don’t want to continue a friendship.

I prefer to slide in social situations where we are in a small group or one-on-one. It usually feels more substantive and brings people who don’t mind info-dumping, obsessions, and more often than not, they enjoy the impact of my neurotype on my personality. It’s not like people can’t enjoy my personality… Just a specific subset. However, I’ve never felt like I’ve truly belonged in any group either. Nerdy, but not in the archetype to where I fit in with a traditional nerd. Enjoy outdoor things, but not to the point where it defines my life, as I enjoy electronics, linguistics, and musicianship. Broad range of interests that are too esoteric can put people off from a lack of relatability.

Being German American with my heritage mostly detached, I’d say this is the case in both Germany and the US. I grew up teaching myself the language, and have held a semblance of being “German” as an ethnicity, but am very clearly culturally distinct from real German people. It’s weird to observe that both cultures forego their norms and cave into their humanity when it comes to socializing. All folks follow different strokes.

It just seems like whenever you want to put yourself out there, there’s some intangible barrier that blocks a true friendship from forming. Is it ineptness? Am I perceived as selfish by talking too much about an interest? What about the questions I ask? My responses… As I’ve gotten older I’ve cared far less about the opinions of others. But I’d be lying if I said I didn’t yearn for some form of involvement. Hope you feel okay. This community has made me feel far less alien than I ever have.

[–] [email protected] 4 points 4 months ago (5 children)

Amazing post! I’ve been wanting to do the same… Have you found a CLI .csv file editor? One of the points of friction for me is finding how to replace Excel’s functionality past Libreoffice. I’m more curious to see what that workflow can do when one uses no GUI whatsoever.

[–] [email protected] 2 points 4 months ago (1 children)

That’s fine, but I assume you mean that you’re not sure when to say something more substantive than a simple affirmation that you’re following along. A couple of other tips I’ve picked up that help with this:

After implementing what you've said in the past couple of my interactions, I noticed that people were more likely to smile and attentively listen after they've shared something themselves. Eliciting that initial interest from the other person removed a lot of the awkward silences, as it was filled with them talking more than myself. As I've been focusing more on what the person emphasizes, I'm able to find out more about what excites them to talk about, so I'm able to draw more attention to their interests and make them feel heard. Very good advice here.

Generally try to ask open ended questions rather than yes/no questions. And remember my first tips that the question you ask is also a way of conveying where you want the conversation to go. So if you don’t want to talk about your own parents, maybe it’s better to ask about the beach. And don’t be afraid to say “me too” and then if they say something like “really?” then it’s your turn to talk for a bit as you relate the thing you have in common with them.

To solidify this advice... Are there any "baskets" that questions generally could be sorted into? The open-ended type sometimes falls flat if I ask it from the "wrong" basket. Exactly as you mentioned with not wanting to talk about your own parents, but asking about them anyways and then not having much to say directly afterwards. Not to neg on details, but would it be unhealthy to think a certain amount of steps "ahead" in a conversation? This has been on my mind lately, but I'm not sure how to describe it other than I'd like to engage the person and get them to think about things rather than be a captive listener or have them monologue about themselves.

I feel like I don't understand eye contact or body language too well. We all know the awkward feeling of seeing someone far away in a hallway. I've never quite got this one down... If I know the person, it's usually okay to make some strange handmotions and tease a bit as you get closer. But sometimes, I can tell the other person doesn't want to look at me, but will raise their head to say hi as we are within 5 ish feet of each other. A strange autistic detail, but I just want to be more charismatic in general, and appreciate you taking the time to write these comments!

[–] [email protected] 1 points 4 months ago

Just cross posted! Hopefully that will get this idea more engagement.

[–] [email protected] 1 points 4 months ago

Will do! Send me a DM if you’re interested in having a quick chat.

[–] [email protected] 4 points 4 months ago (3 children)

This is great advice! I'll try to implement it over the next couple of times I'm chatting with these same people. Oftentimes, I find it hard to gauge what the other person might "want" to talk about. This can be challenging with people who are more shy or not necessarily big conversationalists from what I've experienced.

My follow-up would be... How do you engage in a dialogue? Do you adhere to any principles as to how long you are talking, the uniqueness of words that you use to describe your ideas...? How do you balance what you're going to say with active listening? Because sometimes I feel like I attentively listen TOO much, and I'm just there nodding and dispensing a digitized voice-line of "wow!" "awesome" "fun" "cool" "Oh that's interesting" and so forth...

[–] [email protected] 1 points 8 months ago (1 children)

Amazing dumpster find! How long did it take you to fix?

[–] [email protected] 1 points 9 months ago (1 children)

Thanks for the code example. I tried going through web3 awhile back with HTML, but need to go through at least 60% more of the course and examples they provided on the website.

I'm a bit confused on what a server is, past "someone else's computer" or "another computer" or "a machine elsewhere that is able to take and receive requests". When you write a "GET" request, is this pulling from another file on your machine locally, but still using the HTML framework and WASM to have "Piece of code 1" talk to "Piece of code 2"? And this all happens locally on the same machine you're using?

Currently I'm using the Kate IDE editor since Neovim made me hurl my lunch. Spyder was what I used for Python, but it can't be used with more than one language unfortunately. I'd assume programs with functions provided by Electron are able to cache what they retrieve... Is the "server" downloaded alongside the application, therefore not requiring WiFi connection to use the application?

Hope my questions aren't too out in left-field and thanks again for your response!

[–] [email protected] 2 points 9 months ago

Definitely will, I appreciate the support :) I'll hop onto the Rust form after I've read the book with some questions.

[–] [email protected] 2 points 9 months ago (1 children)

That looks like a helpful guide to go through as well. I'm not too familiar with compiling/building/making (only the general notions)... In the past, I've abandoned programming projects because I got bogged down in the semantics of the documentation.

Should I stick to drawing high-level flowcharts pursuing a "make this" Occam's Razor type philosophy and just condition myself to abandon unnecessary pedantic details? Just trying to make sure I follow through with my programming project this time instead of getting overwhelmed!

[–] [email protected] 2 points 9 months ago (5 children)

I've had murmurs of Rust throughout my time here... I'll give it a try and attempt to make a barebones application with buttons.

Once I've either failed catastrophically or have created something to be reviewed, I'll report back.

Thanks!

 

Hey everyone, I've been searching for a bit on getting local LLM inference to process legal paperwork (I am not a lawyer, I just have trouble through large documents to figure out my rights). This would help me have conversations with my landlord and various other people who will withhold crucial information such as your rights during a unit inspection or accuse you of things you did not etc.

Given that there are 1000s of pre-trained models, would it be better to train a small model myself on an RTX 4090 or a Daisy chain of other GPUs? Is there a legal archive somewhere that I'm just not seeing or where should I direct my energy? I think lots of us could benefit from a pocket law reference that can serve as an aid to see what to do next.

 

After chatting with some of you on this forum and seeing that we all are on Lemmy rather than Reddit, I think it would be a good idea for us to have some study groups to improve our technological literacy and competency.

During my time on Lemmy, I've been able to increase my digital literacy and overall knowledge surrounding my system. I've loved the nearly endless rabbit holes Wikipedia has pulled me into, as well as the resulting happiness that comes from finally fixing a broken Linux system or piece of technology.

But what exactly does technological literacy encompass, one might ask? I'd like to illustrate via anecdote. When I first got into Linux, I was told to "Get a terminal emulator to SSH into the HPC so that you can run computational jobs". To most of you this sentence is completely normal, but to my unconditioned mind, I felt like a big bright light was flashed before my eyes while my PI spoke martian to me. After the initial disorientation, I downloaded what I thought was my only option for a terminal emulator (MobaXTerm), and found myself sitting in front of a pitch black terminal screen with a blinking prompt. Not knowing what a host was, how to manage a network, any Linux commands (coreutil, never heard of her...), or really do anything past opening up WoW and Google Docs. The only things more advanced than the plug and play Google/Microsoft software solutions I'd use, was my botched LaTeX setup. I used it to typeset math equations for my students, homework, and lab reports from how much faster I could type in the TeX format than click on every Greek letter/symbol I needed. Overall, it really messed with my ability to do the research I was tasked to do. I was supposed to learn how to use Vim as my IDE when the only IDE I had ever worked in was Spyder from Anaconda! VSCodium, CodeBlocks, Emacs, etc, I did not know that any of these existed.

Needless to say, this was extremely discouraging to be thrown head first into a difficult scenario with very little assistance whilst trying to juggle coursework and outside responsibilities. Humble beginnings reinforced in me that if I experimented with my computer and messed up on the OS side, that I'd brick my hardware and have some variation of Homer Simpson holding up the "So you Broke the Family Computer" book.

I'm sure that we all come from varying origins of computer literacy, which IthinkI've proposed a couple of possible areas of study, that we could set up in small or large groups depending on interest. The frequency, literature references (textbooks, white papers, blogs, forums, etc.), and the project goal (could be concrete or abstract) should be drawn up and worked towards to keep the topic focused. I've come up with a couple of fields for us to start with, feel free to add to the list or modify what I've written.

  1. Cryptography with a rigorous mathematical foundation applied to both classical and quantum computing paradigms (AES, RSA, Hash functions deeper than just the surface, information theory (We love our boy Claude Shannon), Cryptographic primitives, Shor's Algorithm, etc.)
  2. A hardware agnostic study of firmware (What are some unifying principles about firmware that can empower the user to understand why certain aspects of the device are not functioning)
  3. Hardware architectures (GPU, NPU, TPU, CPU, RAM, DIMM)
  4. Form factors (How geometry can impose certain design decisions, and so forth
  5. Fundamentals from First Principles, i.e condensed matter physics theories to understand the classical computing systems. The group can also choose to segwey into topological states of matter (Dirac fermions, Weyl semimetals, Mott insulators, and a myriad of other cool matter states that aren't really discussed outside of physics / graduate engineering classes) Qubits (Bloch sphere representations) and loads of other things that I'm sure exist but am unaware of.
  6. LLM Inference technology and how it can be applied to case law, accounting, stocks, and various other fields where the solution to the problem lay somewhere in an encoded technical language.

I'd like to begin the discussion with this as our starting framework, does anyone have any interest in the topics listed above or suggestions for other subjects? How should we manage these groups? Should we add some chats to the Matrix instance?

 

Hey everyone, I'm still pretty new to using my GrapheneOS phone and have been slowly transitioning to a more privacy oriented technology lineup than I previously did.

I searched for clients on Google and found "Total Adblock", "Adblock", and "Adblock Plus" but I'm not quite sure how to audit an adblocker for security flaws or malicious intent. I also would prefer to install apps through the F-Droid store and learn how to compile from source code on mobile (if that's possible on GrapheneOS or if that's even something desirable)

Thanks for any help! Been lurking a lot on Lemmy and have really enjoyed the energy in the community. Definitely has made learning Linux and the countless times I've had to fix my Arch system much more enjoyable. GrapheneOS has been quite stable too other than the phone having interfacing problems with my cellular provider's network...

 

This week I finished setting up Arch Linux (It felt so good to nuke Windows 11 off my laptop!) and GrapheneOS for my new Pixel phone.

I am interested in getting a NAS for multiple purposes such as accessing files, hosting a small website, and to upload security camera footage to name a few.

Is there a particular brand to buy? I'm basically illiterate when it comes to networks aside from what an IP is and what DNS is. Any suggestions for books and reading material is greatly appreciated. It feels liberating to know more than I did before with tech!

 

I have tried to learn Linux for ages, and have experimented with installing Arch and Ubuntu. Usually something goes wrong when I try to set up a desktop environment after installing Arch in VirtualBox. KDE gave me a problem where I couldn't log in after getting to the point where my username was displayed in a similar format to how it is for Windows. My end use case is to help keep my workflow more organized than haphazardly throwing files somewhere on my desktop or in a folder nested somewhere that I'll just inevitably lose :(

Somehow after all this time, I feel like I actually understand less about my computer and what I need to understand regarding its facets. Is it an unrealistic goal to want to eventually run a computer with coreboot and a more cybersecurity heavy emphasis? I'm still a noob at this and any advice would be appreciated!

view more: ‹ prev next ›