Live data from Hacker News

Viewing profile — starman100

starman100

HN member
Joined
Wed, Jun 19, 2019, 4:59 AM UTC
HN karma
113
Public activity
23 items

About starman100

No profile information was provided.

Recent public activity

  1. comment
    Comment #22249119

    Virtual Airwaves uses it for their web-based walkie-talkie WebRTC client with a custom endpoint (in Erlang!) that emulates radio. (This link takes you to public channel 1) https://…

  2. story
  3. story
  4. story
  5. comment
    Comment #20287028

    This attitude is exactly what the spear-fisher is hoping for! Mac people, especially, think their OS is "secure by design" (as Apple says it is) and there's no way they can be atta…

  6. comment
    Comment #20287009

    This "spear" was also for a MacOS vulnerability. No doubt most Mac people think they're immune to viruses and malware, making this even more effective. It is very well thought out …

  7. story
  8. comment
    Comment #20252068

    My Windows 10 machine runs 32-bit apps alongside 64-bit apps just fine. It's no big deal on the Intel architecture. Why is this such a hard thing for Apple to do? (I can also run m…

  9. story
  10. comment
    Comment #20239233

    You've _never_ seen a correctable error reported in 20 years? I think your AMD motherboard isn't handling these errors right. That's much more likely than you've never had 1 in 20 …

  11. story
  12. comment
    Comment #20232364

    That's our impression, too. There are AMD Motherboards that take ECC memory, but we've never seen them act on ECC errors that were uncorrectable (the correctably errors are handled…

  13. comment
    Comment #20229951

    Maybe, just maybe, tariffs aren't such a bad idea. Yes, we realize it's really just a "tax on everything" but by making it a little less cost-effective to move manufacturing to Chi…

  14. story
  15. story
  16. story
  17. comment
    Comment #20226688

    Wow! I didn't know that. I "switched back" when there was no pro/NVidia option available to me about 7 years ago.

  18. comment
    Comment #20226614

    Nobody at the U.S. Mint would be any more "embarrassed" than anyone else over a misprint on U.S. currency. But these people, part of the U.S. Treasury, might be: https://moneyfacto…

  19. comment
    Comment #20222728

    But, to the actual end users, Libra is no different than, say, writing a check. It doesn't matter to me how the banks themselves shuffle their funds back and forth when I give a ch…

  20. comment
    Comment #20222679

    You could also be running this on Linux that happens to be running on Apple hardware.

  21. comment
    Comment #20220931

    Just use Erlang with Dialyzer. It's not quite as nice as a lanugage with types built-in, but if you're strict about using it, it does work. I won't code without it.

  22. comment
    Comment #20220917

    Putting an Erlang-like language on the JVM would really lose all the advantages of Erlang, wouldn't it. The syntax, while very useful, isn't the real strength of the language. It's…

  23. comment
    Comment #20220914

    Interesting. I'd really like to see Pytherl. Use the easy-to-learn Python syntax, as best as possible, but on the BEAM. I think that would be even better than Elixir for getting pe…