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.

#Cinder #Browser #Coding #Proramming #Tech #Technology

For those people that says vim users doesn't take a shower
#vim #linux #nvim #meme #memes #humor #code #proramming
Jetbrains please release more community editions 🥲
#jetbrains #IDE #code #proramming #java #JS #C #C++ #python #ruby #go #php #rust #meme #memes #humor

So now there are businesses around fixing "vibe coded" AI trash. This cannot be serious.

https://vibecodefixer.net/

#ai #llm #vibecoding #debugging #proramming #business

Vibe Code Fixer

Vibe Coded too much? Let us fix it for you!

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!

Logic for Programmers

The mathematics that will help you in your everyday programming.

Days since I made an infinite loop and wondered why my test run never ends: 0.

#proramming #brownPaperBug #IAmSoSmart

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.

#proramming

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.

#cplusplus #proramming