2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
sâmbătă, 28 februarie 2026
CodePen : march 2026
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
codepen,
development,
news,
web development
Security : CORS (Cross‑Origin Resource Sharing) few headers.
CORS (Cross‑Origin Resource Sharing) is a browser security mechanism that controls whether a web application is allowed to request resources from a different domain than the one it was loaded from. It is a controlled extension of the Same‑Origin Policy, which would otherwise block most cross‑site requests.
CORS allows a server to explicitly declare which origins are permitted to access its resources. Without this rule, a malicious website could attempt to read sensitive data from your account on another site.
| Header | Explanation |
|---|---|
| Access-Control-Allow-Origin: * | Allows any origin to access the resource (very risky for sensitive APIs). |
| Access-Control-Allow-Origin: https://example.com | Allows only the specified origin to access the resource. |
| Access-Control-Allow-Methods: GET, POST, PUT, DELETE, PATCH | Specifies which HTTP methods are allowed for cross-origin requests. |
| Access-Control-Allow-Headers: Content-Type, Authorization, X-Api-Key | Lists which custom request headers the client is allowed to send. |
| Access-Control-Allow-Credentials: true | Allows cookies and authentication data in cross-origin requests; cannot be used with "*". |
| Access-Control-Expose-Headers: X-RateLimit-Remaining, X-Custom-Header | Allows the browser to read specific response headers that are normally hidden. |
| Access-Control-Max-Age: 86400 | Defines how long the browser may cache the preflight response (in seconds). |
| Access-Control-Request-Method: PUT | Sent by the browser during preflight to ask if the HTTP method is allowed. |
| Access-Control-Request-Headers: Authorization, X-Api-Key | Sent by the browser during preflight to ask if custom headers are allowed. |
| Origin: https://client.com | Sent by the browser to indicate the origin of the request. |
| Vary: Origin | Instructs caches that the response may vary depending on the Origin header. |
| Vary: Access-Control-Request-Headers | Ensures caches treat responses differently based on requested headers. |
| Vary: Access-Control-Request-Method | Ensures caches treat responses differently based on requested methods. |
| Timing-Allow-Origin: * | Allows cross-origin access to detailed performance timing information. |
| Timing-Allow-Origin: https://example.com | Allows only the specified origin to access performance timing data. |
| Access-Control-Allow-Private-Network: true | Allows requests to private network resources (used in newer browser security models). |
| Cross-Origin-Opener-Policy: same-origin | Isolates the browsing context from cross-origin pages to prevent data leaks. |
| Cross-Origin-Opener-Policy: same-origin-allow-popups | Allows popups but keeps the main page isolated from cross-origin interference. |
| Cross-Origin-Opener-Policy: unsafe-none | Disables isolation; allows cross-origin interactions (least secure). |
| Cross-Origin-Embedder-Policy: require-corp | Requires embedded resources to explicitly allow cross-origin embedding (needed for SharedArrayBuffer). |
| Cross-Origin-Embedder-Policy: unsafe-none | Allows embedding any resource without restrictions (not secure). |
| Cross-Origin-Resource-Policy: same-origin | Restricts resource loading to the same origin only. |
| Cross-Origin-Resource-Policy: same-site | Allows resource loading from the same site but different subdomains. |
| Cross-Origin-Resource-Policy: cross-origin | Allows resource loading from any origin. |
| Cross-Origin-Opener-Policy-Report-Only | Reports violations of COOP without enforcing them. |
| Cross-Origin-Embedder-Policy-Report-Only | Reports violations of COEP without enforcing them. |
| Content-Security-Policy: script-src 'self' | Restricts which scripts can run; critical for preventing cross-origin script injection. |
| Content-Security-Policy: worker-src 'self' | Controls which origins can load Web Workers; required for secure WASM execution. |
| Content-Security-Policy: frame-ancestors 'none' | Prevents the page from being embedded in iframes (anti-clickjacking). |
| Content-Security-Policy: require-trusted-types-for 'script' | Protects against DOM XSS by enforcing Trusted Types. |
| Permissions-Policy: shared-array-buffer=(self) | Allows SharedArrayBuffer only in isolated contexts (COOP + COEP required). |
| Permissions-Policy: fullscreen=(self) | Controls which origins can request fullscreen mode. |
| Permissions-Policy: geolocation=() | Blocks geolocation access for all origins. |
| Referrer-Policy: no-referrer | Prevents sending the Referer header to any destination. |
| Referrer-Policy: strict-origin-when-cross-origin | Sends full referrer on same-origin requests, but only origin on cross-origin. |
| Sec-Fetch-Site: cross-site | Indicates the request came from a different site; used by browsers for security decisions. |
| Sec-Fetch-Mode: cors | Indicates the request is a CORS request. |
| Sec-Fetch-Dest: script | Indicates the destination type of the request (script, image, iframe, etc.). |
| Sec-Fetch-User: ?1 | Indicates the request was triggered by a user interaction. |
| Report-To: {"group":"coop","max_age":10886400} | Defines where browsers should send COOP/COEP violation reports. |
| NEL: {"report_to":"coop","max_age":10886400} | Network Error Logging; allows reporting of network failures. |
News : CORE browser.
An out of this world experience, CORE is the most innovative web browser that exists on the market. With its high-end, scale-able functionalities, we aim high with CORE. CORE is the web browser from the future - built specifically to optimise your lifestyle and combine the best of both traditional and modern worlds in the new digital age.
See the official website.
vineri, 27 februarie 2026
News : Delphi turns 31 in 2026 with new budget model.
I've used Delphi in the past, which is based on the Pascal programming language and comes with object-oriented programming. It didn't cost much, it was also freeware, I don't know... it had a component-type package system.
Delphi turns 31 in 2026. If your team builds and maintains high-performance apps, this anniversary promo is a straightforward way to cut costs now, or lock in predictable updates and support for the next 31 months.
CTOs and CIOs usually weigh ROI, risk, scalability, and long-term maintainability. RAD Studio 13 is built for native, enterprise-grade apps: better performance, and a platform designed for long-lived codebases. That helps you reduce stack sprawl, keep delivery moving with a small team, and protect the code you already own.
Your new license will also include the next product release at no additional cost.
Choose the option that matches your budget model:
Option A - Immediate savings
- 15% off Professional
- 25% off Enterprise
- 31% off Architect (one of the biggest discounts we’ve offered)
Option B - Predictable maintenance
- Pay full price on any edition and get 31 months of maintenance total (12 months included + 19 months free), including free updates and support.
Promo pricing is available now until Feb 28, 2026.

News : Ollama can now launch Pi.
Ollama can now launch Pi, a minimal coding agent which you can customize for your workflow.
ollama launch piSee the official website.
joi, 26 februarie 2026
News : Krita 5.2.16 bugfix release!
Today we're releasing Krita 5.2.16. The previous version of 5.2 had issues with saving heif, heic and avif files, and while we are busy preparing 5.3, we decided this was worth it to make another release over.
If you're using the portable zip files, just open the zip file in Explorer and drag the folder somewhere convenient, then double-click on the Krita icon in the folder. This will not impact an installed version of Krita, though it will share your settings and custom resources with your regular installed version of Krita. For reporting crashes, also get the debug symbols folder.
See the official website.
Tools : A series of advanced mathematical and computational algorithms ...
Below is the list of algorithms and mathematical concepts involved, from fundamental vector geometry to state-of-the-art neural networks in software development with vector mathematics:
- Bezier Polynomials (Quadratic and Cubic): The mathematical foundation for generating smooth SVG paths using control points.
- Casteljau Algorithm: A recursive method used for curve subdivision and robust geometric construction.
- Affine Transformations: 3x3 matrix operations enabling translation, rotation, scaling, and skewing of objects.
- Curve Tessellation: Adaptive subdivision algorithms converting smooth parametric curves into discrete pixel segments.
- Spiro Splines: Used in Inkscape to create curves that minimize curvature variation through clothoid segments.
- Boolean Operations (Union, Intersection, Difference, XOR): Based on computational geometry for combining complex shapes.
- Bentley–Ottmann Algorithm: Used to detect line‑segment intersections during boolean path operations.
- Winding Number Calculation: Determines whether a point lies inside or outside a path.
- Arc‑Length Parameterization: Essential for placing text on a path and for uniform motion animations.
- Potrace Algorithm: Converts bitmap images into vector paths through decomposition, polygon optimization, and least‑squares curve fitting.
- Sobel Operator: Edge‑detection algorithm computing gradient magnitude and direction in raster images.
- Ramer–Douglas–Peucker Algorithm: Simplifies paths by reducing intermediate points while preserving shape fidelity.
- Schneider Algorithm: Optimizes Bézier curve fitting using Newton–Raphson iteration.
- DeepSVG (Hierarchical Generative Networks): Enables vector graphics reconstruction and animation through latent‑space operations.
- SVGformer (Transformer Architectures): Captures complex patterns and dependencies in large SVG datasets.
- GANs (Generative Adversarial Networks): Produce professional vector outputs through adversarial training.
- CVAEs (Convolutional Variational Autoencoders): Learn to encode and decode graphic data such as fonts or icons into latent spaces.
- L‑Systems (Lindenmayer Systems): Use formal grammar rules and recursion to generate organic shapes.
- Perlin Noise: Produces mathematically controlled random variations for organic patterns.
- Verlet Integration: Used in force‑based simulations (Coulomb attraction, Hooke elasticity) for data visualization.
- Convolution Mathematics: Implements SVG filters (such as Gaussian Blur) using discrete convolution matrices.
Tools : Hitem3d
With Hitem3d, turning a 2D image into a 3D model is simpler than ever. Just upload your image, generate the model with one click, and export it for further editing across multiple applications.
See the official website.

miercuri, 25 februarie 2026
Tools : new Qwen-Image-Edit-2511-Multiple-Angles-LoRA on the HuggingFace webpage.
Today, I see this new Qwen-Image-Edit-2511-Multiple-Angles-LoRA implementation on the HuggingFace.co website. Also, I used the demo reel to test with one web image with one comic - Iron Man.

Posted by
Cătălin George Feștilă
Labels:
2026,
2D,
3D,
ai tools,
artificial intelligence,
tool,
tools,
web
marți, 24 februarie 2026
News : Turn creative prompts into interactive XR experiences with Gemini
With the release of Canvas in the Gemini web app, our Android XR team began to explore how we might use it to make immersive computing accessible to developers and users at large. We noticed that Gemini is particularly adept at generating interactive 3D web graphics, and asked a simple question: What if you could experience Gemini’s 3D web creations in extended reality?
See the official blogger.

Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
artificial intelligence,
google gemini ai,
news
Star trek Online : new tasks for event on February.
Two tasks on this mounth - February, with stories ...


luni, 23 februarie 2026
Security : Google CVE-2026-2441- Chrome zero-day of 2026.
Google has issued a patch for a high‑severity Chrome zero‑day, tracked as CVE‑2026‑2441, a memory bug in how the browser handles certain font features that attackers are already exploiting.
CVE-2026-2441 has the questionable honor of being the first Chrome zero-day of 2026. Google considered it serious enough to issue a separate update of the stable channel for it, rather than wait for the next major release.
News : babylonjs wave example ...
If you use vertex positions and node materials, you can create effects the user understand and interact with a 3D scene!
On example with this feature on the official website.
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
babilonjs,
game programming,
javascript,
news,
programming,
web development
News : NEXT FEST is back ...
See more about this new change on world of game : NEXT FEST from the official webiste .
Steam Next Fest is back with new demos from now until March 2!
Check out of demos of every genre and wishlist your favorites. Browse by genre, theme, or feature, or check out the For You tab for recommendations based on what you've been playing!
Tools : AI File Renamer - Rename & Organize Files Automatically.
Rename PDFs, Photos & Documents Instantly with AI ...

sâmbătă, 21 februarie 2026
News : Wildfire Games new tribe ...
Wildfire Games, an international group of volunteer game developers, proudly announces the release of 0 A.D. Release 28: “Boiorix”, the twenty-eighth version of 0 A.D., a free, open-source real-time strategy game of ancient warfare. The release is named after the king of the Cimbri Germanic tribe Boiorix.
See the official webiste.
Tools : Top 10 AI Agents for Cybersecurity - Introduction.
Cybersecurity agents are intelligent software components designed to protect digital systems from attacks, vulnerabilities, and malicious activity. They operate as automated defenders that continuously monitor networks, devices, and applications to identify suspicious behavior or security risks. Using techniques such as machine learning, behavioral analysis, and real‑time data processing, these agents can detect intrusions, block harmful actions, isolate compromised systems, and alert security teams before damage occurs.
In recent years, artificial intelligence has become a powerful tool not only for defenders but also for attackers. Malicious AI agents can automate phishing, scan for vulnerabilities, generate malware variants, or coordinate large-scale attacks. Because of this growing threat, cybersecurity teams rely on advanced defensive AI agents designed to detect, analyze, and stop attacks faster than any human could.
- Behavioral Analysis – The agent learns normal system activity and detects unusual patterns that may indicate malicious behavior.
- Anomaly Detection – Identifies irregular network traffic, unexpected login attempts, or abnormal process activity that deviates from the baseline.
- Threat Intelligence Correlation – Compares local events with global threat databases to recognize known malicious indicators.
- Real-Time Monitoring – Continuously observes logs, files, processes, and network flows to detect attacks as soon as they begin.
- Automated Incident Response – Blocks harmful processes, isolates compromised devices, or quarantines suspicious files without waiting for human action.
- File Integrity Monitoring – Tracks critical system files and alerts when unauthorized modifications occur.
- Machine Learning Classification – Uses AI models to classify files, network traffic, or user actions as safe or malicious.
- Log Analysis and Correlation – Processes large volumes of logs from multiple systems to uncover hidden attack patterns.
- Endpoint Protection – Detects and blocks malware, ransomware, and unauthorized software directly on devices.
- Network Intrusion Detection – Inspects network traffic to identify port scans, brute-force attempts, and suspicious communication patterns.
Below is a list of ten of the most effective AI-driven cybersecurity agents used today.
-
Microsoft Security Copilot – This AI-driven security assistant helps analysts understand complex threats, summarize incidents, and investigate attacks more efficiently. It integrates with Microsoft Defender and Sentinel to provide real-time insights and automated reasoning. Website: microsoft.com. Programming language: internal Microsoft technologies.
Security Copilot is designed to reduce investigation time by analyzing logs, correlating alerts, and generating clear explanations of suspicious activity. It acts as a digital partner for security teams, helping them respond faster and more accurately to emerging threats.
-
Wazuh Agent – An open-source security agent used for intrusion detection, log monitoring, vulnerability scanning, and file integrity checking. Website: wazuh.com. Programming languages: C and Python.
Wazuh agents run on endpoints and continuously monitor system behavior. They detect unauthorized changes, suspicious processes, and abnormal patterns in real time. Because it is open-source, organizations can customize the agent to fit their specific security needs.
-
OSSEC Agent – A lightweight host-based intrusion detection agent that monitors logs, detects anomalies, and enforces security policies. Website: ossec.net. Programming language: C.
OSSEC agents are widely used in enterprise environments due to their stability and low resource usage. They analyze system logs, detect brute-force attempts, and alert administrators when unusual activity occurs. OSSEC is known for its reliability and strong community support.
-
CrowdStrike Falcon Agent – A next-generation endpoint protection agent that uses AI to detect malware, ransomware, and behavioral anomalies. Website: crowdstrike.com. Programming language: proprietary.
Falcon agents continuously analyze endpoint behavior and use machine learning to identify threats before they cause damage. They are cloud-connected, allowing them to share intelligence across millions of devices, making detection faster and more accurate.
-
SentinelOne Singularity Agent – An autonomous AI agent capable of detecting, blocking, and remediating threats without human intervention. Website: sentinelone.com. Programming language: proprietary.
Singularity agents use behavioral AI models to identify unknown attacks, including zero-day exploits. They can automatically isolate infected devices, roll back malicious changes, and prevent lateral movement inside a network.
-
Suricata AI-Enhanced Agents – Agents connected to the Suricata IDS/IPS engine that analyze network traffic using machine learning. Website: suricata.io. Programming languages: C and Rust.
These agents enhance Suricata’s detection capabilities by identifying anomalies in network flows. They help detect advanced threats such as command-and-control traffic, data exfiltration attempts, and unusual communication patterns that traditional signatures may miss.
-
YARA AI Analysis Agents – AI-powered agents that generate and optimize YARA rules for malware detection. Website: virustotal.github.io/yara. Programming languages: C and Python.
These agents assist malware analysts by automatically creating rules that identify malicious files. They can classify malware families, detect obfuscated code, and improve detection accuracy by learning from large datasets of malicious samples.
-
Elastic Security Agent – A unified agent that collects logs, monitors endpoints, and uses AI-driven analytics to detect intrusions. Website: elastic.co/security. Programming language: Go.
Elastic agents integrate with the Elastic Stack to provide real-time threat detection and correlation. They analyze system activity, detect anomalies, and help security teams visualize attack patterns across large infrastructures.
-
Snort AI-Assisted Agents – Agents that enhance the Snort intrusion detection system with machine learning capabilities. Website: snort.org. Programming language: C.
These agents help reduce false positives and identify complex attack signatures that traditional rule-based systems may overlook. They analyze traffic patterns and adapt detection logic based on evolving threats.
-
LangChain Cyber Defense Agents – Customizable AI agents built using large language models to automate threat analysis, investigate logs, and assist security teams. Website: langchain.com. Programming languages: Python and JavaScript.
LangChain agents can be tailored to perform tasks such as analyzing alerts, summarizing incidents, correlating logs, and generating defensive recommendations. They are flexible and can integrate with various cybersecurity tools and APIs.
News : NotebookLM adds Deep Research and support for more source types ...
Today, NotebookLM is introducing new ways to help you find and use sources more effectively: using Deep Research agents and supporting more of the file types you use every day.
We are now rolling out Deep Research to automate and simplify complex online research. It acts like your dedicated researcher, synthesising a detailed report or recommending relevant articles, papers or websites — and you can direct this "researcher" to search specific places, too.
News : Voice Design from 1min.ai tool.
Voice Design – Generate any AI voice you can imagine using just a text prompt. Customize the tone, accent, age, pacing, and delivery of your voices to create infinite characters with expressive delivery 🪄
See the official website.

Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
ai tools,
artificial intelligence,
audio tools,
news,
tool,
tools
vineri, 20 februarie 2026
News : Gemini 3.1 Pro and animated SVGs.
Gemini 3.1 Pro can generate website-ready, animated SVGs from a simple text prompt. Since these are built in pure code and not pixels, they stay crisp at any scale with incredibly small file sizes.
Let's see one example with my logo game developer.
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
2D,
artificial intelligence,
google,
google gemini ai,
news,
svg
News : Keeping Google Play & Android app ecosystems safe in 2025
We’ve seen a clear impact from these safety efforts on Google Play. In 2025, we prevented over 1.75 million policy-violating apps from being published on Google Play and banned more than 80,000 bad developer accounts that attempted to publish harmful apps.
See the official blogger.
joi, 19 februarie 2026
News : Home Orthodox Great Lent - years with tweakpane on codepen.
Today I made "Home Orthodox Great Lent - years", the idea is to see how tweakpane version 4.0.4 works in codepen.
See the Pen Orthodox Great Lent - years by Cătălin George Feștilă (@catafest) on CodePen.
News : my logo for game development .
Today I'm going to show you a logo design for my game development and it's under my own copyright.

Since I came here, I've been stuck with hacking from my provider, there's no point in complaining anymore unless I invest in additional security, and it's messing with my internet anyway, etc.
Even if I don't manage to sell anything, I will be satisfied with what I have achieved in these difficult conditions.
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
2D,
design,
development,
game development,
graphic,
graphics,
news
News : Mistral AI and Koyeb.
We’re very happy to announce our first acquisition as we’ve entered a definitive agreement to acquire Koyeb, a pioneer in serverless cloud services.
This strategic move strengthens our Compute capabilities and accelerates our mission to build a full-stack AI champion.
Why Koyeb? Their high-performance serverless platform empowers developers to run and scale AI applications without infrastructure hassles. It’s a perfect fit for Mistral AI’s sandboxes, MCP servers, and on-premises deployments.
What’s next? Koyeb’s team of 16 talented engineers, including its three co-founders, will join Mistral in March 2026. Together, we’ll optimize GPU usage, enhance inference scaling, and push the boundaries of AI-native applications.
This is just the beginning. Stay tuned for more innovations as we combine forces to shape the future of AI infrastructure!
Koyeb is high-performance serverless infrastructure for AI. Run inference, sandboxes, and intensive workloads on CPUs and GPUs
They, the Mistral team announced one week ago this news:
We’re proud to announce a €1.2 billion investment in Sweden’s digital infrastructure, including the construction of an AI-focused datacenter in Borlänge. This state-of-the-art facility will deliver advanced compute capacity and localized AI capabilities, designed to meet the demands of next-generation AI models at scale.
💡 Unlike traditional cloud infrastructure, Mistral’s AI-native infrastructure is purpose-built for performance, efficiency, and full European control. This initiative is a major step toward Europe’s technological independence, offering customers a fully European AI stack—from design to operation—with data processed and stored locally.
Tool : fast learning for huge videos with Recall.
It seems that the trends of developers are starting to increase with the volume of processed data and may be one of the reasons for very large videos. If developers think that they get an income from videos through the youtube network because they are online and people are watching, they are wrong on both counts. Today I present to you again an extension named Recall with artificial intelligence that allows you to efficiently process video content from youtube that is too large.

Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
ai tools,
artificial intelligence,
news,
Recall,
tool,
tools,
web
miercuri, 18 februarie 2026
News : Gemini can now create music with two videos !!!
The Gemini app now features our most advanced music generation model Lyria 3, empowering anyone to make 30-second tracks using text or images in beta.
See the official blog.
Deep mind video :
Google video :
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
artificial intelligence,
google gemini ai,
lyria,
news
Tools : The shapr3d 3D the CAD tools you need to craft.
Craft precise 3D models true to design vision, harnessing unbeatably intuitive 3D modeling software.
Shapr3D sports the ideal tools for you to precisely craft your design, from simple Boolean and Fillet operations to fully parametrized Loft operations.
Discard, refine, and finalize shapes without predefined constraints, exercising unlimited freedom to investigate concepts. Pick from non-uniform scale, moving edges, guided, blended Lofts, and more.
See the official webiste.
marți, 17 februarie 2026
News : Ollama subagents and web!
Ollama now supports subagents and web search in Claude Code!
Subagents can run tasks in parallel, such as file search, code exploration, and research, each in their own context. Ollama's web search functionality is now also built-in. When a model needs current information, Ollama handles the search and returns results directly without any additional configuration.
luni, 16 februarie 2026
News : Seedance 2.0 is ByteDance’s next-generation multimodal AI video generator ...
Seedance 2.0 is ByteDance’s next-generation multimodal AI video generator, designed to create cinematic and highly realistic short videos. It allows creators to combine text, images, audio, and video clips to produce detailed and controlled visual content.
- Seedance 2.0 supports true multimodal input, letting users blend several media types to shape the final output.
- It uses a unified audio-video architecture that synchronizes lip movements, motion, and sound for realistic results.
- The model focuses on cinematic quality, offering stable motion, accurate lighting, and strong multi-character handling.
- It can generate high-resolution 2K clips up to around 15 seconds, faster than many competing tools.
- Seedance 2.0 has gained attention due to concerns from Hollywood studios about likeness reproduction and copyright issues.
What Makes It Special
- It gives creators director-level control by allowing multiple reference inputs at the same time.
- Its multimodal design makes it possible to guide motion, lighting, and scene composition with high precision.
- The model produces cinematic motion stability, making generated clips look more natural and professional.
- Its unified audio-video system ensures that sound, speech, and visuals stay perfectly aligned.
Overall, Seedance 2.0 stands out as a powerful tool for creators who want more control, realism, and flexibility in AI-generated video production.
duminică, 15 februarie 2026
Tools : Argos is a visual testing platform ...
Argos is a visual testing platform designed to prevent regressions without slowing teams down.
Argos catches visual regressions before they reach users. Deterministic diffs. Predictable reviews. CI you can trust.
We believe visual testing should strengthen CI, not turn it into a fragile system nobody trusts.
Argos detects visual changes deterministically and explains them pixel by pixel. No probabilities. No heuristics. No guessing whether a failure matters.
Instead of hiding flakiness behind tolerance thresholds or AI guesses, we focus on eliminating it at the source. Stable baselines. Clear signals. Reviews teams can make with confidence.
We build tools that keep maintenance low and CI healthy over time.
No silent failures. No mystery diffs. Just reliable visual testing that teams rely on every day.
Flakiness is not noise to ignore. It is technical debt to fix.
See the official website.
sâmbătă, 14 februarie 2026
vineri, 13 februarie 2026
News : about the new CLI tools this month.
It seems that this month a new trend of CLI tools has emerged in the field of artificial intelligence. It is normal, most of them are developers who use the keyboard. In my opinion, both browser and keyboard solutions are equally exposed to network security. Let's see what has emerged:
| CLI Tool | Best For | Programming Language | Model | Price |
|---|---|---|---|---|
| Entire (Checkpoints) | AI Session Wrapper / Rewind & Audit | Rust / Go | Model-agnostic (Wrapper) | Open Source (Free) |
| Gemini CLI | MCP integration, Google ecosystem & docs retrieval | Go / Node.js | Gemini 3 Pro | Free Tier (1000 req/day) |
| Claude Code | Deep reasoning, autonomous coding & multi-agent tasks | Node.js / TypeScript | Claude Opus 4.6 | Pay-per-token (API) |
| Codex CLI | Ultra-fast terminal-native coding & automation | Python / Rust | GPT-5.3 Codex-Spark | Included in ChatGPT Plus/Pro |
| Cline 2.0 | Parallel agentic workflows & browser automation | TypeScript | Multi-model (Claude, GPT, Kimi) | Bring your own API key |
| Aider | Git-native pair programming & refactoring | Python | GPT-5.2 / Claude 4.5 | Free (Open Source) |
| Goose | Extensible toolkit-based agents (Block/Square) | Rust | Multi-model | Open Source (Free) |
| Amp | Architecture-aware coding & deep research | Go | Sourcegraph Custom LLM | Freemium / Enterprise |
| Droid | Autonomous DevOps & CI/CD self-healing | Python | Droid-Proprietary | Subscription based |
| Devin CLI | End-to-end autonomous engineering (Full-stack) | Rust / Python | Devin v2 Custom | Usage-based (Credits) |
| OpenCode | Privacy-first local AI coding (Ollama/Llama) | C++ / Python | Local Models (Llama 4) | Free (Self-hosted) |
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
artificial intelligence,
news,
security,
tool,
tools
Tools : Hypatia Zero global weather.
Zero democratizes access to the world's best weather data.
Hypatia Zero visualizes global weather in your browser using WebGPU.
ECMWF runs the world's most accurate weather model four times daily. Since October 2025, this data is openly published under CC-BY-4.0. Zero downloads it directly into your browser—no backend, no accounts, just you and the atmosphere.
Scrub through up to 2 weeks of weather. Watch storms form and dissolve. Every minute interpolated, every layer rendered on the GPU.
The source code can be found on the GitHub repo.

Posted by
Cătălin George Feștilă
Labels:
2026,
demo,
Hypatia Zero,
tool,
tools,
web,
web development,
WebGPU
Tools : EZ Tree - Procedural Tree Generator.
You can generate tree export the result into 3D file format and 2D file format.

Tools : About A powerful little TUI framework.
Bubble Tea is well-suited for simple and complex terminal applications, either inline, full-window, or a mix of both.
See the project on the GitHub repo.
Tools : xytz - YouTube from your terminal
A beautiful TUI app for searching and downloading YouTube videos, built with Go and Bubble Tea.
See the project on the GitHub repo.
News : OpenClaw AI assistant with ollama.
OpenClaw is a personal AI assistant that bridges your favorite messaging platforms to AI coding agents through a centralized gateway. It runs locally on your own devices, keeping your conversations and code private.
OpenClaw integrates with WhatsApp, Telegram, Slack, Discord, iMessage, and other messaging services, allowing you to interact with AI coding agents from anywhere.
Start by installing OpenClaw on Windows O.S.:
iwr -useb https://openclaw.ai/install.ps1 | iexThen launch OpenClaw directly with Ollama to connect local/cloud models:
ollama launch openclawSee the official blogger.
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
artificial intelligence,
news,
ollama,
OpenClaw
joi, 12 februarie 2026
News : The 2025 Developer Survey is the definitive ...
Even though it refers to the year 2025, it is still a news with very useful and important content. I just saw ...
See the official webpage.
News : TypeScript 6.0 beta is now published!
TypeScript 6.0 is considered feature-stable and is not expected to receive any further features
- inference improvements for functions
- updates to package.json 'imports'
- the Temporal APIs
- alignments for the upcoming TypeScript 7.0
miercuri, 11 februarie 2026
marți, 10 februarie 2026
News : Create Your First Gemini Enterprise Application - limited .
To use Gemini Enterprise, you are required to have:
- a custom domain
- Cloud Identity Premium or Google Workspace Enterprise
- users managed in Google Identity
- Gemini Enterprise licenses (paid)
Great product, great learning, but without a free option, these features are limited to a few people.
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
Cloud Identity Premium,
demo,
Gemini Enterprise,
Gemini Enterprisem,
google,
Google Workspace Enterprise,
news,
video,
video tutorial,
videos,
youtube
Tools : Canto tool with AI assistance on macOS.
Unlimited AI assistance. Nothing ever leaves your device. Real-time, as you think.
Canto is a notebook app where you can write notes, run code (Python/JS/TS), and use AI — all completely offline and local. It requires Apple Silicon and macOS 14+
See more on the official website.
luni, 9 februarie 2026
News : ESLint v10.0.0 released.
We just pushed ESLint v10.0.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.
News : Godot 4: One line edge shader (tutorial) by FencerDevLog.
Videos tutorials from FencerDevLog - the official youtube.
Posted by
Cătălin George Feștilă
Labels:
2026,
2026 news,
FencerDevLog,
news,
tutorial,
tutorials,
video tutorial,
videos,
youtube
duminică, 8 februarie 2026
miercuri, 4 februarie 2026
marți, 3 februarie 2026
News : Construct 3 r471 .
A new Beta version of Construct 3 has just been published - please note that Beta versions are not as thoroughly tested as Stable versions. If you choose to use Beta versions, please ensure you backup your work regularly and are willing to file bug reports if you run into any issues.
See the official website.
duminică, 1 februarie 2026
News : Wiki Loves Folklore - contest with many prizes.
Wiki Loves Folklore is a global media contest held annually on Wikimedia Commons, aimed at documenting the diverse folk cultures from around the world. Wiki Loves Folklore 2026 builds on the success of the 2025 campaign, continuing its focus on celebrating folk culture. The initiative traces its roots back to 2018, originating from Wiki Loves Love 2019, which highlighted ceremonies and festivals centered around love.
See the official webpage.
Google Apps Script : my activity on blogger with Blogger API.
Here in the attached image is an informative chart about my activity with posts on my bloggers and the completion trend. This chart was created with Google Apps Script and the Blogger API.

Posted by
Cătălin George Feștilă
Labels:
2026,
demo,
google,
Google Apps Script,
open source,
source code,
tutorial,
tutorials
News : Clawdbot on ollama.
Clawdbot is a personal AI assistant that runs on your own devices. It bridges messaging services (WhatsApp, Telegram, Slack, Discord, iMessage, and more) to AI coding agents through a centralized gateway.
On the terminal:
ollama launch clawdbot
Abonați-vă la:
Comentarii (Atom)














