Advertisement · 728 × 90

Posts by Ron Kuris ✅

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

5 months ago 0 0 0 0

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

5 months ago 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!

5 months ago 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.

5 months ago 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!!!

5 months ago 3 0 0 0

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

5 months ago 1 0 0 0
Post image

Agenoc workflows! #github-universe

5 months ago 1 0 0 0
Post image

Hanging out with #postman

5 months ago 1 0 1 0
Post image

Hanging out at #github-universe

5 months ago 0 0 0 0

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

6 months ago 0 0 0 0
Advertisement

> ICANN feel it coming in the air tonight

hold on... hold on...

6 months ago 2 0 0 0

Did you find a rare labubu?

6 months ago 0 0 0 0

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

6 months ago 2 0 0 0

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

6 months ago 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 ...

6 months ago 2 0 1 0

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

6 months ago 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

6 months ago 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.

8 months ago 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...

8 months ago 1 0 0 0
Advertisement

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

8 months ago 0 0 0 0
Post image

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

8 months ago 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...

8 months ago 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/...

8 months ago 0 0 0 0

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

8 months ago 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

9 months ago 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.

9 months ago 0 0 1 0

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

10 months ago 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.

10 months ago 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.

10 months ago 0 0 0 0
Advertisement

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

10 months ago 0 0 0 0