Viewing profile — setr
setr
HN member- Joined
- Wed, Jan 07, 2015, 5:19 AM UTC
- HN karma
- 5,517
- Public activity
- 2,413 items
- HN profile
- View on Hacker News ↗
About setr
Recent public activity
-
comment
Comment #49244286
That’s just how all Diablo clones work; basically consider it asset reuse… Power fantasy during leveling / campaigning always comes from being “ahead of the curve” gear/build wise …
-
comment
Comment #49218257
> It's true they don't HATE people, but it's also true they absolutely have no conscience in negotiations and have zero concern about relationships. Sure. Like a lawnmower.
-
comment
Comment #49142841
For that purpose, you’re perfectly well off just leaving it as an opaque blob; compress, base64 encode and stuff it into a string/varbinary column and call it a day. You don’t even…
- comment
-
comment
Comment #48888543
Idk how big of a market pure city driving would be; I imagine most city traffic sources from the suburbs Unless this is meant for like taxis, similar to auto-rickshaws in Southeast…
-
comment
Comment #48841117
For these agentic AI systems, like a human operator, the LLM needs to have a wide variety of operations available to it, gated by permissions and authentication. They should be cal…
-
comment
Comment #48789510
The problem with ORMs are 1. They pretend SQL is standardized, and support a heavily reduced featureset for any given database as a result 2. They leave awkward holes in their abst…
-
comment
Comment #48762200
The smell is 50% the asset packs available in the respective stores. The other 50% is the default character controllers and the default lighting settings
-
comment
Comment #48645343
The issue I find with this pattern in docs/tutorials is that the prefix makes it very obvious which functions are from this library. It's particularly worthwhile when looking at th…
-
comment
Comment #48597724
Wait TFA is like 90% a copy of whatever the PDF is on this website. It just prefixes it with a small story
-
comment
Comment #48531926
Both are hosted by nature.com though...
-
comment
Comment #48528666
> It takes just as much work to delete a row as it takes to insert a row. Why wouldn't it? Obviously you have to do almost all the same operations: write a log, write the deletion,…
-
comment
Comment #48520307
Apparently AI models have gotten decent at geoguessr... Might be worth a shot? https://news.ycombinator.com/item?id=43724935
-
comment
Comment #48517687
If my understanding is correct, the use of palantir by creatures leads to their own downfall, both for evil and good characters. So following through, it's very useful for it to be…
- comment
-
comment
Comment #48457872
honestly I dont want plan hinting so much as being able to ban table-scanning / nested loops / etc on specific tables, and be able to set that independent of actual table-size so I…
-
comment
Comment #48420294
> literally save like 20 seconds in some cases because 1 HUGE query becomes 8 straightforward ones with maximum index usage. I don’t understand how splitting a query up would have …
-
comment
Comment #48399201
> I covered that in my talk, which will be eventually published on YouTube. Any idea how I get myself notified once it’s up? Or a YT account to poll
-
comment
Comment #48395824
> This is because taking up 100% of the CPU effectively captures 100% of RAM Isn’t that only true though specifically at 100% CPU utilization? If it were at 90% CPU, then you have …
-
comment
Comment #48395616
If you take out ordering, then lookups on your SoA are now a search, and n-field lookup on an entity is now a JOIN operation. The smarter you get about it, the closer you get to an…
-
comment
Comment #48395518
It’s a good abstraction layer, and a fundamentally good/effecient model of organization and data management. It’s a horrible language, has a meaningless standards doc, some of the …
-
comment
Comment #48330473
If a manufacturer is unwilling to guarantee/monitor the lack of sesame in their food, and you having a presumably severe sesame allergy… isn’t it correct not to be eating that food…
-
comment
Comment #48299662
The truly correct answer is give the player a mild damage aura/aoe and let the mobs die at your feet on their own. Running away breaks an annoying amount of mechanics, like ingredi…
-
comment
Comment #48299442
If you’re a shareholder in 5 companies, each owning 2 parcels of land, each with their own PoA, and you yourself hold land — then you have “influence” into 6 votes, though only dir…
-
comment
Comment #48264484
Not liking it and having the conceit to replace it (and more importantly, shove your replacement into prod) are entirely different actions. The first is always legal. The second is…