Shreyas Mididoddi
@shreyascodes
passionate developer, 🤷 btw! always happy / *never sad (same thing) mental af ? 🤔 señor junior dev, I'm here to have fun and make friends * = almost
porffor by @CanadaHonk is sooo cool. built a @svelte.dev ssr app into native code and it just works
who at @npmjs.com decided the syntax highlighting should stay the same even in dark mode? anyone at npm actually use what they build?? like, just open the damnn thing to see if it actually works. i am not even asking a lot i don't think
60 loc for a webgpu clear screen in zig. Nice abstraction for simple things but still gives you all the power of entire API if you need it.
all it takes to build a simple raylib c project building cross platform using zig it can also cross compile with like 10 more lines to macos too. so any platform to any other it is just beautiful.
okay so you were right did some strace bc and v8 was just holding on to the memory. It did release it after a few gc calls tho this new one is even simpler and i like it lol
Uhh nvm I understand what's going on now (btw whoever is blocking me... I'm sorry if I hurt you or something. We could be friends)
first thing gippity did was do a --help and it has no info on how to run it non interactively and then it did this whole chain of y commands and stuff to get what it wanted :)
well apparently if you're not in rust discord you're not a rust dev lmao
that's 23mil lines of markdown per second lol (not sure if this is fast or slow but the parser is not complete yet so not really fair to compare to others anyway)
Not sure how this works if you can just not login and clone my shit but cool feature ig
lol what do you people think of this as the start of a blog post?
i love c but man a result type like in rust or zig error unions would be so much nicer than this
pure zig ocr? (well sort of i just started but this is soo cool already no llms or deps)
closures (okay well not really capturing but still v cool) in zig lfg i need some tree sitter and lsp hacking but this is soo nice already lol
lol when you don't know what you're doing and you don't have any examples to go off of cuz people been doing this the shitty way forever
f xml and java and gradle and maven I am going to rewrite the world to not use those
i am very new to this whole writing articles thing you think this a good way to start one?
if you are building any native cross platform stuff and you're on linux get wine and darling and qemu amazing what linux can do these days
this is me building odiff (by @neogoose.bsky.social go check it out it is cool) from my arch (btw) linux machine it has 4 c native deps (not like we have disabled cgo or whatever) built from source btw no cheating by linking against pre built binaries zig ftw
to draw this from scratch: - 1500+ lines of wayland code - 322 lines of xml parser - 320 lines of webgpu wrapper code - 17 lines of shader - 70 lines of driver code