Pages

vineri, 22 noiembrie 2024

Manim : How I animate 3Blue1Brown | A Manim demo with Ben Sparks

... from the 3blue1brown - youtube channel a video tutorial with manim python package ...

News : KeenTools FaceTracker for Blender .

News : Developer Launch Day Update | Microsoft Flight Simulator 2024.

News : Batman: Caped Crusader - Harleen Quinzel Analyzes Batman | Super Scenes | DC

News : Amber Isle | Nintendo Switch Release Date Trailer | February 2025

News : Thunkable online mobile application tested with firebase.

Build a mobile-first product, or extend your existing products and services to mobile. Thunkable is your all-in-one app development platform for custom, native mobile apps.
Today I tested this online tool with firebase database and works well.
This comes with sign blocks in programming area, special blocks and more ...
The official webpage for this online tool can be fount on this link.
The online interface to build mobile application is simple to use and use blocks for programming:

News : Project IDX from google.

I wrote about this project, and today I test this online tool and works great.
Project IDX is an online integrated development environment (IDE) developed by Google. It is based on Visual Studio Code, and the infrastructure runs on Google Cloud. In addition to including the features, languages and plugins supported by VS Code, it has unique functionality built by Google.
Test this online tool on the official webpage.

News : Victoria 3 - Play for Free This Weekend.

News : Another Day at the Office.

News : Intergalactic Empire of Wakanda | Map Reveal | Marvel Rivals

joi, 21 noiembrie 2024

News : ... test with the Tascade agent using custom data.

Today I tried to build an agent in taskade using my data.
I wanted to see if I could create SVG files using the data I entered.
I used a link and this PDF file as agent training data.
After training, I asked them to create an SVG file for me.
Here is the result:

miercuri, 20 noiembrie 2024

News : Advanced Motion Technology Reinvents 3D Animation | ActorCore .

FASM : simple bootloader source code with menu .

This is the source code with a boot menu and can be tested with qemu emulator.
I need to use the Sonet 3.5 artificial inteligence to search infos and make this source code better, but I learn assembly in the past.
The compile commands of the source code:
mythcat@localhost:~/fasm$ ./fasm.x64
flat assembler  version 1.73.32
...
mythcat@localhost:~/fasm$ ./fasm.x64 bootloader.asm bootloader.bin
flat assembler  version 1.73.32  (16384 kilobytes memory, x64)
2 passes, 512 bytes.
The test with qemu tool:
mythcat@localhost:~/fasm$ qemu-system-x86_64 -drive format=raw,file=bootloader.bin
Let's see the source code:
; Simple Bootloader with Menu for QEMU
; Written in FASM

org 0x7C00

format binary

start:
    ; Clear the screen
    xor ax, ax
    mov ds, ax
    mov es, ax
    mov ah, 0x0
    int 0x10

    ; Display the menu
    call display_menu

main_loop:
    ; Wait for key press
    call wait_for_input

    ; Check key pressed
    cmp al, '1'
    je handle_option1
    cmp al, '2'
    je handle_option2

    ; Invalid option, restart
    jmp main_loop

handle_option1:
    ; Option 1 selected
    mov si, option1_msg
    call display_message
    call wait_for_input  ; Wait for any key
    jmp start           ; Return to menu

handle_option2:
    ; Option 2 selected
    mov si, option2_msg
    call display_message
    call wait_for_input  ; Wait for any key
    jmp start           ; Return to menu

display_menu:
    ; Display the menu
    mov si, menu
    call print_string
    ret

wait_for_input:
    ; Wait for a key press
    xor ax, ax
    int 0x16
    ret

print_string:
    ; Print string at DS:SI
    mov ah, 0x0E
@@:
    lodsb
    test al, al
    jz @f
    int 0x10
    jmp @b
@@:
    ret

display_message:
    ; Print message at DS:SI
    call print_string
    ret

menu db 'Simple Bootloader Menu', 13, 10
     db '1. Option 1', 13, 10
     db '2. Option 2', 13, 10
     db 'Select an option: ', 0

option1_msg db 13, 10, 'You selected Option 1!', 13, 10
           db 'Press any key to return to menu...', 13, 10, 0

option2_msg db 13, 10, 'You selected Option 2!', 13, 10
           db 'Press any key to return to menu...', 13, 10, 0

rb 510-($-$$)
db 0x55, 0xAA
This is the result:

News : Gamedev In-Depth | How I Implement a New Feature.

Devlog video about "Homegrown", a casual farming game I'm creating using my own engine.
... this video is from ThinMatrix - youtube channel.

News : LIGHT OF THE WORLD - Official Teaser Trailer | (2025)

joi, 14 noiembrie 2024

News : Infinity Nikki - Release Date Trailer.

News : Little Big Adventure - Twinsen's Quest - Magicball Trailer.

News : stablecog online tool generate artificial photos.

This news this online tool is old ...
My results with the free version were not very promising. Obviously, the basic test for those who know the theory and even for those who don't is to make substantial changes while keeping the information correctly framed. Obviously it is possible, but I suspect that it is a deepfake protection. More simply, I tried to modify a photo with a person ... if I modify the settings to keep realism, then it does not make any modifications.
I like that it contains many generators with many models of artificial intelligence and can be tested and the free version has a significant number of attempts.
Black Forest Labs, a company with a team that contributed to the creation of the original Stable Diffusion have released their new model called FLUX.1. It is a 12 billion parameter rectified flow transformer. Based on discussions on Reddit and HuggingFace, it seems like the community is very excited about this new model. We are as well, in fact, we think it is the best open-source AI image model currently available. Let’s take a look at what it offers.

marți, 12 noiembrie 2024

News : DC Heroes United - Story Trailer | DC

TheSandboxGame : Spooky Season⁴ in The Sandbox!

This is old news... the sandbox team comes out with another video for this game and the SAND coin is at a low price and doesn't seem to be recovering.

News : Farming Simulator 25 | Launch Trailer.

... another simulator game !!!

sâmbătă, 9 noiembrie 2024

News : Are you talking to a deepfake?

I learn from the U.S. learning platform and comes with good advanced learning skills ..., see the official youtube channel ...
I follow the free learn ... and these are my badges:
See another video from ...

joi, 7 noiembrie 2024

News : Star Citizen IAE 2954 - Save the Date !

... as IAE lands back in New Babbage for 2954. The hottest and newest ships from all your favorite manufacturers under one roof. Mark your calendars now, you won’t want to miss it.