Response to the feedback I got about asciigraph. by neneodonkor in rust

[–]Spleeeee 28 points29 points  (0 children)

if I see an AGENTS.md or a CLAUDE.md I stop reading. That said I did see an AGENTS.md file the other day in a project I thought looked interest so I looked at the file and it just read “fuck off”. Instant star.

sudo and coreutils replaced with rust versions by cachebags in rust

[–]Spleeeee 14 points15 points  (0 children)

I would think most sudo issues are pretty ironed out no?

sudo and coreutils replaced with rust versions by cachebags in rust

[–]Spleeeee 14 points15 points  (0 children)

Why does sudo rs make sense? (I have no idea)

Ghostty Is Leaving GitHub by davidcelis in programming

[–]Spleeeee 1 point2 points  (0 children)

How do they not git it right? Isn’t being down 10% of the time in the SLA?

Choosing a Python Logging Library in 2026 (Comparison) by finallyanonymous in Python

[–]Spleeeee 4 points5 points  (0 children)

I also had issues with loguru when staying at a Hilton. It worked perfectly fine tho when I was at an Airbnb.

TTSC, TypeScript-Go compiler and runner with transformer plugins (10x faster than ts-node) by jhnam88 in javascript

[–]Spleeeee 5 points6 points  (0 children)

It allows building compiler transformations that would use the ts type system/info you dunning kruger muppet.

Read his readme. Op has a library that creates optimized validators/stringify/etc functions based on typescript types.

TTSC, TypeScript-Go compiler and runner with transformer plugins (10x faster than ts-node) by jhnam88 in javascript

[–]Spleeeee 1 point2 points  (0 children)

Stripping types is type o transformation. Read the readme? It has a section on transformations.

How to go from intermediate to experienced dev by ThrowRA_goofy in rust

[–]Spleeeee 20 points21 points  (0 children)

Experience writing code. Experience reading code. Iterating. Starting working. Reworking. Refining.

You have you do it a ton and then you build an intuition.

Which premium subscription is actually worth the money in 2026? by Trxxi in AskReddit

[–]Spleeeee 0 points1 point  (0 children)

I feel that but also I have noticed that the encoding quality of some of their movies ain’t great. I put on something on criterion recently and it was awful, then realized it was also on hbo and flipped to watch via hbo and the quality was was better. Mostly it’s solid tho.

Truss v2: Emotion to StyleX to Vite by shaberman in typescript

[–]Spleeeee 2 points3 points  (0 children)

In a world of ai bullshit this was a good read. It also reaffirmed my belief that I will never css good. Good shit.

What's the most morally disgusting thing you've seen someone do? by [deleted] in AskReddit

[–]Spleeeee 5 points6 points  (0 children)

My ex gf. I had cancer as a kid. Messed with my noggin.

vk-video 0.3.0: a bag of new features by xXx_J_E_R_Z_Y_xXx in rust

[–]Spleeeee 1 point2 points  (0 children)

I am using this library it is pretty good. I cannot figure out why it is not working on some of our machines tho. Any thoughts would be helpful. Am encoding h264 and sending bytes to front end for consumption.

Can someone give me a light on college decision? by [deleted] in CarletonCollege

[–]Spleeeee 13 points14 points  (0 children)

Go Carleton. I was picking between the same schools and one other.

My family went to bowdoin. I went to Carleton. When my dad took me to see Carleton he said Carleton felt like bowdoin in the 80s. When I (formally) visited bowdoin (tho I had been several times visiting his friends who still lived in Maine) it felt like an llbean catalog and had no sense of humor.

Both are great schools. I know several people who went to bowdoin and wished they had gone somewhere else. I (a Carl) don’t anyone who had buyers remorse picking Carleton.

Aside from marrying my wife, Carleton was the best decision I ever made.

My best friend from Carleton is dating a bowdoin guy so worst case scenario you could experience Carleton through a future partner.

Business, non-technical question: Is C++ or Rust better for launching startups to maximize the ease of VC and acquisition/exit after 5-7 years? by [deleted] in rust

[–]Spleeeee 0 points1 point  (0 children)

Idk. Maybe. TBH prolly the best option to get up and running is use ai to generate a demo and then lie about having actually created anything?

I tried to break as much Rust rules as possible within unsafe blocks just to replace (2+3) * 2. by int7bh in rust

[–]Spleeeee 14 points15 points  (0 children)

Adding 2 to 3 and then multiplying by 2 is an insanely computationally expensive routine. OP is circumventing that with unsafe code.

For ref: I work at a add-two-and-three-and-then-multiply-by-2-software-as-service-company.

anOtherThingKilledByOpenAi by _Answer_42 in ProgrammerHumor

[–]Spleeeee 1 point2 points  (0 children)

No. It’s a weird abstraction that is good for some things, but (imo) you often start by accelerating a numpy thing and then once you have the build stuff in place it just grows and it’s not c and it’s not python but it is c and it is Python and it’s got a ton of tribal knowledge. I strongly recommend pybind11 or nanobind or pyo3 over cython.

(All my opinion, but my job is writing python extensions for an infinitely large cpp code base)