Live data from Hacker News

Viewing profile — swlkr

swlkr

HN member
Joined
Mon, Sep 21, 2009, 3:48 AM UTC
HN karma
935
Public activity
419 items

About swlkr

https://swlkr.com https://janetdocs.com https://joy.swlkr.com https://coast.swlkr.com

Recent public activity

  1. comment
    Comment #46559544

    I love this. digital sovereignty sounds so cool too

  2. comment
    Comment #46557868

    Oh, I didn't know that, I guess from the outside it never seems that way.

  3. comment
    Comment #46557212

    My conspiracy theory is that the EU is actively trying to create their own cloud through regulation after seeing the economic success from china's internet companies after the grea…

  4. comment
    Comment #46557172

    Im not sure whose job it is to only write beautiful code. If that's the case, zero programmers should be worried. Beautiful code only tends to exist in open source.

  5. comment
    Comment #46471248

    there's always carp lang but no gc

  6. comment
    Comment #45630365

    Pulling everything into the type system does lead to madness. Luckily i'm just the mad scientist to recreate a non-async rust web stack, here's the sqlite bit if you're interested.…

  7. comment
    Comment #42071583

    im fairly sure helix-gpt does this, though i haven't tried it

  8. comment
    Comment #42065847

    I also use helix and i've been getting some mileage out of aider, the cli tool. Confusing name, as I don't believe aider is affiliated with aide

  9. comment
    Comment #41923668

    will do, it definitely needs some documentation tlc

  10. comment
    Comment #41921523

    It really is, axum is great by itself, but it's always nice to have a few nice-to-haves on top

  11. comment
    Comment #41921511

    It also has a db! macro that lets you write sql and it maps it to rust structs and fns, I've made some improvements to the macro here https://github.com/swlkr/static_sqlite

  12. story
  13. comment
    Comment #40712512

    rust and ryde (my own framework on top of axum and rusqlite)

  14. comment
    Comment #40472398

    I'm the same way, it's one of the reasons I use helix, even for non rust dev

  15. comment
    Comment #38963913

    We are humans but to HR, we're human resources.

  16. comment
    Comment #38846568

    If they stuck with a scheme syntax, it would have been easier to make it a compiler target. We might have had web assembly earlier

  17. comment
    Comment #38251219

    Rails really is the premiere framework for web development speed

  18. comment
    Comment #37474459

    A little trait heavy, but overall it's ok! I like the extractors, didn't at first but I learned to love them. Middleware::from_fn was a life saver in the current version, middlewar…

  19. comment
    Comment #37473070

    rails for work, axum for side projects

  20. comment
    Comment #37052418

    Dioxus liveview or if you don't want websockets, dioxus fullstack, you can use warp or salvo but axum is good. Rust embed is also great, I cross compile everything into a single dy…

  21. comment
    Comment #36624210

    it's not possible currently

  22. comment
    Comment #36443414

    electric is the state of the art in clojure nowadays from my understanding

  23. comment
    Comment #36357172

    cars dot com uses it

  24. comment
    Comment #35153407

    This feels like they spent a lot of money on the metaverse, it didn't work out, so now they're raising money by doing layoffs

  25. comment
    Comment #34930621

    Dioxus liveview is so good. I tried it with salvo and it just worked (tm). The only downside which they're working on is some kind of socket reconnect if someone navigates away and…