Added to the hammock queue.
25.05.2025 14:48 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0@govcraft.ai.bsky.social
Founder @ Govcraft | ex-Principal AWS, Microsoft, Accenture | 30 yrs of nerd cred | ๐ง Learning Machine | ๐ฎ Enthusiast | Husband, Dad, Cat Whisperer
Added to the hammock queue.
25.05.2025 14:48 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0Ouch! ๐
25.05.2025 14:44 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0Cool beans.
07.05.2025 21:10 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Awesome! ๐
07.05.2025 21:10 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Try the GitHub repo.
07.05.2025 21:03 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐ฎ
07.05.2025 21:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0My #Rust crate "Magic Type ID" (MTI) is now v1.0! ๐
Opaque UUIDs (f47ac...) make logs & APIs a guessing game. MTI gives you human-readable, type-safe IDs like user_01h45....
Globally unique, K-sortable, and way clearer for debugging. ๐ฆ๐
Grab it: crates.io/crates/mti
Toss a โญ: github.com/GovCraft/mti
Actually teams find it takes far less time to get to market once everyone is past the learning curve. Code and PR reviews take less time, for example, because the compiler carries some of that weight.
13.04.2025 16:33 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Check it out on GitHub! Open-source, MIT-licensed, built in Rust. Bridges email to web appsโuse Docker or binaries, no coding required. Grab it or toss a โญ if useful! ๐ฆ๐ก #opensource #coding
github.com/Govcraft/mail-laser
MailLaser forwards emails without storing them. Set target addresses and a webhook URL to automate. Runs via Docker, binaries, or source. Includes a /health endpoint for monitoring. Built for local testing, production workflows, or APIs! โ๏ธ #webhooks #rust
06.04.2025 08:43 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Hey Bluesky peeps๐๐ฝ Just shipped MailLaser: a receive-only SMTP server that sends emails to a webhook as JSON. Sender, subject, text (HTML optional). Links email to web services, no Rust skills needed! ๐ฆ๐ #rustlang #automation
github.com/Govcraft/mail-laser
I think it would be more accurate to say: "Building your UI with JS-heavy logic rather than static HTML shifts some workload from the browserโs optimized C++ rendering engine to the JS engine, which _might_ introduce overhead depending on use case."
06.04.2025 03:03 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Sometimes, sure. But usually, I just take it as it comes and tell myself theyโre not the same beast. If Iโm messing with Go, itโs probably because Iโm enjoying a slick packageโworth the usability hit. The Charm.sh crewโs packages are a blast, even if I still lean on Rust for the same stuff.
05.04.2025 21:32 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I suppose it would be Go. It's fun to write, easy to learn, and I can be super productive with it.
02.04.2025 17:03 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I do love all those. Canโt wait to see what comes out of the investment in the compiler. ๐๐ฝ
01.04.2025 19:43 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Back on Bluesky and finally got Acton Reactive to v1. Message-passing with agents, Tokio, no locking nonsense. Docs are finally updated too. If youโre into Rust concurrency without the headache, might be worth a peek. ๐ฆ๐ #rustlang #rust #opensource #coding
github.com/GovCraft/act...
AI coding assistants struggle with Rust's fast-moving ecosystem, often suggesting outdated APIs. ๐ฉ Built this MCP server so tools like (Cursor, Roo, Claude etc.) can query current crate docs directly before generating code. Give it a try & โญ if useful! ๐ฆ๐ #rust #ai #mcp
github.com/Govcraft/rus...
Hey Bluesky peeps ๐ Been offline here since the end of '24 dealing with a bumpy start to the year (life stuff!). Dipping my toes back in. Onwards!
29.03.2025 22:04 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0CLIs or a simple web server are always a good start. Have fun!
27.12.2024 11:32 โ ๐ 6 ๐ 0 ๐ฌ 0 ๐ 0["๐ Merry Christmas, World!",
"๐ Happy Hanukkah, World!",
"๐ Joyous Kwanzaa, World!",
"โจ Happy Holidays, Everyone!"]
.iter()
.for_each(|message| println!("{}", message));
#rustlang #helloworld #spreadlove
Me too! I guess I havenโt come across the need for anything more than newtypes but I can see where refinement types would be cool to have.
24.12.2024 19:59 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 0Need separation? Not necessarily. Could approach it both ways with tradeoffs too numerous for a ๐ฆ post.
Small fixed set of units - Newtypes FTW
Large or extensible set of units - youโd wish for a generic approach with a unit type param the blog asks about.
If you havenโt already, I recommend checking out rustlings.cool
I hear only good things.
At least youโre not hiding your red flags. ๐ฉ๐ซ
24.12.2024 18:27 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Welcome! ๐ฆ๐
24.12.2024 18:24 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Pretty much a two way street on syntax and feature inspiration with Swift being one of several Rust has borrowed and loaned from.
24.12.2024 18:24 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0@iolivia.me updated response above after reading the blog.
24.12.2024 18:16 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Just read the article (lots of shady ad popups - Boo!) and I see whatโs being asked. Wouldnโt be trivial to add this to Rust. Would need at min: representation of refinement predicates in compiler/lang, a solver with diagnostics for Errs, an extensibility model. You should submit an RFC anyway. ๐คท๐ฝโโ๏ธ
24.12.2024 18:16 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Thatโs how Iโd approach it.
24.12.2024 17:59 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Thanks @seanmonstar.com for all the hard work you put into hyper. ๐๐ฝ๐ฆ
daniel.haxx.se/blog/2024/12...