I’ve written Go code; they were right to fear.
I’ve written Go code; they were right to fear.
I wrote a powershell script to parse some json config to drive it’s automation. I was delighted to discover the built-in powershell ConvertFrom-Json command accepts json with //
comments as .jsonc files. So my config files get to be commented.
I hope the programmer(s) who thought to include that find cash laying in the streets everyday and that they never lose socks in the dryer.
Seeing this actually sent a small wave of dread through my body
Interesting, I’d tend to demote the initialism, ie topSecretFbiFiles.tar.gz
What’s with the downvotes on a silly joke? Is the Linux kernel team on Lemmy?
That’s why Rust had to be developed! Oxidize all those computers and stuff back to nature.
To be fair, this is also how VS looks when you open a project fresh from the clone. Or after updating .net versions. .NET is awful about losing references and then claiming thousands of errors. Sometimes just running the build will fix it by relinking the DLLs it couldn’t find.
But also yes, VS with a team can be “fun” if people don’t sync their formatting settings. I once had a junior that kept converting spaces to tabs on every file he’d touch. You’d get it fixed and then he’d screw up his settings again with a VS update or something.
I should get to work on my opus, “Dirty Code”
Inside I’ll reveal all my secrets like: not writing tests, not documenting anything, putting the whole app into a single python file, object-disoriented relational mapping, obscure SQL tricks, unobscure no-sql tricks, and more!
It never bothered me in Source games, but I don’t really care for it as a mechanic. Specifically in Half-Life, I don’t like how it overlaps with long jumping either. (Jump then crouch to crouch jump, crouch then jump to long jump.)
But I wouldn’t want it in other games because manteling is a superior mechanic. Mantelling is usually when you can hold down the jump key close to a ledge to grab it and pull yourself up, rather than jumping. In most games that have it, mantelling into a smaller space (a vent or pjpe) auto-crouches as you enter.
It allows for making longer jumps, exciting last moment saves, pulling yourself up into small spaces, simpler climbing mechanics, and more. It’s just a better, more intuitive mechanic that replaces long jumps and crouch jumps and requires no extra key presses.
I had a DVD box set in my wishlist for a while. It was “50%” off during the sale, but I think the price actually went up by about $10. I did still snag a bunch of movies for under $20 each, which at least feels like a good price.
Absolutely. Pandemic “inflation” threw all kinds of prices too high and nothing is coming back down because most industries are so small that they’re all essentially oligarchies now.
I am dead certain that the pandemic has actually put the US into a hard recession which the Fed has been covering up with various tricks. I’m pretty sure that after the presidential election, whichever way it goes, the economy is going to tank.
I can pretty rarely get under $30 for just myself ($50 for two i consider quite the deal now) and we live in a city with many options, and most places i would order from are about a 10 minute drive. I’m not saying it’s right or good, just that the prices you see are in line with what I’ve been seeing. Food is quite a bit more expensive right now.
I made a static site with Hexo a few years back. I thankfully didn’t make any “Get started with Hexo” posts but I did only really use it for a few months. I think that puts me in the cluster with the “switch from Jekyll to Hugo” people. Now it just sits there, absorbing some money every two years for the “personal website tax”.
Shame too, I constantly think I need to get back to it. Hexo is nice, popular with Chinese users I think. I don’t recall now why I liked it over Jekyll or Hugo, but I’ve always loved an underdog. Once I got the hang of using it, it was very customizable and fun to work with.
Oh is this why Biden is suddenly cracking down on immigration and wanting to build the wall too? I had assumed it was just blatant appeals to the right.
This. I mean the smoke-life tattoos, the joke that she’s “smoking hot”, the very idea of a 4-5 pack a day fitness instructor being absurd. As a person, she sounds unbearable but 10/10 as a comedy bit.
I’m thinking “Smoke Yoga” for a follow-up skit, legs behind her head with a cig held in her toes (get that feet weirdos demographic too).
As a senior at my last big company job, basically all I did was conduct meetings and do PRs. It’s such a grind.
My opinion now is that most PR is worthless anyway. Most people give, at best, a superficial skim for typos, lack of comments, or other low-hanging replies (that usually, really, a static checker or linter should be dealing with).
Reading the code base in little chunks like that doesn’t give you proper context for the changes you’re reading. Automated unit and integration tests would be better for catching issues like that, but of course then who is reviewing and verifying the tests? Who’s writing them for that matter?
Ideally, pair-programming or having extra people on projects to create knowledge redundancy would help. But companies want to replace juniors with AI now, so that’s not looking good. Senior devs and architects might know the major pieces of much of the code, but can they “load it into working memory” sufficiently to do a quality PR that will catch something the tests didn’t and QA wouldn’t? Not in my experience.
I think the best actually-implementable solution for most teams is to get rid of PR expectations and take a multi-pronged approach to replacing that process.
You mean, it’s all Electron? 🌍👨🚀🔫👩🚀
Wibbly-wobbly nerky-networky things
This is why I stick to Rust. The gender affirming surgery takes some getting used to, but at least I have both legs.
I came into the industry right when XML fever had peaked as was beginning to fall back. But in MS land, it never really went away, just being slowly cannibalize by JSON.
You’re right though, there was some cool stuff being done with xml when it was assumed that it would be the future of all data formats. Being able to apply standard tools like XLT transforms, XSS styling, schemas to validate, and XPath to search/query and you had some very powerful generic tools.
JSON has barely caught up to that with schemes and transforms. JQ lets you query json but I don’t really find it more readable or usable than XPath. I’m sure something like XLT exists, but there’s no standardization or attempt to rally around shared tools like with XML.
That to me is the saddest thing. VC/MBA-backed companies have driven everyone into the worst cases of NIHS ever. Now there’s no standards, no attempts to share work or unify around reliable technology. Its every company for themselves and getting other people suckered into using (and freely maintaining) your tools as a prelude to locking them into your ecosystem is the norm now.