Tootfinder

Opt-in global Mastodon full text search. Join the index!

@kubikpixel@chaos.social
2025-07-03 20:15:05

I was asked if I could send a screenshot of my Rust learning project to possibly help to be installed. A server that deals with binary encryption, among other things, is not so simply clear to see 😅🤷‍♂️
(This is now in the INFO login, it's just for showing the request as a demo and doesn't make sense)
#rust

Terminal with loggin full of base64 and bytes but no clear text
@mgorny@social.treehouse.systems
2025-06-29 14:41:03

#RustLang in #Gentoo brings you a new meme: "it's always [patch.crates-io]".

@mgorny@pol.social
2025-06-29 14:41:02

#RustLang w #Gentoo przynosi nowe memy: "zawsze winne jest [patch.crates-io]".

@beeb@hachyderm.io
2025-06-11 11:57:45

How to spot the #RustLang fanatic (me) inside of the #solidity codebase. Newtypes, newtypes everywhere!

@beeb@hachyderm.io
2025-04-23 09:28:25

Very cool read! A novel (to me and the author at least) approach to computing recurrence for iCalendar rules.
#RustLang #rust #calendar #RayMarching #SmallWeb

@beeb@hachyderm.io
2025-04-14 06:16:06

@rustaceans@mastodon.social Here's my take on the challenge from issue 62!
@… Didn't benchmark or anything, but the algo only goes over the list once to sort it (worst case `O(n * log(n))`) and then once to merge the ranges (`O(n)`).
Run on the playground: #RustLang #rust #algorithm #RustBytes

@beeb@hachyderm.io
2025-06-04 12:42:46

It's release time for lintspec!
This new iteration brings a new experimental parser which increases the overall performance by 2-3x and a bunch of minor fixes, especially around the highlighted source code spans in the diagnostics.
#rust #RustLang #FOSS #solidity #benchmarking