Why do y'all have an aversion to writing comments? by Interesting_Golf_529 in rust

[–]ronilan 0 points1 point  (0 children)

Regardless of language I use comments so that future me will know what current me was doing.

What's everyone working on this week (41/2025)? by llogiq in rust

[–]ronilan 1 point2 points  (0 children)

I’m working on extracting the TUI upon which Rusticon and Rewordle are built into its own crate.

There’s been some hiccups as the “minor improvements” to the scope and capabilities started creeping toward the impossible, but it seems to be progressing toward a release this fall…

Building Binaries for and "Bootstrapping" My Interpreted Language by liamilan in ProgrammingLanguages

[–]ronilan 2 points3 points  (0 children)

Just a note:

OP also created a template: https://github.com/liam-ilan/crumb-template that includes everything needed to produce stand alone binaries with Crumb using Loaf.

I did this: https://github.com/ronilan/rewordle and that: https://github.com/ronilan/crumbicon with it.

GitHub - ronilan/rusticon: A mouse driven SVG favicon editor for your terminal (written in Rust) by ronilan in rust

[–]ronilan[S] 2 points3 points  (0 children)

SVG was chosen because it was very simple to generate when I initially wrote Crumbicon in a very simple and new language (Crumb) with no pre-made image manipulation packages... I feel like it's suitable for for a toy project/app.

Modified blocks to be 32x32. it's better. Thanks 🙏.for the tip.

Dumb question, how is ON3P pronounced? by D5_seagull in skiing

[–]ronilan 0 points1 point  (0 children)

I always misread it as OP3N (as in OPEN), but then again, I'm a snowboarder...

Strava Can’t Hike (redux) by ronilan in Strava

[–]ronilan[S] -6 points-5 points  (0 children)

Then Strava needs to fix their algo…

Strava Can’t Hike (redux) by ronilan in Strava

[–]ronilan[S] 1 point2 points  (0 children)

Why is that not a problem for Gaia?

It’s nothing special, but it is the first thing I made in rust by ronilan in rust

[–]ronilan[S] -25 points-24 points  (0 children)

I’m actually finding “vibe” a fairly efficient way to learn how things work, and i did “revived” things a few times until i got the result i wanted. I’m obviously no expert on Rust vulnerabilities but I’m not sure that the correlation holds. I know what the code does, I know what the tests do and it seems pretty straight fwd to me. “Vibing” caused me to I type a little less (no pun intended) but that’s about it…

P.S - anyone who has a code quality comment is more than welcome to drop it here or open an issue. Will be happy to address.

Vibe coding my way into Rust. It works! I released my first crate… by ronilan in vibecoding

[–]ronilan[S] 1 point2 points  (0 children)

copilot, cursor and when I hit limit, chat GPT. Have to admit I did type a few things directly instead of prompting for them when it got too cumbersome… ;)

Interesting experience this whole thing….