Pages

vineri, 20 iunie 2025

News : YouTube Data Analysis Workflow - my hackathon project on devpost

Here I managed with difficulty, the internet and this old laptop are slow, but I uploaded the project for the Agent Development Kit Hackathon with Google Cloud ...
See my project on the official website.
Project submitted! Continue to edit your project until the hackathon deadline: June 23, 2025 at 08:00pm EDT.

joi, 19 iunie 2025

News : Google Apps Script - get products by region into new sheet.

... this is source code for search products on my region using google apps script:
function onOpen() {
  SpreadsheetApp.getUi()
    .createMenu('Ocazii Scraper')
    .addItem('Scrape placa-de-baza', 'scrapeProcess_placa_de_baza')
    .addToUi();
}

function scrapeProcess_placa_de_baza() {
  const url_placa_de_baza = "https://www.okazii.ro/componente-computere/placa-de-baza/?judete_lp=35&sort=pret_asc";
  let html;
  try {
    const response = UrlFetchApp.fetch(url_placa_de_baza);
    html = response.getContentText();
  } catch (error) {
    Logger.log("Error fetching HTML: " + error.message);
    return;
  }

  const itemRegex = /<div class="list-item[\s\S]*?<h2>[\s\S]*?<a[^>]+href="(.*?)"[^>]+title="(.*?)"[\s\S]*?<span class="prSup"><span>(\d+)<\/span>[\s\S]*?<span class="prList"><span>([\d,]+)<\/span>/g;

  const spreadsheetName = "placa_baza_200625";
  const spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
  const sheet = spreadsheet.getSheetByName(spreadsheetName) || spreadsheet.insertSheet(spreadsheetName);

  // Adaugă headere dacă e un sheet nou
  if (sheet.getLastRow() === 0) {
    sheet.appendRow(["Data", "Titlu", "Href", "Pret", "Livrare"]);
  }

  const now = new Date();
  const formattedDate = Utilities.formatDate(now, SpreadsheetApp.getActive().getSpreadsheetTimeZone(), "ddMMyy");

  let match;
  while ((match = itemRegex.exec(html)) !== null) {
    let [_, href, title, price, delivery] = match;
    delivery = delivery.replace(",", "."); // înlocuiește virgula pentru formatare numerica
    const row = [formattedDate, title, href, price, delivery];
    sheet.appendRow(row);
  }
}

News : Construct 3 r444.2 Beta.

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.

News : Farmatic Official Reveal Trailer

miercuri, 18 iunie 2025

News : Libre Graphics Meeting 2025 on inkscape website

Right after Inkscape Summit in Nuremberg, from May 28th to the 31st, the team attended to the Libre Graphics Meeting 2025, also in Nuremberg. It was a great opportunity to learn and share, and a unique experience to see how Inkscape contributes to the Libre Graphics scenario globally.
You can read about this on the inkscape official website.

News : Upcoming (serious) Web performance boost by Adam Scott.

... Starting with 4.5 dev 5, you can expect your Web games to run a little bit more smoothly, without having to do anything. Especially when things get chaotic (for your CPU). It isn’t a silver bullet for poorly optimized games, but it will help nonetheless. Also, note that it cannot do anything for GPU rendering bottlenecks.
... From here on out, the 4.5 release official templates will only support WebAssembly SIMD-compatible browsers in order to keep the template sizes small. We generally aim to maintain compatibility with the oldest devices we can. But in this case, the performance gains are too large to ignore and the chances of users having browsers that are that far out of date is too small relative to the potential benefits.
See the full blog article from the official website.

marți, 17 iunie 2025

News : Tamagotchi Plaza - Nintendo Switch 2 Edition

News : PEAK Trailer: OUT NOW!

News : Meet Stridewing - Your Wildest Travel Companion

... today I found this game by White Frame Technologies LLC:
Explore cosmic worlds, build unique bases, and battle for resources in this browser-based sandbox game. Interact with players from around the globe

joi, 12 iunie 2025

News : Another videos from https://www.weavy.ai !

Professional design platform unifying AI models with professional editing tools. Currently in private beta with selected creators. ... by https://www.weavy.ai

News : the app.1min.ai online tool comes new models !

I saw today these new changes into the app.1min.ai - online tool with a lot of artificial intelligence models!

News : FOSDEM 2025 Talk: From Pixels to Procedures.

Graphite is a free, open source vector and raster graphics editor, available now in alpha. Get creative with a fully nondestructive editing workflow that combines layer-based compositing with node-based generative design.
The GitHub repo for this project can be found on the github repo - GraphiteEditor/Graphite.

miercuri, 11 iunie 2025

News : FLUX.1 Kontext

Today I found this online tool named FLUX.1 Kontext.
FLUX.1 Kontext revolutionizes AI image generation with advanced text-to-image capabilities. Experience FLUX.1 Kontext's professional-grade quality, supporting image editing, style transfer, and creative workflows. FLUX.1 Kontext empowers creators with intuitive AI tools for stunning visual content.
You can find this online tool on the official webpage.
Today I found this online tool named FLUX.1 Kontext.

News : Europe's Next Industrial Revolution Has Arrived

News : Fedora 42 (Adams) !

Fedora 42 is a version of Fedora released to the public on 15 April 2025[1], under the codename "Adams". This version is notably the first version since Fedora 23 to use a codename. This version updates GNOME to version 48.
Yesterday I installed the Fedora Linux distro with version 42 also known as Adams, on the old Cosmic environment.
The packages were installed correctly and updated to version 42. The Cosmic environment, although it has a pretty good design, is just as poor as some of the implemented applications. I tried with about three screenshot applications to take a screenshot and I couldn't succeed. I noticed some packages for basic and cosmic implementation, but they didn't solve anything. Moreover, it seems that cosmic is related to rust and it's throwing me some strange messages!!!
I had to take a picture of the screen for this installation ... after all, it is a test version from the Fedora team based on RedHat linux!

News : The Sims 4 Enchanted by Nature | Official Reveal Trailer

This is the Official YouTube channel for The Sims™ where videos and Live Broadcasts created by Electronic Arts' (EA) Maxis Label are featured and released on behalf of The Sims franchise. The Official YouTube channel for The Sims also features player-created videos and content from The Sims' community of players from around the world. For more information about The Sims, visit http://www.thesims.com

News : JUPITER: Europe's Fastest Supercomputer

News : How to Train Your Dragon Add-On

News : Dune: Awakening — Schools of the Imperium | The Planetologist

luni, 9 iunie 2025

News : Android 16 stable on Pixel 9 series.

Google announced that Android 16(stable) will be available to all Pixel devices by tomorrow starting with Pixel 9 series

TickTick :To Do List & Calendar for management time application.

I don't just use one time management application on my phone. The main reason is that there isn't a perfect one, and moreover, almost all of them cost quite a bit. If I were to add up all the costs, they wouldn't justify themselves. Today I am going to present one that is quite useful, which I discovered can send notifications on the screen to check off the daily steps to follow, and additionally, it also has a centralized widget.
You can find this android application on the google play store.

News : Microsoft Flight Simulator | City Update 10: United States I

Apr 22, 2025 : Microsoft Flight Simulator City Update 10: United States IV delivers five spectacular cities throughout the United States in vibrant detail: Dallas and Fort Worth, Texas; Denver, Colorado; San Francisco, California; and Honolulu, Hawaii.

News : Cyberpunk 2077: Ultimate Edition – Launch Trailer – Nintendo Switch 2

News : Aphelion - Reveal Trailer | PS5 Games

News : NVIDIA and Data Center Partners Review Highlights at COMPUTEX 2025

News : Fortnite Super.

sâmbătă, 7 iunie 2025

News : twigl.app another shader editor.

twigl.app is an online editor for One tweet shader, with GIF generator, sound shader, and broadcast live coding.
Today I tested this online shader editor , my hardware is not very good and browser is low, but works ...

News : What's new in Bootstrap Studio 7.1

Bootstrap Studio 7.1 has arrived! In this release we added new components, made a major improvement to the Blog functionality, added new templates and are launching the official Bootstrap Studio Academy.

News : Dosa Divas: One Last Meal - Title Announce Trailer

News : Imperial | Official Trailer | Marvel Comics

News : Overwatch 2 x Street Fighter 6 | Gameplay Trailer

miercuri, 4 iunie 2025

News : The 2025 Annecy International Animation Film Festival.

The 2025 Annecy International Animation Film Festival is scheduled to take place from 8 to 14 June 2025, in Annecy, France. See the wikipedia article.
Du 8 juin au 14 juin 2025, prenez part au Festival international du film d’animation d’Annecy ! Durant une semaine, cet événement célèbre le meilleur du cinéma d'animation dans le monde.

News : Autonomica - Official Gameplay Trailer

luni, 2 iunie 2025

News : GP- Grease Pencil add-on by Samuel Bernou.

... this is a good addon made by Samuel Bernou you can find this on the extensions.blender.org - the official website.

News : The Promellian Command Battlecruiser

Beginning alongside our next story update on June 3rd, players on PC will have the chance to pilot the Promellian Command Battlecruiser (T6).
The Promellian battle cruiser was a class of battle cruiser utilized by the Promellian military. The Promellians were a warp-capable humanoid species, characterized by a midline cranial ridge that ran from the upper lip to the back of the head.
Visiting a Promellian battle cruiser was always a dream of Jean-Luc Picard's, a dream he had held on to ever since he was a child, when he used to build model ships in bottles.