Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
calo_star
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
calo_star
2y ago
> 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 constructs like Mutex<T> less error prone to u
2.
▲
by
calo_star
2y ago
`std::optional<T>`'s style is more akin to using if x.is_some() { let x_value = unsafe { x.unwrap_unchecked() }; } everywhere.
3.
▲
A living fossil: introduction to the s390x architecture [video]
(media.ccc.de)
2 points
by
calo_star
3y ago
|
0 comments
4.
▲
by
calo_star
3y ago
Book-films!
5.
▲
by
calo_star
3y ago
When can we have anything effective against tinnitus...
6.
▲
by
calo_star
3y ago
No.
7.
▲
by
calo_star
3y ago
Do you find any notable downsides to using Brave? I was with Kagi until they introduced limit to the 10$/month paid tier.
8.
▲
by
calo_star
3y ago
> - 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 I switched away from Google. Here
9.
▲
by
calo_star
3y ago
> a hilariously negative caricature of a hypothetical experience using it. That's what Apple has shown, no?
10.
▲
by
calo_star
3y ago
CoreGraphics often emphasizes it's ability to draw PDF, I guess that has to do with the Display PostScript lineage as well.
11.
▲
by
calo_star
3y ago
What would be the particular difficulty with intrusive linked lists?
12.
▲
by
calo_star
3y ago
It's the same in Haskell, Erlang and Elixir.
13.
▲
by
calo_star
3y ago
Bing also doesn't do "site:" queries properly it seems.
14.
▲
by
calo_star
3y ago
Erlang processes indeed do cooperative multitasking under the hood, something like yielding control to the scheduler roughly every 1000 function calls.
15.
▲
by
calo_star
3y ago
Have they also banned TikTok?
16.
▲
by
calo_star
3y ago
By training it with a LOT of data, I suppose.
17.
▲
by
calo_star
3y ago
I'm rather sure that Amazon is a company that strictly makes the world a worse place.
18.
▲
by
calo_star
4y ago
I was hoping to see some sparring with Zuckerberg.
19.
▲
by
calo_star
4y ago
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 should be ashamed of themself.
20.
▲
by
calo_star
4y ago
You could also just use 3-phase AC induction motor.
21.
▲
by
calo_star
4y ago
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 call to th
22.
▲
by
calo_star
4y ago
Sounds like Xiaohongshu without pictures to me.
23.
▲
by
calo_star
4y ago
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.
24.
▲
by
calo_star
4y ago
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.
25.
▲
by
calo_star
4y ago
Safari's UI just isn't good for me.
26.
▲
by
calo_star
4y ago
Fascinating! I touched AppKit and Core Animation a long time ago and I had no idea this existed. Does this mean the gesture animations in iOS system (such as opening an app on springboard) are drawn by this?
27.
▲
by
calo_star
4y ago
How do you animate paths (morphing shapes) with Core Animation?
28.
▲
by
calo_star
4y ago
I don't know anything about Ruby, but I'm curious, why so?
29.
▲
by
calo_star
4y ago
I would even say Elixir IS Erlang, so is LFE.
30.
▲
by
calo_star
4y ago
My hot take: Anyone who's new to the BEAM/ERTS/OTP ecosystem should just go learn Elixir instead: You get to learn Erlang for free, and you get to use nicer build system, package manager etc..
More ›