I've just realized what I feel when coding in #rust. It's the same feeling As when assembleing LEGO!
#rust is LEGO for pogrammers
#rustlang
I've just realized what I feel when coding in #rust. It's the same feeling As when assembleing LEGO!
#rust is LEGO for pogrammers
#rustlang
Have played and finished the @abandonedsheep.com's "Schrodinger's cat burglar" demo! Looking forward to the release π
There's the "disable AI" switch in settings already
Finally!
themes are art. editing JSON files to make them? not exactly a vibe.
Learn why theming is hard to get right, and why we built the Zed Theme Builder: zed.dev/blog/theme-b...
then go make something beautiful β¨
me: cancel the build
github: can't
me: why
github: it hasn't started
me: so?
github: so I can't cancel it
me: bu-
github: it's not that complicated
nalgebra.rs uses this for their types, but also allows for some dimensions to be dynamic
MSRV is 1.92, so async closures are a thing
I've looked into how this closure is later called and it could have totally been an async one, or at least return a future, but for some reason it isn't. Should probably be brought up with the egui devs
github.com/emilk/egui/b...
Parsing is really the fastest part of the compilation process. The hard part is type resolution, optimization etc. To avoid doing the hard part, there is a `#[cfg(test)]` attribute.
As I'm working on my PhD research, I've already forked several projects: `tree-sitter-md`, `tree-sitter-properties`, `fauxgen`.
#rust #rustlang #tree-sitter
Bevy 0.18 is out now!
It features Atmosphere Occlusion and PBR Shading, Generalized Atmospheric Scattering Media, Solari features, PBR Fixes, Font Variations, Automatic Directional Navigation, Fullscreen Materials, Cargo Feature Collections, Camera Controllers, and more!
bevy.org/news/bevy-0-...
a bunch of very specifically named hardcoded boolean fields in a single script representing the entire save state of the game
"save systems should dynamically handle object IDs and automatically populate the serialized data of every object that requires save states, and then for dialogue progression it needs to-"
team cherry:
WRONG. 1400 hardcoded fields in PlayerData.cs
This! Spent like 3-4 days on it (with "breaks" on work and not being in the mood to get f'd up). And then you see on YouTube as this boss gets demolished with no dmg/hits taken in like 1 to 10 minutes...
Completed Silksong btw... Like 1.5 month ago. Really liked it π
My hands are sweating just looking at it π
i know nothing about the game and lore.
I just know it exist.
and it's bugs
#hollowknight #silksong #hornet
5 vs 20 min apple practice! β¨π #art
A 3D printed figurine of Hornet from Silksong sitting on the iconic bench of the game, reading the map on my shelve
A 3D printed figurine of Hornet from Silksong reading her map on my PC screen
A 3D printed figurine of Hornet from Silksong reading the map on a shelve between multiple gashapon figures from Japan
A 3D printed figurine of Hornet from Silksong sitting in my fern, reading her map
Girl do be readin' a lot
#hornet #silksong #hollowknight #3d #3dprint #maker #indiedev
I guess it's about uniformity between codebases
email subject that reads "Drew your cat πΊ" and google putting a button below that creates an AI summary
WHY would I want to AI summarize someone's PERSONAL MESSAGE and BEAUTIFUL FANART of my cat?? dear lord get this AI trash OUT im trying to experience humanity π
We should have a leaderboard issue on the r-a issue tracker for people to post their observed peak memory usages of rust-analyzer. So far the highest a friend reported to me was 80gb I think
Digital artwork of Hornet, from the game Hollow Knight: Silksong. She's sitting in a bench, holding her needle sword, and there are a huge group of fleas around her. The fleas in this game look like cream colored balls of fluff, with cute ears, and act like dogs. One of them is sitting on her lap, like a little lap dog. The light is in the middle of the painting, illuminated by two little butterflies, and gers darker the farthest from the center you look. The colors are warm and cozy.
AWOOOOOOO! #Silksong #art #fanart #BrArt
Beat #Silksong a couple of days ago (act 3). The ending was curious. I was bad in the last fight though... Took me couple of evening sessions on separate days, due to headaches and the game does not help with those :)
screenshot of codex output (the AI agent) saying "quickly anchoring the Kahoot meets PowerPoint positioning"
codex just murdered me
Application's "Account" screen, with an error pop-up, that appeared after clicking the "Connect to the bus WiFi" button. The error reads: "Cannot read property 'connectToNetwork' of undefined..."
I β₯οΈ #JavaScript
ΠΡΡΡΡΠΉΠ½Π° #ΡΠΊΡΠ°ΡΠ½ΡΡΠΊΠ°Π»ΠΎΠΊΠ°Π»ΡΠ·Π°ΡΡΡ Π² #PacificDrive
Π¨ΡΠΊΠ°ΠΉΡΠ΅ Π² ΠΊΠ°ΡΠ°Π»ΠΎΠ·Ρ
error[E0922] this function can only take 2 arguments before it starts being really emotionally vulnerable
is there an established value for the distance a desktop cursor has to move after pressing, before being considered a drag operation instead of a click?
I always just vibe it with some hardcoded pixel distance like 3 or whatever, but I feel like there should be some OS native thing