๐Ÿš€ Oh, joy! A 26-year-old #snowboarding game is finally decompiled! ๐ŸŽ‰ Now, instead of riding the slopes, we're riding the endless waves of C code and #assembly #hacks. Bravo, nerds, you've truly conquered the pinnacle of retro gaming relevance. ๐Ÿ†๐ŸŒจ๏ธ
https://blog.chrislewis.au/snowboard-kids-2-is-100-decompiled/ #retroGaming #decompiled #Ccode #gamingCommunity #HackerNews #ngated
Snowboard Kids 2 is 100% Decompiled

Snowboard Kids 2 for the Nintendo 64 has reached 100% matching decompilation. A brief note on what that means, how we got here, and what comes next.

Chris' Blog
Simple Bubble Shooter | Tutorials | Unity Asset Store

Use Simple Bubble Shooter from cloeGames to elevate your next project. Find this & more Tutorials and templates on the Unity Asset Store.

Giovanni's blog just dropped the hottest take ๐Ÿ˜Ž: "Why not use string views instead of const& wstrings?" Because he's apparently in the business of crafting "nasty bugs" and defying rationality with #Win32 C code ๐Ÿ›๐Ÿคฆโ€โ™‚๏ธ.
https://giodicanio.com/2024/05/14/why-dont-you-use-string-views-like-std-wstring_view-instead-of-passing-std-wstring-by-const-reference/ #GiovanniBlog #StringViews #CCode #NastyBugs #DeveloperHumor #HackerNews #ngated
Why Donโ€™t You Use String Views (as std::wstring_view) Instead of Passing std::wstring by const&?

Thank you for the suggestion. But *in that context* that would cause nasty bugs in my code, and in code that relies on it.

Giovanni Dicanio's Blog
Oh look, it's #Zclaw, the 888 KiB ๐Ÿฆ€ "Assistant" that does everything except be useful. ๐Ÿค” Need to set a reminder or water your plants? Just navigate the labyrinth of chapters and C code! ๐Ÿ“š Because who doesnโ€™t want to fumble with GPIO pins for mundane tasks? ๐Ÿ™„
https://zclaw.dev #technology #programming #automation #HackerNews #Ccode #HackerNews #ngated
zclaw - Field Guide

Practical docs for the ESP32-resident AI assistant with GPIO, schedules, memory, and tool calling.

zclaw - Field Guide
๐ŸŽถ Behold: a "musical masterpiece" in C code thatโ€™s supposed to make sound waves but just makes us question why. ๐ŸŽถ Apparently, stuffing a tweet-sized snippet of unintelligible gibberish into your terminal equals music creation. ๐ŸŽต Because who needs instruments when you have a keyboard and a misplaced sense of innovation? ๐ŸŽน๐Ÿคฆโ€โ™‚๏ธ
https://zserge.com/posts/etude-in-c/ #musicalmasterpiece #Ccode #soundwaves #innovation #codinghumor #HackerNews #ngated
ร‰tude in C minor

Making music with low-level C code, from a simple saw wave to playing melodies

Ah yes, nothing says "cutting-edge tech" like freethreaded Python wheels for #psutil. ๐Ÿค“ Let's gather the entire Python community to celebrate this riveting achievement of compiling some C code and throwing it into a wheel like it's 1998. ๐ŸŽ‰ Bravo, dear developersโ€”yet another feature that will change everything (or nothing).
https://gmpy.dev/blog/2025/wheels-for-free-threaded-python-now-available-in-psutil #PythonCommunity #TechNews #CCode #Innovation #Celebration #HackerNews #ngated
Giampaolo Rodola

๐ŸŽ‰ Breaking news! DARPA's magical 2024 plan: zap away all those pesky memory bugs by turning ancient C code into shiny Rust! ๐Ÿš€ Because, obviously, automating translation between two languages is as easy as waving a ๐Ÿช„! ๐Ÿ˜‚
https://www.darpa.mil/news/2024/memory-safety-vulnerabilities #DARPA #Rust #CCode #Automation #MemoryBugs #TechNews #HackerNews #ngated
Eliminating Memory Safety Vulnerabilities Once and For All

Hello World C Code - Light Syntax Scheme Programmer Design

โžก๏ธ https://geeksta.net/design/helloworld.c-perldoc/

This design for coders, developers, programmers, hackers or how you might call it, shows "Hello, World!" in C code with a syntax highlighting scheme that is used in editors for coding.

#CCode #ComputerCode #ComputerProgrammer #CProgrammer #CProgramming #CProgrammingLanguage #GeekHumor #GeekMerch #HelloWorld #ProgrammerHumor #ProgrammerMerch #ProgrammingLanguage #SoftwareDeveloper #ComputerScience

Hello World C Code - Light Syntax Scheme Programmer Design | Geeksta

The Hello World program is frequently used in programming books and is often the first program computer programmers try when learning a new programming language. Ever happened to you? This...

Playing around with a kit I have purchased a longer time ago (the structure with wheels and motors). Wrote some C code for controlling left and right side separately and a Python script to send driving/steering commands via serial to the #Arduino. I will be putting a #RaspberryPi 4 on top and try to control the vehicle using a #PS4Controller. Still waiting for a 9V battery connector to arrive by mail to power the motors properly.

#CCode #Python #DCMotors #Electronics #RemoteControl
This feature in the Xcode 14.3 beta noted by @StewartLynch to get console output from print statements for SwiftUI Previews has already helped me solve an issue this morning with generating test data for my SwiftUI previews that need a Core Data stack. Such a great addition. Thanks #Ccode team!