Viewing profile — 0atman
0atman
HN member- Joined
- Tue, Feb 07, 2012, 5:32 PM UTC
- HN karma
- 262
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About 0atman
Recent public activity
-
comment
Comment #44062414
I believe the principles the article author is looking for are core to Pivotal Tracker. I've often tried to persuade teams to use Tracker, but everyone sure loves the whiteboard me…
-
comment
Comment #43793603
My go-to is "Alice has 3 brothers and also has 6 sisters. How many sisters does her brother have?". They all say 6! This test is nice because, as it's numeric, you can vary it slig…
-
comment
Comment #40155643
10/10, no notes XD
-
comment
Comment #39885505
I love LSP as much as the next person, but bacon's flicker-free zero config clippy watching basically TAUGHT me Rust!
-
comment
Comment #39760921
Welcome to the cargo cult!
-
comment
Comment #39760919
I don't understand the question, but only one of those is a full stack web framework.
-
comment
Comment #39754775
I don't know why OP felt moved to write this weird guide, https://leptos.dev is incredible!
-
comment
Comment #39754768
For anyone wanting a actual full-stack framework with sensible defaults, type checked sql+api+rsx, and overwhelming community approval, don't reinvent the wheel: It has existed for…
-
comment
Comment #39662892
This is the right answer. How can you go back to a non-typed world after Rust I don't know. I use html-node which has a typed submodule for even greater strictness. I just build so…
-
comment
Comment #39455917
YES! sqlx::query_as in the wild! Making queries like this checks the sql is valid at compile time by connecting to the real database and running it with demo data inside a rolled-b…
-
comment
Comment #38251996
Trust, but verify.
-
comment
Comment #38202495
"[If we all wear seat belts] we could end up in a less secure future, where nobody understands why, with red tape that prevents you from finding out what went wrong." Insane.
-
comment
Comment #37768571
and we we wouldn't let that founder do PR, right?
-
comment
Comment #37768519
You don't believe me? That's an extremely weird reaction, he's on public record with this kind of behaviour, just look at most of the comments in this very thread of people saying …
-
comment
Comment #37766545
Yeah! I've seen a lot of re-branding to "plant-based", same meaning, less baggage.
-
comment
Comment #37766375
I sympathise with your position, but is rms all we've got? No developers were persuaded to change their language from 'open source' to 'free software' that day in 2009, him shoutin…
-
comment
Comment #37765909
I read just today that there's no such thing as 'cancel culture', what it is, is 'consequence culture': The observation that it's becoming less accepted that we must protect the ri…
-
comment
Comment #37765498
I went to a small talk rms gave in London in around 2009. The talk was unmemorable (my fault, likely, not his) but the Q&A afterwards was remarkable: He screamed at people for usin…
-
comment
Comment #37246971
if you write it inside a rust macro, you get syntax checking and the full ecosystem for free! eg https://crates.io/crates/macro_lisp
-
comment
Comment #37246966
how long does the average npm install take? That's cached for second executions just as rust is, typical recompile times are < 1s
-
comment
Comment #37246951
(no boilerplate author here) Thank you so much for linking! When I was first getting started I learned so much from Amos and his INSANE deep-dives over at fasterthanli.me, basicall…
-
comment
Comment #36504519
C++ was rejected as a driver language. All those other languages you mentioned also are also not suitable. Why could this be?
-
comment
Comment #36498489
Linus Tovalds is not an easy man to please. You're saying he's been fooled by marketing? Sometimes tech is really good, dude, it's ok, don't die on a weird hill, not everything is …
-
comment
Comment #36491388
My apologies, it's faster than svelte, not just react: https://www.youtube.com/watch?v=4KtotxNAwME
-
comment
Comment #36489853
We're not talking about hypotheticals. Rust wasm is used in production now. https://developers.cloudflare.com/workers/tutorials/hello-wo... Emscripten and experimental backends har…