#Rust 101:
In some cases you have to specify that a variable is mutable but also a vector, why is that? 👇
In computers you have 2 places to store data:
1️⃣ The stack, which is very fast, but the allocation is local to a function call, and is limited in size.
2️⃣ The heap, which is slower, and is explicitly allocated by your program. But it’s effectively unlimited in size.
⬇️
Ramularia coleosporii ex Coleosporium petasitis
#Coleosporiumpetasitis #Coleosporium #Ramulariacoleosporii #Ramularia #Rustfungus #Rust #Rostpilz #Rost #Hyperparasite #mushroom #mushrooms #fungus #fungi #pilz #pilze #champignons #champignon #nature #natur
#coleosporiumpetasitis #coleosporium #ramulariacoleosporii #ramularia #rustfungus #rust #rostpilz #rost #hyperparasite #mushroom #mushrooms #fungus #fungi #pilz #pilze #champignons #champignon #nature #natur
Ask HN: How is Rust used in the Linux kernel today?
Discussion: https://news.ycombinator.com/item?id=37477205
Another day, another rejection 🎉
I recently crossed a hundred applications in the last four months, all of which I’m qualified for. If it was not for the 4-day week, my job hunting would have ended after 5 applications back in June 😑
#FediHire #rust #rustlang #typescript #nodejs #saas #webdev
Neuer Beitrag im Blog der "EXPEDITION R" mit dem Titel: "Mick Schumacher liebt die Geschwindigkeit – auch im Europa-Park"
https://expedition-r.de/2023/09/mick-schumacher-liebt-die-geschwindigkeit-auch-im-europa-park/
#Ausflugsziele #Deutschland #Europa #Freizeitparks #BadenWrttemberg #EuropaPark #Prominenz #Rust #Schwarzwald
#Ausflugsziele #deutschland #europa #freizeitparks #badenwrttemberg #EuropaPark #prominenz #rust #Schwarzwald
Dang, I just saw in the sidebar a streamer streaming #Rust with 3.6k viewers and I was like HELL YEAH the Rust programming language finally hits the big time on Twitch but it's some silly modern video game or something.
#developers - how do you make a decision about which language to use?
I have a private project with a pal - no timeframe on it, we're very much doing it 'for fun'. We could whip it up with #Python fairly easily but we're keen to try out new stuff.
We talked about #PHP but neither of us are very enthusiastic.
We've settled on building the first step in #Rust, #Haskell and Python - to give ourselves an idea of which one looks like fun.
So the question, really - if you're starting a project and there's no clear reason to use language a over b, how to you make that decision?
#developers #python #php #rust #haskell
A part of #rust API contracts that doesn't seem very defined is the reliance on types in `Error::source()`.
So, uh, is it fair to simply document "The types in Error::source() are not part of the public API, and are subject to change at any time"?
Did you miss anything from FOSSlife last week? Catch up with our weekly newsletter. Read it now and subscribe free to get it every Thursday https://app.moosend.com/show_campaign/683ac196-ce42-448f-84ad-06894a2f54fe #FOSS #Rust #GreenCoding #OpenTF #Terraform #Linux #StarLite #tablet #DarkWeb #jobs #events #OpenSource
#foss #rust #greencoding #opentf #terraform #linux #starlite #tablet #darkweb #jobs #events #opensource
Removing Garbage Collection from the Rust Language (2013)
Link: http://pcwalton.github.io/_posts/2013-06-02-removing-garbage-collection-from-the-rust-language.html
Discussion: https://news.ycombinator.com/item?id=37465185
Going to take my astro site off of vercel and start self hosting on a raspberry pi. Will be lots of fun. I might even go back to the drawing board and rebuild my site using htmx/ bun or go the Rust route instead with something like leptos idk. Anyways I finished hackers and ghost in the wires. Both good books! #rust #webdev #javascript #idk #indie
#rust #webdev #javascript #idk #indie
I assume there is a #Python library that turns this ugly order of functional-style code:
map(bla, filter(blubb, stuff)
into #Rust-style syntax like:
stuff.filter(blubb).map(bla)
Not only do I find this much more readable (left-to-right instead of right-to-left), but the black code formatter also wouldn't explode those nested function calls all over the place.
Using the Mastodon Streaming API
https://xn--z47haa.ws/using-the-mastodon-streaming-api/
#rust #API #mastodon #fediverse
#rust #api #mastodon #fediverse
Working on a new gamedev project!