Viewing profile — avx56
avx56
HN member- Joined
- Wed, Dec 28, 2022, 12:55 AM UTC
- HN karma
- 72
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About avx56
No profile information was provided.
Recent public activity
-
comment
Comment #42513126
It's being worked on. Merry Christmas! https://github.com/emilk/egui/issues/3378
-
comment
Comment #40615234
https://imgur.com/a/3eebJZS for people who don't want to scroll
-
comment
Comment #40186204
HN uses rel="nofollow" for links in comments, for this exact reason.
-
comment
Comment #37205546
If it's a one-off you can just use http://borischerny.com/json-schema-to-typescript-browser/ or https://transform.tools/json-schema-to-typescript (they both use the same library).
-
comment
Comment #35505369
It still targets the browser though, so you still get all the complexities anyway, just without well supported syntax. Idk man I like Rust but this doesn't seem like the right way …
-
comment
Comment #35500137
https://www.linkedin.com/in/thomas-barnes-985020a2 His LinkedIn lists his job as "Pirate Radio" lol. (archive: https://archive.is/9UHfk )
-
comment
Comment #35496427
(2022)
-
comment
Comment #35310840
Looks neat!
-
comment
Comment #35177251
It's not much of a competitor with this performance. From the OpenChatKit model they claim to be using: > Write a rhyming poem about ray tracing OpenChatKit: The sun is shining The…
-
comment
Comment #35052053
Yes, I know this is opt-in, but Matrix has a static & crawlable service for their chats: https://view.matrix.org/
-
comment
Comment #34942869
Please can Electron die already? Almost every Electron program I use could be a PWA. Slack has no reason to need another browser engine running. You could make a point for native i…
-
comment
Comment #34673270
It was (is?) Python: https://github.com/reddit-archive/reddit
-
comment
Comment #34665677
I didn't say there was anything wrong with statsd itself, just that it's not a particularly complex application. You can produce a working , useful (to some people) web application…
-
comment
Comment #34662168
*The GIMP™
-
comment
Comment #34661961
No GUI though right?
-
comment
Comment #34661304
Yeah, you can always ship a shitty SaaS or plug libraries you don't understand into each other and still make a lot of money. But you honestly cannot do much more than that if, say…
- story
-
comment
Comment #34499043
Build a system that even a fool can use, and only a fool will want to use it
-
comment
Comment #34467611
Firefox 50 was released like a week after Trump was elected. They do have an LTS version if you just want stability: https://www.mozilla.org/en-US/firefox/enterprise/ Or it was jus…
-
comment
Comment #34464238
When you hover the links in the sidebar, even when quickly mousing over them, it seems to preload the page text. This makes it download a bunch of data (~120kb/page) and is wastefu…
- comment
-
comment
Comment #34427700
That's a Windows registry path, you can use regedit to edit the values. Microsoft has a reasonable guide for it: https://learn.microsoft.com/en-us/troubleshoot/windows-serve...
-
comment
Comment #34408468
Yeah, I think it's that and the fact that there isn't (obvious) money in fixing up and maintaining code for a shipped game.
- comment
-
comment
Comment #34404690
I find this hard because games often end up quite tightly-coupled, so while you don't have the pathfinding code reaching into the rendering, the rendering is usually coupled to the…