Live data from Hacker News

Viewing profile — avx56

avx56

HN member
Joined
Wed, Dec 28, 2022, 12:55 AM UTC
HN karma
72
Public activity
49 items

About avx56

No profile information was provided.

Recent public activity

  1. comment
    Comment #42513126

    It's being worked on. Merry Christmas! https://github.com/emilk/egui/issues/3378

  2. comment
    Comment #40615234

    https://imgur.com/a/3eebJZS for people who don't want to scroll

  3. comment
    Comment #40186204

    HN uses rel="nofollow" for links in comments, for this exact reason.

  4. 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).

  5. 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 …

  6. 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 )

  7. comment
  8. comment
    Comment #35310840

    Looks neat!

  9. 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…

  10. comment
    Comment #35052053

    Yes, I know this is opt-in, but Matrix has a static & crawlable service for their chats: https://view.matrix.org/

  11. 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…

  12. comment
    Comment #34673270

    It was (is?) Python: https://github.com/reddit-archive/reddit

  13. 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…

  14. comment
    Comment #34662168

    *The GIMP™

  15. comment
    Comment #34661961

    No GUI though right?

  16. 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…

  17. story
  18. comment
    Comment #34499043

    Build a system that even a fool can use, and only a fool will want to use it

  19. 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…

  20. 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…

  21. comment
  22. 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...

  23. 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.

  24. comment
  25. 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…