Live data from Hacker News

Viewing profile — jtolmar

jtolmar

HN member
Joined
Fri, Nov 20, 2015, 12:00 AM UTC
HN karma
2,270
Public activity
555 items

About jtolmar

No profile information was provided.

Recent public activity

  1. comment
    Comment #49011708

    I think there's a market for a home AI server that can run an LLM or video gen model behind a web frontend. Not literally a raspberry pi strapped to an H100, but something with lop…

  2. comment
    Comment #48813546

    There's a really noticeable difference in time frame covered in your examples (80s and 90s) and the one in the comment you're replying to (2010s and 2020s). Is that just two people…

  3. comment
    Comment #48702461

    Gosh that Polish language scores graph is good. Clean bell curve, slight skew, classic little bump at 100 because the measure is truncated, and then this giant mess at 30 that look…

  4. comment
    Comment #48699138

    There's a whole scene around making bots for Starcraft: Broodwar, using an API (BWAPI) that doesn't allow cheating. They're quite good now, better than most humans. But the top bot…

  5. comment
    Comment #48675903

    It looks like some of these terms aren't indexed (or the site is just too hug of deathed right now), but I'd like to see the graph of like, social media, iot, cryptocurrency, ai. T…

  6. comment
    Comment #48564447

    26 emojis? You could do the entire bestiary from the original Rogue with that!

  7. comment
  8. comment
    Comment #48454693

    There was a similar wave of IPOs with Uber and AirB&B, not tied to a bubble popping. (I mean, I think this looks incredibly like a bubble too, but for completeness sake, that's the…

  9. comment
    Comment #47654811

    Yeah, Love2d is a great option for gamedev. It doesn't have the same built-in tools as Godot so you'll need something else for putting together maps (use Tiled [1]), and you'll nee…

  10. comment
    Comment #47021070

    I watch things from unknown-to-me creators in a private window, then copy the URL over to logged in window if it's any good. Same idea, might be an easier workflow. Absurd that we …

  11. comment
    Comment #46984252

    When I was a kid, we'd host the pics we want to post on forums on geocities and rename the file extensions to .txt to get past its "no hotlinking images" policy. So it's not like m…

  12. comment
    Comment #46859680

    Modern AAA games take tons of people because of ballooning scope and graphical fidelity expectations. Games like Super Mario World have went from highly technical team efforts to s…

  13. comment
    Comment #46747014

    Lovely page. Reminds me of the venerable Think Labyrinth ( https://www.astrolog.org/labyrnth/algrithm.htm ) page, but the live demos add a lot. My favorite maze algorithm is a vari…

  14. comment
    Comment #46671262

    Dang, it's been cool watching gaussian splats go from tech demo to real workflow.

  15. comment
    Comment #45884246

    Is it possible to replicate the digital->film transition with tone mapping? (I assume the answer is yes, but what is the actual mapping?)

  16. comment
    Comment #45559189

    People are working on recovering PBR properties, rigging, and editing. I think those are all solveable over time. I wouldn't start a big project with it today, but maybe in a coupl…

  17. comment
    Comment #45241605

    If you want that 2000s feel for your own sites: Gradient background, drop shadows, and side bar nav.

  18. comment
    Comment #45105397

    From the article: > The kernel is still adding support for some 32-bit boards, he said, but at least ten new 64-bit boards gain support for each 32-bit one. And > To summarize, he …

  19. comment
    Comment #44958973

    Punctuation characters tend to be pretty consistent; there's a few lineages of roguelikes that copy them from each other, and only a handful of things a given mark can mean. ! mean…

  20. comment
    Comment #44907208

    Caves Of Qud uses Markov chain generated text to great effect in some places. I think something light that's still more competent than Markov chains has a lot of potential.

  21. comment
    Comment #44619238

    I don't think either reach the real wtfs of their language. id() does some weird things with string interring, javascript coerces cross-type arithmetic into weird nonsense instead …

  22. comment
    Comment #44446016

    The stories I've heard have been mostly about scraper bots finding APIs like "get all posts in date range" and then hammering that with every combo of start/end date.

  23. comment
    Comment #44138363

    Gaussian splatting models the scene as a bunch of normal distributions (fuzzy squished spheres) instead of triangles, then renders those with billboarded triangles. It has advantag…

  24. comment
    Comment #43813872

    I prefer "ess queue ell" these days, but the first DBA I ever worked with pronounced it "squirrel".

  25. comment
    Comment #42068037

    I don't really think this is true. Gaussian splats certainly came from a context where an opaque representation is expected and normal, but they ended up being an entirely comprehe…