I turn it off every night when I’m done. It boots quickly and I mostly just use it for the web browser and steam.
My work computer (Mac) I put to sleep because I don’t always want to open all the terminals and IDE and such every time.
I turn it off every night when I’m done. It boots quickly and I mostly just use it for the web browser and steam.
My work computer (Mac) I put to sleep because I don’t always want to open all the terminals and IDE and such every time.
Nvidia 4070 super.
I don’t remember the other details off the top of my head. Discord had me run sudo apt install linux-image-oem-24.04b
and that fixed the Ethernet. They didn’t really explain details, though. Maybe there were more things to do, but I didn’t get more responses so I was on my own.
I think people over value emotions, but I realize I’m part of people too and it happens to me. Emotions are a fast heuristic but they’re not very inaccurate. They’re good for when speed is important, or when more information isn’t available. Neither is true on an async post about Linux. But yes, I can be dismissive of emotions but it’s something I’m working on.
I’ve seen too many people make strange, unhelpful, decisions because like “someone told me to do something and now I won’t” or “that guy was rude so I’m not going to listen”. That’s what your post felt like to me. (Note the emotional dimension there, heh)
Like, imagine a friend who always forgets their plans, is late, and double books themselves. You probably can’t just be like “use a calendar, dude”. You probably have to gently massage them and incept the idea. If you just tell them, they’ll feel bad, reject the idea, and continue having problems. (In real life, some months later the friend did come around to using a calendar, but only after uselessly wrestling with feeling bad)
So far this has been the smoothest installation of a Linux OS I have ever done.
Envy. I tried to install mint last night on a new computer, and it was a shit show.
I did learn you can tether your phone via USB, so I got Internet that way. That was cool.
But after I got Internet working, with help from discord, elden ring and Baldur’s gate 3 both failed to launch in different ways.
I gave up. Windows11 is horrible, but at least those things work.
I’m on Mint. It only offered up to version 550 and veilguard needed 565, if I recall
https://forums.linuxmint.com/viewtopic.php?t=433321 was more or less my problem.
I could only find “beta” drivers that were new enough to run Veilguard, which was annoying. I had to add some other ppa thing. Not a big deal, but would scare off some users.
Yeah we finally set up a workflow where we get production data available in a staging environment. This has saved a lot of trouble via “well it worked on my local where there were 100 records, but prod has 1037492 and it does not”
You did come off as someone who reacts only on emotion, since that’s all that was visible in your previous post.
Being put off by the delivery of information is not typically a good reason to dismiss it. If someone says to you “3 is a prime number you donkey” you’re hopefully not going to reject that because they were rude. I mean, we all do that to some extent, but it’s a pretty sloppy shortcut.
I switched to linux because Windows10 is going EoL, and my hardware is ineligible for Windows11. It’s been fine, once I got it set up. There wasn’t any single thing that pushed me over the edge. I just had a free weekend and I knew I had to do it eventually.
I really wanted the install to be smooth so I could tell everyone how great it was. It was not. Somehow it borked itself, and I couldn’t boot from the usb stick a 2nd time until after I manually edited a file on it. Then installer hung on the last step, and I couldn’t find any answers other than “Use the previous LTS”. At least that worked.
I always find it puzzling when adults act like “You told me to do a thing so now I don’t want to do it” or “You said a thing that’s true, but in a way that made me feel bad so I refuse to accept it”. What’s going on in there?
Related question, do you think in words or feelings? Some people have a whole inner monologue, and some people do not. Some people think in pictures, or just wordless impulses.
The other day I was updating something and a test failed. I looked at it and saw I had written it, and left a comment that said like “{Coworker} says this test case is important”. Welp. He was right. Was a subtle wrong that could’ve gone out to customers, but the wrong stayed just on my local thanks to that test.
I would have questions about how they work with a team and structure.
Are they going to be okay with planning work out two weeks ahead? Sometimes hobbyists do like 80% of a task and then wander off (it’s me with some of my hobbies).
Are they going to be okay following existing code standards? I don’t want to deal with someone coming in and trying to relitigate line lengths or other formatting stuff, or someone who’s going to reject the idea of standards altogether.
Are they going to be okay giving and getting feedback from peers? Sometimes code review can be hard for people. I recently had a whole snafu at work where someone was trying to extend some existing code into something it wasn’t meant to do*, and he got really upset when the PR was rejected.
Do they write tests? Good ones? I feel like a lot of self taught hobbyists don’t. A lot of professionals don’t. I don’t want to deal with someone’s 4000 line endpoint that has no tests but “just works see I manually tested it”
I’ve definitely had some coworkers that in retrospect we should not have hired. But I’ve also had people I was iffy on that turned out great. Hiring is hard.
My understanding is XFCE is lighter weight and simpler. Little to no animations, for example.
I am extremely basic and I’m using the XFCE that came with Linux mint. I don’t need anything fancy.
but I’m pretty convinced that Linux is not close to being ready for normies.
Yeah. I consider myself somewhat tech savvy (I do software development for work) and I had a really bad time installing mint on my desktop. I got it to work after a day but that was far more than a casually interested person would put up with.
Snake case, usually. Some perhaps unfounded fear that something will blow up on a dash in a file name kicking around. Or I’ll do a weird typo/premature enter and part of the file name will be treated like a -flag of some sort.
I usually squash my local into a single commit, then rebase it onto the head of main. Tends to be simpler
I’ve never had a complaint about logging stuff in python. It generally does what I expect.
“Create a copy of your object and print that” is what I ended up doing, but I don’t think most people would say that’s intuitive. I expect if i print something at a particular time, I get what it is at that point in time.
Windows sure is bad, though I haven’t seen an actual blue-screen in years. That’s some foul luck.