Live data from Hacker News

Viewing profile — RAMJAC

RAMJAC

HN member
Joined
Fri, Aug 01, 2025, 8:13 AM UTC
HN karma
16
Public activity
20 items

About RAMJAC

No profile information was provided.

Recent public activity

  1. comment
    Comment #48069919

    I live in a shelter, if you looked at the cost per person, it would probably be north 20k per resident to be housed here. This is the overhead of rent, utilities, salaries for case…

  2. comment
    Comment #46971697

    If you are using claude, in your project's `.claude/settings.json` you can add something like: ``` "hooks": { "PostToolUse": [ { "matcher": "Edit|Write", "hooks": [ { "type": "comm…

  3. comment
    Comment #46960146

    Who said I was peeved. You are trolling. We all have a better use of our time than this.

  4. comment
    Comment #46958943

    The guy is a troll. LLM coding posts are flame bait now.

  5. comment
    Comment #46715725

    Or, humans themselves are "immoral", they are kinda a net drag. Let's just release some uberflu... Ok, everything is back to "good", and I can keep on serving ads to even more inst…

  6. comment
    Comment #46639508

    My mistake, I thought initiator mode was a bit more feature complete. https://github.com/PiSCSI/piscsi/wiki/Initiator-Mode

  7. comment
    Comment #46637941

    https://github.com/PiSCSI/piscsi Get yourself a board, raspberry pi, and set up a samba server.

  8. story
    Show HN: KDL-Zig – A Zig parser and serializer for KDL

    I personally like KDL, and this is the library I use for my personal zig projects. Looking to get feedback and improve the library. kdl-zig is a KDL 2.0.0 parser/serializer that pa…

  9. comment
    Comment #46449805

    Sorta, I went into this not really knowing how to implement an emulator: https://github.com/RAMJAC-digital/RAMBO With the NES there are all sorts of weird edge cases, one of which …

  10. story
    Show HN: SU_N an Adaptive Mesh Refinement Engine

    Maybe somebody out here has a need for this. It features: Linear octree storage with Norton ordered blocks! It's kinda like p4est. It even has runtime partitioning! It has an MPI b…

  11. comment
    Comment #46410146

    Plus and ultra are almost identical with the exception of an HMDI in port on the latter. I've used the same HAL on both boards, they are effectively the same.

  12. comment
    Comment #46063569

    I don't want a room to smell literally like shit.

  13. comment
    Comment #45983604

    Maybe I was being a bit flippant, but I don't buy the "goodwill" argument. It's probably went, and by the article, something like this: China: Great, two can play this game, how ab…

  14. comment
  15. comment
    Comment #45973634

    While it's a pain to learn and requires some plugins (addons) for basic ergonomics, FreeCAD absolutely works for parametric CAD modeling. YMMV depending on the project and complexi…

  16. comment
    Comment #45788231

    It truly is an idiot savant. It's absurdly good, and then if there is any unaccounted complexity, ugh let's just make the tests stubs.... tests pass now.

  17. comment
    Comment #45706710

    Lol, not that it's any good, but here is a pretty much purely vibed zig NES emulator that I let Claude work on: https://github.com/RAMJAC-digital/RAMBO It renders something.

  18. comment
    Comment #45349125

    https://github.com/RAMJAC-digital/edk2-rk3588 This may be slightly out of date, but these patches allow HDMI out on uefi for the Max, and can probably be easily modified this for t…

  19. comment
  20. comment
    Comment #44754283

    Here's something I kinda threw together that gets EDK2 usable on an OrangePi 5 max. https://github.com/RAMJAC-digital/edk2-rk3588/tree/main It's an archlinux PKGBUILD that applies …