Pages

Se afișează postările cu eticheta 2026. Afișați toate postările
Se afișează postările cu eticheta 2026. Afișați toate postările

joi, 17 septembrie 2026

News : 66 digital footprint Google backup account.

Managing and backing up your personal digital footprint is an essential step for data privacy and security. Google Takeout is an official service provided by Google that allows users to export and download a copy of their data stored across various Google products and services into a single organized file archive.
You can access the tool directly here: Access Google Takeout.
Complete List of Available Google Takeout Data Categories
Depending on your account activity and the services you use, Google Takeout provides export options across a wide variety of services. Below is the comprehensive list of available data selection categories:
  • Access Log Activity
  • Android Device Configuration Service
  • Arts and Culture
  • Blogger
  • Calendar
  • Chrome
  • Classroom
  • Contacts
  • Crisis Response
  • Drive
  • Fit
  • Forms
  • Gemini
  • Google Account
  • Google Analytics
  • Google Chat
  • Google Cloud Search
  • Google Finance
  • Google Help
  • Google Input Tools
  • Google Keep
  • Google News
  • Google Pay / Wallet
  • Google Photos
  • Google Play Books
  • Google Play Games
  • Google Play Movies and TV / Google TV
  • Google Play Store
  • Google Shopping
  • Google Workspace Marketplace
  • Groups
  • Home App
  • LearnLM
  • Location History / Timeline
  • Mail
  • Maps
  • Maps (your places)
  • My Activity
  • Newsstand
  • One
  • Passkeys
  • Password Manager
  • Personalized Ads
  • Phone App
  • Pinpoint
  • Profile
  • Quantum AI
  • Read Along
  • Reminders
  • Saved / Collections
  • Search Contributions
  • Shopping List
  • Shortwave
  • Snapseed
  • Street View
  • Tasks
  • Text-to-Speech
  • Translator
  • Travel
  • User Profile
  • Voice
  • Wallet
  • YouTube and YouTube Music
  • YouTube Playables
  • YouTube Studio
  • Zipper
You do not need to download all categories at once. If you only want to back up your AI interactions, search history, or personal activity, simply unselect all options and select specific items such as Gemini, My Activity, or Google Chat.

miercuri, 16 septembrie 2026

marți, 15 septembrie 2026

News : Aniimo | Launch Trailer.

News : Monster Hunter Wilds: Ascendance - Long Sword | Boosted Action Breakdown.

News : Dev snapshot: Godot 4.8 dev 6.

Indeed, this is much sooner than usual. Even when taking into consideration how development snapshots become more frequent at their tail-end in preparation of feature freeze, less than a week means that exceptional circumstances were at play. Specifically: our previous development snapshot had multiple startup crash reports on macOS and failed to upload to the Google Play Store, which have both been rectified by GH-123439 and GH-123474 respectively.

News : Building More Energy Efficient AI Factories With NVIDIA DSX.

News : What is Dune: Awakening?

News : What's New in Kotlin 2.4.20

Google Apps Script : show tags videos from youtube playlist.

Today marks the first part of managing tags for uploaded YouTube videos. Assigning the right tags to every video is challenging and time-consuming; plus, if you rush, you might lose track of what you’ve uploaded. This Google Apps Script displays the tags for the videos in a playlist. While it is possible to use a script to automatically check and modify them, that process is more complex. Here is the initial, simple script for my main playlist on the @catafest YouTube channel.
function showAllVideoTagsFromPlaylist() {
  const playlistId = "PLIDHlEkMih2OssDFquu0iWSNOTsFeuk8v";
  let pageToken = null;
  do {
    const playlistResponse =
      YouTube.PlaylistItems.list(
        "snippet",
        {
          playlistId: playlistId,
          maxResults: 50,
          pageToken: pageToken
        }
      );
    playlistResponse.items.forEach(item => {
      const videoId =
        item.snippet.resourceId.videoId;
      const videoResponse =
        YouTube.Videos.list(
          "snippet",
          {
            id: videoId
          }
        );
      if (!videoResponse.items.length) {
        return;
      }
      const video =
        videoResponse.items[0];
      const tags =
        video.snippet.tags || [];
      Logger.log("====================================");
      Logger.log("TITLE: " + video.snippet.title);
      Logger.log("VIDEO ID: " + videoId);
      Logger.log("TAGS: " + tags.join(", "));
    });
    pageToken = playlistResponse.nextPageToken;
  } while (pageToken);
}

sâmbătă, 12 septembrie 2026

News : X Royale 3 | Season 1 Launch Trailer

News : Drawing a goth girl in Procreate with Drugfreedave

News : STARCRAFT | Announce Cinematic | Dominion

News : World of Warcraft: Forever | New Horizons | Cinematic Trailer

News : Introduction to Ragdoll for Web

News : GIMP 3.2.6 released .

We’re happy to announce the release of GIMP 3.2.6! This stable release contains several months worth of patches, bug fixes, security updates, and more from new and longtime contributors. Special thanks to Bruno Lopes, who has taken charge of backporting fixes from our development branch to the 3.2 stable branch.

vineri, 11 septembrie 2026

Tool : Krita 5.3 Top New Features for Artists.

News : Steam Programming Fest 2026: Official Trailer.

Tool : Good design and info omniquant ...

Markets are not predictable — anyone who tells you otherwise is selling something. Markets are probabilistic, and that distinction is the entire reason OmniQuant exists. Bloomberg costs $24k/yr and is built for institutions. Robinhood treats markets like a slot machine. OmniQuant sits in the middle: institutional-grade probabilistic infrastructure, priced for individuals. The product is a disciplined engine that scores itself honestly — not one that promises certainty. Publishing hit rates, abstentions, and misses is not marketing — it's the product. We're building for the trader who wants to know why a call was made, at what confidence, with what historical analog, and what would flip it.