Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
selfmodruntime
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
selfmodruntime
4d ago
I bought a series 11 with the esim option for this very reason and it just - doesnt - work. The airpod connection drops randomly, spotify stops working, navigation randomly stops working, the apple health app doesnt respect my other workout
2.
▲
by
selfmodruntime
4d ago
My watch is basically useless for any reasonable workout (people buy Garmin for a reason), my AirPods randomly drop connection, Spotify stops working when I work out and the apple maps app randomly stops updating my routes when using it to
3.
▲
by
selfmodruntime
8d ago
This comment was applicable 2 years ago. It isn't any longer.
4.
▲
by
selfmodruntime
11d ago
To the end of hindering people from literally poisoning all of hunanity??
5.
▲
by
selfmodruntime
16d ago
Consider that Xe provides their software for (basically) free
6.
▲
by
selfmodruntime
16d ago
How's it feel to take a pet project from the need of an annoyed blog hoster to the forefront of the LLM crawling discussion? :D
7.
▲
by
selfmodruntime
23d ago
Even if a lot of discussion is ignorant, we can still observe that it works infinitely better for 95% of society in other countries where they handle it differently.
8.
▲
by
selfmodruntime
23d ago
Asylums.
9.
▲
by
selfmodruntime
23d ago
Eh. There‘s a cultural background factor to this.
10.
▲
by
selfmodruntime
23d ago
Insane Asylums.
11.
▲
by
selfmodruntime
26d ago
The entire blog at lina.sh gives me such a fuzzy feeling of the old web.
12.
▲
by
selfmodruntime
28d ago
I swear this is untrue. Half the names of ikea products allude to funny words in German.
13.
▲
by
selfmodruntime
2mo ago
I'm willing to bet that 95% of people using tailscale for CI have a 90 day (max days) ephemeral, reusable auth key somewhere in their setup.
14.
▲
by
selfmodruntime
2mo ago
Also probe-rs went from barely working to working somewhat to now being back again to barely working for most chips
15.
▲
by
selfmodruntime
2mo ago
> The problem I had was that the entire experience became really slow when I had it all working together as one "response". Sending back all that HTML for an entire form with some large select lists as well as the response of r
16.
▲
by
selfmodruntime
2mo ago
Wow. With a web service in Go or any similar language that would measure in the thousands, at least .
17.
▲
by
selfmodruntime
2mo ago
Well references in python are mutable by default, so you essentially combine an asynchronous model with mutable shared state. Combine that model with unknown caller exceptions in any subfunction and you're in for a world of hurt.
18.
▲
by
selfmodruntime
2mo ago
I'm out. No place that has ever publicly advertised itself to be "political" has ever changed for the beter.
19.
▲
by
selfmodruntime
2mo ago
Ive has potential that needs to be steered, and if Altman has shown one thing it's that he can't direct this employees.
20.
▲
by
selfmodruntime
2mo ago
PayPal Germany is a different beast. Germans are the only country that majorly doesn't rely on Credit Cards when doing online payment.
21.
▲
by
selfmodruntime
2mo ago
Competition is fierce and there's only so much innovation you can do as a payment service provider
22.
▲
by
selfmodruntime
2mo ago
I am so so glad to not be at either PayPal or IBM right now.
23.
▲
by
selfmodruntime
2mo ago
Everyone knows someone who has a story like this. Not a good look for a major PSP.
24.
▲
by
selfmodruntime
2mo ago
Braintree also is and isn't compatible with the legacy PayPal stack, of which there are 3 layers, depending on whom you ask.
25.
▲
by
selfmodruntime
2mo ago
Yes, sadly.
26.
▲
by
selfmodruntime
2mo ago
> You can also do one by using `unsafe` liberally, especially if you're flexible about actually upholding rust's rules (as the bun team just did As in, they did not, which I can prove by using Miri and seeing hundreds of errors
27.
▲
by
selfmodruntime
2mo ago
> Ok, and how does, in your opinion, compiler rules enforcement work in an unsafe block? By the engineer's wit of course! > And how does Miri help solve this issue? By detecting undefined behavior caused by violation these rules
28.
▲
by
selfmodruntime
2mo ago
It's the wrong abstraction though and I am kind of not surprised the Bun maintainers went way. The correct abstraction would be to translate into Rust while using `clone` and `copy` liberally and then iteratively converting to a borrow
29.
▲
by
selfmodruntime
2mo ago
This isn't propaganda, the Rust compiler's rules when using the unsafe keyword are difficult to uphold, which is why the community wrote Miri.
30.
▲
by
selfmodruntime
2mo ago
It's true and I write Rust and love it dearly. There is an entire book about working with the unsafe keyword and its aliasing rules: https://doc.rust-lang.org/nomicon/working-with-unsafe.html
More ›