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.
I’m reminded of an old job’s database where every key was named “id_foo” instead of “foo_id”
You didn’t have user_id. You had id_user. You didn’t have project_id, you had id_project. Most of the time, anyway. It was weird and no one could remember why it was like that. (Also changes to the DB were kind of just yolo, there wasn’t like a list of migrations or anything)
At my job, me and another guy were given stuff to work on. But unknown to product, there’s a lot of shared code there.
In my imagination, it should be someone’s job to coordinate this. Instead, I finished a chunk of mine, he finished a chunk of his, and then there was confusion. Maybe that’s just a technical team lead’s job.
Conservatism is generally a worthless ideology that makes the world worse, so I don’t feel a desire to spend more time with it. We don’t need to debate “what if women don’t have rights”, “what if gay stuff is illegal?”, “what if you had to pay for health care so if you were poor you’d just die?” or whatever.
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.
…what do you mean by using dev containers? Are your people doing development on their host machine?
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.
It would never even occur to me to eat at fast food (unless you count like the pizza by the slice place on the corner).
I just feel so alienated from everyone else sometimes. Just… The food isn’t good, isn’t good for you, isn’t cheap, isn’t fast. The org isn’t environmentally or politically friendly. Just stop eating there. Be mildly inconvenienced if you have to.
But I guess that will slam right into the constant problem of “someone feels bad and now they’re not going to listen”
I’ve been on Linux Mint for the past several months and I think I’ve needed the terminal twice?
Once I couldn’t find a GUI option to adjust the brightness/gamma, but searching found me the terminal command so I just used that.
More recently I needed newer Nvidia drivers than were available by default, so I had to add a new PPA thing. We’ll find out later today if I’m going to regret that.
I imagine you’d either have no phone, or one of those prepaid with cash ones. You could also probably turn off the cell parts and only use wifi
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”
Several times I’ve set the max warnings to whatever the current warning count is, and then decreased that over time.