Ron Kuris ✅'s Avatar

Ron Kuris ✅

@svjaneo.com

Rust developer, software architect, database developer, embedded engineer, sailor, skier, pilot, crypto enthusiast, dad. Send me your crypto recommendations.

153
Followers
64
Following
436
Posts
04.12.2024
Joined
Posts Following

Latest posts by Ron Kuris ✅ @svjaneo.com

Your name should be Sir Posts-A-Lot I guess.

06.11.2025 22:47 👍 0 🔁 0 💬 0 📌 0

The great thing about standards is that there are so many to choose from.

06.11.2025 22:45 👍 1 🔁 0 💬 0 📌 0

Getting super excited as #firewood is finally getting integrated into #avalanche #avax. That plus doing some serious vibecoding with #github-copilot #github to smooth out the remaining tasks!

04.11.2025 19:44 👍 1 🔁 0 💬 0 📌 0
github copilot session showing a change while it's working

github copilot session showing a change while it's working

#github-copilot is the shit. I love being able to steer AI while it's working.

04.11.2025 16:12 👍 2 🔁 0 💬 0 📌 0
Post image

Documentation being worked on via #github-copilot for #firewood with assistance from the @github.com next team....

Pre release stuff!!!

29.10.2025 22:38 👍 3 🔁 0 💬 0 📌 0

As sure as AWS goes down, azure as AWS goes down. #azure #aws

29.10.2025 17:40 👍 1 🔁 0 💬 0 📌 0
Post image

Agenoc workflows! #github-universe

28.10.2025 19:54 👍 1 🔁 0 💬 0 📌 0
Post image

Hanging out with #postman

28.10.2025 18:47 👍 1 🔁 0 💬 1 📌 0
Post image

Hanging out at #github-universe

28.10.2025 16:55 👍 0 🔁 0 💬 0 📌 0

TIL "immutable variable" is a contradiction. "variable" means it can change, and "immutable" means it can't.

29.09.2025 22:42 👍 0 🔁 0 💬 0 📌 0

> ICANN feel it coming in the air tonight

hold on... hold on...

29.09.2025 15:22 👍 2 🔁 0 💬 0 📌 0

Did you find a rare labubu?

22.09.2025 23:30 👍 0 🔁 0 💬 0 📌 0

In #rustlang it's `use tylenol`. No point importing, just use it.

22.09.2025 23:28 👍 2 🔁 0 💬 0 📌 0

Probably an off-by-10 error. Did you compute this in C++?

22.09.2025 20:57 👍 2 🔁 0 💬 0 📌 0

Until you realize that if you extract raw pointers or iterators from a std::vector and then modify the vector in a way that causes reallocation, those pointers or iterators can become dangling, which is UB.

Or when you realize std::vector isn't actually thread safe.

Or
... message truncated ...

22.09.2025 20:56 👍 2 🔁 0 💬 1 📌 0

If we told you, they wouldn't be private.

22.09.2025 20:52 👍 0 🔁 0 💬 0 📌 0

I made it through the wilderness
Somehow I made it through
Didn't know how lost I was
Until I found #rustlang

I was beat, incomplete
I've been had, I was sad and blue
But #rust made me feel
Yeah, #rust made me feel
Shiny and new

22.09.2025 20:47 👍 1 🔁 0 💬 0 📌 0

I recommend enhancing go's panic on nil pointer message:

panic: runtime error: nil pointer dereferences can be avoided in #rustlang, but not #golang, and this code dereferenced one at runtime and the code didn't bother to check, and the reviewer didn't catch it either. Use a better language.

09.08.2025 16:39 👍 1 🔁 0 💬 0 📌 0
i64 - Rust The 64-bit signed integer type.

TIL about i64::div_euclid. So many ways to do math in rust.

doc.rust-lang.org/std/primitiv...

23.07.2025 16:39 👍 1 🔁 0 💬 0 📌 0

I wonder if it just said "ITER" if it would be even more esoteric

21.07.2025 06:12 👍 0 🔁 0 💬 0 📌 0
Post image

I need to make this bumper sticker! Any suggestions for an online site to do it?

21.07.2025 06:11 👍 0 🔁 0 💬 1 📌 0
rust program that does what javascript does in one line

rust program that does what javascript does in one line

The next person who tells me rust is too verbose will get this post.

TIL that in #javascript, parseInt(0.0000005) results in 5.

Here's the equivalent in rust. Definitely too verbose. play.rust-lang.org?version=stab...

17.07.2025 23:45 👍 0 🔁 0 💬 0 📌 0
Clippy Lints A collection of lints to catch common mistakes and improve your Rust code.

#rustlang discourages basic math -- addition, subtraction, etc!

Why is that? Because off-by-one errors and overflow errors are a major source of bugs. Enable this lint and use checked operations instead of just raw math.

rust-lang.github.io/rust-clippy/...

16.07.2025 15:20 👍 0 🔁 0 💬 0 📌 0

#rustlang iterators are so amazing. Do you know what an ExactSizeIterator is and a FusedIterator?

15.07.2025 23:08 👍 0 🔁 0 💬 0 📌 0
Preview
The Cube Rule Identify your food based on the location of structural starch. Is a hot dog a sandwich? No, it's clearly a taco.

You sure you want a tamale and not a taco? Also maybe a calzone is a better choice. Thank you cuberule.com

22.06.2025 17:12 👍 0 🔁 0 💬 0 📌 0

Are you planning on cross-posting to reddit each time? If so, I'll unfollow here and catch you via the reddit post.

22.06.2025 17:08 👍 0 🔁 0 💬 1 📌 0

Just like a junior engineer, AI is really bad at rust error handling.

10.06.2025 16:31 👍 1 🔁 0 💬 0 📌 0
Post image

Hire or don't hire? Gave the classic "two-sums" problem, where you try to find offsets of elements that sum up to some target value.
Here's their rust implementation, rolled out quite quickly.

09.06.2025 18:22 👍 0 🔁 0 💬 0 📌 0

Please. Same time tomorrow is not `now += hours(24)`. There are *NOT* 24 hours in every day. Some days have 23 and some have 25, assuming you live in a region where this horrible thing called Daylight Savings Time exists, which is in ~40% of all countries, affecting ~15% of the world population.

06.06.2025 14:10 👍 0 🔁 0 💬 0 📌 0

But Jerry, it's bad to only talk about good.

02.06.2025 13:14 👍 0 🔁 0 💬 0 📌 0