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/)VR
Posts
0
Comments
1,048
Joined
2 yr. ago

  • what trend? they made thi ipod, they made the iphone, they've been late, really really late, for very basic features on either. And a bunch of just plain bad stuff.

    Butterfly keyboards, magic mouse, touch bar on macs, not cherry picked at all. There are tons of examples

  • so no. Before llms came around, lots of people were hobby programmers. We learned. Sorry to be blunt, but being a hobbyist is not an excuse. The best programmers I know are hobbyists

  • by "completing it" do you mean having something that seems like it works? Or something that you know works? If it's the former then you've just had the computer do the easy part (creating something) and skipped the actually hard part (making it robust).

    Are errors handled properly, is all input being validated? If using https, are you actually verifying certificates? This sort of thing

  • cryptic != complex. Are they cryptic? yes. Are they complex? not really, if you can understand "one or more" or "zero or more" and some other really simple concepts like "one of these" or "not one of these" or "this is optional". You could explain these to a child. It's only because they look cryptic that people think they are complex. Unless you start using backreferences and advanced concepts like those (which are not usually needed in most cases) they are very simple. long != complex

  • Don't. It's a horrible overheating piece of crap. I literally cannot shoot more than about 3 minutes of video with the flash turned on (at 1080p, not 4k, and not encoding as hevc either). The phone overheats and turns off the flash.

    Keeping the phone in my pocket, out of direct sunlight in my car? I see the "3d buildings have been disabled because your phone needs to cool down" every single day. And I live in Malta; in the summer it's a 20 minute trip, at most.

    And even then, the battery life sucks anyway.

    Android 16 is buggy af too, though that's not specific to the 7a.

  • tests can never prove correctness of code. All they can prove is "the thing hasn't failed yet". Proper reasoning is always needed if you want a guarantee.

    If you had the llm write the regex for you, I can practically guarantee that you won't think of, and write tests for, all the edge cases.