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/)OL
Posts
2
Comments
679
Joined
2 yr. ago

  • Fucking always-on connectivity and security problems caused by it are the main reason why things can't just work. You need to be updated or else.

    I visited a friend not that long ago and he kept using Windows XP and The Bat and Opera around version 9. He knew every keyboard shortcut because he didn't have to relearn every few years. Never got hacked, I just wonder when his bank stops working because of TLS incompatibilities.

  • Not to "victim blame" because such unsafe junk should not be sold. But a $100 bike with amortized seat and spring suspension of wheels has no right to be durable. But an $100 simple bike with shimano gears or no gears can last for years.

  • I patched someone else's program which was known for being slower when it's used for a longer time. It was iterating over items in its window just to reach the last element, the more items the slower, it became snappy when i taught it to keep a pointer to the last element.

    Not mind blowing, I know, but it was a popular program and this made life better for many people.

  • You make sure everything is backed up, up to date and secured, you diagnose hardware issues, to a degree - you diagnose software too.

    Best part is that it's engineering, not creative. If the software problem is hard, you open a support ticket with the vendor. If it's hardware, you replace it. There's no solving hard problems of thread concurrency (or whatever feels hard to you) under time pressure.

  • Also it's often doing a great job if you paste a stack trace into it and maybe some surrounding code. I used it to fix someone else's Java code as well as to upgrade some 3rd party Wordpress junk to latest PHP. I barely know Java and stopped following PHP news around version 5.6.

  • It generated a custom needs GUI OCR tool in Qt5. I don't know a single bit of Qt5 and went from zero to working tool in half an hour.

    The tool takes a screenshot, lets me select an area on the screen, OCRs it and displays the text in a window.

    If ChatGPT isn't made for programming then I'm looking forward for a product that is.