Viewing profile — starburst
starburst
HN member- Joined
- Sun, Apr 22, 2012, 4:11 AM UTC
- HN karma
- 299
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About starburst
Recent public activity
-
comment
Comment #47503925
Does it automatically after you enter the slash command
-
comment
Comment #47503416
Missing ctrl + s which stash your prompt so you can do slash command while being midway into writing a prompt
-
comment
Comment #47411866
Well the competition might be too fierce for any new life to develop
-
comment
Comment #46314195
That says more about you than about the game.
-
comment
Comment #46006510
Upgrading to new version can also introduce new exploits, no amount of tests can find those. Some of these can be short-lived, existing only on a minor patch and fixed on the next …
-
comment
Comment #45483321
Well Hetzner's "VPS" [1] is more like the "Cloud" [2] from OVH rather than OVH's VPS [3] (no /hours pricing, cannot instantly deploy, etc.) Not that their pricing isn't really real…
- comment
-
comment
Comment #45481120
I’m surprised the CLI doesn’t asked permission for each program trying to access it, when using their SSH agent I get a popup for any program (then it unlock that key for that prog…
-
comment
Comment #44912076
Borderless window (fullscreen) is now the norm for over a decade, alt-tab is instant in this mode. You’re stuck at whatever resolution you have your desktop but most games now have…
-
comment
Comment #44556180
Incompetence
-
comment
Comment #44450913
> Now they just need to figure out a way to push RN apps towards true native. Isn’t that impossible? If I call native code via binding or their official language, the same thing wi…
-
comment
Comment #43551951
I feel like they could’ve innovated using novel technique, like 3D gaussian splatting (and upscaling the video or better yet record new videos). The vast majority of the time, you’…
-
comment
Comment #39686454
That is what I wondered too after it happened to me, if what I saw was a glimpse into the inner working of how the final image gets to our consciousness, like it was missing some s…
-
comment
Comment #39686346
I still remember when that happened to me, it was quite a bizarre experience. It started after coming back from a meeting where the room was all painted white and had some of the b…
-
comment
Comment #39320169
He is talking about the `unsafe` keyword in C# not "unsafe code", there is plenty of good reason to use it, especially as a game dev.
-
comment
Comment #38647698
Isn't it obvious it won't? Unless they go full-on China firewall style there will always be website readily available that won't enforce that crap and kids will find them easily.
-
comment
Comment #38642168
I suggest you read again about rollback input based deterministic simulation, it is the superior option by far, especially for competitive, you have in practice “no lag”. That you …
-
comment
Comment #38617514
The award part is worst part of the game award and personally one of the reason I watch it is especially to see a Kojima premiere and I wasn't disappointed when he announced he was…
-
comment
Comment #38617428
> mostly previews of upcoming games It's the reason 99% of the viewers watch it
-
comment
Comment #38605595
Assets Flip is when you replace the assets in a game with other assets and sell it under a different name. Usually from a demo project or even from a complete game that was "stole"…
-
comment
Comment #38494236
Technically speaking, even bluray degrade over time so those key might get unreadable, not sure of the average lifespan since there is conflicting info on it but it seems to be aro…
-
comment
Comment #38156509
I actually love the syntax if only it didn't alloc, is your implementation open source?
-
comment
Comment #38144804
If what you want to measure is LINQ performance, sure, but in the context of measuring the language fundamental like class versus struct, it is an unnecessary overhead. The article…
-
comment
Comment #38144235
The article is fine, I was referencing the original article the article is referencing.
-
comment
Comment #38144150
It is certainly possible to write slow code without LINQ, all I'm saying is that I wouldn't blindly trust a blog post that talk about performance and use LINQ.