I’ve used Thunderbird since forever as my go-to client, I used mutt as well for a while and that met my needs pretty well.
I’ve used Thunderbird since forever as my go-to client, I used mutt as well for a while and that met my needs pretty well.
Was my first experience with source control, a bunch of Gary’s Mod mods were distributed that way, think I recall wiretool doing that, spacebuild was for sure, predated my work use by like 5ish years.
I didn’t hate it but definitely prefer git, but I’ll take literally anything over not having it,
Considering that is nearly exactly some of the answers I’ve received during the technical part of interviews for jr data eng, you’re probably not far off.
Shit I’ve seen solutions done up that look like that, fighting the optimiser every step (amongst other things)
Powershell, windows terminal and winget are all legitimately nice tools, powershell especially is just stupidly more powerful than it needs to be (and verb-noun syntax is great).
Found upgrades mildly annoying with GitLab, big reason I moved to Forgejo for my personal stuff. Far easier to setup and maintain for me, seems to be happy with caddy and runners are really easy to setup.
I’m not hosting for an entire org though, it’s just me and I keep all my selfhost stuff local only, so obviously YMMV.
I worked in primary metals for a while, core business applications still ran on mainframes, they had a project to move some of them to SAP that apparently had the same timelines as nuclear fusion (perpetually x years away).
I 50/50 helix at work, already my go to at home (though I still have codium for some stuff, don’t use it nearly as much.
Thanks for that, Bugdom also looks familiar!
Mine had a bunch of iMac g3s, eMacs came toward grade 8.
Games weren’t explicitly forbidden, just needed to finish work first, new Cross Country Canada, math circus and Oregon trail were the games I recall the most of. There was this one game though I can’t recall the name of but the concept was interesting, you played as a time travelling velociraptor and had to save dinosaur eggs from extinction, was like a 3rd person shooter, I have no idea why that was on school computers
Edit: was Nanosaur
In the distant year of 4122, a dinosaur species, Nanosaurs, rule the Earth. Their civilization originated from a group of human scientists who experimented with genetic engineering. Their experimentation led them to resurrect the extinct dinosaur species; however, their victory was short-lived, as a disastrous plague brought the end of their civilization itself. The few dinosaurs resurrected were lent an unusual amount of intelligence from their human creators, leaving them to expand on their growing civilization. However, as the Nanosaurs were the only species on Earth, inbreeding was the only possible choice of reproduction. This method largely affected the intelligence of the various offspring, and slowly began to pose a threat to their once-intelligent society.
The Nanosaur government offers a quest that involves time traveling into the year 65 million BC, where the five eggs of ancient dinosaur species must be retrieved and placed in a time portal leading to the present year. Their high-ranking agent, a brown Deinonychus Nanosaur, is chosen to participate in this mission. On the day of her mission, she is teleported to the past via a time machine in a Nanosaur laboratory.
Ducky has programmable keys FYI, while you don’t have dedicated media keys it’s really easy to bind media key macros, fn+pg up/down are volume, fn+end is pause etc on mine.
Razer keyboards I’d shy away from personally, found their build quality isn’t great, mice specifically, the ducky is more comfortable for me to use anyhow. My partner has a one 3 tkl in white with clears, I have a black one with browns (used blacks for years, prefer tactile+clicky after having used them).
Really liked Waves of Degradation from 2016, going to check this out!
Mass Effect is one that while every game is independent enough, I’d still say it’s best experienced as the trilogy. You will miss out on stuff in later games
Wrex apparently dies on Virmire if you don’t. My partner started at 2, that was her experience. She played me1 shortly after and yeah, was upset she’d missed out even though he’s not a companion in 2 or 3 outside of Citadel DLC.
Wrex is a solid character, Krogan story just wouldn’t be the same without him. If I recall he’s a part of the reason Mordin changes his view on the Genophage. If you betray the Krogan and pretend to cure it (which I’ve never done, nor will, there’s a limit to how I’ll play renegade), Wrex will see through the deceit, his brother won’t.
There’s also a small misc quest with a certain recurring character in 3 that has an ending idk I’ve ever seen before that requires you to have done certain things in ME1 and not got that person killed in ME2.
This is from a Zehrs, it’s Loblaws so not even remotely the cheapest place in town
With exchange, that pack of 30 organic eggs is ~11.90 USD. I usually just buy no name.
Shit, we have that “Memorial to the Victims of Communism” in Ottawa that got delayed because it had names of Waffen SS and Nazi collaborators on it. Department of heritage recommended removing 330 of the 553 names due to Nazi and fascist ties.
500ml of black tea is going to be maybe 100mg if we’re generous, no wonder!
300mg is a lot at once, you can get more than that drinking an extra large coffee, but that’s super variable, don’t know how accurate this is
people can easily go over the recommended limit (400mg a day I think)
Unironically yeah, sitting on the other side of the table it’s painfully obvious when people do resume projects. I’d rather talk to you about something you’re passionate about.
I have to wonder if some of it is comfort or familiarity, I had a negative reaction to python the first time I ever tried it for example, hated the indent syntax for whatever reason.
I’m fine with bash for ci/cd activities, for what you’re talking about I’d maybe use bash to control/schedule running of a script in something like python to query and push to an api but I do totally get using the tools you have available.
I use bash a lot for automation but PowerShell is really nice for tasks like this and has been available in linux for a while. Seen it deployed into production for more or less this task, grabbing data from a sql server table and passing to SharePoint. It’s more powerful than a shell language probably needs to be, but it’s legitimately one of the nicer products MS has done.
End of the day, use the right tool for the job at hand and be aware of risks. You can totally make web requests from sql server using ole automation procedures, set up a trigger to fire on update and send data to an api from a stored proc, if I recall there’s a reason they’re disabled by default (it’s been a very long time) but you can do it.
Yeah, been dealing with that a bunch lately too, I’ve started pushing them towards the documentation directly (though to be fair, sometimes that’s ass or nearly nonexistent) with some success.
Haven’t looked into it but do shops offer lube analysis services? Yeah you could send out your own sample to a lab, having it as a shop service would be way more accessible to people.
Though, in my experience, getting people to commit can be a pain, lots of “yeah I know we have a long p-f interval and it’s super noticeable before it functionally fails, but it’s not that much effort so I’m doing needless maintenance anyhow just in case”, which end of the day you do you.