evan

81 posts

evan banner
evan

evan

@windowlicke_rs

hacker

Virginia, USA Katılım Ocak 2022
46 Takip Edilen0 Takipçiler
evan
evan@windowlicke_rs·
@ibuildthecloud @yohanc33 > wasm ah this makes so much sense now. sounds like a cool system, especially on the system components.
English
0
0
0
71
Darren Shepherd
Darren Shepherd@ibuildthecloud·
@yohanc33 @windowlicke_rs Well I'm doing wasm crap. But in a different stream I'm building unix style system components. If you build a bunch of those in go your system is just too fat. Too much memory, too much disk. For example it would not be smart to rewrite systemd in go, the memory overhead is huge.
English
2
0
2
99
Darren Shepherd
Darren Shepherd@ibuildthecloud·
client side == rust, server side == go. That's my story and I'm sticking to it.
English
21
1
57
20.8K
evan
evan@windowlicke_rs·
@segun_os_ but have you worked on an enterprise rust system? it’s actually pretty chill
English
0
0
0
59
os
os@segun_os_·
finished the rust book in 10 days and now i feel like i can work with any rust codebase. meanwhile, i’ve been learning c++ for 3 months and every time i come across some c++ code, i feel like i’ve stumbled upon an ancient script from a civilization that went extinct thousands of years ago. 😂
English
29
6
244
13.9K
evan
evan@windowlicke_rs·
@badlogicgames > competing implementations and ideologies converging under one fucked framework fuck we’re already there
English
0
0
0
639
Mario Zechner
Mario Zechner@badlogicgames·
> Open-weight AI is having its Kubernetes moment. Let's not ruin it oh god, no, not like that, please.
English
15
4
237
24.5K
evan
evan@windowlicke_rs·
if you use an LLM to interact on slack without disclosure. i will judge you.
English
0
0
0
10
evan
evan@windowlicke_rs·
@HSVSphere heterogenous resource bag was my recent favorite but yours tops it. LLMs are wordcels and exacerbating my can’t pronounce anything problem.
English
0
0
1
424
HSVSphere
HSVSphere@HSVSphere·
Someone at Anthropic or OpenAI PLEASE add a test case to guard against LLMs using denser words where slightly more lighter words would have been better. What the fuck is a "DRM implementor module aperture", just call it the period inbetween unload-load
English
8
1
83
9.9K
evan
evan@windowlicke_rs·
@yohanc33 @ibuildthecloud why not build the client in rust? clap + thiserror offer an excellent interface. single threaded cli? golang sure. if you can anticipate some multi thread async, rust is a good move imo.
English
1
0
1
38
evan
evan@windowlicke_rs·
@ibuildthecloud Thanks for the thoughtful response. It’s weird because I feel exactly the opposite. Golang cli feels trivial with viper/cobra. Rust backend scales well with tokio/axum. Honestly i’m biased and would just roll rust all the way down.
English
0
0
0
23
Darren Shepherd
Darren Shepherd@ibuildthecloud·
No benefit. Go is slightly more memory cpu intensive, but the development cost is significantly less than rust. Everything server related is just way easier in go. No tokio, no async. It's just all there by default, in simple code that extremely efficient for it's domain. Its simple because go comes with a pretty fat runtime and GC. On the client, where resources are more limited that overhead is not worth it. On the server, that overhead is a killer feature.
English
2
0
3
519
evan
evan@windowlicke_rs·
@somewheresy same but in a forking open source sense. it’s never been easier to spend less than half a day adding what you need and rigging up an agent workflow to maintain it forward.
English
0
0
1
16
evan
evan@windowlicke_rs·
@logscore it doesn’t matter as long as they publish a binary and you use nix.
English
1
0
13
2.2K
Logan
Logan@logscore·
Oh cool a Rust project lets see how to inst... "bun install" Can TS devs please learn ANYTHING outside of the TS ecosystem?
English
19
2
369
35.2K
evan
evan@windowlicke_rs·
@HeyGarrison Visa has been way ahead of the game in this department. They’ve had moats around their datacenters for years!!
English
0
0
1
17
evan
evan@windowlicke_rs·
@Umesh__digital this is especially reasonable if your CICD is ass.
English
0
0
0
102
Umesh Kumar Yadav
Umesh Kumar Yadav@Umesh__digital·
Interviewer: "If there's a sudden surge of errors online, what would you check first?" Me: "I'd check who released a new version today." Interviewer: ......
Umesh Kumar Yadav tweet media
English
18
0
41
2.8K
evan
evan@windowlicke_rs·
@fkasummer there is no such thing as a real or fake programmer. we’re all just trying to solve problems.
English
0
0
0
18
evan
evan@windowlicke_rs·
@jasoki why deal with the JVM when rust is right there?
English
0
0
3
835
Jason
Jason@jasoki·
I haven't seen anyone willingly choosing to vibe code in Java
English
236
102
4.3K
304.1K
evan
evan@windowlicke_rs·
@jonallie all this bullshit to avoid running fluxcd or writing a simple operator/controller. it’s not that crazy or hard. it’s just a distributed computing framework.
English
0
0
1
335
jon allie
jon allie@jonallie·
My "hot take" is that kubernetes has this sort of nonsense baked into its DNA, and so it's unsurprising that things built on top of it are grotesque mutations. Kubernetes _might_ make sense if you're deploying workloads on bare metal, and actually have the problem of efficiently bin-packing workloads that are mostly in the same trust domain. Otherwise, you are probably better off buying fractional machines from your cloud provider and using auto scaling groups, or using one of the managed container runtimes. My general observation is that kubernetes deployments exist primarily to run kubernetes and various yaml-syncing jobs, with any other workloads (like, your software) being a pesky afterthought.
gabe@allgarbled

Really feels like we strayed from the path of god at some point

English
12
4
95
16.5K
evan
evan@windowlicke_rs·
@davidfowl write it, sure. but i’d prefer to debug it with an agent.
English
0
0
0
591
David Fowler
David Fowler@davidfowl·
Who are the people that enjoy writing this (without agents)... Show yourselves...
David Fowler tweet media
English
33
3
146
35.9K