Same. No wonder I’m burnt out. The human brain can only handle so many screens at the same time :/
- 0 Posts
- 57 Comments
Hmmm yeah. But most of it lives in an automatic cloud backup as well… Photos, important documents, game saves, programming projects. I’ve lost drives before and apart from one or two moments where I couldn’t find a very specific file I didn’t really miss anything. The only things that I really do need to backup at the moment are my music projects and the raw files from my photography
gerryflap@feddit.nlto Programmer Humor@programming.dev•Please spare me from having to get in touch with that shit I wrote back then19·1 month agoHad this multiple times. Reading code from 2 years ago and being like “what idiot wrote this” only to find out the culprit was me. Then the memories came back and I remember why the compromises were made. What I learned from that is not to judge people too much on their code. What you see is a combination of both their skill and also a whole bunch of necessary compromises for which you may not know the reason. Nowadays I don’t get too annoyed if the code is a bit messy. As long as it’s well tested and documented.
I used a PS/2 keyboard until like 2 years ago. At some point over 10 years ago I decided that I’d only replace it when it died. But it wasn’t very good at dying, and 2years ago I finally had enough of the cheap rubbery switches and the fact that I couldn’t press enough keys at the same time
We can clearly see that this design is silly, because it allows for so many invalid states. Yet when we represent some type, let’s say in Java, were so often forced to do this exact same thing. Have variables in a container of which only a certain combination is valid. And then have at most a comment saying “this number is only valid if X is also set” or “if the validity boolean is true”. Luckily Java finally has some ability for the so-called sum types now, just like Haskell’s data types or Rust’s enum types. Imo any language should have this.
Damn I should do this. I’ve gotten “Dear ${name}” before tho
Tbh at the moment I just have an idea, tell everyone about it, and I have no energy for it for 2 weeks and forget about it. It’s more frustrating because you don’t even get the satisfaction of starting anything and seeing the early rapid progress before ditching it
Are you me lol? I did exactly the same, and at some point I started computing how many slides I had to make to make anything larger and I pivoted. My dad didn’t know this stuff but I also ended up at gamemaker
gerryflap@feddit.nlto Technology@beehaw.org•Only 1 in 3 Euro consumers are trading in their old phones1·3 months agoYeah I have the same with Rollercoaster Tycoon classic. I spent money for it and really enjoyed it, but instead of patching that version for newer phones they just released a “new” version that’s compatible with newer phones. I should’ve expected this from Atari, but damn it’s so scummy
gerryflap@feddit.nlto Technology@beehaw.org•Only 1 in 3 Euro consumers are trading in their old phones11·3 months agoI tend to keep them around tbh. Sometimes I install random shit on them or use them for funny projects. I only miss one because it broke completely. The other 2 old phones are still here. I also don’t buy a new phone every year so maybe that helps
With mapreduce you should generally have your code written in such a way that that cannot happen. Unless the reduce step is improperly programmed.
Yeah that checks out. Now you’re ready for that massively parallel big data (or sandwich?) processing
As an asexual person this anology is very confusing
For a few files, sure. Idk how I’d use that on the large corporate Java codebase that I usually work with though. Despite all its memory hogging and unnecessary features, IntelliJ also proves remarkably useful when trying to find anything in these mega projects. Features like ctrl + clicking on a method call to get to its definition (even when it is in a different project that I don’t have checked out), the refactoring tools, the debugger, etc are absolutely necessary to get anything done.
Awesome!
No Haskell so I’m not a nerd 😎. Though from the languages I use the most (Java & Python) and other languages I enjoy (Rust, Julia) I can infer that I’m probably a bit of a nerd.
I don’t think “hun/zij” is invalid and I’ll happily use it for someone if they want it, but what I mean is that it doesn’t feel as natural to use it for a single person as they/them. They/them in English has a history of being used for singular people as well. Saying “someone lost their bag” is a pre-existing language feature. Unfortunately “iemand is hun tas verloren” doesn’t sound as natural and I’ve never heard someone use it like that. It seems to be common to just use the masculine pronoun “z’n” in cases where the gender isn’t known.
Again, I don’t mean to invalidate anyone, I’d totally use these pronouns for a single person if they prefer that. It annoys me that our language doesn’t have a clear neutral pronoun. But in my experience “hun” is exclusively plural whereas “their” has always also been in use as a singular pronoun next to its use as a plural pronoun.
gerryflap@feddit.nlto Programmer Humor@programming.dev•The future of web development is AI. Get on or get left behind.2·4 months agoWhat a glorious site. I wish every webpage looked something like this
I’m Dutch and I have yet to see gender neutral pronouns etc that really work well. Unless you want to be called an “it”, but I’ve only heard people use that to mock people. They/them works quite well, but we don’t really have that afaik
As a programmer I’ve found it infinitely times more useful for troubleshooting and setting up things than for programming. When my Arch Linux nukes itself again I know I’ll use an LLM, when I find a random old device or game at the thrift store and want to get it to work I’ll use an LLM, etc. For programming I only use the IntelliJ line completion models since they’re smart enough to see patterns for the dumb busywork, but don’t try to outsmart me most of the time which would only cost more time.