LLM info

Forget Next-Word Prediction—LLMs Are Doing This Instead

We’ve always thought large language models (LLMs) like Claude, GPT-4, and Gemini were just next-word predictors—but new research from Anthropic tells a very different story. In this video, I break down their blog post “Tracing the Thoughts of a Large Language Model” and explore what’s really happening under the hood.

Flutter on Ubuntu


sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa

sudo apt-get install libc6:amd64 libstdc++6:amd64 lib32z1 libbz2-1.0:amd64

https://code.visualstudio.com/docs/setup/linux

install visual studio code:
sudo apt install ./code_1.98.2-1741788907_amd64.deb

Visual studio code > Extension > Flutter

nano ~/.bashrc

export PATH=”$HOME/development/flutter/bin:$PATH”

Nano-ban: nyomd meg CTRL + X, majd Y és Enter.

flutter –version

flutter doctor –android-licenses

#######################################################
flutter create first_app

android studio start:
/home/zsolt/development/android-studio/bin : run studio.sh

Virtual device manager: Pixel 6 start
#######################################################
Install Flutter on Linux in 2025 | Flutter desktop Linux setup

Hardware requirements
https://docs.flutter.dev/get-started/install/linux/android

How to Install Flutter on Ubuntu 24.04 LTS Linux | Android Studio

Github: Delete Big file from repository / Nagy fájl törlés a repo-ból

,

Ha már több commitban is szerepel, használd a következő parancsot a teljes történetből való törléshez:

git filter-branch --force --index-filter \
"git rm --cached --ignore-unmatch model_egyszeru_hulladek_szelektor_update.h5" \
--prune-empty --tag-name-filter cat -- --all

git push origin --force --all

Cisco AnyConnect and Windows 11

Does the latest version of AnyConnect client support Windows 11 23H2

Looking at the release notes for AnyConnect v4.10, it states that Windows 11 is supported. However, I’d like some more specific assurance that Win11 23H2 is supported before embarking on a company wide OS upgrade from Win10 to the latest version of Win11.

Support for Windows 11 certainly implies that the client is supported on version 23H2 but I’d rather have it confirmed instead of assuming that is the case. Can anyone shed any light on this, please?

https://community.cisco.com/t5/cisco-software-discussions/does-the-latest-version-of-anyconnect-client-support-windows-11/td-p/4989177