Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)W
Posts
3
Comments
123
Joined
3 yr. ago

  • That's completely true; it's hard for me to judge on a small scale when I won't (for good reasons) let it touch my customer's production code.

  • I find it also saves a certain "mental energy".

    E. g. when I worked on a program to recover data from the old discontinued Windows photo app: I started 2 years ago and quickly had a proof-of-concept: Found out it's just sqlite format, checked out the table structure, made a query to list the files from one album. So at that point, it was clear that it was doable, but the remaining 90 % would be boring.

    So after 2 years on pause, I just gave Gemini 2.5Pro the general problem and the two queries I had. It 1-shot a working powershell script, no changes required. It reads directly from the sqlite (imagine the annoyance to research that when you never ever use powershell!) and put the files to folders named by the former albums. My solution would have been worse, would probably have gone with just hacking together some copy-commands from SELECT and run them all once.

    That was pretty nice: I got to do the interesting part of building the SQL queries, and it did the boring, tiring things for me.

    Overall, I remain sceptical as you do. There is definitely a massive bullshit-bubble, and it's not clear yet where it ends. I keep it out of production code for now, but will keep experimenting on the side with an "it's just code completion" approach, which I think might be viable.

  • Currently, I write all production code at work without any AI assistance. But to keep up with things, I do my own projects.

    Main observation: When I use it (Claude Code + IDE-assistant) like a fancy code completion, it can save a lot of time. But: It must be in my own area of expertise, so I could do it myself just as well, only slower. It makes a mistake about 10 - 20 % of the time, most of them not obvious like compile errors, so it would turn the project into disaster over time. Still, seems like a senior developer could be about 50% - 100% more productive in the heat of the implementation phase. Most important job is to say "STOP" when it's about to do nonsense. The resulting code is pretty much exactly how I would have done it, and it saved time.

    I also tried "vibe coding" by using languages and technologies that I have no experience with. It resulted in seemingly working programs, e. g. to extract and sort photos from an outdated data file format, or to parse a nice statistics out of 1000 lines of annual private bank statements. Especially the latter resulted in 500 lines of unmaintainable Python-spaghetticode. Still nice for my private application, but nobody in the world can guarantee that there aren't pennies missing, or income and outcome switched in the calculation. So unusable for the accounting of a company or anything like that.

    I think it will remain code completion for the next 5 years. The bubble of trying more than next-gen code completion for seniors will burst. What happens then is hard to say, but it takes significant breakthroughs to replace a senior and work independently.

  • Yes, I had to delete lemmy, reddit, twitter, mastodon, all games etc.

    But I see 0 harm in:

    • 2FA authenticator apps (google authenticator, app for government ID, bank, ...)
    • DHL (unlocks packing station / parcel distributing machine here)
    • calendar (with voice assistant)
    • Pixel, iPhone, Samsung and some others are a fantastic camera! 10 years ago, it'd be a great deal just for that one feature. I used to pay USD/EUR 250 - 500 for a hobby-level camera that was worse
    • read my mobile CO2 sensor
    • not crucial, but occasionally show someone something in a video call
    • send injured animal photo / video right to the wildlife rescue station for advice (~ 2x per year)
    • plain old mp3 player
    • some might read eBooks, which is a good use of it, but I still prefer a hardcopy

    So yes, on my 2nd smartphone only (first in 2021), but I find that it's worth it these days.

    Enshittification intensifies, but a Linux phone might become very viable in a few years, especially when LLM adapters become easier to use. Self-hosted alternatives to google/apple photos are already very advanced.

  • This is how it works: Push down, nuzzle points up!

    Push up, nuzzle goes down!

    How can anyone play differently?

  • Would you rather eat a whole raw egg, with eggshell, or ask for a sandwich when you visit this guy?

  • Deleted

    Permanently Deleted

    Jump
  • Weird. In the 80s, there was this loner in my class who pretended to be a Nazi robot. He walked around and asked everybody in a robotic voice: "Are you an Arian?" ... "But your father has black hair. Conclusion: Not an Arian." etc.

    Nobody got the joke. Must have been like the Comedian in Watchmen: Not a joke after all, just a reflection on the present, or future, in his case.

    Hodor!

  • Aren't these guys against VOLUNTARY lethal injection at the same time? There was a whole "That's my Bush!"-episode about it and everything.

  • This is insane. We'll end up with this white-washed, boring mediocrity.

    Same with that MAGA-actress from The Mandalorian. What she said wasn't even as radical, just bought into the whole election fraud conspiracy, iirc. Now we have a formerly good show where every new character AND their actor are basically PC-principal from South Park. The left failed to support her there because she was a bit of an ass, supporting a bigger ass, but no laws were broken and she fit the role perfectly: Not that smart, badass, hardly an ally when you have no other choice.

    Enlightened centrists are left to create our art and literature. Well, at least the 1800s and 1900s produced a lifetime supply. But a contemporary reflection of our society, of our politics, like "1984", like "Der Untertan", like "Im Westen nichts Neues", that used to be a huge part of it, and it's slipping away.

    Fiction is an actor we should not pull out of public discourse. It has been crucial to it, probably long before the first written word. Unless a crime is committed, let them write!

  • Deleted

    Permanently Deleted

    Jump
  • That's roughly what I'm hoping for: Former top of the line 7th gen CPU ThinkPad, such as a P51 or P71, might become really cheap as soon as the small Linux used hardware market is satiated when Win10 support ends.

    For me, that'd be a massive upgrade :-)

  • Deleted

    Permanently Deleted

    Jump
  • It was already quite doable in late 1990s Suse, although it took a day and you actually had to read the book it came with. The partitioning was annoying and confusing for a first-timer, and the default packages were also lacking. Now, not harder than Windows.

  • lol right, must sound like Treknobabble but for the 2000s. Heck, for kids these days, it's probably as gibberish as original Treknobabble.

    I bet distant future archaeologist, be they human or alien, will assemble the bits and pieces like this: Child worker programmers would work in these inflatable tiny castles on the soft floor with their laptops. That was the last attempt to revive feudalism. Why it didn't catch on to other office jobs remains lost in the past.

  • An annoyance that came shortly after was that they were not allowed to ship the Java Runtime Environment / Development Kit with a javax.crypto library that allowed for algorithms stronger than DES (such as AES, Twofish, Blowfish, ...), or long passwords, iirc.

    There was some way to download something extra (Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files) and fiddle it in, but with regulation in the US, I think.

    I was quite sad when I made one of my early programs based on that and it turned out to be useless to US citizens, and hard to use for everyone else. I think I made a bouncycastle-based version later, but it was basically a full rewrite.

    Edit: I'm starting to remember more absurdities of the time: Even with the JCE, the best algorithm for symmetric encryption was 3DES, which was not a legal requirement, just laziness of Sun Microsystems. While it was somewhat safe, it was less than ideal and really slow.

  • I thought it was about Trump, but at "nutrients" I was like: Wait a minute ...

  • This shit started long ago. 1991, an innocent man went to prison in Germany.

    How? A bank robbery, very grainy footage, you can just see that the robber is fat and masked. So they arrested some other fat guy and got an expensive "biometric expert" who "identified" him as the robber. How? The ear. Certainty? 100 %.

    When they got the real guy, you could see that the ear is not similar whatsoever. Neither is anything else, except for the body type.

    Since that was not in the US, he got 30k compensation, but had to "pay back" 10 per day for the food he got over 9 years. In a civil case 6 years later he got 150k compensation from the "expert" (which usually does not happen, but he fucked up so hard and got more innocent people convicted after that).

    German source: https://de.wikipedia.org/wiki/Donald_Stellwag

  • For some reason I thought that a sandwich thrower is a device, like a sandwich maker.

  • Not sure how my comment got here: It was for the comment about floppy discs still in production.

  • As someone who is into this era of retro computing, I'm so glad that there is an incentive to keep producing them at a somewhat okay price!

    They are really essential and without alternative, for example for a reinstall.