Viewing profile — nullzzz
nullzzz
HN member- Joined
- Wed, Mar 02, 2011, 6:59 PM UTC
- HN karma
- 201
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About nullzzz
Open-source developer (http://github.com/raimohanska/).
Recent public activity
-
comment
Comment #47476935
I don’t think I mentioned USA nor took a side.
-
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…
-
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…
-
comment
Comment #46182673
Requires Medium account to read. Sorry, not going for it.
-
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.
-
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…
-
comment
Comment #45548277
This is really disgusting. Chickens are feeling animals as well.
-
comment
Comment #45337462
I agree. Having read my comment I must apologize as it came out too dismissive. Keep pondering, dude :)
-
comment
Comment #45336185
This is IMO best done running pg in a container using docker-compose or similar
-
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.
-
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.
-
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.
-
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…
-
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…
-
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.
-
comment
Comment #39053512
Looks great. Who’s behind this tho? Could not find anything on the authors.
-
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…
-
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.
-
comment
Comment #34691451
One of the authors here. Hope you have fun playing. Also, AmA :)
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…