David Justo's Avatar

David Justo

@davidjustodavid.bsky.social

PL fool and DB theory nerd. Working on the C++ Address Sanitizer for Windows these days (dynamic analysis for memory safety), still a Durable Functions nerd.

411 Followers  |  268 Following  |  47 Posts  |  Joined: 26.04.2023  |  2.1369

Latest posts by davidjustodavid.bsky.social on Bluesky

Summer Undergraduate Internship - reposts welcome!

Are you a senior undergrad, interested in Programming Languages? Do you want to visit Canada for a paid 12-week internship?

06.08.2025 19:25 β€” πŸ‘ 7    πŸ” 12    πŸ’¬ 1    πŸ“Œ 0

This stuff is exhausting

05.08.2025 23:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

ASan is like malware that's good for you(r C/C++), don't let anyone tell you otherwise...

Gave a small presentation today at the Seattle llvm meetup about some of the stuff I've been working on within msvc. Had fun and got to rock the win95 shirt, good vibes :)

03.08.2025 06:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Do they have an online store by any chance? This is super cool

30.07.2025 00:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Holy shit

30.07.2025 00:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Curious if there's any specific pain points you can share. Would be useful feedback.

22.07.2025 02:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

these challenges seem like a great fit for durable execution frameworks a la durable functions, temporal, etc.

22.07.2025 00:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thanks for clarifying. Understood, and agreed.

21.07.2025 16:05 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Just trying to understand - what does "meaningful language" mean here?

21.07.2025 15:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

From there it's not too hard to see how these billion param models trained on the entire Internet would produce remarkable human like response, despite being, at its core, just an algorithm

21.07.2025 15:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I think it helps a lot to be familiarized with more rudimentary NLP models (even as simple as "bag of words" models) and see that they perform remarkably well in small datasets.

21.07.2025 15:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 1
I am a Rust compiler engineer looking for a new job For the past 3.75 years I have been fortunate to work on Futurewei’s Rust team, where I had enormous freedom to β€œmake Rust better” however I see fit. It has been the highlight of my career and I am gr...

New blog post: I am a Rust compiler engineer looking for a new job

nnethercote.github.io/2025/07/18/l...

18.07.2025 04:33 β€” πŸ‘ 86    πŸ” 44    πŸ’¬ 5    πŸ“Œ 2

Have you seen their work in the automated reasoning group? It's not lean per se, but it's formal methods work so it's in the same ballpark. I'm a fan.

17.07.2025 01:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Thank you for all your work!!

16.07.2025 15:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Kate Efimova's Resume Public Kate Efimova (925) 326-**** kate.efimova0@gmail.com Bay Area, CA LinkedIn GitHub Twitter Experience (5 yrs) Software Engineer II @Hint Healt...

✨ HIRE ME ✨

I'm a Full Stack software engineer with 5+ years of experience, looking for my next opportunity. My personal values include psychological safety, D&I, and direct communication.

Please share for reach <3

docs.google.com/document/d/1...

11.06.2025 18:28 β€” πŸ‘ 181    πŸ” 129    πŸ’¬ 7    πŸ“Œ 4

Ah, LNK1377: the containing library is corrupt.

Ah yes, ah yes. We meet again.
(cries)

04.06.2025 00:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Seattle fact - Best tsukemen at menya musashi fyi. That spicy curry tsukemen hits like a (good) truck

30.05.2025 00:21 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I think at a deeper level, all tech discourse is kinda broken. There's too much money to be made, so the hype waves come way too strong, the claims are always about "this is just like the new internet/iphone" and I think folks are just fatigued.

30.05.2025 00:06 β€” πŸ‘ 11    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I share the sentiment. Just to add: I think the AI discourse also needs to be understood in the context of the recent hype waves: crypto, metaverse, web3, etc. I think folks are understandably primed to be skeptical.

30.05.2025 00:06 β€” πŸ‘ 10    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

So the agent is usually in a unutilized vm. But obviously, this is a very expensive way to go about it. I just haven't had to optimize it because I already had these vms. (2/2)

27.05.2025 00:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Ah, this is where I reveal a pretty deranged part of my setup. I have 3-4 cloud VMs that I use for multi-tasking projects. They all host the same repo, but at different states. This just allows me to run heavy work on each, in parallel, without having to worry about interference/contention. (1/n)

27.05.2025 00:44 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

It's been working sufficiently well for me, but there's been also many times when I waste more time than if I had just focused on the task at hand. But I guess that's the point - Im not focusing on it (because I'm actually tackling other work). (3/n)

27.05.2025 00:37 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Then, while compiling code or waiting for a result, ill check back in on the agent to see if it succeeded and/or iterate. I treat it as a low-effort-high-chaos-high-reward way to multitask more than I otherwise could. (2/n)

27.05.2025 00:35 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Also, I'm using copilot in "agent mode" as a background job to try to tackle low-priority work that I'm personally invested in (like improving our internal dev tools, scripts, or CI). Ill lazily give it request, point it at the existing scripts, and minimize the window while it does its thing. (1/n)

27.05.2025 00:33 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

I use github.com/copilot in the browser for API search (e.g. is there a utility in llvm's compiler-rt to get X) and that's been great. I use copilot in vscode mostly for refactorings that I can't express with editor gestures alone (e.g. if I need to restructure some yaml for CI).

27.05.2025 00:30 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I think the missing piece would be another "musk buys twitter" moment, but for instagram, youtube, etc. There was a real urgency for communities to migrate elsewhere, which seems to have sparked the exodus.

23.05.2025 00:30 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Im not religious, but it's pretty cool that the new pope is also a peruvian national.

Peruvian food 2nite it is

09.05.2025 02:24 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

For a wild narrative experience: 13 sentinels is, imo, one of the best games of ~2020.

28.03.2025 14:57 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Obligatory: can you elaborate? :)

For what it's worth, I also have my concerns, but they mostly revolve around "AI hallucinates"-type arguments.

05.03.2025 18:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@davidjustodavid is following 20 prominent accounts