HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jtolmar

2,265 karmajoined 11년 전

comments

jtolmar
·5일 전·discuss
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 with different go-to examples? Or is there something going on here?

(I don't mean this as a leading question to some conclusion in my back pocket, I genuinely have no clue.)
jtolmar
·15일 전·discuss
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 looks more like something out of a heart rate monitor than a normal distribution.
jtolmar
·15일 전·discuss
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 bots still can't beat a pro, or even a high ranked ladder player.
jtolmar
·17일 전·discuss
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.

The transition between crypto and ai on the graphs is already pretty funny. https://hackernewstrends.com/?q=crypto&q=chatgpt
jtolmar
·26일 전·discuss
26 emojis? You could do the entire bestiary from the original Rogue with that!
jtolmar
·지난달·discuss
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 counterexample I can think of.)
jtolmar
·3개월 전·discuss
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 need to write your own main/render loops (these are just two for loops, nothing fancy).

[1] https://www.mapeditor.org/
jtolmar
·5개월 전·discuss
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 have these sorts of workarounds, but of course the view numbers are better if it keeps fishing for just the right kind of clickbait trash that you'll wolf it down endlessly.
jtolmar
·5개월 전·discuss
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 much has changed.

There are a lot of barriers between kids and better solutions, one of which is that anything needs a domain and a server, and that means a credit card.
jtolmar
·5개월 전·discuss
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 something a person with no training can accomplish solo. (However, 3D tools have lagged behind dramatically. Solo dev Mario 64 is possible but needs way more specialized knowledge.)
jtolmar
·6개월 전·discuss
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 variant of the growing tree algorithm - each time you carve a cell, add it to a random one of N lists. When choosing a cell to visit, pop the last cell off the first non-empty list. It's considerably faster than the standard tree algorithm, but more importantly, changing N has a dramatic impact on the texture of the maze (compare 1 2 4 8 etc on a decently large maze).
jtolmar
·6개월 전·discuss
Dang, it's been cool watching gaussian splats go from tech demo to real workflow.
jtolmar
·8개월 전·discuss
Is it possible to replicate the digital->film transition with tone mapping? (I assume the answer is yes, but what is the actual mapping?)
jtolmar
·9개월 전·discuss
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 couple years.

If you want a real cursed problem for Gaussian splats though: global illumination. People have decomposed splat models into separate global and PBR colors, but I have no clue how you'd figure out where that global illumination came from, let alone recompute it for a new lighting situation.
jtolmar
·10개월 전·discuss
If you want that 2000s feel for your own sites: Gradient background, drop shadows, and side bar nav.
jtolmar
·10개월 전·discuss
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 said, the kernel will have to retain support for armv7 systems for at least another ten years. Boards are still being produced with these CPUs, so even ten years may be optimistic for removal. Everything else, he said, will probably fade away sooner than that.

So, no, he does not think that at all.
jtolmar
·5년 전·discuss
> What is wrong with making it up as you go?

Nothing if you're good at it. But if you're hoping to learn something from someone, it is pretty disappointing. How to make it up as you go along is far less teachable.
jtolmar
·5년 전·discuss
100%

Thoroughly commented code tends to end up a couple changes out of date. A separate file in the same directory ends up a couple major refactors out of date. A separate file in a separate system ends up a couple company-wide reorgs out of date.
jtolmar
·6년 전·discuss
I think something to rush the player is necessary for it to work well as a roguelite.

But I also think Noita has enough cool exploratory stuff in it doesn't necessarily have to be a roguelite. It'd also be a good game with some fast travel options and a system of respawn points.
jtolmar
·6년 전·discuss
Yeah. Some games fix it by having small enough dungeons that scouring them all isn't such a big deal (Brogue comes to mind). Others use a hunger clock (I think Spelunky's ghost is actually the best hunger clock I've seen).

I think Noita would benefit from harder monsters, with much higher gold drops (or cheaper shops), and a tight hunger clock. Though that's somewhat at odds with the cool side dungeons (which are already at odds with the rest of the game).