Live data from Hacker News

Viewing profile — 2mlWQbCK

2mlWQbCK

HN member
Joined
Mon, Jan 13, 2025, 6:48 AM UTC
HN karma
144
Public activity
69 items

About 2mlWQbCK

No profile information was provided.

Recent public activity

  1. comment
    Comment #45609132

    > My oldest programs in gw basic are on 5.25" DD disks Mine as well, but luckily many years ago I copied all the contents of my old floppies to CD-ROMs, and then later all the CD-R…

  2. comment
    Comment #45609059

    Swedish government archives (Riksarkivet) (IIRC; could have been some library or other archive?) used to have a page asking for donations of equipment that can be used to read old …

  3. comment
    Comment #45608981

    There was a few mentions of KryoFlux in the X-Copy article linked from HN 4 days ago: https://news.ycombinator.com/item?id=45552913 (X-Copy developer Christian Bartsch that is inte…

  4. comment
    Comment #43870044

    Do you really need this to explain WordPerfect or Lotus 1-2-3? They, like many others, built their castles on Microsoft's land. Isn't it that easy? What could they have done realis…

  5. comment
    Comment #43857602

    Some future manager will look at a graph and think monetization can be improved X% while only losing an estimated Y% of users. It is guaranteed to happen. Question is only if most …

  6. comment
    Comment #43835347

    I used to have 200+ tabs open all the time, but it's just noise. Now I close tabs asap. If the page contents are of any interest I save the contents first using the Single File ext…

  7. comment
    Comment #43830449

    I installed Homebrew Channel and got all our Wii games ripped to a USB stick. That was far easier and cheaper than to replace the failing DVD player in the Wii. Now the kids can st…

  8. comment
    Comment #43822413

    And good enough does not mean "as good as". Companies happily outsource programming jobs to worse, but much cheaper, programmers, all the time.

  9. comment
    Comment #43821233

    Chris Crawford wrote in his On Game Design about a trick like this, that he implemented in Patton Strikes Back. Plus some other tricks. He claims that he never found a cracked vers…

  10. comment
  11. comment
    Comment #43795006

    My favorite documentary I have not seen (yet), I Dream of Wires from 2013, about modular synthesizers. I know in some trailer there was a maker of modules saying something to the e…

  12. comment
    Comment #43793375

    I don't think I ever had a A4 printer that could not also print Letter. It is almost certainly the exact same models that they also sell in the US, but with just some bit flipped i…

  13. comment
    Comment #43764465

    Turns out there is no Pike package for FreeBSD, no port, and the Pike git repository has a FreeBSD subdirectory last updated 22 years ago. But ./configure && gmake && gmake install…

  14. comment
    Comment #43764221

    Not sure what they are referring to, but it may be that you can declare things as having one of several types (e.g. int|string|void) or even that something can be any type at all (…

  15. comment
  16. comment
    Comment #43763522

    From what I remember of working with Pike, the best part was probably the included image module. Maybe I will install Pike again just to see if I still like it. https://pike.lysato…

  17. comment
    Comment #43759916

    Reminds me of Dialog, a domain-specific language for writing adventure games, heavily inspired by Prolog: https://github.com/Dialog-IF/dialog/ https://linusakesson.net/dialog/

  18. comment
    Comment #43759753

    That you need to go to the center is not necessarily an issue, but it looks like there are cycles in the labyrinth, and that can ruins the "just follow the left/right wall" trick. …

  19. comment
    Comment #43743683

    Does turning off data (mobile+wifi) when not actually using any app help at all (on Android)? Will apps still be able to phone home in the background? Or will they just fill up a h…

  20. comment
    Comment #43742581

    Is that really true? It is true for me, but I always assumed that is just because I were younger last century. In 1990 I could easily tell if someone was looking like 1980, but tod…

  21. comment
    Comment #43731155

    Not just a modern application with a retro gaming aesthetic, but this year I got heavily into using (ex-Autodesk, now open source) Animator as my programmer art application of choi…

  22. comment
    Comment #43730788

    How does it compare to Löve 2D, other than shipping with a IDE? Looks like Defold supports more platforms, but I guess there are some strings attached since packaging games for var…

  23. comment
    Comment #43708406

    You can have TLS with TOFU, like in the Gemini protocol. At least then, in theory, the MTIM has to happen the first time you connect to a site. There is also the possibility for ou…

  24. comment
    Comment #43674566

    I prefer Janet, but Fennel is great in places Lua is already supported, like in Löve2D. https://git.sr.ht/~benthor/absolutely-minimal-love2d-fennel

  25. comment
    Comment #43554187

    Old DOS games are often sold (e.g. on GOG or Steam) with an installer and a full copy of DOSBox, so you get an entire operating system plus hardware emulator to run the game. Looks…