Ed Minnix
718 posts

Ed Minnix
@egregius313
Software engineer focused on performance and security

I have such a large graveyard of vibe coded apps and productivity things at this point.



Parsing a URL in C++ shouldn't require a third party dependency, a regex, or 200 lines of hand rolled string splitting Boost.URL gives you RFC compliant URL parsing. url_view parses with zero allocations. And parsing is now constexpr 🧵👇

PSA: If a function accepts a string then it's a parser. Parsers are hard to get right and dangerous to get wrong. Write fewer of them.



Sure, Toasty is a cool ORM for Rust, but wouldn't it be nice to be able to easily build a web app in Rust? I think so... maybe one day. (I was told I wasn't supposed to post about it yet...)




I’m convinced that a large % of programmers don’t actually like computers. As a side effect, are also perfectly happy to throw away their reasoning to a model as soon as they can. I don’t get it, at ALL. Don’t you *LIKE* understanding the magic of the machine? You do realize hand-programming (I hate that I even have to specify hand now) is fun…right?


The year is 2030. You're a software engineer at a company, writing tests for your program.





pro tip for writing python: use as many dictionaries as possible you don't need classes / objects just pass around weird dictionaries what does it contain? who knows, good luck








