Pages

marți, 31 martie 2026

News : example with cubes from omma.build website

3D scenes, websites, games, apps. Describe anything and Omma builds it for you in seconds.
I found this idea of html graphics design, see this exemple website.
The main website is the omma website.

News : ... free on Epic Games - 31 March 2026.

sâmbătă, 28 martie 2026

Tools : ... krita brushes by David Revoy

See the official page with brushes by David Revoy.

News : Discover Krita 5.3/6.0: 10 new features explained to get you started.

News : Add Noise to Objects | Animation Scripts in Cascadeur

News : Wan2.2-Animate animation and replacement.

Wan2.2-Animate: Unified Character Animation and Replacement with Holistic Replication.
You can test on the demo - huggingface.co.

News : Cline Kanban a single view of multi-agent orchestration.

Introducing Cline Kanban: A standalone app for CLI-agnostic multi-agent orchestration. Claude and Codex compatible.
Cline Kanban brings your agents out of the terminal and into the board. Create, manage, and chain agent tasks within a single view. Claude Code and Codex compatible.
npm i -g cline
Tasks run in worktrees, click to review diffs, & link cards together to create dependency chains that complete large amounts of work autonomously.

vineri, 27 martie 2026

News : Kena: Bridge of Spirits – Launch Trailer – Nintendo Switch 2

News : Meet Baby Globe, Wikipedia’s 25th birthday mascot.

Baby Globe is finally here to celebrate 25 years of knowledge at its best. Press play for a few hints on where this fun-loving character will be showing up.
Follow the instructional snapshots below to activate Baby Globe on your phone or computer. For now, you will only see Baby Globe on these Wikipedias. ... Baby Globe Plushie By: Wikipedia $29.99 .

Star Trek Online: ... new event on this online game - 26-03-2026.

A new event this month in the online game Star Trek Online. I'm in a bit of a hurry with more important tasks because I had a lot of blockages in my tasks, I didn't make a Steam video, rewards are in the Klingon area: ships ...

joi, 26 martie 2026

Tools : remove language keyboard with powewrshell.

Simple powershell script with graphic user interface for remove language keyboard. I used copilot artificial intelligence to help me to create this powershell script.
Add-Type -AssemblyName System.Windows.Forms
Add-Type -AssemblyName System.Drawing

# ============================
# STARTUP MESSAGE
# ============================
[System.Windows.Forms.MessageBox]::Show(
"Run this script as Administrator.

If scripts are blocked, run:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass",
"IMPORTANT",
"OK",
"Information"
)

# ============================
# GET INSTALLED LANGUAGES
# ============================
$languages = Get-WinUserLanguageList

# Build a list of IMTs with language names
$imtList = @()

foreach ($lang in $languages) {
    foreach ($imt in $lang.InputMethodTips) {
        $entry = [PSCustomObject]@{
            LanguageName = $lang.Autonym
            LanguageTag  = $lang.LanguageTag
            IMT          = $imt
        }
        $imtList += $entry
    }
}

# ============================
# BUILD THE FORM
# ============================
$form = New-Object System.Windows.Forms.Form
$form.Text = "Keyboard Layout Selector"
$form.Size = New-Object System.Drawing.Size(520, 600)
$form.StartPosition = "CenterScreen"

$label = New-Object System.Windows.Forms.Label
$label.Text = "Select the keyboard layouts you want to KEEP:"
$label.AutoSize = $true
$label.Location = New-Object System.Drawing.Point(10,10)
$form.Controls.Add($label)

$panel = New-Object System.Windows.Forms.Panel
$panel.Location = New-Object System.Drawing.Point(10,40)
$panel.Size = New-Object System.Drawing.Size(480,460)
$panel.AutoScroll = $true
$form.Controls.Add($panel)

$checkboxes = @()
$y = 10

foreach ($item in $imtList) {
    $cb = New-Object System.Windows.Forms.CheckBox
    $cb.Text = "$($item.LanguageName)  |  $($item.LanguageTag)  |  $($item.IMT)"
    $cb.Location = New-Object System.Drawing.Point(10, $y)
    $cb.AutoSize = $true
    $panel.Controls.Add($cb)
    $checkboxes += $cb
    $y += 30
}

$button = New-Object System.Windows.Forms.Button
$button.Text = "Apply"
$button.Location = New-Object System.Drawing.Point(200,520)
$button.Size = New-Object System.Drawing.Size(100,30)
$form.Controls.Add($button)

# ============================
# APPLY BUTTON LOGIC
# ============================
$button.Add_Click({
    $selectedIMTs = @()

    foreach ($cb in $checkboxes) {
        if ($cb.Checked) {
            # Extract IMT from checkbox text
            $parts = $cb.Text.Split("|")
            $imt = $parts[2].Trim()
            $selectedIMTs += $imt
        }
    }

    if ($selectedIMTs.Count -eq 0) {
        [System.Windows.Forms.MessageBox]::Show("You must select at least one layout to keep.")
        return
    }

    # Build new language list
    $newList = @()

    foreach ($lang in $languages) {
        $newLang = New-WinUserLanguageList $lang.LanguageTag
        $newLang[0].InputMethodTips.Clear()

        foreach ($imt in $lang.InputMethodTips) {
            if ($selectedIMTs -contains $imt) {
                $newLang[0].InputMethodTips.Add($imt)
            }
        }

        if ($newLang[0].InputMethodTips.Count -gt 0) {
            $newList += $newLang[0]
        }
    }

    Set-WinUserLanguageList $newList -Force

    [System.Windows.Forms.MessageBox]::Show("Keyboard layouts updated successfully.")
    $form.Close()
})

# ============================
# SHOW FORM
# ============================
$form.ShowDialog()
NOTE : To resolve issues with the wrong keyboard layout at the sign-in screen, users can follow these steps: Press Win + R to open the Run dialog. Type intl.cpl and click OK to open the Region settings.

News : Building Autonomous Networks with Agentic AI.

News : Microsoft Flight Simulator | Local Legend 23: The Fokker F27 Friendship

News : Farming Simulator 26: Announcement Trailer

News : April 24 onward on GitHub.

From April 24 onward, interaction data—specifically inputs, outputs, code snippets, and associated context—from Copilot Free, Pro, and Pro+ users will be used to train and improve our AI models unless they opt out.
  • Install Copilot in your editor;
  • Chat with Copilot anywhere;
  • Start building with Copilot - Learn how to build with Copilot in Visual Studio Code or Visual Studio.

miercuri, 25 martie 2026

News : hacked again ...

After install , window was renamed with DESKTOP-A7711RR and seams is hacked again...
The Star Trek Online webpage works but the game software not ...
I install the android emulator and after few restart I have this issue with another folder: C:\Program1\BlueStacks X
This happend from the first time work on this network ... many hackking issue on Linux and Windows.

News : 🏠 Welcome Home, Hobbit 🏠 | Tales of the Shire Is Out Now on Nintendo Switch 2

News : Wan: Open and Advanced Large-Scale Video Generative Models.

We are excited to introduce Wan2.2, a major upgrade to our foundational video models. With Wan2.2, we have focused on incorporating the following innovations:

News : DreamOS.

A small 32 bit Operating system written from scratch.
Please be aware that the development of this project has been halted, but the good news is that I started a new os from scratch 64 bits this time, with framebuffer... and it is called... Dreamos64, you can find it here:

luni, 23 martie 2026

News : Release candidate: Godot 4.6.2 RC 2

Last week, we released our first Release Candidate snapshot for 4.6.2, and have since backported even more critical bugfixes. While we normally only need a single pass for maintenance releases, sometimes enough changes are integrated to warrant a second pass. So, once more for good measure: Godot 4.6.2 RC 2 is ready for general testing!
Please consider supporting the project financially, if you are able. Godot is maintained by the efforts of volunteers and a small team of paid contributors. Your donations go towards sponsoring their work and ensuring they can dedicate their undivided attention to the needs of the project.
Jump to the Downloads section, and give it a spin right now, or continue reading to learn more about improvements in this release. You can also try the Web editor, the XR editor, or the Android editor for this release. If you are interested in the latter, please request to join our testing group to get access to pre-release builds.

duminică, 22 martie 2026

Tools : install scoop with powershell script.

Scoop downloads and manages packages in a portable way, keeping them neatly isolated in ~\scoop .
Simple powershell script to install the scoop installer.
# check is scoop is on pc
if (Get-Command scoop -ErrorAction SilentlyContinue) {
    Write-Host "Scoop este deja instalat."
    exit
}

# set running script for user
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force

# install the scoop
iwr -useb get.scoop.sh | iex

# check the install process
if (Get-Command scoop -ErrorAction SilentlyContinue) {
    Write-Host "Scoop a fost instalat cu succes!"
} else {
    Write-Host "Instalarea Scoop a eșuat."
}

Tools : analyzes your hardware for AI

llmfit.exe is a command‑line tool that analyzes your hardware (CPU, RAM, GPU, VRAM) and tells you which LLMs you can realistically run on your machine. It supports both an interactive TUI mode and a non‑interactive CLI mode.

News : Local AI for iPhone, iPad, and Mac.

Local AI for Private, Uncensored Chat on iPhone, iPad, and Mac with No Cloud, No Tracking, No Logins.
Private LLM is a local AI chatbot for iOS and macOS that works offline, keeping your information completely on-device, safe and private. It doesn't need the internet to work, so your data never leaves your device. It stays just with you. With no subscription fees, you pay once and use it on all your Apple devices. It's designed for everyone, with easy-to-use features for generating text, helping with language, and a whole lot more. Private LLM uses the latest AI models quantized with state of the art quantization techniques to provide a high-quality on-device AI experience without compromising your privacy. It's a smart, secure way to get creative and productive, anytime and anywhere.

News : Maintenance release: Godot 4.5.2

Another news from Rémi Verschelde at 19 March 2026 about the Godot game engine.
While most users have upgraded their projects to Godot 4.6 by now, some have to stay on the previous 4.5 branch for various reasons, so we do our best to provide them with important fixes.
Our release support policy is that we support a given stable branch actively until its successor has had its first patch release, which happened a month ago with 4.6.1. But 4.5.2 was already in the pipeline with RC1, I just never got to finalizing it… so it’s time to wrap it up with a stable release!
Note: Following this maintenance release, the 4.5 branch switches to partial support, and the 4.4 branch is end of life and won’t get new patch releases.

sâmbătă, 21 martie 2026

News : MINECRAFT DUNGEONS II | Announce Trailer

News : Death Stranding 2: On The Beach - "No Rain No Rainbow" Launch Trailer | PC Games

News : Microsoft Flight Simulator | City Update 14: The Netherlands and Belgium

News : Starship Troopers: Ultimate Bug War! - Launch Trailer | PS5 Games

News : OpenClaw: The ChatGPT Moment for Long-Running, Autonomous Agents

News : Google Earth's data catalog goes global

News : Stitch into an AI-native software design canvas.

Over the last year, AI has fundamentally changed how we build, turning simple descriptions into functional software. We launched Stitch to bring your ideas to life starting with the design process.
Today, we are evolving Stitch into an AI-native software design canvas. With it, anyone can create, iterate and collaborate to turn natural language into high-fidelity UI designs.
Stitch is accessible by users 18+ who are located in regions where Gemini is available.
It’s an AI‑powered design tool that lets you create full, high‑fidelity user interfaces (UI) simply by describing what you want in natural language. It helps you brainstorm, design, prototype.

miercuri, 18 martie 2026

marți, 17 martie 2026

News : Personal Mobility - MD Ride Bike

News : What's New in Blender 5.1! Official Overview

News : Sushi Cat - Tower Defense (Meow Available)

News : Google Arts & Culture - t-SNE map experiment

The t‑SNE Map Experiment is an interactive visualization created by Google Arts & Culture. It uses machine learning to arrange thousands of artworks on a giant map, not by geography, but by visual similarity.

luni, 16 martie 2026

News : Aerial_Knight's DropShot | Launch Trailer

News : The New Blender Remesh Trick for Impossible Retopology

News : Add Drift Tuning to Select New Vehicles in GTA Online

News : Synth Riders | Level UP Progression System Trailer | Meta Quest 2 + Meta Quest 3

News : Creations - The Elder Scrolls V: Skyrim - Legacy of Orsinium

News : NEVER FIGHT ALONE // Miks Agent Trailer - VALORANT.

News : 0 A. D. Empires Ascendant — Release 28 Boiorix Trailer

News : Headquarters: Cold War | UH-60 Black Hawk - Unit video

News : Brand Dossier: CASE IH | Farming Simulator 25

News : OpenClaw package for Ollama.

OpenClaw isn’t a built‑in Ollama model — it’s an AI coding agent that Ollama can launch, but it requires:
Node.js + npm (because OpenClaw is a JavaScript/Node-based agent)
The OpenClaw package installed locally:
npm install -g openclaw

duminică, 15 martie 2026

News : ... free on Epic Games - 16 March 2026.

Star Trek Online: Corruption - gameplay .

I play live this mission from Star Trek Online - Corruption and looks very good. I lost some lives because this laptop works slow on live recording task ...

luni, 9 martie 2026

News : Planet of Lana II: Children of the Leaf | Launch Trailer

News : MakeRoom Update 13 Trailer

News : Rebelle 8 Brush Creator: Customize and Save Brushes

News : An early concept of surface probes leaving and returning.

News : Update pack for the K-Lite Codec Pack.

KLCP gets updated frequently. However, there may be worthwhile updates to some of the included components in between the regular releases of KLCP. The update pack below can be used to keep your current installation up-to-date.
This update pack is suppossed to be installed on top of the latest version of the codec pack. The minimum required version of your currently installed codec pack is mentioned below. The update pack is cumulative, meaning it contains all changes since that version. You do not need to install any versions in between.

vineri, 6 martie 2026

News : WordPress 7.0 Beta 3.

This beta version of the WordPress software is still under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should evaluate Beta 3 on a test server and site.WordPress 7.0 Beta 3 can be tested using any of the following methods
The scheduled final release date for WordPress 7.0 is April 9, 2026.

miercuri, 4 martie 2026

News : Ollama's cloud comes with GLM-5!

GLM-5 is on Ollama's cloud!
ollama run glm-5:cloud 
ollama launch claude --model glm-5:cloud
ollama launch codex --model glm-5:cloud

marți, 3 martie 2026

News : GIMP 3.2 RC3: Third Release Candidate for GIMP 3.2

We’re excited to release the third release candidate of GIMP version 3.2! It contains a number of bug fixes and final polishes as we prepare the first stable release of GIMP 3.2.