Just your typical internet guy with questionable humor

  • 78 Posts
  • 2.45K Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle







  • The battery? Was that the first discovered jailbreak hack? Because by the time I got a PSP (~2012), the jailbreak was “copy this program to your card and run it on the psp”, which was about as idiot-proof as a jailbreak can get.

    On the other hand, I did jailbreak my nintendo switch with the shorting on the right joycon using a bent paperclip. Lucky I didn’t brick it, though until it booted back into life, I was sweating!








  • It affected everyone using the app, no matter the instance. For example, if me, a resident of programming.dev, tried to look for the mod_abuse or power_tripping communities of any instance, I would see no results. If you tried to connect as a user from any of the blacklisted instances, the app wouldn’t even work

    When you use tesseract to connect to one blacklisted such instance , you just get a message informing you that Tesseract is “incompatible with that instance” which leads one to think of a technical issue, like an API mismatch, rather than the dev being an opinionated coward. - https://lemmy.dbzer0.com/post/72685299

    Regarding the frontend, seems it also worked “behind the scenes” on the browser, which is stated in the post I linked in that quote. Unfortunately, the github links are all 404 now.






  • Richard P. Gabriel, in his essay “The Rise of Worse-is-Better,” expounds on this theme (see Appendix A). His thesis is that the Unix design philosophy requires that all design decisions err on the side of implementation simplicity, and not on the side of correctness, consistency, or completeness. He calls this the “Worse Is Better” philosophy and shows how it yields programs that are technically inferior to programs designed where correctness and consistency are paramount, but that are evolutionarily superior because they port more easily. Just like a virus.

    The highest achievement of the Unix-aesthetic is to have a command that does precisely one function, and does it well (…) This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options!

    From The Unix Hater’s Handbook

    (I like Linux, but it’s not all sunshine and rainbows)