Live data from Hacker News

Viewing profile — nullzzz

nullzzz

HN member
Joined
Wed, Mar 02, 2011, 6:59 PM UTC
HN karma
201
Public activity
75 items

About nullzzz

Coder, consultant at Reaktor (http://reaktor.fi).

Open-source developer (http://github.com/raimohanska/).

Recent public activity

  1. comment
    Comment #47476935

    I don’t think I mentioned USA nor took a side.

  2. comment
    Comment #47476537

    Well done! I don’t quite agree with making fun of the situation that’s deadly serious to many innocent people. Yet I’m sure the intentions of the author were good. Hoping for peace…

  3. comment
    Comment #46378797

    Interesting stuff! The two separate failure channels turn me off. Is this practical or does it introduce unwanted complexity in most cases? Also wondering what are the Signals that…

  4. comment
    Comment #46182673

    Requires Medium account to read. Sorry, not going for it.

  5. comment
    Comment #46066284

    It’s indeed a reasonably usable tool. Gets very slow with large canvases though, so don’t put everything into a single canvas.

  6. comment
    Comment #46009291

    I can recommend this architecture. So much easier to maintain and understand than using an extra service. The implementation here I didn’t go into much detail, but you can surely r…

  7. comment
    Comment #45548277

    This is really disgusting. Chickens are feeling animals as well.

  8. comment
    Comment #45337462

    I agree. Having read my comment I must apologize as it came out too dismissive. Keep pondering, dude :)

  9. comment
    Comment #45336185

    This is IMO best done running pg in a container using docker-compose or similar

  10. comment
    Comment #45336160

    No it’s not ”pg functionality”. It’s close to SQL standard compliance but not close to what Postgres has to offer. Also, single transaction writing at a time, in-process etc.

  11. comment
    Comment #45335185

    TLDR: a dude ponders if postgres could be used instead of sqlite. Close to zero useful information, no learnings from serious production use.

  12. comment
    Comment #43244383

    Lovely article! Just visited the Vasa museum last weekend. It is a marvel and an obvious must-see for anyone visiting Stockholm Sweden.

  13. comment
    Comment #39946726

    Sure, but doing anything at a grand scale is expensive - realtime collab is no exception IMO, not that we already have things like Y.js. And don’t get me wrong, I’m not playing Clo…

  14. comment
    Comment #39946185

    I think it’s an exaggeration to say ”Building experiences with real-time components was previously only accessible to multi-billion dollar companies”. For instance my hobby project…

  15. comment
    Comment #39338746

    The aforementioned are huge detractors for me to be honest. I find a no-magic, code-only solution like Javalin (and Express etc) far more intuitive.

  16. comment
    Comment #39053512

    Looks great. Who’s behind this tho? Could not find anything on the authors.

  17. comment
    Comment #38144145

    To me the point seems that the benchmark is so misguided and missed the obvious error in the usage on LINQ that the results are not relevant. You should not take perf advice from t…

  18. comment
    Comment #35407891

    Interesting concept! The pricing is very aggressive though, if you have a substantial amount of content. Also, per-page pricing makes no sense - should be more like per-character.

  19. comment
    Comment #34691451

    One of the authors here. Hope you have fun playing. Also, AmA :)

  20. story
    Show HN: Race Condition 2023 – AI racing coding challenge in the browser

    I and my colleagues built this racing game where you write JavaScript code in your browser to race on a Unity WebGL based race track. We'll actually invite the top 5 racers in Finl…

  21. comment
    Comment #34372215

    So true. iTunes was great back 10 years ago or so but today it’s just awful. Just like so much other Apple software. They’ve got huge issues, I’d guess with developer retention and…

  22. comment
    Comment #33682398

    This came really handy, as I was in need for a way to run sandboxed user code in a coding game! Another cool thing with WebWorkers is that the code is run in a separate thread and …

  23. comment
    Comment #33408510

    Post author here. I agree! Did not mean to imply that Dockerizing applications is a bad thing - actually even pointed out that "it's not so hard". Just wanted to point out that wri…

  24. comment
    Comment #33408438

    Post author here. We are of course using paid dynos for any business applications. Free tier only makes sense for hobby projects and quick experiments. There's no free lunch in the…

  25. comment
    Comment #33408365

    Post author here. The article is about alternatives for running your hobby projects. I agree that it doesn't make sense to run, or expect to be able to run, your business applicati…