I'm bad at self-promo but I am currently on the job market looking for industry gigs. If your team needs a compiler engineer, language developer, rust programmer, or language tools person, drop me a line! All my details are on my personal site.
09.10.2025 18:16 — 👍 4 🔁 3 💬 0 📌 0
Open Positions
{% assign postdoc = site.categories.open-positions | where_exp: "post", "post.tags contains 'postdoc'" %} {% assign phd = site.categories.open-positions | where_exp: "post", "post.tags contains 'phd'"...
Hey, it sounds like you could be a good fit for our group aemy.cs.hm.edu. I'm on the chip design tools part so not sure what is available in the embedded side at the moment, but you should reach out to Stefan (link at the bottom) if it sounds interesting
06.10.2025 09:01 — 👍 1 🔁 0 💬 0 📌 0
I don't think so, just uploading anything is above the bar for low effort. For me, who usually turns on music in the background I wouldn't even notice the lack of video most of the time, and just be happy to have more cool music :)
02.10.2025 11:57 — 👍 0 🔁 0 💬 0 📌 0
TheZoq2 - Twitch
TheZoq2 streams live on Twitch! Check out their videos, sign up to chat, and join their community.
I sometimes stream Spade dev over at twitch.tv/thezoq2. Today i'm going to work on clock domain inference, which I think I finally have a good plan for again
01.10.2025 15:36 — 👍 2 🔁 0 💬 0 📌 0
Oh, da*d* key points. Still, not looking for tips on how to be a dad either :D
30.09.2025 14:05 — 👍 1 🔁 0 💬 1 📌 0
That does look very cool, what exactly are we looking at?
My best guess is these are points that can be used as anchors for 3d reconstruction?
Duck duck go certainly isn't being very helpful :D
30.09.2025 14:05 — 👍 1 🔁 0 💬 1 📌 0
Congratulations!
25.09.2025 11:39 — 👍 1 🔁 0 💬 1 📌 0
I got inspired at orconf, so now play.spade-lang.org supports a full in-browser flow for submitting to tinytapeout.com/
Still experimental, so if you try it and run into any issues, let me know :)
20.09.2025 09:12 — 👍 7 🔁 4 💬 0 📌 0
Wow, congratulations @clairexen.bsky.social. Extremely well deserved!
27.08.2025 08:01 — 👍 4 🔁 0 💬 0 📌 0
Damn, no google reviews for any of the schools i went to :(
25.08.2025 09:54 — 👍 0 🔁 0 💬 1 📌 0
Screenshot of hacker news comment:
To your above point about paths, it’s things like this that keep me coming back to Rust. This was just one example, but other languages are absolutely littered with pitfalls and gotchas that—individually—aren’t all that likely to happen.
But all of them? Over a given program’s lifetime? In aggregate these end up being responsible for an absolutely wild number of random bugs that crop up in your exception logs that need to get tracked down. And it never ends. There are an infinite number of edge cases you’ve never thought about that aren’t fully handled and that some of which are constantly being tripped.
This just… doesn’t happen in Rust. The type system catches (and/or completely rules out) a ridiculous number of these situations. I have repeatedly written finished software in Rust, where once it was released there was only an occasional need to add features but the typical bug-squashing treadmill just doesn’t exist.
That’s not to say there are never bugs. You can express faulty logic in any language. But the number of stupid impedance matches that are categorically ruled out makes the experience of operating and maintaining Rust program once written a widely different experience than I’ve had with any other language.
This is one of the better succinct summaries of Rust's value prop, and I really like the phrasing of "Rust exposes impedence mismatches": it feels annoying to some people, but often you WANT to be able to "see" these awkward steps, because it matters.
news.ycombinator.com/item?id=4497...
22.08.2025 10:36 — 👍 89 🔁 15 💬 4 📌 1
16.08.2025 12:42 — 👍 5 🔁 0 💬 0 📌 0
Want to help build a crowdsourced microcontroller?
You're invited to design peripherals (UARTs, timers, synths, etc.) for a @riscv.org.web.brid.gy chip that will be fabbed for real!
Take part for free!
tinytapeout.com/competitions...
25.07.2025 10:57 — 👍 56 🔁 34 💬 2 📌 3
oh no! I'm so sorry you have to go through that
26.07.2025 08:52 — 👍 1 🔁 0 💬 0 📌 0
Surfer — An Extensible Waveform Viewer
The waveform viewer is one of the most important tools in a hardware engineer’s toolbox. It is the main interface used to track down design bugs found by simulation or formal verification. In th...
Our CAV paper on Surfer is now available online doi.org/10.1007/978-...
In it, we talk about the user facing stuff like extensible translators, how Surfer is designed to be extensible and embeddable, and we describe our waveform parsing library - Wellen.
24.07.2025 09:11 — 👍 3 🔁 2 💬 0 📌 0
Post a meme made by you
05.07.2025 22:18 — 👍 11 🔁 1 💬 0 📌 0
Nice! The N is indeed inferred from the coeff length
06.07.2025 07:50 — 👍 2 🔁 0 💬 0 📌 0
[x] I'm in this picture and I don't like it
03.07.2025 09:27 — 👍 4 🔁 0 💬 0 📌 0
That's incredible, congratulations!
02.07.2025 09:06 — 👍 1 🔁 0 💬 0 📌 0
After 2 skipped releases due to me finishing my thesis, it is time for Spade 0.14.0 🎉
This brings long awaited lambda functions into the language, new standard library functions that use them, and a much improved LSP
Release blog post: blog.spade-lang.org/v0-14-0/
26.06.2025 13:16 — 👍 9 🔁 2 💬 1 📌 1
I'm not aware of any attempts, wellen couldn't do it out of the box, but it handles all the parsing so it should be simple to write a diff tool based on it
Perhaps with one caveat that wellen afaik is optimized for random access while diffing probably wants linear access
20.06.2025 09:11 — 👍 0 🔁 0 💬 0 📌 0
There it is 👀
10.06.2025 21:10 — 👍 5 🔁 1 💬 0 📌 0
My thesis is now published online! 🎉
urn.kb.se/resolve?urn=...
03.06.2025 12:23 — 👍 24 🔁 9 💬 3 📌 0
Yes, if yosys and friends didn't exist I probably wouldn't have done any HW side projects, so i'd never have started Spade or Surfer
04.06.2025 15:47 — 👍 4 🔁 1 💬 0 📌 0
Thanks! I think hardware development is really being held back by its awful tooling so I'm happy to be able to address a small chunk of that.
After my first FPGA course I remember saying "This was super fun, but with the tooling and languages, there is no way I'm ever doing this again"
03.06.2025 13:38 — 👍 3 🔁 0 💬 1 📌 0
My thesis is now published online! 🎉
urn.kb.se/resolve?urn=...
03.06.2025 12:23 — 👍 24 🔁 9 💬 3 📌 0
I’d like to formally propose that academic journals (specifically those in bioinformatics and Cs, but more generally) begin accepting manuscripts prepared with @typst.app. I mean not only for initial submission (where PDF is often sufficient), but for submission of accepted manuscripts as well!
28.05.2025 14:39 — 👍 10 🔁 4 💬 2 📌 0
22 yr old bi/nb ASIC EDA researcher · they/them · more active on fedi: tech.lgbt/@mlyoung
aka canary aka kawasaki aka srthird aka..
PhD student @ Linköping University
I like 3D vision and training neural networks.
Code: https://github.com/parskatt
Weights: https://github.com/Parskatt/storage/releases/tag/roma
Physics, Socialism and Liverpool FC. Author of Fantastic Numbers and Where to Find Them (views are all mine, nowt to do with anyone or anything else)
Associate Professor at Heriot-Watt University. Accelerating functional languages and AI in software and hardware.
https://www.macs.hw.ac.uk/~rs46/
IC reverse engineering, #mtvre, CTO @LabsmoreLLC
https://siliconprawn.org
http://patreon.com/JohnDMcMaster
Plays with FPGAs. There can never be enough LEDs. Hardware engineer at Nvidia, but my views here are my own. he/him. Also @tom_verbeure at the woolly elephant and the former bird site
A totally improvised fantasy epic. And a funny chat show hosted by a guy from Chicago trapped in the magical land of Foon.
Magical Delights, Devourer of Chaos, Champion of the Great Halls of Terr’akkas. Known to the elves as Fi’ang Yalok. Known to the dwarves as Zoenen Hoogstandjes. And in the NE as Gaismunẽnas Meistar. And other secret names. + Hello from the Magic Tavern.
Professor of Philosophy at Linkoping University, Sweden. Phenomenologist of Science, Music Nerd, Modular Synthesis Enthusiast (under the moniker "Har Allt Quintet")
CEO & Co-Founder @infiniteflight.com, C# Developer, Tailwheel Pilot. 🏳️🌈🏳️⚧️
software+hardware+firmware engineer | VTuber | she/her | they/them | 💚🖤🤍 @lethalbit | trans rights are human rights 🏳️⚧️ | still sifting the bits | MDNI 🔞
llustrator/Rigger: kawaiipony2
Small open source electronics maker: oakdev.tech
Shop: https://www.tindie.com/stores/oakdevtech/
account run by Seth :)
Principal Engineer @ Intel, lead for ROHD
https://www.maxkorbel.com/
https://github.com/mkorbel1
The new foundation for documents: Limitless power to write, create, and automate anything that you can fit on a page.
Prof Digital Computation @imperialcollege, Director of the Early Career Researcher Institute. Vice Chair @iclmathsschool. Views own. http://constantinides.net.
Graduate Student (@SharcLab) + Research Faculty at @GeorgiaTech 🐝
Working on digital hardware design + AI
https://stefanabikaram.com/