I’m just a nerd girl.
- 6 Posts
- 53 Comments
There’s always the old piece of wisdom from the Unix jungle: “If you write a complex shellscript, sooner or later you’ll wish you wrote it in a real programming language.”
I wrote a huge PowerShell script over the past few years. I was like “Ooh, guess this is a resume item if anyone asks me if I know PowerShell.” …around the beginning of the year I rewrote the bloody thing in Python and I have zero regrets. It’s no longer a Big Mush of Stuff That Does a Thing. It’s got object orientation now. Design patterns. Things in independent units. Shit like that.
Yup, the bottom line is, there was this dude who, upon buying a website, fucked it up.
Upon attaining unprecedented government position, he got access to government systems, and fucked them up.
Did anyone vote for this? No, no one voted for this. Were there supposed to be checks and balances to stop this from happening? Well, theoretically, maybe, but, urgh, the Founding Fathers didn’t expect anyone to unleash the Ultimate Idiot on crucial data infrastructure.
When Elon bought Twitter, I realised right away I’d need to close my account.
What made me hurry up exporting my data and closing the account were the reports of Elon Musk personally fucking with the systems, and the subsequent glitches and outages. Had to get it done while the site was still moderately functional.
And they just let this guy get his hands on actually important national computer infrastructure? Fucking hell.
Whenever Elon speaks of programming, he just spouts the most delusional Point-Haired Boss bullshit imaginable. Truly, he has been promoted to the level of his incompetence.
(It is also highly ironic considering the Dilbert creator’s politics.)
I’m doing my part of adding Project Gutenberg books I read on Bookwyrm, with links to the PG pages. If you can’t find them on Bookwyrm, just add a new edition manually.
Years ago I added the PG editions and the links to Goodreads too, but they removed the link field from the books entirely, those Amazon bastards.
I don’t really watch Star Wars. I’m a more of a Trekkie gal.
🖖
See, you can separate files both ways as long as it’s logical
Well, some browsers have made User-Agent strings useless. Technically, it’s like this:
Firefox: “Mozilla based browser, Gecko engine, Firefox.”
Chromium: “We’re totally a Mozilla based browser we swear. Also KHTML, which is like Gecko basically. I guess also a bit like WebKit. Has anyone ever heard of those? No? OK. Fine, here’s some actual information then…”
I once read about Andy Warhol’s film Empire and thought it could form a decent stylistic background for a movie about your average programmer’s work day.
One continuous 8 hour shot of a programmer sitting by a computer, slowly scrolling through a code, pausing for a long time to stare at particular sections, and occasionally saying “why the fuck doesn’t this work?”
- Yes
- Yes, and also delete Electron
- That, and also make me forget I ever even heard about Electron in the first place
Choosing to not use something is not a good way to learn how to use it.
In this particular instance, the lesson is to either a) use the provided database tools (e.g.
pg_dumpall
) for live backup, or b) bring the database cluster down before you backup the raw data folder.
I was politically ambivalent as a young voter.
Now, I’m pretty much convinced the rich people (and the parties that represent them) are just out there to screw everyone else over. And every single year just adds more evidence to the pile.
I don’t think there is any conceivable scenario in which anyone can convince me that free market will magically fix all problems. It’s nonsense.
Yeah, I was about to say.
Perl 5 is like Esperanto: borrowed neat features from many languages, somehow kinda vaguely making a bit of sense. Enjoyed some popularity back in the day but is kind of niche nowadays.
PHP is like Volapük: same deal, but without the linguistic competence and failing miserably at being consistent.
Raku (Perl 6) is like Esperanto reformation efforts: Noble and interesting scholarly pursuits, with dozens of fans around the multiverse.
Gotcha. Summary:
Group name: Some shit that 12-year-olds would be embarrassed to use as a gang name, but surprise, the guy who came up with this shit was 60+ or something
Ideology: The same ol’ shit, you’ve heard it all before
Identifiers: Well, this kind of shit, they kind of stick out from the crowd
What to do: The usual
Rose@lemmy.worldto Programmer Humor@programming.dev•My friend suggested I use different names for variables..3·10 个月前This is a very cute thread. I love turtles and I like them for their vast computer science skills too.
Rose@lemmy.worldOPto Programmer Humor@programming.dev•Just browsing my photos from 10 years ago. I was amused when I browsed the university library computer science artificial intelligence shelf. ...I sometimes wish AI had stayed at this level.4·10 个月前I’m in middle of a Rust module of a course, so I’ll do some Programmer Friendly Error Messages:
Line 10: You do not need to dimension a dimensionless variable such as a standalone string variable. (This ain’t Visual Basic.)
Line 20: input doesn’t do parentheses, sorry
Line 20: Input accepts a string: Perhaps you meant?
Line 30: Concatenation is too modern, perhaps instead of + you meant ; just saying?
Line 40: Invalid syntax withplay
, maybe you meantplay "g3c4e4"
?
Rose@lemmy.worldOPto Programmer Humor@programming.dev•Just browsing my photos from 10 years ago. I was amused when I browsed the university library computer science artificial intelligence shelf. ...I sometimes wish AI had stayed at this level.3·10 个月前Well they train me in JavaScript frameworks and such. I allege this knowledge will be useless in a few decades. Or even less so, based on my meagre knowledge so far.
Rose@lemmy.worldOPto Programmer Humor@programming.dev•Just browsing my photos from 10 years ago. I was amused when I browsed the university library computer science artificial intelligence shelf. ...I sometimes wish AI had stayed at this level.15·10 个月前I’m literally on an internship training course where the Exercises Left For The Readers are implementing Number Guessing Games on the various technologies talked about on the course. I’m like “thanks, but I read about this particular exercise extensively the BASIC age. I’m not going to redo these things unless your training material will have little cartoon robots. Like, you know, in the Usborne books or something.”
Rose@lemmy.worldOPto Programmer Humor@programming.dev•Just browsing my photos from 10 years ago. I was amused when I browsed the university library computer science artificial intelligence shelf. ...I sometimes wish AI had stayed at this level.32·10 个月前The font is Revue! People often say that their first love-hate font was Comic Sans - well, this was the first font I thought was pretty damn cool and I saw it getting run to the ground with overuse in early 1990s. It was pretty much in half of the ads in early 1990s. (My theory: It was bundled with a popular graphic design passion package / clipart bundle, Arts & Letters, and everyone made their ads with it. I can’t wait for the day when I finally get arsed to install Windows 3.0 environment and my copy of Arts & Letters and prove the doubters wrong)
I half expected the first comment about the font to be about The Room to be honest.
Rose@lemmy.worldOPto Programmer Humor@programming.dev•Just browsing my photos from 10 years ago. I was amused when I browsed the university library computer science artificial intelligence shelf. ...I sometimes wish AI had stayed at this level.37·10 个月前Sorry for the potato photograph, my phone was a potato, I was a student after all
Well, sure, with an image classifier, the bird identification is doable. I’m sure I could implement that if I went looking for some open source thingamabob that does that. But it’s still not something I could actually understand. That part definitely hasn’t changed over the years.