Pages

duminică, 21 iunie 2026

News : Rux the new programming language.

Introducing Rux — a new fast compiled strongly typed programming language focused on performance, clarity, and modern development. In this video you will see: introduction to the Rux programming language, basic syntax examples, functions and strong typing, simple CLI workflow, vision and goals of the project. Rux is designed to combine: high performance, readable syntax, strong type safety, low-level control and modern tooling.

marți, 16 iunie 2026

Tool : a simple PowerShell script for UEFI, VeraCrypt, and more security information.

UEFI Secure Boot keys, used to sign the first stage boot loader, are expiring in June 2026
First, let's see this information that could highlight the intrusion capabilities of a hacking attack on an information system in time and space:
1. Secure Boot, even with old keys – protects BEFORE Windows starts
Secure Boot protects against:
  • bootkits
  • UEFI rootkits
  • bootloader tampering
  • malware that injects itself before Windows loads
It is a hardware + firmware protection, enforced by UEFI.
Even if your keys are old, Secure Boot is still:
  • much safer than having Secure Boot disabled
  • a firmware‑level protection
  • impossible to bypass without physical access + complex attacks
Old keys do not mean “insecure”; it only means Microsoft will replace them in the future.
2. VeraCrypt System Encryption – protects AFTER the bootloader starts
VeraCrypt protects:
  • the data on your disk
  • the confidentiality of your files
  • access to your system if someone steals your laptop
But it does NOT protect against:
  • bootkits
  • UEFI rootkits
  • bootloader tampering
  • firmware‑level attacks
Because VeraCrypt:
  • replaces the Windows bootloader
  • disables Secure Boot
  • is not cryptographically signed for UEFI
  • does not provide protection against pre‑boot attacks
One basic script created by copilot to show some info:
Add-Type -AssemblyName System.Windows.Forms
Add-Type -AssemblyName System.Drawing

$form = New-Object System.Windows.Forms.Form
$form.Text = "UEFI Bootloader Detector"
$form.Size = New-Object System.Drawing.Size(800,600)
$form.StartPosition = "CenterScreen"

$box = New-Object System.Windows.Forms.TextBox
$box.Multiline = $true
$box.ScrollBars = "Vertical"
$box.ReadOnly = $true
$box.Font = New-Object System.Drawing.Font("Consolas",10)
$box.Dock = "Fill"
$form.Controls.Add($box)

function Add-Line($text) {
    $box.AppendText($text + "`r`n")
}

Add-Line "=== UEFI Bootloader Detector ==="
Add-Line ""

# Montăm partiția EFI
mountvol S: /s | Out-Null

Add-Line "EFI Partition Contents:"
$efi = Get-ChildItem S:\EFI -ErrorAction SilentlyContinue
foreach ($item in $efi) {
    Add-Line "  $($item.Name)"
}

Add-Line ""
Add-Line "=== Bootloader Detection ==="

# Windows Boot Manager
Add-Line ""
Add-Line "Windows Boot Manager:"
if (Test-Path "S:\EFI\Microsoft\Boot\bootmgfw.efi") {
    Add-Line "  ✔ Windows bootloader detected"
} else {
    Add-Line "  ✖ Windows bootloader NOT found"
}

# VeraCrypt
Add-Line ""
Add-Line "VeraCrypt:"
if (Test-Path "S:\EFI\VeraCrypt\DcsBoot.efi") {
    Add-Line "  ✔ VeraCrypt bootloader detected"
} else {
    Add-Line "  ✖ VeraCrypt bootloader NOT found"
}

# GRUB
Add-Line ""
Add-Line "GRUB:"
$grubPaths = @(
    "S:\EFI\ubuntu\grubx64.efi",
    "S:\EFI\fedora\grubx64.efi",
    "S:\EFI\debian\grubx64.efi",
    "S:\EFI\opensuse\grubx64.efi",
    "S:\EFI\centos\grubx64.efi"
)

$grubFound = $false
foreach ($path in $grubPaths) {
    if (Test-Path $path) {
        Add-Line "  ✔ GRUB detected at $path"
        $grubFound = $true
    }
}
if (-not $grubFound) {
    Add-Line "  ✖ GRUB not found"
}

# rEFInd
Add-Line ""
Add-Line "rEFInd:"
if (Test-Path "S:\EFI\refind\refind_x64.efi") {
    Add-Line "  ✔ rEFInd detected"
} else {
    Add-Line "  ✖ rEFInd not found"
}

# systemd-boot
Add-Line ""
Add-Line "systemd-boot:"
if (Test-Path "S:\EFI\systemd\systemd-bootx64.efi") {
    Add-Line "  ✔ systemd-boot detected"
} else {
    Add-Line "  ✖ systemd-boot not found"
}

# Fallback EFI
Add-Line ""
Add-Line "Fallback Bootloader:"
if (Test-Path "S:\EFI\Boot\bootx64.efi") {
    Add-Line "  ✔ Fallback bootloader detected (bootx64.efi)"
} else {
    Add-Line "  ✖ Fallback bootloader not found"
}

Add-Line ""
Add-Line "=== Detection Complete ==="

$form.ShowDialog()

luni, 15 iunie 2026

News : PRO GEOMETRIC MERMAID EDITOR – PYQT6 (v1.0) sell on gumroad

Today, I implemented a new system for selling my products, cheaper and more permissive, called: BUY AND HAVE MORE - SYSTEM. The idea is to have your product, specific tool, simple and good with a low price. I used many programming languages: Python, C#, Godot, FASM... I used artificial intelligence, I can use testing software ... This is my system that will help users and developers by: - using a low price for your tools - help work of developers with low prices, nothing can be 100% free - maintain the same software in time: on price, lifetime, and updates - buy more products from users and me, send me your development tasks - based on users asking who will have these products - do you want a specific development: send me an email with your price - you can ask even artist's work - don't spend your time, just use my time at a low price
From sales, I will reinvest in my technical development, in producing source code and producing art, according to my skills.
See this simple video tutorial with this python project script.

News : Stellaris: Nomads | Official Release Trailer

Google Apps Script : simple gmail manager !

Today, if you can't afford a paid Google account, you can use Google Apps Script to create your own tools to help you. Here's an older example of an email manager that labels, groups, deletes emails, etc.

duminică, 14 iunie 2026

News : Age of Empires IV: Raiders of the North Announce Trailer- XBOX Games Showcase 2026

News : A Sci-Fi CGI Short Film: "REBELS" - by REBELS Team | TheCGBros

News : Dust Front RTS - A Gritty Grimdark Sci-Fi RTS in a World of Endless Wars and Eldritch Abominations!

Tools : Mermaid AI.

Go from text to a living diagram in seconds, right where you work. Clear at a glance, quick to build, and made to evolve.
Now, Mermaid AI helps you build complex visuals from plain text, fix syntax errors, and more. Just type what you want – we'll take care of the structure.
The last blog post was 19 May 2026: Venn diagrams are maybe the most universally understood visualization in existence. Two overlapping circles. Everyone knows what they mean.

joi, 11 iunie 2026

News : STARSEEKER | Early Access Launch Trailer - OUT NOW

News : [AION 2] | Launch Reveal Trailer

News : Guild Wars 3 | Announcement Trailer

News : DiffusionGemma: The Developer Guide by Google.

Introducing DiffusionGemma, an experimental open 26B Mixture of Experts model that moves beyond traditional sequential generation to process and generate entire blocks of text simultaneously.
DiffusionGemma unlocks new value for developers:
  • Generates 1,000+ tokens/sec on an NVIDIA H100 and 700+ tokens/sec on an RTX 5090;
  • Optimizes non-linear workflows like code infilling, inline editing, and real-time self-correction;
  • Comfortably within 18GB VRAM limits of high-end dedicated consumer GPUs when quantized;
  • Supports native integration for MLX, vLLM, Hugging Face, and Unsloth with advanced NVIDIA NVFP4 kernel optimization;

News : RAG framework by Google Research and Google Cloud.

Introducing our new agentic RAG framework. A collab with Google Cloud, our multi-agent workflow goes beyond standard RAG by breaking down complex enterprise queries & iteratively searching for sufficient context before generating dependable responses.

News : D4RT: A unified AI model for 4D scene reconstruction.

Introducing D4RT: A unified AI model for 4D scene reconstruction and tracking across space and time.
D4RT utilizes a unified transformer architecture to jointly infer depth, spatio-temporal correspondence, and full camera parameters from a single video. Its core innovation is a novel querying mechanism that sidesteps the heavy computation of dense, per-frame decoding and the complexity of managing multiple, task-specific decoders. Our decoding interface allows the model to independently and flexibly probe the 3D position of any point in space and time. The result is a lightweight and highly scalable method that enables remarkably efficient training and inference. We demonstrate that our approach sets a new state of the art, outperforming previous methods across a wide spectrum of 4D reconstruction tasks.

News : new features on Visual Studio Code.

Today, some features for Visual Studio Code from last week.
Let's see this list with features:
  • Mermaid diagrams are now built directly into VS Code.
  • the latest Markdown preview improvements in VS Code, including a new diff view, link validation that catches broken references to headers and HTML IDs, and drag-and-drop support for images;
  • Autopilot is now enabled by default and knows when a task is truly done, instead of stopping too early or looping too long;
  • The integrated browser remembers your visited pages, surfaced as suggestions in the URL bar;
  • Customize which toolbar actions stay persistently visible in the browser;
  • Enterprise admins can centrally manage which agent plugins are available to their team;
  • Bring your own models to VS Code with BYOK, now without requiring a GitHub Copilot account;
  • Chronicle is a new experimental feature in VS Code that tracks your Copilot chat interactions in a local SQLite database.
  • Claude Fable 5 is now rolling out in Visual Studio Code.
  • Access your agent sessions from anywhere on the web, including the GitHub mobile app using Remote Sessions in VS Code!
Hope this help you developers.

News : Ultimate 3D Businesswear 13: CC Smart Clothes & Morphs | Character Creator

News : My Time at Evershine | Summer Game Fest Trailer

miercuri, 10 iunie 2026

News : Pioneer AI – What it is this different in workflow.

Pioneer AI – What It Is
  • An AI system that detects where your current model fails and automatically retrains small specialist models on your own data.
  • Works as a drop‑in replacement for OpenAI, Anthropic, or similar clients — same API, no migration needed.
  • Continuously improves itself by mining real production failures and retraining in the background.
  • Supports both encoder models (for extraction, classification, NER) and decoder models (LLMs for reasoning, coding, generation).
  • Lets you download your fine‑tuned weights and datasets anytime.
What Makes Pioneer AI Different
  • Automatically finds accuracy, cost, and latency gaps in your existing model without manual analysis.
  • Trains multiple small specialist models for each use case instead of relying on one large general model.
  • Provides full routing control so you decide when traffic goes to which specialist model.
  • Runs a continuous improvement loop with no MLOps team required.
  • Offers full audit trails, evaluation reports, and benchmark comparisons for every retraining cycle.
  • Supports a wide range of open‑source and proprietary models under one unified API.
How It Fits Into a Workflow
  • Upload your dataset or generate synthetic data.
  • Run inference through Pioneer’s compatible endpoints.
  • Fine‑tune specialist models automatically via LoRA.
  • Evaluate performance and compare lift, cost, and latency.
  • Deploy instantly with no cold‑start setup.

Tool : Put Love and Wonder Into Every Pixel.

Pixel engine built for those who love pixel art.
This tool will animate your image ...

Tool : GitReverse online tool.

Reverse engineer a codebase into a prompt you can build from. Get Prompt. Manual control. Try example repos: Next.js. Openclaw. React. Supabase. Linux. You can ...
See this example on this URL.

News : Kimi Code is good at video reasoning with Kimi K2.6 🎬

News : Anthropic is starting to panic…

News : Seamful Design in Godot Working with Friction and Imperfection – Thijs van Loenhout – GodotCon 2026

News : NVIDIA GTC 2026: Healthcare Special Address

marți, 9 iunie 2026

News : G'MIC new current pre-release 3.7.7 .

G'MIC is a full-featured open-source framework for digital image processing, distributed under the CeCILL free software licenses (LGPL-like and/or GPL-compatible). It provides several user interfaces to convert / process / visualize generic image datasets, ranging from 1D scalar signals to 3D+t sequences of multi-spectral volumetric images, hence including 2D color images.
This new new current pre-release version 3.7.7 comes at 2026.06.08.

News : Vultr comes with most competitive pricing.

Led by veterans of the managed hosting business, we have taken our 20+ years of experience in complex hosting environments and made it our mission to simplify the cloud.
Vultr offers one of the clearest, most flexible, and most competitive pricing structures in the cloud space. The platform covers the full spectrum:
  • Low‑cost VMs for small websites
  • Optimized compute for serious applications
  • Next‑generation GPUs (including NVIDIA Blackwell, H100, L40S)
  • Bare Metal for maximum performance
  • NVMe Storage, Object Storage, CDN, NAT, Load Balancers
  • Serverless AI Inference
It is a platform focused on strong performance at a good price, especially compared to AWS, GCP, and Azure.
Let's see one example : vCPUs: 96 vCPUs, Memory: 256 GB,Bandwidth: 12.00 TB, Storage: 1280 GB, Prices: $3840.00/mo, $5.714/hr.

News : Houdini 22 Sneak Peek

News : Valheim: 1.0 & Deep North – Release Date Reveal Trailer

News : Lightwave 3D ProTools - Nodes To Compound

News : Croakwood - Early Access Release Window & Gameplay Trailer

News : Halo: Campaign Evolved | Cinematic Story Trailer

News : The Elder Scrolls Online - Return of the Thieves Guild

News : Mod Spotlight - May 2026 | Farming Simulator 25

News : Release candidate: Godot 4.7 RC 1

We had a few false-starts along the way, but Godot 4.7 has at last reached the Release Candidate stage. This means that all of our planned features are locked-in, and no critical regressions remain. As such: production-ready environments can begin integrating at this time. HDR output support, the Godot Asset Store, drawable textures, and more are ready-to-roll in this bountiful update! ...
Please consider supporting the project financially, if you are able.
Godot is a non-profit, open-source game engine developed by hundreds of contributors in their free time, as well as a handful of part or full-time developers hired thanks to generous donations from the Godot community. A big thank you to everyone who has contributed their time or their financial support to the project!

luni, 8 iunie 2026

Tool : New tool ImageX from Wise.

The known Wise team come with this great tool for images named Wise ImageX.
Makes photo enhancement effortless: repair and enlarge images, swap faces, colorize and enhance contrast, remove objects or watermarks with a smart eraser, outpaint to expand scenes, dehaze, compress without quality loss, and even create images from text. Fast, reliable results every time.

News : Scuba drive - development test task laser devices laboratory ...

News : EverRail | Game Intro Trailer

News : Scuba drive - development test task chemistry laboratory ...

News : Loftia - Official Gameplay Trailer - Release Window

News : Halo: Campaign Evolved | Cinematic Story Trailer

sâmbătă, 6 iunie 2026

News : Marsupilami 2: Salsa Palombia | Reveal Trailer | Trailer d'annonce

Marsupilami 2: Salsa Palombia | Reveal Trailer
Marsupilami 2: Salsa Palombia | Trailer d'annonce

News : Aniimo Global Closed Beta Trailer | A new journey starts! | Sign Up Now

News : End of Abyss | Release Date Trailer | Summer Game Fest 2026

News : Sea of Remnants | "Make it Loud" Crew PV | Summer Game Fest 2026

Tool : Everything - fast search tool.

"Everything" is a search engine that locates files and folders by filename instantly for Windows.
Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything").
You type in a search filter to limit what files and folders are displayed.

Tool : Full config for Continue.dev on VS Code for NVIDIA Nemotron‑3 Ultra.

Today, tested NVIDIA Nemotron‑3 Ultra with Continue.dev on VS Code, let's see the main config setting for this:
name: Local Config
version: 1.0.0
schema: v1

models:
  - name: Nemotron 3 Ultra
    provider: openai
    model: nvidia/nemotron-3-ultra
    apiBase: https://integrate.api.nvidia.com/v1
    apiKey: "YOUR_NVIDIA_API_KEY"
    maxTokens: 4096
    temperature: 0.2

completionModels:
  - name: Nemotron 3 Ultra Completion
    provider: openai
    model: nvidia/nemotron-3-ultra
    apiBase: https://integrate.api.nvidia.com/v1
    apiKey: "YOUR_NVIDIA_API_KEY"
    maxTokens: 256
    temperature: 0.1

embeddings:
  - name: Nemotron Embeddings
    provider: openai
    model: nvidia/nemotron-3-embed
    apiBase: https://integrate.api.nvidia.com/v1
    apiKey: "YOUR_NVIDIA_API_KEY"

contextProviders:
  - name: file
    provider: file
    maxFileSize: 2000000

  - name: git
    provider: git

  - name: terminal
    provider: terminal

  - name: clipboard
    provider: clipboard

actions:
  - name: Fix File
    command: fix
    description: "Fix issues in the current file using Nemotron 3 Ultra"
    model: Nemotron 3 Ultra

  - name: Refactor File
    command: refactor
    description: "Refactor the current file"
    model: Nemotron 3 Ultra

  - name: Explain Code
    command: explain
    description: "Explain the current file"
    model: Nemotron 3 Ultra

  - name: Generate Tests
    command: tests
    description: "Generate unit tests for the current file"
    model: Nemotron 3 Ultra

miercuri, 3 iunie 2026

marți, 2 iunie 2026

News : Warp and Oz - the Agentic Development Environment with orchestration platform.

Warp the Agentic Development Environment.
Get started with Warp, the Agentic Development Environment, and Oz, the orchestration platform for cloud agents.
Warp is an open source Agentic Development Environment that combines a modern, high-performance terminal with powerful agents to help you build, test, deploy, and debug code. Warp’s agents are powered by Oz, the orchestration platform for running agents locally or in the cloud at scale.
Oz Agent the orchestration platform
Every agent at your command.
Connect, orchestrate, and track fleets of agents to automate work and ship better software. Agent infrastructure for control with shared context, observability, and team administration.

News : Escape from Violet Hold Cinematic Trailer | Hearthstone

Tools : Maxthon Browser.

Maxthon Browser is a versatile web browser known for its speed, security features, and rich functionality, including cloud-based services, ad blocking, and ...

luni, 1 iunie 2026

News : NVIDIA Vera—The CPU for Agents

Tools : Best database, steam charts and calculator tools for players.

SteamDB is a free, independent database covering the entire Steam catalog. Player charts, price history across all regions, update histories, and detailed data for every product — kept current through fast, automatic updates.
Calculator page itself only temporarily caches the data you see on the page when you lookup a profile for up to an hour. We do not store historical changes of your data.
For badges pages, top game owners, and top levels pages we only store and show up to 2000 top public profiles. When a profile is looked up in our calculator, and we see that the profile is private, data about this profile will be deleted.
See this online tool on this webpage.

Tools : Bookmarks Organizer under Firefox browser.

With the Bookmarks Organizer it is easy to organize these readings. The Bookmarks Organizer can be found for more functional reading material, additional pages, duplicates and more!
Features:
  • Finds broken bookmarks
  • Finds duplicate bookmarks
  • Finds unnamed bookmarks
  • Broken bookmarks can be edited or deleted directly
  • Detects redirects and offers automatic adjustment of individual or all redirects
  • Whitelist feature to exclude bookmarks from future checks for broken bookmarks
  • Internal skip list for domains known to be unvalidable for technical reasons