There's no such thing as a real Transformer, or is there? A new generation of robotic toys harks back to the past, provided you have plenty of cash to splash. https://www.pickr.com.au/news/2025/robot-toys-transform-to-classic-bug-and-bumblebee #news #robotics #toys #coding #programming #robosen
Robot toys transform to classic Bug and Bumblebee – Pickr

There's no such thing as a real Transformer, or is there? A new generation of robotic toys harks back to the past, provided you have plenty of cash to splash.

Pickr
What do I think about Lua after shipping a project with 60,000 lines of code?

Hi there! This is Oleg from Luden.io. We decided to have a deep and meaningful conversation about Lua programming language with Ivan Trusov, lead programmer of the video game Craftomation 101. It…

Luden.io
Multiplatform App Development using KMP and Compose Multiplatform @ IIT

YouTube

🔥 Ready to elevate your C++ game? Join us at C++Now in Aspen, Colorado, for a five-day immersive experience in C++.

Network with experts, and dive deep into the latest C++ content.

Secure your spot now! https://cppnow.org/registration

#coding #cplusplus #cpp #programming

Registration

Registration

C++Now

Yo, software devs, visual artists, musicians, and more, I'm joining the flame game jam this weekend/next week. It should be awesome fun. If you're interested in Dart/Flutter and/or making games you should consider joining too!!

https://itch.io/jam/flame-jam-2025

#flame #flutter #dev #GameDev #jam #hackathon #coding #dart

Flame Jam 2025

A game jam from 2025-04-19 to 2025-05-05 hosted by spydon, luanpotter, CptBlackPixel, Jochum (wolfen), DevKage & Blue Fire. Welcome to the fourth edition of the Flame Game Jam! 🔥 Sponsors Flutter & Friends , a friendly Flutter conference in Stockholm (where the full Flam...

itch.io

Marching Events: What does iCalendar have to do with ray marching?

https://pwy.io/posts/marching-events/

#HackerNews #iCalendar #raymarching #MarchingEvents #techblog #coding

Marching Events: What does iCalendar have to do with ray marching?

pwy.io

Omfg      I think I finally understood #Python, #Lutris and #GTK sufficiently, and my brain decided to do one of these super rare happy chemical flushes.  Fucking Poggies. 🎆

The speed result is completely inaccurate (turns out the existing Downloader class doesn't wait long enough if all you care is for the very first measurement), but right now I'm just happy it updates the text accordingly every time.  
#coding

Today, I implemented the #async / #await pattern (as known from #csharp and meanwhile quite some other languages) ...

... in good old #C! 😎

Well, at least sort of.

* It requires some standard library support, namely #POSIX user context switching with #getcontext and friends, which was deprecated in POSIX-1.2008. But it's still available on many systems, including #FreeBSD, #NetBSD, #Linux (with #glibc). It's NOT available e.g. on #OpenBSD, or Linux with some alternative libc.

* I can't do anything about the basic language syntax, so some boilerplate comes with using it.

* It has some overhead (room for extra stacks, even extra syscalls as getcontext unfortunately also always saves/restores the signal mask)

But then ... async/await in C! 🥳

Here are the docs:
https://zirias.github.io/poser/api/latest/class_p_s_c___async_task.html

#C #coding

poser: PSC_AsyncTask Class Reference

Here’s how I use LLMs to help me write code

Online discussions about using Large Language Models to help write code inevitably produce comments from developers who’s experiences have been disappointing. They often ask what they’re doing wrong—how come some …

Simon Willison’s Weblog