Viewing profile — swlkr
swlkr
HN member- Joined
- Mon, Sep 21, 2009, 3:48 AM UTC
- HN karma
- 935
- Public activity
- 419 items
- HN profile
- View on Hacker News ↗
About swlkr
Recent public activity
-
comment
Comment #46559544
I love this. digital sovereignty sounds so cool too
-
comment
Comment #46557868
Oh, I didn't know that, I guess from the outside it never seems that way.
-
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…
-
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.
-
comment
Comment #46471248
there's always carp lang but no gc
-
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.…
-
comment
Comment #42071583
im fairly sure helix-gpt does this, though i haven't tried it
-
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
-
comment
Comment #41923668
will do, it definitely needs some documentation tlc
-
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
-
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
- story
-
comment
Comment #40712512
rust and ryde (my own framework on top of axum and rusqlite)
-
comment
Comment #40472398
I'm the same way, it's one of the reasons I use helix, even for non rust dev
-
comment
Comment #38963913
We are humans but to HR, we're human resources.
-
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
-
comment
Comment #38251219
Rails really is the premiere framework for web development speed
-
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…
-
comment
Comment #37473070
rails for work, axum for side projects
-
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…
-
comment
Comment #36624210
it's not possible currently
-
comment
Comment #36443414
electric is the state of the art in clojure nowadays from my understanding
-
comment
Comment #36357172
cars dot com uses it
-
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
-
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…