Viewing profile — calo_star
calo_star
HN member- Joined
- Sat, Aug 01, 2020, 11:52 PM UTC
- HN karma
- 56
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About calo_star
No profile information was provided.
Recent public activity
-
comment
Comment #42675768
> but for multi-threaded code Rust uses smart pointers like C++ That's not the whole story. There's also Send and Sync marker traits, move by default semantic also makes RAII const…
-
comment
Comment #42506026
`std::optional `'s style is more akin to using if x.is_some() { let x_value = unsafe { x.unwrap_unchecked() }; } everywhere.
- story
-
comment
Comment #37979834
Book-films!
-
comment
Comment #36568255
When can we have anything effective against tinnitus...
- comment
-
comment
Comment #36223299
Do you find any notable downsides to using Brave? I was with Kagi until they introduced limit to the 10$/month paid tier.
-
comment
Comment #36222680
> - Google has a number of "sponsored" results at the top of search results, which look identical to the actual search results, other than having a "sponsored". That was the reason…
-
comment
Comment #36206899
> a hilariously negative caricature of a hypothetical experience using it. That's what Apple has shown, no?
-
comment
Comment #35868647
CoreGraphics often emphasizes it's ability to draw PDF, I guess that has to do with the Display PostScript lineage as well.
-
comment
Comment #35747084
What would be the particular difficulty with intrusive linked lists?
-
comment
Comment #35716687
It's the same in Haskell, Erlang and Elixir.
-
comment
Comment #35683533
Bing also doesn't do "site:" queries properly it seems.
-
comment
Comment #35565215
Erlang processes indeed do cooperative multitasking under the hood, something like yielding control to the scheduler roughly every 1000 function calls.
-
comment
Comment #35395237
Have they also banned TikTok?
-
comment
Comment #35317565
By training it with a LOT of data, I suppose.
-
comment
Comment #35256498
I'm rather sure that Amazon is a company that strictly makes the world a worse place.
-
comment
Comment #35219144
I was hoping to see some sparring with Zuckerberg.
-
comment
Comment #35048575
They are not relevant, the author made a totally irrational choice by benchmarking under Windows, not realizing the Deck is marketed as a Linux machine first and foremost, and they…
-
comment
Comment #35005376
You could also just use 3-phase AC induction motor.
-
comment
Comment #34941211
One thing I love about Elixir's syntax is that virtually everything is a call, take the if statement: if condition do IO.puts "true" :yes else IO.puts "false" :no end is just a cal…
-
comment
Comment #34603157
Sounds like Xiaohongshu without pictures to me.
-
comment
Comment #34555707
Depending on the size of your component that can't be built in Erlang, you may be able to use NIF and throw it on the dirty scheduler.
-
comment
Comment #34513822
Not to mention that no design is absolutely safe, and if security enclaves like Pluton get exploited to run backdoor, it'll be a lot harder for end user to detect.
-
comment
Comment #33931949
Safari's UI just isn't good for me.