Viewing profile — starman100
starman100
HN member- Joined
- Wed, Jun 19, 2019, 4:59 AM UTC
- HN karma
- 113
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About starman100
No profile information was provided.
Recent public activity
-
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://…
- story
- story
- story
-
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…
-
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 …
- story
-
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…
- story
-
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 …
- story
-
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…
-
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…
- story
- story
- story
-
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.
-
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…
-
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…
-
comment
Comment #20222679
You could also be running this on Linux that happens to be running on Apple hardware.
-
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.
-
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…
-
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…