Live data from Hacker News

Viewing profile — fbanon

fbanon

HN member
Joined
Thu, Oct 21, 2021, 12:07 PM UTC
HN karma
585
Public activity
128 items

About fbanon

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #33079711

    Still alive and kicking. You just need to know where to look.

  3. comment
    Comment #33065674

    PS6 will be written in Rust.

  4. comment
    Comment #33036492

    Case in point: don't choose a hobby that can be taken away from you on the whims of some dickhead Google exec.

  5. comment
  6. comment
    Comment #32981916

    Or just defining the result of division by zero as zero "for safety": https://www.hillelwayne.com/post/divide-by-zero/ It boggles the mind, truly!

  7. comment
    Comment #32981597

    >But math never decreed that sine and cosine have to take radian arguments! Ummm, actually it did. The Taylor-series of sine and cosine is the simplest when they work with radians.…

  8. comment
    Comment #32925149

    That's not really ray-tracing. That's just regular GPU rendering with physically-based materials and some ray-tracing effects for extra chrome.

  9. comment
    Comment #32911654

    Any non-trivial project would quickly reach RLIMIT_NOFILE as inotify is non-recursive, so you'd need to open a new fd for each monitored file.

  10. comment
    Comment #32911521

    This guy is very smart!

  11. comment
    Comment #32808093

    The fedora-tipping is strong in this one.

  12. comment
    Comment #32678335

    Step 1: nearly bankrupt your country Step 2: sell out your country to wealthy foreigners to "stimulate the economy" Step 3: act surprised that you can't afford living in your count…

  13. comment
    Comment #32608510

    PinePhone couldn't even create a phone that can make voice calls properly like a Nokia 3310, yet you're envisioning them beating Apple (!) with rolling out some futuristic technolo…

  14. comment
    Comment #32607414

    Lol! You're pretty unhinged.

  15. comment
    Comment #32605907

    Ok, but it Czechia by and large you have Czech people paying for the welfare of other Czech people. On the other hand in the US, you would have mostly white and asian people paying…

  16. comment
    Comment #32596494

    >Dropping latency 90% by porting SpiceDB to WASM *SpiceDB Playground

  17. comment
    Comment #32580673

    It's an optical MNIST recognizer.

  18. comment
    Comment #32577501

    Wildly wrong.

  19. comment
    Comment #32566807

    More like third-party software (Slack, Figma, VSCode, anything web-based) is getting even more bloated as their engineers' machines get upgraded to M1 Pros.

  20. comment
    Comment #32566695

    >For those of us whose CS background doesn't go this deep, what about ARM makes it more performant than x86? It is more performant because the silicon is made by a company that did…

  21. comment
    Comment #32563228

    Yep. I don't want mobile carriers to be anything but dumb pipes.

  22. comment
    Comment #32563216

    RCS is inferior to iMessage simply because it doesn't work on tablets and desktop computers. Since RCS is tied to mobile carriers, who don't want to give up control over those juic…

  23. comment
    Comment #32556627

    120 years ago we knew that some things can fly, because we saw birds. We just had to figure out how to do the same with humans. On the other hand, we have never encountered anythin…

  24. comment
    Comment #32554296

    I know. But the second sentence of the article starts with: "Neverball uses legacy “fixed function” OpenGL." But also you could simply remap the Z coordinate of gl_Position at the …

  25. comment
    Comment #32553681

    Couldn't you just pre-multiply the projection matrix to remap the Z range from [-1,1] to [0,1]?