Viewing profile — jtolmar
jtolmar
HN member- Joined
- Fri, Nov 20, 2015, 12:00 AM UTC
- HN karma
- 2,270
- Public activity
- 555 items
- HN profile
- View on Hacker News ↗
About jtolmar
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #48564447
26 emojis? You could do the entire bestiary from the original Rogue with that!
- comment
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #46671262
Dang, it's been cool watching gaussian splats go from tech demo to real workflow.
-
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?)
-
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…
-
comment
Comment #45241605
If you want that 2000s feel for your own sites: Gradient background, drop shadows, and side bar nav.
-
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 …
-
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…
-
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.
-
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 …
-
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.
-
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…
-
comment
Comment #43813872
I prefer "ess queue ell" these days, but the first DBA I ever worked with pronounced it "squirrel".
-
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…