
coding Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
GPT-5.6 Sol deleted files: How to lock down Codex safely
GPT-5.6 Sol can exceed task scope and delete files. A prompt is not a safety boundary. Here’s how to contain Codex before one bad decision reaches your real data.
- →
Pretty comfortable with Google Gemini
I always wondered why Google was a bit behind in the AI rce. The whole world would have expected Google to be the first one to introduce something like this technology.
- →
Momentum for Creative Non-Coder Builders
i’m having an unusual off day monday. things are not hitting, tech is being just a little slow and cumbersome. years ago i would fight tooth and nail with the computer
- →
How AI Code Review Tools Can Cut Your Debugging Time in Half
If you've ever spent hours debugging only to find a typo, a missing semicolon, or an off-by-one error — you know the pain. AI code review tools have changed that
- →
AI-generated pull requests are dumping work on maintainers
AI coding agents can open a pull request in minutes. Maintainers may spend hours proving it belongs. The real fix changes who pays the review cost. Read the full
- →
“Friendly Fire” exploit turns AI security agents into malware launchers
An AI security agent should catch malware. Friendly Fire showed Claude Code and Codex launching it instead. Here’s how it worked and how to stay safe. #AI
- →
Creando un listador de tareas con c++
Hoy me puse a desarrollar un listador de tareas aprovechando lo que aprendí con archivos de cabeceras y archivos ejecutables los cuales me permiten separar la lógica
- →
GLSL Lesson 4: Reshaping Light and Shadow with pow()
GLSL Lesson 4: Reshaping Light and Shadow with pow() Previous Lessons Lesson 1 Your First Shader: Painting the Entire Screen One Color In the first lesson, we learned
- →
GLSL Lesson 3: Understanding clamp() by Breaking and Fixing Colors
In the first lesson, we learned the simplest thing a fragment shader can do: paint every pixel the same color. In the second lesson, we moved beyond a flat color
- →
#Learn #Python #Together | 🔥 Day 10 | #basics | #datetime #strftime #formatcodes #dateobjects
Learn Python Basics Together 🚀 | Day 10 Welcome back to our Python learning journey! In today's lesson, we learn how to work with Dates and Time in Python using
- →
Gradients: When Color Learns About Position
In the previous lesson, Your First Shader: Painting the Entire Screen One Color, we learned that a shader can fill the entire canvas with a single color by writing
- →
Your First Shader: Painting the Entire Screen One Color
So far we have been looking at code and breaking it apart piece by piece. That approach is useful, but there is another way to learn shaders that is often more
- →
Lesson 9 — HSB: When Color Stops Being Fixed and Starts Becoming a Space
If gradients were the first time color became a relationship, HSB is where color starts behaving like a coordinate system. This is lesson 9 in the series, and it
- →
When Color Learns to Breathe — A Shader That Swaps Mood Over Time
Lesson: 8 There’s something strangely alive about this kind of shader. Nothing moves, nothing is drawn in the traditional sense, yet the screen never stays the same.
- →
Colors in GLSL: A Beginner’s Guide to Shaders and Color Control
Color in GLSL is one of the first things that makes shader programming feel alive. You go from abstract math to something visible, expressive, and instantly creative.
- →
Understanding UV in GLSL: The Key to Mapping Space in Shaders
UV coordinates are one of the most fundamental ideas in GLSL, yet they are often misunderstood when you first start working with shaders. At their core, UVs are
- →
Are Vector Components Constants in GLSL? Understanding What Vectors Really Are - TUTORIAL 7
One question almost every shader beginner asks is whether vector components such as .r, .g, .b, .x, .y, and .z are fixed values or special constants. The short answer
- →
Aprendiendo a utilizar archivos de cabecera en c++
Cuando tengo algún tiempo libre aprovecho a seguir estudiando con c++ que es un lenguaje que ofrece bastantes cosas pero tuve que mudarme de editor de código a visual
- →
Robotics & Coding Classes for Kids in Vancouver | OBotz
OBotz offers comprehensive coding classes for kids OBotz offers comprehensive coding classes for kids near you in Vancouver. The hands-on learning promotes STEM
- →
#Learn #Python #Together | 🔥 Day 8 | #basics | #file #handling #read #write #append #Students
Learn Python Basics Together 🚀 | Day 8 Welcome back to our Python learning series! In today's video, we explore File Handling in Python, one of the most practical
Leave coding Tag Posts Index to discover