Ugh. The porting over of languages into the new engine isn't going as well as I hoped. I am confident that I will find the solution to this problem, but parsing language into the DOM has been interesting to the say the least.
Ugh. The porting over of languages into the new engine isn't going as well as I hoped. I am confident that I will find the solution to this problem, but parsing language into the DOM has been interesting to the say the least.
So now there are businesses around fixing "vibe coded" AI trash. This cannot be serious.
Logic for Programmers https://leanpub.com/logic by Hillel Wayne is the featured book on the Leanpub homepage! https://leanpub.com #SoftwareEngineering #books #ebooks #proramming
Logic is the most important branch of math to software engineering. Knowing logic opens up a vast world of development techniques, from everyday tricks of the trade to exotic tools for cracking impossible tasks.
Find it on Leanpub!
Days since I made an infinite loop and wondered why my test run never ends: 0.
There's nothing like a good night's rest, a new project to start, and a fresh cup of coffee to get things moving :)
What projects have you all been up to? #dev #proramming
A few decades ago, I came up with and wrote a Mac app to encode text into a PNG. It was a dense code where you had to decode the actual PNG to retrieve the text, since optical scanning didn’t work at the pixel level. Therefore, it wasn’t practical. But it’s still a cool idea.
It's better for new programmers to just code in notepad style text/code editors. Typing code by yourself and doing it constantly for a long period of time can take you a long way.
The point is to type as much as code by yourself without IntelliSense at the initial stages.
If you already know how to use Vim/Emacs, use them, but without extensions.
#proramming #programmer #coding #codingtips #codingcommunity #codenewbie #codenewbies #coders
If std::expected should be widely adopted, then #cpp needs an equivalent of Rust's ? operator to quickly return and propagate the error upwards.
Otherwise exceptions have much better ergonomics.