Viewing profile — selfmodruntime
selfmodruntime
HN member- Joined
- Wed, Jul 29, 2020, 8:40 AM UTC
- HN karma
- 3,505
- Public activity
- 1,391 items
- HN profile
- View on Hacker News ↗
About selfmodruntime
No profile information was provided.
Recent public activity
-
comment
Comment #49128891
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.
-
comment
Comment #49108232
Also probe-rs went from barely working to working somewhat to now being back again to barely working for most chips
-
comment
Comment #49077143
> 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 …
-
comment
Comment #49063251
Wow. With a web service in Go or any similar language that would measure in the thousands, at least .
-
comment
Comment #49063245
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 a…
-
comment
Comment #49022317
I'm out. No place that has ever publicly advertised itself to be "political" has ever changed for the beter.
-
comment
Comment #48952312
Ive has potential that needs to be steered, and if Altman has shown one thing it's that he can't direct this employees.
-
comment
Comment #48927883
PayPal Germany is a different beast. Germans are the only country that majorly doesn't rely on Credit Cards when doing online payment.
-
comment
Comment #48927872
Competition is fierce and there's only so much innovation you can do as a payment service provider
-
comment
Comment #48927862
I am so so glad to not be at either PayPal or IBM right now.
-
comment
Comment #48927821
Everyone knows someone who has a story like this. Not a good look for a major PSP.
-
comment
Comment #48927810
Braintree also is and isn't compatible with the legacy PayPal stack, of which there are 3 layers, depending on whom you ask.
-
comment
Comment #48898928
Yes, sadly.
-
comment
Comment #48898921
> 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 pr…
-
comment
Comment #48898909
> 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 un…
-
comment
Comment #48892937
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…
-
comment
Comment #48892878
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.
-
comment
Comment #48892871
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-…
-
comment
Comment #48892846
There is almost zero reason for a public facing, non-embedded project like Bun to use unsafe anywhere .
-
comment
Comment #48892831
This is untrue. You can do a file by file translation by using clone and copy liberally. After you're done, you can incrementally introduce borrowing.
-
comment
Comment #48892817
The industry isn't biting @ Zig because it's unstable, notoriously difficult to integrate new changes into an existing codebase and because the compiler is a bitch to develop with …
-
comment
Comment #48892788
> How is that better than the Zig codebase you started with? It's worse, and I say this as an avid Rust fan and programmer. Try Miri with the new Bun project. It's currently blowin…
-
comment
Comment #48870859
Hard to believe when they could use this opportunity to hurt a competitor.
-
comment
Comment #48865285
Thank you. I write quite a lot of unsafe code myself and while safe Rust is much easier to get right than C, I'd say unsafe Rust is at least 10x harder to do correctly. Rustc's ali…
-
comment
Comment #48865105
> I think the main purpose of the EU is to prevent wars between European states by providing a forum for compromise and cooperation. It should have stayed this way.