Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
swlkr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
swlkr
8mo ago
I love this. digital sovereignty sounds so cool too
2.
▲
by
swlkr
8mo ago
Oh, I didn't know that, I guess from the outside it never seems that way.
3.
▲
by
swlkr
8mo ago
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 great firewall.
4.
▲
by
swlkr
8mo ago
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.
▲
by
swlkr
9mo ago
there's always carp lang but no gc
6.
▲
by
swlkr
11mo ago
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. https://github.com/swlkr
7.
▲
by
swlkr
2y ago
im fairly sure helix-gpt does this, though i haven't tried it
8.
▲
by
swlkr
2y ago
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.
▲
by
swlkr
2y ago
will do, it definitely needs some documentation tlc
10.
▲
by
swlkr
2y ago
It really is, axum is great by itself, but it's always nice to have a few nice-to-haves on top
11.
▲
by
swlkr
2y ago
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.
▲
Show HN: Ryde, a Rust Web Framework
(github.com)
48 points
by
swlkr
2y ago
|
10 comments
13.
▲
by
swlkr
2y ago
rust and ryde (my own framework on top of axum and rusqlite)
14.
▲
by
swlkr
2y ago
I'm the same way, it's one of the reasons I use helix, even for non rust dev
15.
▲
by
swlkr
3y ago
We are humans but to HR, we're human resources.
16.
▲
by
swlkr
3y ago
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.
▲
by
swlkr
3y ago
Rails really is the premiere framework for web development speed
18.
▲
by
swlkr
3y ago
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, middleware was kind of annoying before that was added. Woul
19.
▲
by
swlkr
3y ago
rails for work, axum for side projects
20.
▲
by
swlkr
3y ago
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 dynamically linked binary and scp to my vps, deployment i
21.
▲
by
swlkr
3y ago
it's not possible currently
22.
▲
by
swlkr
3y ago
electric is the state of the art in clojure nowadays from my understanding
23.
▲
by
swlkr
3y ago
cars dot com uses it
24.
▲
by
swlkr
4y ago
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.
▲
by
swlkr
4y ago
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 the socket gets disconnected for some reason
26.
▲
by
swlkr
4y ago
This article is a great intro to prompt engineering. It helped me with my own prompts!
27.
▲
by
swlkr
4y ago
I've used dokku to great effect. SSHing into a new linux VPS can be intimidating but there a few good digital ocean tutorials that'll take you from new VPS to dokku and once you're there it's very much a PaaS
28.
▲
by
swlkr
4y ago
There have been incremental improvements lately that might lead to code in a db instead of flat files at some point in the near future: - rise of autoformatters - language servers decoupling editing from editors - all in one build tools (ca
29.
▲
by
swlkr
4y ago
I own a 2018 4Runner, best purchase I've ever made. The touchscreen is small and only for music or nav. The controls for A/C and cruise and everything real are large, beautiful buttons.
30.
▲
by
swlkr
4y ago
- helix https://helix-editor.com/ - cleanshot x https://cleanshot.com/ - btm https://github.com/ClementTsang/bottom
More ›