Live data from Hacker News

Viewing profile — 0atman

0atman

HN member
Joined
Tue, Feb 07, 2012, 5:32 PM UTC
HN karma
262
Public activity
81 items

About 0atman

Rusteacan, recovering Pythonista. Creator of the YouTube channel, No Boilerplate, and the hopepunk sci-fi podcast, Lost Terminal.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #40155643

    10/10, no notes XD

  4. 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!

  5. comment
    Comment #39760921

    Welcome to the cargo cult!

  6. comment
    Comment #39760919

    I don't understand the question, but only one of those is a full stack web framework.

  7. comment
    Comment #39754775

    I don't know why OP felt moved to write this weird guide, https://leptos.dev is incredible!

  8. 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…

  9. 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…

  10. 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…

  11. comment
    Comment #38251996

    Trust, but verify.

  12. 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.

  13. comment
    Comment #37768571

    and we we wouldn't let that founder do PR, right?

  14. 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 …

  15. comment
    Comment #37766545

    Yeah! I've seen a lot of re-branding to "plant-based", same meaning, less baggage.

  16. 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…

  17. 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…

  18. 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…

  19. 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

  20. 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

  21. 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…

  22. 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?

  23. 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 …

  24. comment
    Comment #36491388

    My apologies, it's faster than svelte, not just react: https://www.youtube.com/watch?v=4KtotxNAwME

  25. 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…