Filter
Exclude
Time range
-
Near
Today's focus is on building UI templates for the game's magic system using the interface tiles that were recently added to the environment tileset. Shown here is a mockup of the title screen created in Godot Engine. Once finalized, it will be recreated in C and compiled directly into the Game Boy ROM. Using Godot as a prototyping environment allows me to rapidly iterate on gameplay systems and UI designs while maintaining a web-playable version of the project. After features are validated in Godot, they are backported into the ROM's C-based codebase for deployment on original Game Boy hardware. This workflow helps balance fast development with the technical constraints of retro hardware, making it easier to experiment without sacrificing authenticity. #GameDev #IndieDev #DevLog #GodotEngine #GameBoy #RetroGaming #GBDK #CProgramming #TacticalRPG #GameDevelopment #UIUX #PixelArt
49
120-Hour Summer Internship Programme Concludes Successfully! 🎓 Proud to share that the Department of CSE in association with the Training and Placement Cell has successfully completed its 120-hour Summer Internship. #SummerInternship #ComputerScience #Java #CProgramming
10
Just nailed my first C basic syntax quiz! Small win that fuels my coding journey. One step at a time, one line of code at a time. #LearningToCode #CProgramming
2
11
Jun 10
Cprogramming นี่ยังผ่านมาได้เลย ทำไมสิ่งที่กลัวอยู่ในใจถึงจะผ่านไปไม่ได้สักที
56
Build your programming foundation with C Language Training at Naresh i Technologies. 👉 Register Now: t.ly/CLang-15June Trainer: Mr. Srikanth Date: 15th June 2026 Time: 6:00 PM (IST) #CLanguage #CProgramming #ProgrammingBasics #CodingForBeginners #NareshIT
12
Jun 10
🚀 Smart Street Light System | Embedded Systems Project Excited to share one of my Embedded Systems projects: Smart Street Light 💡 📕 ebokify.com/arduino The project aims to automate street lighting by detecting ambient light levels using an LDR sensor. When the environment becomes dark, the street light turns ON automatically, and when sufficient light is available, it turns OFF. This helps reduce energy consumption and improves efficiency. 🔧 Components Used: Arduino Uno LDR (Light Dependent Resistor) LED 10kΩ Resistor 220Ω Resistor Breadboard Jumper Wires 💻 Key Features: Automatic light intensity detection Energy-saving operation Real-time monitoring using Serial Monitor Simple and scalable smart lighting solution 📚 Through this project, I gained hands-on experience with: Embedded Systems Programming Arduino Development Sensor Interfacing Analog-to-Digital Conversion (ADC) Hardware-Software Integration Looking forward to expanding this project by integrating IoT capabilities and advanced energy management features. #Mechatronics #EmbeddedSystems #Arduino #SmartStreetLight #IoT #Electronics #Engineering #Automation #CProgramming #EmbeddedDeveloper
3
60
wrote 3 D-Bus programs in C today. D-Bus is how isolated processes talk to each other on Linux. each process has its own memory, can't touch another. D-Bus is the bridge. server.c. exposes a LockScreen method on the session bus. gets the call, locks, sends a reply. client.c. calls LockScreen and waits for confirmation. wifi-listener.c — listens to NetworkManager's StateChanged signal on the system bus. every WiFi transition, caught in real time. EduOS shell WiFi indicator will be built on this. state 20 — red. disconnected. state 40/60 — spinning. connecting. state 70 — green. you're in. #DBus #cprogramming #EduOS #devlife #100DaysOfCode
3
24
430
created my first systemd services today. first one is a long running daemon. logs "system alive" to journalctl every 10 seconds. handles SIGTERM for clean shutdown. second one wakes up every 5 minutes, hits the EduOS package server, pulls delta curriculum updates and exits. no RAM wasted. job done, process gone. when a student boots EduOS, that second service starts automatically. silent. no teacher intervention needed. schools with zero IT support stay updated. #systemd #cprogramming #EduOS #devlife #100DaysOfCode
4
4
43
1,420
Just found @LeetCode and it’s exactly what I needed right now. I’m learning C and Python so I can build my portable laptop. This site is perfect for daily problem-solving practice. No more just watching tutorials… real progress starts here. My first sketches are ready too. They were originally doodles, but I cleaned them up to look proper. The vision is coming together. (See the added pictures) Who else is building custom hardware? Drop your projects below! #CProgramming #Python #DIYTech #TechProject #CustomHardware #PortableLaptop #LeetCode
57
Celebrating the 2025 IOCCC winners: ingenious obfuscated C that shortruns complex ideas into compact brilliance. A reminder: creative problem-solving thrives at the edge of readability and complexity. #IOCCC #CProgramming #CodeGolf #Hackers
11
🪟 C’s fopen still matters because it turns “everything that spews bytes” (files, pipes, devices, even terminals) into one boring interface. Windows could learn this instead of reinventing I/O pain. windowsforum.com/threads/why… #WindowsCompatibility #CProgramming #StandardIO
14
came back from a 24-hour hackathon. no sleep. crashed the moment i got home. couldn't touch xpkg for 3 days. Stage 3 is done. built the install command. extract the archive, parse the manifest, write a database record to xpkg.db. no libraries. everything from scratch in C. xpkg is an offline-first package manager. no runtime dependencies. install, list, and remove packages on any Linux system. it ships inside EduOS — a privacy-first, AI-native OS i'm building for African schools. 3 stages down. not stopping. #cprogramming #systems #devlife #100DaysOfCode #eduos
2
1
18
1,841
Everyone talks about coffee and matcha, but for me it's "Chai & Code." ☕💻 Building my Cpp programming fundamentals and enjoying every bit of the journey. Grateful to @Hiteshdotcom sir for making concepts so clear and engaging 🚀 #Coding #CProgramming #ChaiAndCode
7
196
May 28
Phase 1 (lexer) is now 100% complete for the EEL compiler. The final edge cases for token scanning are resolved, and type declarations are stabilized. Phase 2: building the parser and constructing the AST. #eBPF #Compiler #CProgramming #Linux #SystemsProgramming #BuildInPublic
2
11
119
built a cross-domain authentication system for HubPost Space from scratch. custom SSO flow. dynamic token handling. shared authentication between platforms. no extra login clicks. i'm building HubPost Space in @hubpostinsider — an AI-powered live conversation and audio platform inside the HubPost ecosystem. podcasts. tech discussions. startup conversations. smarter live experiences. still building in public. still learning. still shipping. this is just one step 🚀 #BuildInPublic #hubpost #cprogramming #systems #devlife #100DaysOfCode #coding #codewithpdev
5
47
⚡ Most tutorials hide the build system. This one doesn’t. We manually compile and upload firmware to the Arduino Due using: arm-none-eabi-gcc objcopy bossac Makefiles Pure bare-metal embedded development 🚀 📺 youtu.be/-K4689ZBfkc#Embedded #CProgramming
1
2
22
⚡ Most tutorials hide the build system. This one doesn’t. We manually compile and upload firmware to the Arduino Due using: arm-none-eabi-gcc objcopy bossac Makefiles Pure bare-metal embedded development 🚀 📺 youtu.be/-K4689ZBfkc#Embedded #CProgramming
1
2
26