Details
-
AboutAAAAAAAAAAAAAAAAAAA
-
SkillsRust and other things
-
Locationhere
-
Website
Joined devRant on 12/8/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@antigermanist We know :)
-
Didn't you just get a new job like 2 days ago?
-
Also DRAM is kinda slow in contrast. Normal DDR4 has a throughput of like 10-20 GB/s
"Soooooo" slow :P -
It's a lot! Local GPU memory throughput is insane as well
Like just rendering a game with deferred rendering can easily take 100+ GB/s just to read/write the render targets to vram
Nowadays the top GPUs have a mem throughput of like 1-2 terabyte per second. It's insane -
Pls stop with the ai slop
-
@whimsical Yeah.... it will be... it already is
-
Still :P I just have more energy when I drink
-
@Lensflare Honestly not though! Everything improves when I'm drunk
... that's not a good sentence -
This is some wealthy white liberal shit
-
@princess Fuck it, fbi get me, youre too cute 😭😭
(I am dearly missing basic human interaction) -
@princess Surely that isnt what a glowie would say Clueless 🤙
-
@princess Okay that's a glowie alert if I ever seen one lmao
-
@princess Let's go to the next door room so we can really get to know each other 😏
-
@princess Pretend like you are my little cutie pie anime girl waifu o.o
-
I was kinda scared when ChatGPT first came out but after 5 years of "okay guys, they next one REALLY is gonna be AGI, trust us bro" I'm really not concerned that much anymore lol
-
Allegedly it has some improved security features and stuff but for me it also has just been Win 10 with an even more annoying UI
-
@lorentz Oh no, I don't expect them to remove features already implemented and used in browsers
That's probably one reason they take so long to design; they don't want to specify something that sucks
Still, it does seem unreasonably long for some pretty basic features (maybe minus GC, that one I can see being a real pain in the ass to design) -
What the hell is going in with WASM in general. It has been in development for like 10 years and its still like 0.1 alpha. Reference types are still experimental, theres no garbage collector support, no dom access, etc. etc.
Like do they actually want to finish it at some point...? -
@whimsical ThePrimeagen, his first Devin video was so fucking funny
Sorry retoor, I can't push to master -
Divorce incoming?
-
@BordedDev Arenas are an interesting research area. I believe pony (?) uses them
But still, having deterministic constructors is just so nice. You know when something gets destroyed and so you can rely on it
Like a mutex guard automatically unlocking a mutex when it goes out of scope -
@lorentz I commend his autistic commitment to "no hidden control flow" but at some point we all just have to come to terms with the fact that automatic destructors are a really good idea
-
Async in Rust is under different constraints. In JS you can throw everything onto the heap and it'll work itself out
Rust can't assume that a heap even exists, so it ends up quite a bit more explicit -
@BordedDev Yeah and those are also serious languages. But you don't hear hype bros hyping up C++, do you? :P
-
@BordedDev I think I'll try again tonight
So far it's been exhausting though! You'd think when the AI is doing all the work it's a breeze but it's like taking care of a hyper active toddler. You constantly have to steer it in the right direction and clean up the messes it makes -
@whimsical It's true though :P
It's a language for people who want to and need to write robust code. NASA and ESA have written firmware for their space probes in rust for example. Like actually series software :P -
@BordedDev I'll try... so far I got this "success"
-
@whimsical There's a lot of hype among normies who hype up Rust
But Rust really is a language for experts, not for dumb normies -
@BordedDev Maybe that would make a difference :P
But so far it's like I expected: It generates a whole bunch of relatively okay looking code but it just looks okay. It actually doesn't make that much sense -
@whimsical I'm actually currently trying again with more directed prompts. I had to tell Cursor "DONT GENERATE EVERYTHING IN ONE GO, WHAT FOR MY COMMAND" :P
So far its better, but still not as good as I would have hoped.... But I will keep experimenting