Wulf_
|
4 years ago
|
on: My students never knew’: the lecturer who lived in a tent
Really cool, I bet you're stronger than most. What's some advice you'd give to other grad students in a similar situation?
Wulf_
|
4 years ago
|
on: I’m putting a WiFi router into a wall charger
Thanks for letting me know, I really appreciate it :)
_xyub
|
4 years ago
|
on: Rust on Espressif chips
Yeah, I personally feel Rust is the future for web. The community just needs to invest in itself to build a bigger ecosystem. The rest will follow.
If you want to try out rust for web, check out this project: https://github/wulf/create-rust-app
Wulf_
|
4 years ago
|
on: Ask HN: How do you explain tech debt (to non-techs)?
Imagine not having a waste management system: you'll end up with garbage everywhere. Hence, you need to invest time to do garbage collection (and perhaps permanently solve the problem by introducing garbage bins, garbage trucks, etc.). You can take the metaphor further :)
Wulf_
|
4 years ago
|
on: Ask HN: Best free password manager when you're on different machines and OSes?
Oh just to add, each OS probably has several implementations of Keepass, you'll have to search for one for your respective platform. KeePassXC just happens to be the one I use on Linux and then I've got KeePassDX for my Android devices.
Wulf_
|
4 years ago
|
on: Ask HN: Best free password manager when you're on different machines and OSes?
KeepassXC has worked pretty well for me. You'll need something like syncthing to synchronise the database across devices though!
Wulf_
|
4 years ago
|
on: Results from the openSUSE 2021 Rust Survey
Could you give an example package you'd prefer to manage with your distro's package manager instead of cargo?
Wulf_
|
4 years ago
|
on: Ask HN: Do you report bugs or GDPR issues?
Not really, it takes too much time writing a simple email as it is haha.
Wulf_
|
4 years ago
|
on: The Serde Rust Framework
Any particular reason?
_xyub
|
4 years ago
|
on: The Serde Rust Framework
I thought I'd share this project in case anyone wanted to quickly evaluate rust for web
https://github.com/wulf/create-rust-app
Although there's a lot of work left to be done, I'd love to hear feedback, painpoints and ideas you have :)
Hoping to have documentation up at create-rust-app.dev soon~