What is Markdown? Lightweight text formatting for human beings
The Markdown text format makes it easy for people—not only software developers but anyone with a keyboard—to write text that can be converted readily into HTML or another rich format. What’s special about Markdown is it uses plain-text syntax fo...
Putting agentic AI to work in Firebase Studio
Agents are the big story in AI now. Putting agentic AI to work in software engineering can be done in a variety of ways. Some agents work independently of the developer’s environment, working essentially like a remote developer. For example, Cogni...
EDF Platinum Sponsor of DebConf25
We are pleased to announce that EDF has committed to sponsor DebConf25 as a Platinum Sponsor. EDF is a leading global utility company focused on low-carbon power generation. The group uses advanced engineering and scientific computing tools to drive i...
Five rules for dealing with Booleans
Booleans are deceptively simple. They look harmless—just true or false, right? What could possibly go wrong? But when you actually use them, they quickly become a minefield. After years of coding, I have learned to tread very lightly when dealing...
Booleans considered harmful
Booleans are deceptively simple. They look harmless—just true or false, right? What could possibly go wrong? But when you actually use them, they quickly become a minefield. After years of coding, I have learned to tread very lightly when dealing...
Five rules for coding with Booleans
Booleans are deceptively simple. They look harmless—just true or false, right? What could possibly go wrong? But when you actually use them, they quickly become a minefield. After years of coding, I have learned to tread very lightly when dealing...
Fender’s New Music Creation Software Supports Linux
Fender Studio is a new free cross-platform DAW for Linux, backed by the iconic instrument maker. Details on what it can do inside. You're reading Fender’s New Music Creation Software Supports Linux, a blog post from OMG! Ubuntu. Do not reproduce else...
You are not needed
You want more “AI”? No? Well, too damn bad, here’s “AI” in your file manager. With AI actions in File Explorer, you can interact more deeply with your files by right-clicking to quickly take actions like editing images or summarizing document...
Making video games in 2025 (without an engine)
I genuinely believe making games without a big “do everything” engine can be easier, more fun, and often less overhead. I am not making a “do everything” game and I do not need 90% of the features these engines provide. I am very particular abo...
Why Microsoft is unifying data and AI within Fabric
Microsoft says that the future of AI-based applications lies in unifying data and intelligence, and that new updates to its data and analytics platform, Fabric, are a step in that direction. Announced at the company’s ongoing Build conference, the u...
GitHub unveils coding agent for GitHub Copilot
GitHub has introduced a new coding agent for its GitHub Copilot AI-powered programming assistant. Embedded into GitHub, the agent launches its own development environment with GitHub Actions to implement a task or issue. Introduced May 19, the GitHub ...