True. Doesn’t solve the other issue tho. Heck, I work on rust a lot, and rustrover is free
- 1 Post
- 114 Comments
NGL I’d use jetbrainz products more if they weren’t that pricey and more portable
RustyNova@lemmy.worldto Ask Lemmy@lemmy.world•Beyond overt bans how resilient is the Fediverse (and Lemmy specifically) to the new forms of digital control and censorship?83·1 month agoI don’t know much about it either, but one thing for sure is that Lemmy.world is too big. If the admins would go rogue, a big chunk of the user base will be affected.
I know I’m kinda part of the problem, but I’m too lazy to switch
RustyNova@lemmy.worldto News@lemmy.world•Army Black Hawk helicopter forces two jetliners to abort landings at DCA215·2 months agoYou can say that the hawk “tuah” over the landings?
I’m going before the tomatoes start flying
Big “don’t help just film” vibes here
RustyNova@lemmy.worldto Programmer Humor@programming.dev•Inspired by ICastFist I remade an AI slop meme in 40 mins in blender21·3 months agoWait that’s AI!? I thought it was a random edited image from the internet
RustyNova@lemmy.worldto Programmer Humor@programming.dev•Inspired by ICastFist I remade an AI slop meme in 40 mins in blender81·3 months agoWhat is the original? I didn’t saw any ai slop on my feed
BTW you need more lights ;)
And of course the ai put rail signals in the middle.
Chain in, rail out. Always
!Factorio/Create mod reference if anyone is interested !<
Good and bad use-cases for floats
Floats can be used everywhere where it doesn’t matter that you can’t store a 100% accurate base ten representations. For example positions and speeds in 3D games and animations, “analog” values like temperatures, speed of a vehicle, geo positions with longitude and latitude, a persons weight or heart pressure. In fact if you develop games there is no way around 32 bit floats because GPUs are f32 number crunching beasts. Modern 3D games wouldn’t be possible without all those fast f32 calculations.
You shouldn’t use binary floats if you need or expect accurate base ten calculations (addition, subtraction, multiplication, - note that divisions also introduce errors quickly in decimal types) and for dimensions that have a smallest unit that can’t be broken down, for example like money. If you need to handle money just store the amount of cents as integers and only divide by 100 in your display function.
This is exactly my point. Don’t use floats when you need to get accurate stuff, but use it when you need a “feel” for it
RustyNova@lemmy.worldto World News@lemmy.world•‘Creative use of punishment’: Covid-style lockdowns proposed for criminals in England and WalesEnglish6·6 months agoThat sound actually amazing for the priso- I mean, oh no! It’s so horrible! It’s exactly what they deserve!
One thing for sure, not ai. Idk for the fake, but not ai
RustyNova@lemmy.worldto Programmer Humor@programming.dev•My corporate anti-virus doesn't let me add scanning exclusions26·6 months agoCorporate antivirus is so great that it restricts windows update while not connected to the main network by ethernet.
Some of us are there once a month.
Last windows update broke it, and now nobody can update.
It also bring 5 seconds of load time to any website
RustyNova@lemmy.worldto Programmer Humor@programming.dev•When you don't check completions and push to prod18·7 months agoCopilot: written with copilot
RustyNova@lemmy.worldto Ask Lemmy@lemmy.world•You have one (1) free teleportation that must be used within the next 24 hours or it disappears forever. Do you use it? Where do you go?1·7 months agoDoes it teleport you where you think you want to go or do you need to account for the earth 's rotation and movement?
My bad! Said open source instead of forkable + viewable. Derp is me
RustyNova@lemmy.worldto Programmer Humor@programming.dev•This software does not exist324·8 months agoI’m going to burst your bubble but GitHub doesn’t allow non open source licenses on public repositories.
Just ask winamp lol
Edit: not open source, but at least forkable and viewable
I wanted to check out bitwarden as a self hosted service, but looks like I better stick with good ol’ keepass+Syncthing
What’s this?