Also not sure why but every page navigation is causing full page flashes on Firefox
Posts by Shreyas Mididoddi
Dark-themed social app UI showing a reply modal with typed text (ātest from desktop⦠ctrl + return should sendā¦ā). On the right, browser dev console displays errors: missing āpostā route and a failed POST request (HTTP 400) with āInvalid app.bsky.feed.post recordā message.
No but why even commit tests that you haven't read/verified? And if you verified them we don't have to treat them differently from human written tests no?
Do you consider it as writing the tests myself if I I exactly describe what the test should do in english but let the LLM write the code?
If people really cared about good tests before I'd agree but as a consultant I see codebases with absolutely useless horrible tests worse than even what opus would generate for example
People who don't read code now never really cared about it before either
The Obsidian team is growing from three engineers to four engineers.
Competitive SF salary. Fully remote, live anywhere. Apply below.
I unironically use it a lot
In my vibe bench it scores 69% better when I do that
Lol that's giving me too much credit but thank you so much for doing what you're doing ā¤ļø
I tried it yesterday and it's actually so much better than before
...daddy is finally proud š
Hope deno isn't dying I really want them to win
hmm really makes me worried for the future of deno it was the only runtime I really liked the ideology and direction of
very sadge
Wth is happening at deno? anybody know????
huh how many dvds do you have total?
man hate this is true and I'm casually joking about it š¢
are you really on the internet if you don't get a couple of those comments
Also i don't think it's simple to do parallel parsing
you can def lex in parallel but parsing gets kinda tricky to sync i think
*atmost
Yes zig doesn't have nested string interpolation, multi line comments or even multi line strings in the traditional sense all tokens span almost 1 line so you can in theory parallelize it but usually parsing is a very tiny part of compilation process so I don't think it's worth it
well I was speaking relative to cpp
Lol yea I'm just trying to say zig by design was kinda optimised to be easier to parse than cpp
It is true that grammar (for the most part) doesn't really make it harder to write a fast parser.
not sure why this matters but yeah I'm just saying stuff š
oh yeah? Prove it
Do you think you are conscious?
C is super super fast to parse too cuz of the time it was designed in
Cpp is notorious for being super slow to parse because of mixed parsing and semantic analysis phases and stuff zig just rips through the source once to get tokens and then rips through those to get a linearized ast it's just super fast by design
wait what distro is it now?
but zig doesn't have destructors or move semantics or any higher level type things soo probably not a real comparison
Not the same but zig comptime gets kinda close to that but not the same ux and not functional (i mean like the fp style lol)
(hope everything is alright. don't have to respond if you don't want to)
Ohhh @qex.at hello š
uhh @welltypedwit.ch do you know?