Viewing profile — rlp
rlp
HN member- Joined
- Thu, Dec 01, 2011, 12:01 PM UTC
- HN karma
- 224
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About rlp
No profile information was provided.
Recent public activity
-
comment
Comment #42702585
9am to 9pm 6 days a week
-
comment
Comment #41790902
This is my exact experience. TypeScript seemed to hit a complexity sweet spot about 5 years ago, then they just kept adding more obscure stuff to the type system. I find that under…
-
comment
Comment #41230118
This is no longer remotely true. Most .NET teams I know now deploy on Linux and develop on Windows/Mac/Linux.
-
comment
Comment #39995518
Wow. I just had it write a song about being sad about losing my keys in r&b/soul style, I'm totally blown away: https://www.udio.com/songs/bDY5CYdJZP93AdpgpfBJNX
-
comment
Comment #33724243
I'm not seeing a major problem here, you just need to install MSVC++ alongside it.
-
comment
Comment #33050488
I've always been a big proponent of TypeScript, but does anyone else feel like the type system has gotten a bit too flexible? I recently had to fix some errors when upgrading packa…
-
comment
Comment #32103741
Maybe libuv? It's used by node and julia. It's not a full standard library by any means, but it would give you the event loop with async/networking/io/threading.
-
comment
Comment #31981259
Sarno's work comes up periodically on HN, and I always have to chime in to say that it cured my RSI. Everything is still completely, 100% cured at 15+ years. As a developer, I have…
-
comment
Comment #31966391
No need for a meditation myth at all, absolutely. It's brain hacking as far as I'm concerned. As for concentration training vs mindfulness meditation, I do think there's a differen…
-
comment
Comment #31965771
It's about training your mind's executive control/function. You learn to focus on one thing and allow others to pass through your awareness without them being overly distracting/di…
-
comment
Comment #31231838
Beautiful Racket is quite nice: https://beautifulracket.com/
-
comment
Comment #31091113
Also, WebAssembly can't support most GC runtimes now, because you can't scan the stack for roots. You can keep your own shadow stack on the heap, but that has a bunch of pretty bad…
-
comment
Comment #30189877
I had to turn off uBlock.
- comment
-
comment
Comment #29196886
FedEx maybe. UPS is unionized, I think they pay a fair wage.
-
comment
Comment #28583564
Very cool! I'd love to see proper macros in a major language like Dart. And the proposal looks good, like a mix of Scala and Nemerle.
-
comment
Comment #28580319
Any particular reason you like Dart so much? I tried it briefly, and it felt like a watered-down mashup of Java and C# with somewhat worse performance.
-
comment
Comment #28335923
It highly depends on the use case. When people interact with a piece of software all day every day, they tend to appreciate having more information/actions available at a glance. S…
-
comment
Comment #28137613
The property owner should not be responsible for answering that question.
-
comment
Comment #28023320
There's a Cranelift backend, which is apparently faster at creating debug builds than LLVM: https://github.com/bjorn3/rustc_codegen_cranelift
-
comment
Comment #26121423
That's great! Like you, it did take me a while to get to 100%. Old habits die hard, I guess. You really know you're there when you realize you forgot to think about RSI for a whole…
-
comment
Comment #26120633
I totally agree, the prevailing RSI advice about posture and exercise and fancy chairs and input devices and taking breaks is not one-size-fits-all. In my case, Sarno's book showed…
-
comment
Comment #25472263
Making Blob Opera with David Li: https://www.youtube.com/watch?v=ZfLYuXi6sDI
-
comment
Comment #23776718
https://arewegameyet.rs/ Rust is not really there yet for game development, in my opinion. Amethyst is probably the most advanced 3D engine at the moment, but they are having some …
-
comment
Comment #23745357
I have a fair bit of Rust experience, and I agree that it adds a lot of cognitive overhead. It gets better over time as you learn how to appease the compiler, but the borrow checke…