Live data from Hacker News

Viewing profile — w84death

w84death

HN member
Joined
Tue, Apr 18, 2017, 6:38 AM UTC
HN karma
37
Public activity
34 items

About w84death

Indie Game Developer, Pixel Artist

Recent public activity

  1. comment
    Comment #48633618

    Confirming. Also the goal was to run LATEST kernel with no changes - just config. With other compression algorithms it was impossible to fit everything into a floppy. And I really …

  2. comment
    Comment #48633578

    exactly that: too complicated. also I got 486 DX2/66 as my first PC so I set that as a goal. Then checked how lower can I go. Also I only have 486 DX4 now to test on real hardware.…

  3. comment
    Comment #48633554

    Isn't it still alive in automobile/infodesks?

  4. comment
    Comment #48633543

    QNX is to this day the biggest "floppy" thing I ever saw. I would love to have a modern recreation of it.

  5. comment
    Comment #48633526

    Thanks again for being featured here! Nice to read all of those comments. The project goal is more to learn how to make your own Linux distribution than to fit as much as possible …

  6. comment
    Comment #45864647

    I did not realize but I made an equivalent of a OS for writer deck that fits on a single floppy! https://krzysztofjankowski.com/floppinux/ It boots latest Linux, spawns console and…

  7. comment
    Comment #36701069

    I've updated the code to stable version moments ago! Official homepage is here: https://smol.p1x.in/os/

  8. comment
    Comment #33490559

    I got obsessed with Stable Diffusion. I get past the honeymoon period generating everything I could imagine, and now I'm trying to actually incorporate it in my daily work. Further…

  9. comment
    Comment #31265264

    Dockers: - lychee - pohotos - nginx-proxy-manager - proxy/letsencrypt - jellyfin - movies - audiobookshelf - audiobooks - nextcloud - news/talk - ghost - few blogs - httpd - many p…

  10. comment
    Comment #30943066

    https://krzysztofjankowski.com/ I got into the 512kb club at orange group ( https://512kb.club/#250 :)

  11. comment
    Comment #27256095

    Updated images: https://bits.p1x.in/floppinux-update-0-2-1/ With sample application and KIOSK mode.

  12. comment
    Comment #27253473

    Did you try qemu-system-x86_64 instead?

  13. comment
    Comment #27253462

    It could be 2 things: - you compiled some parts in 64 bits and try to run the QEMU 32 bit system. Try qemu-system-x86_64 - you do not enabled starting #! scripts in the kernel

  14. comment
    Comment #27253451

    Nice catch! Thanks.

  15. comment
    Comment #27253445

    I got similar problems when I missmach 32bit and 64bit code. First try to run in qemu 64 bit system. I ended up building the whole system on a 32bit old laptop and just don't care …

  16. comment
    Comment #27253434

    I can. Why not. Updated the post. Here's the link: https://krzysztofjankowski.com/floppinux/downloads/0.2.0/

  17. comment
    Comment #27253398

    Thanks! I changed the file name in the meantime and forgot about the link. Fixed!

  18. comment
    Comment #27253380

    Thanks! When I saw how clean and easy it can be in just a few steps I needed to share that knowledge! For me it's the best way to learn Linux.

  19. comment
    Comment #27253374

    Barely. If you want to just run some compiled C app then you don't need as much tools. You can even skip the BusyBox part and instead of shell running your application only. But I …

  20. comment
    Comment #27253335

    I should see floppy drive as /dev/fd0. Just now as I double check everything I found out that external drives (USB) are shown as /dev/sd*. sdb in my computer. I updated the post wi…

  21. comment
    Comment #27250473

    I was thinking of publishing those. Not a problem. I will update the post in a moment. EDiT: done :)

  22. comment
    Comment #27249881

    It is read only and will run one particular application in a kind of KIOSK mode. I'm using floppy just for fun.

  23. comment
  24. comment
    Comment #27249463

    Yeah, I just wanted to learn Linux. It worked as I learned a lot doing this project :)

  25. comment
    Comment #27249359

    This blow my mind back then.It is still super impressive.