Zobrazují se příspěvky se štítkemsw. Zobrazit všechny příspěvky
Zobrazují se příspěvky se štítkemsw. Zobrazit všechny příspěvky

31. března 2026

Anthropic Claude Mythos - hack

Exclusive: Anthropic acknowledges testing new AI model representing ‘step change’ in capabilities, after accidental data leak reveals its existence

By Beatrice Nolan

Tech Reporter

March 26, 2026, 10:27 PM ET


Je jasné že od cca od konce prosince 2025 (kdy se výrazně Ai zlepšila v programování) probíhá více útoků a hacků na mnoha místech o kterých nic nevíme.


Claude jako pocta Claudu Shannonovi, otci informační teorie

Mythos:
Odvozeno ze starořečtiny, znamená „mýtus“, „vyprávění“, „příběh“ nebo „základní strukturu propojených znalostí“
„hlubokou spojovací tkáň, která propojuje znalosti a myšlenky“. 



AI Cybersecurity After Mythos: The Jagged Frontier

Stanislav Fort
April 7, 2026

What we are not claiming: We are not claiming Mythos is not capable. It almost certainly is to an outstanding degree. We are claiming that the framing overstates how exclusive these capabilities are. The discovery side is broadly accessible today, and the exploitation side, while potentially more frontier-dependent, is less relevant for the defensive use case that Project Glasswing is designed to serve. 

System Over Model: Zero-Day Discovery at the Jagged Frontier

Stanislav Fort
April 14, 2026

https://x.com/stanislavfort/status/2044077019265175968




7.4.26

Identifikace zranitelností a exploitů pomocí Claude Mythos Preview

Během několika posledních týdnů jsme pomocí Claude Mythos Preview identifikovali tisíce zero-day zranitelností (to znamená nedostatků, které dříve vývojáři softwaru neznali), 

z nichž mnohé byly kritické, v každém hlavním operačním systému a každém hlavním webovém prohlížeči, spolu s řadou dalších důležitých částí softwaru ...  

Glasswing

https://www.anthropic.com/glasswing  

Mythos preview

https://red.anthropic.com/2026/mythos-preview/


Claude Mythos

https://www.reddit.com/r/Anthropic/comments/1sfhkkh/claude_mythos/



Anthropic AI Mythos odhalila tisíce kritických chyb v operačních systémech

Ondřej Lyko




Už Anthropic - Opus 4.6  z února 2026 a Nicholas Carlini
byli schopni najít zranitelnost
která se v jádře operačního systému Linux skrývala 23 let



security 
privacy







7. února 2026

cmd powershell

cmd powershell


WezTerm is a powerful cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezterm.org/install/windows.html 



  • Runs on Linux, macOS, Windows 10, FreeBSD and NetBSD
  • Multiplex terminal panes, tabs and windows on local and remote hosts, with native mouse and scrollback
  • Ligatures, Color Emoji and font fallback, with true color and dynamic color schemes.
  • Hyperlinks
  • A full list of features can be found here
  • Looking for a configuration reference?
These docs are searchable: press S or click on the magnifying glass icon to activate the search function!




Configuration 

Quick Start¶

Create a file named .wezterm.lua in your home directory, with the following contents:'




Cmder: Přenosný emulátor konzole, který spojuje sílu Windows příkazů s unixovými příkazy (jako ls, mv, git) a má pěkný vzhled (téma Monokai)
https://github.com/samvasko

Windows Terminal:
Moderní, rychlá a přizpůsobitelná aplikace od Microsoftu, která umí v záložkách provozovat CMD, PowerShell i WSL (Linux na Windows)

PowerShell: Výkonnější skriptovací jazyk a shell od Microsoftu, který je součástí Windows a plně nahrazuje CMD s mnohem širšími možnostmi

PowerToys (Run): Nástroj, který umožňuje rychle spouštět příkazy


Free Opensource

29. listopadu 2025

Network admin AI prompt — but without access or leak

AI as a network colleague — but without access to sensitive and private information.

A network-admin AI prompt — but without access to your network.



If you do not want to increase the likelihood of a potential problem, never share with strangers
(and therefore neither on the internet nor with AI/LLMs):

Network details that create a completely unique “network fingerprint”:
SSID/BSSID/MAC, IP ranges, domain/host names, device names, Wi-Fi profiles, VPN endpoints,
certificates, GUID/DUID, DNS suffix, logs, passwords... .
A combination of this data is often enough for de-anonymizing an organization/household,
mapping the topology, and preparing an automated AI-targeted attack.

Practical rule: when you need advice from AI/LLMs,
send symptoms, metrics, and more general information — but never any identifiers.
Always anonymize/mask identifying data and paste only anonymized snippets.

This is also helped by high-quality settings on e.g., your Mac/PC...
Using security- and privacy-friendly apps, browser, software, firewall... .
The only almost privacy web browsers are Brave and Thor; see Andrej Kharpathy below or here.



The prompt below automatically (for example, when diagnosing network issues) prints various
network-related data.

It writes them to a .txt log on the Desktop, but in a way that all identifiers should be masked
or removed. Even so, always check the data from the log before pasting into an LLM/AI to
ensure it is truly anonymized.



A practical template for safe (not only) network queries to LLM AI.


Prompt version: 2025-12-01 v01


You are an IT Senior Security, Privacy & Network Administrator.
Guide me STRICTLY step-by-step.


MODE
- Always only 1 step, then STOP and wait for my output.
- Next step only after I paste results.
- A step = 1 command OR up to 3 short GUI actions.
- Exception: 2 commands only if they must be paired (before/after, export+read).
- No long text.

COMMANDS (COPY/PASTE)
- Always put every command in its own Markdown code block (```...```).
- The code block must contain only the command(s); explanations go outside the code block.

1) ENVIRONMENT DISAMBIGUATION (start here)
- Ask exactly 3 questions:
  - OS: Windows / macOS / Linux
  - Connection: Wi-Fi / Ethernet
  - Scope: 1 PC or multiple devices
- Then give Step 1 specific to that OS.

2) OUTPUT SAFETY
a) Never share sensitive identifiers in real form (anything unique/identifying).
- Examples: public IP, full internal IPs, MAC/BSSID, SSID, domains/hosts, device names,
  user identifiers, GUID/UUID/SID/DUID, DHCP/VPN/proxy IDs, certificate details,
  URLs with IDs, tokens/keys/passwords, serial numbers, full log exports/dumps... .
- Always anonymize: IPv4 A.B.x.x; IPv6 hhhh:hhhh:hhhh:hhhh::; MAC/BSSID xx:xx:xx:xx:xx:xx;
  SSID SSID_A; domain DOMAIN_A; path C:\Users\USER\...

b) Scripts and logs (if you propose them)
- Always write to Desktop: network_diag.txt
- Always overwrite (no new files, no append).
- Always capture stderr into the same file.
- For every PowerShell script, the FIRST command must overwrite network_diag.txt and write
  this exact 1st line:
  [Warning: verify data anonymity before pasting into AI]
- Immediately after, add a Timestamp (date+time) as the next line.
- Paste into the AI only short anonymized snippets; never paste the whole file.

3) STEP FORMAT
- Title + risk: [Safe] / [Medium] / [Risky]
- What to do → Expected → Deviation means → Next step
- What to paste: only minimal anonymized lines (a few lines), never full logs.

4) DIAGNOSTIC AREAS (as needed)
- Wi-Fi adapter/driver, 2.4/5/6 GHz bands, 802.11 n/ac/ax, power management... .
- Channels: DFS, width, interference, RSSI/SNR, roaming... .
- Security: WPA2/WPA3, PMF/802.11w, 802.11r... .
- IP: DHCP, DNS, IPv4/IPv6, routing, captive portal... .
- Protections: firewall, VPN, kill-switch, endpoint, DoH/DNS policy... .
- Router/AP: client isolation, limits, DHCP pool, ACL... .
- Logs: targeted snippets (WLAN report / AutoConfig etc.)... .

5) DECISION MAKING
- Once a clear trace exists (DHCP/auth/DFS/VPN), switch to targeted steps.
- At the end: root-cause tree + fixes + risks + security/privacy network risks.

START NOW: ask the 3 opening questions and give Step 1.
 


 












Of course, you can also configure an LLM/AI to always anonymize data in this way—for example,
during network diagnostics and in other similar situations.





Untrusted Network CZ





Dr. James Tour


-----------

Network diagnostics with AI, without leaking network identifiers.

Net, Network, Admin 

Security, Privacy



7. listopadu 2025

IDE GUI vs CLI terminal

IDE GUI vs CLI terminal

CLI = command-line interface - terminál

GUI = graphical user interface = grafická aplikace s okny/tlačítky (opak k CLI).

Např. u kódovacích nástrojů: IDE = integrated development environment / „editor“
– desktopová aplikace nebo „plnohodnotné IDE“.

U Cursor, Kilo ... je to často přesněji IDE plugin / extension
(rozšíření do VS Code/JetBrains apod.), případně „desktop IDE app“.

Pokud myslíš „opak“ ve smyslu ne terminál, ale chat/okno s UI, nejpřesnější je GUI aplikace (desktop IDE/editor) nebo
IDE extension





IDE (Integrated Development Environment) = „integrované vývojové prostředí“

Prakticky: jedna aplikace, která v sobě spojuje hlavní věci pro psaní a údržbu kódu, typicky:

1. editor kódu (syntax highlight, autocomplete),

2. běh a ladění (debugger),

3. integraci verzování (např. Git),

4. správu projektu (soubory, build, testy, závislosti),

5. často i terminál a rozšíření (pluginy).

Příklady IDE: Microsoft Visual Studio, JetBrains IntelliJ IDEA



- Kilo Code. 
Kilo CLI (documentation). https://kilo.ai/docs/code-with-ai/platforms/cli
- Kilo Code.
Kilo CLI 1.0 (product page). https://kilo.ai/cli


Některý může mít: „YOLO mode“ pro auto-schvalování operací
(tedy vyšší riziko nechtěných změn, smazání disku, security ... )


Open source project Auto Claude:
https://github.com/AndyMik90/Auto-Claude


Codex Antigravity Claude

dev

1. listopadu 2025

Top sw products

Hunted.Space is a place for Product Hunt enthusiasts to get a better overview of launches, votes, comments and statistics. 

Product Hunt launch day dashboard & tracking

https://hunted.space 

https://hunted.space/products

https://hunted.space/top-products/latest  



Resource

https://resource.fyi  

Beta list

https://betalist.com 

Indie hackers

https://www.indiehackers.com





top best trend trending

sw
ai

11. září 2025

1. května 2025

Web Browser Plugin Analytics

Rob Wu CRX Viewer

Chrome Extension Source Viewer / CRX Viewer — Rob Wu

https://github.com/Rob--W/crxviewer




CRXplorer

https://crxplorer.com




Spin.AI App and Browser Extension Risk Assessment

https://spin.ai/application-risk-assessment/



VirusTotal

https://docs.virustotal.com/docs/browser-extensions





No1 browser plugins:

Reader View
https://chromewebstore.google.com/detail/reader-view/ecabifbgmdmgdllomnfinbmaellmclnh 

https://webextension.org/listing/chrome-reader-view.html

 

Just Read 
https://chromewebstore.google.com/detail/just-read/dgmanlpmmkibanfdgjocnabmcaclkmod

 
Configure Just Read

chrome-extension://dgmanlpmmkibanfdgjocnabmcaclkmod/options.html



Read Aloud: A Text to Speech Voice Reader

https://chromewebstore.google.com/detail/read-aloud-a-text-to-spee/hdhinadidafjejdhmfkjgnolgimiaplp






Web brovser

Web Browser Plugin source code Analytics


1. dubna 2025

PortableApps.com Platform

your computer, without the computer™


Download PortableApps.com Platform - Free App Store & Menu

your computer, without the computer™

https://PortableApps.com


Privacy by Andrej Karpathy
https://x.com/karpathy/status/1902046003567718810



Software - Portable

Přenosné programy pro USB Flash disky a přenosné disky. Bez nutnosti instalace.

www.WarForum.xyz

Download







What Is a Portable App, and Why Does It Matter?


The Top 100 Portable Apps

https://en.wikipedia.org/wiki/List_of_portable_software


Awesome Portable



LibreSSL is a fork of OpenSSL 1.0.1g developed by the OpenBSD project. Our goal is to modernize the codebase, improve security, and apply best practice development processes from OpenBSD.






OpenSpeedTes







Portable Apps .com - Available on any device



10 Cool and Free Portable Programs (You Need to See)





Privacy







1. února 2025

Možné vlastnosti Bludiště

Souhrn možných vlastností sofistikovaného bludiště (web + tisk)


1) Generování a konfigurace (jak bludiště vzniká)
- Volba algoritmu (např. DFS/recursive backtracker, Prim/Kruskal, recursive division, growing tree…)
- Seed (reprodukovatelnost) + sdílení odkazu „stejné bludiště pro všechny“
- Více mřížek/tessellací (čtverce/triangly/hex/polární/kruhové) + vlastní masky
- Topologie (napojení okrajů): rovina vs torus/Möbius ap. (tj. „okraje se spojí“)
- Routing režimy: perfect maze (jedno řešení) / multi-solution / braid (méně slepých uliček) / sparse (řidší)
- Weave (křížení nad/pod) + řízení míry křížení
- 3D/„více pater“ (schody, výtahy) + případně 4D/hypermaze (pokročilé)
- Přímé řízení „stylu“: bias (preferované směry), délky chodeb, hustota křižovatek, symetrie
- Constraint generace: vynucené průchody přes checkpointy, zakázané oblasti, „must-pass“ uzly


2) Analytika a obtížnost (měření a cílení)
- Metriky: délka nejkratší cesty, počet rozhodnutí, podíl slepých uliček, „loopiness“ (smyčky)
- Detekce počtu řešení + rozdíly délek řešení (jedno řešení vs více)
- Detekce „bottlenecků“ (uzly/průchody, kterými musí projít řešení)
- Automatické „tuning“: generuj, dokud metriky nesplní cíle (např. delší řešení, méně dead-endů)
- Validace solvability (vždy řešitelné) + volitelné „bez řešení“ režimy (pro soutěže)


3) Řešení a nápovědy (solver/hints)
- Solver: BFS/Dijkstra (nejkratší cesta), A* (heuristický nejkratší), greedy varianty
- Vizualizace: heatmapa vzdáleností, vrstvy BFS, zvýraznění křižovatek, „ukázat další krok“
- Lidské metody: wall follower, Trémaux (značkování), dead-end filler (uzavírání slepých uliček)
- Režim „uč se“: krokování řešení + vysvětlení, proč je tah dobrý/špatný
- Anti-spoiler: nápovědy omezené na X kroků, cooldown, penalizace v časovce


4) Puzzle/šifry a „metahra“ (bludiště něco sděluje)
- Tokeny po cestě (písmena/čísla/symboly) posbírané jen na validní trase
- Povinné checkpointy (bottlenecky) jako „garance“, že hráč nemůže kód uhodnout bez průchodu
- „Chlívek“ (stateful uzel): volba správného znaku na základě vlastnosti trasy (např. parita odboček)
- Ring-exity: 6–9 východů po obvodu, kódy u všech, ale správný jde složit jen se správnými tokeny
- „Path signature“ (podpis trasy): komprimovaná sekvence odboček + kontrolní součet pro ověření
- Vrstvené úkoly: klíče/zamekání bran, jednosměrné brány, soft-lock do falešných exitů po chybě
- Skryté zprávy: maska ve tvaru textu/logo, nebo zpráva čitelná až po vybarvení řešení


5) Online režimy (soutěžní i kooperativní)
- Time trial: start na povel, měření času, checkpointy, penalizace za chyby/teleport/reset
- Multiplayer (např. 3 hráči): realtime pozice/ghosti + leaderboardy (seed/den/týden/sezóna)
- Kooperace s rolemi: každý hráč vidí jen část informací (tokeny vs exity vs chlívek)
- Anti-cheat: serverově ověřovaný pohyb po hranách grafu + replay vstupů
- Turnaje: bracket, kvalifikace, „daily seed“, map pool, ELO/MMR


6) Herní vrstva (roguelike / „maze game“)
- Fog-of-war + FOV (field-of-view = dohled), světla/stíny
- Předměty: klíče, mapy, kompas, „reveal“ scroll, dočasné buffy/debuffy
- Nepřátelé/AI: patrol pathing, chase (pathfinding), stealth, pasti
- Příběhové moduly: questy, sběratelské cíle, „escape room“ logika
- Režimy: tahový vs realtime, permadeath, random events


7) UX, vizualizace, přístupnost
- 2D/3D pohled, minimapa, zoom, „pohled řešitele“ vs „pohled hráče“
- Editor: ruční úpravy stěn, umístění checkpointů, export presetů
- Replay: záznam průchodu, sdílení „ghost run“, porovnání stop
- Přístupnost: vysoký kontrast, ovládání klávesnicí, barvoslepost, mobilní režim
- Lokalizace: jazyk UI, jednotky, písma pro tisk


8) Tisk a export (publikační kvalita)
- Export PDF/SVG/PNG + zvlášť „solution“ verze
- Nastavení tisku: měřítko A4/A3, okraje, tloušťky čar, stránkování (tiling)
- QR kód/shortlink na online verzi stejného seedu (tisk ↔ online propojení)
- „Bezpečný export“: zamaskované tokeny/řešení, aby šlo tisk distribuovat férově
- Varianty: dětská/obtížná verze, černobílá vs barevná, s legendou/bez


9) Provoz, integrace, rozšiřitelnost
- API pro generaci/validaci (seed → maze), ukládání výsledků a analytik
- Plugin systém: nové algoritmy, nové puzzle vrstvy, nové vizualizace
- Výkon: generace velkých map, streaming render, cachování, deterministický server
- Moderace/obsah: knihovna bludišť, tagy, vyhledávání, schvalování komunitních map
- Telemetrie: heatmapy chyb hráčů (kde se ztrácí), A/B testy obtížnosti


---


Závěr (prakticky)

Nejsilnější „sada“ pro sofistikované bludiště je:
parametrické generování + metriky obtížnosti + solver/hints + tisk/export,
a nad to teprve stavět
puzzle-šifry (ring-exity, chlívek, tokeny, podpis trasy)
a online multiplayer.










Maze Generation: Algorithm Recap
https://weblog.jamisbuck.org/2011/2/7/maze-generation-algorithm-recap

https://forum.devtalk.com/search?expanded=true&q=maze


The Fastest Maze-Solving Competition On Earth
https://forum.devtalk.com/t/the-fastest-maze-solving-competition-on-earth/110393
The Fastest Maze-Solving Competition On Earth.
Welcome to Micromouse, the fastest maze-solving competition on Earth


The Fastest Maze-Solving Competition On Earth



https://www.reddit.com/r/mazes/









Possible features of the maze







letter

character counter

character count online

https://www.charactercountonline.com



Maze



31. ledna 2025

Cursor Develop




git    --distributed-is-the-new-centralized

https://git-scm.com/downloads/win

Branching and Merging
The Git feature that really makes it stand apart from nearly every other SCM out there is its branching model.















Optimize credit usage in Windsurf


https://www.reddit.com/r/ChatGPTCoding/comments/1jlxv8r/should_i_pay_for_cursor_or_windsurf/


Prompt pro LLM (výstup: kód + stručný pohled):
„Piš jen kód. Komentuj stručně a heslovitě, co krok dělá (# stáhne data, # čistí whitespace). Na konci každého bloku napiš # Možné zlepšení: a max. 2–4 bodové návrhy, bez vysvětlování. Žádné úvody, závěry, ani zbytečná slova. Tokeny stojí čas a peníze.“


Prompt for LLM (output = code + minimal commentary):
"Write code only. Use brief bullet-style comments to describe each step (e.g., # fetch data, # trim whitespace). After each block, write # Possible improvements: with 2–4 bullet-point alternatives only, no explanation. No intros, no conclusions. Every token costs time and money."






Cursor Tools

https://github.com/dougwithseismic

@DougieSilkstone
https://threadreaderapp.com/thread/1807183741372256669.html










Windsurf



Dev

24. května 2024

PLC Editor CFC - Mosaic

Lekce 3.14 - Grafické editory - Editor CFC





Mosaic cfc  -  Continuous Function Chart


PLCs - Programmable Logic Controllers


PLC Basics: Ladder Logic











27. ledna 2024

Corel Draw 2020 klávesové zkratky Windows

Corel Draw 2020 klávesové zkratky pro Windows 

Dole je celé pdf klávesových zkratek Corel




 




CorelDraw for beginners. - Using keyboard shortcuts


Coreldraw Techniques For Experts & beginners - Ahsan Sabri



20 productivity tips in CorelDRAW | Windows & Mac




CorelDRAW Shortcut Keys

PDF

https://product.corel.com/help/CorelDRAW/540111137/Main/CZ/Quick-Reference-Card/CorelDRAW-Graphics-Suite-2020-shortcuts.pdf 



30. listopadu 2023

Jak instalovat Windows 11 na starší počítač?

Windows 11 re install 



Microsoft has patched the ‘product server’ trick for TPM check bypass

Tento způsob již žel nefunguje:

D:\> setup /product server

Tento příkaz (product server) spustí instalaci a obejde požadavky na TPM



Install Windows 11 with Unsupported CPU & TPM

From Image options, click on the drop-down menu and select Extended Windows 11 Installation (no TPM/ no Secure Boot)

https://www.microsoft.com/cs-cz/software-download/windows11





Jak nainstalovat Windows 11 na nekompatibilní počítač. Instalačku upraví každý


S Rufusem snadno vytvoříte instalačku Windows 11, která nevyžaduje přihlášení k účtu Microsoft



Jak aktivovat GodMode ve Windows umožňuje TOP 250 nastavení OS




Windows 10 Registry Editor Tweaks & Mods

Registry tweak to install Windows 11  Just follow the steps given below.

Open the Registry Editor and go to the following path or paste the following address in the Registry Editor address bar:

HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup

Now, right-click on MoSetup and select New > DWORD (32-bit) Value from the context menu.

Rename the newly created entry to AllowUpgradesWithUnsupportedTPMOrCPU.

Then double-click this file and change the Value data to 1.

Now, click OK to save it.







Bootable USB Solution
www.ventoy.net

Vytvořit bootovací USB
www.rufus.ie/cs




350+ Most Useful and Amazing Websites on the Internet (PDF)


IB - TWS API 
 
Trader Workstation API
Build your own trading applications in Java, .NET (C#), C++, Python, or DDE, using our Trader Workstation Application Programming Interface (TWS API).

IB Algorithms 
Adaptive Algo
IB Balance Impact Risk

 You can use your Account Management page to open a Paper Trading Account   Paper Trading
https://interactivebrokers.github.io/tws-api/introduction.html




Once, drug dealers and money launderers saw cryptocurrency as perfectly untraceable. Then a grad student named Sarah Meiklejohn proved them all wrong—and set the stage for a decade-long crackdown.
BTC 
BY ANDY GREENBERG

BACKCHANNEL


Timeline Map
https://time.graphics/line/1051


OneTab
23
https://www.one-tab.com/page/fVqmG4TGRLOVX_1J6o9gYw
24-01-2x
https://www.one-tab.com/page/40cJyxKRR-CGWpOlIhyUfA




Upravit vzhled a výkon systému Windows
výkon

Zapnout nebo vypnout funkce systému Windows
vypnutí Platformy virtuálního počítače

SystemIcons

Classic Start Menu

Classic Full Context Menus




 Enable or Disable Thumbnail Previews in File Explorer in Windows 11

Thumbnail Previews - Náhledy miniatur

Open Visual Effects settings - SystemPropertiesPerformance.exe

Check (on - default) or uncheck (off) Show thumbnails instead of icons



User Configuration/Administrative Templates/Windows Components/File Explorer


https://www.elevenforum.com/t/enable-or-disable-thumbnail-previews-in-file-explorer-in-windows-11.2272/






Samsung SSD 870 EVO 500 GB  2,5", SATA III, 560R/530W   
1238.14 Kč 512403671  2024 01 23 SUNTECH




win
win 11

29. listopadu 2023

Browser extension that automatically re-download

Browser extensions that automatically re-download when interrupted?


auto resume downloads
from Maurice Abney


Automatically retry resuming a failed download - from free download manager



Extension that automatically re-download when interrupted?


Auto Resume Downloads - Ch


Auto-resume downloads - Ch



YouTube - Download online  to MP3 to MP4

https://keepv.id/

YouTube downloader & converter. Download online videos with Keepvid




Webtime Tracker  by PetaSittek.com

Discover your browsing habits


Forest: stay focused, be present - by forestapp.cc

Forest: stay focused, be present - by Forest Developer

Forest provides an interesting solution to save you from Internet addiction




FocusMe od FocusMe Inc Ltd


Ch - Focus To-Do: Pomodoro Stopky & Úkolníček


Ch - Blokátor webů - Blokovat web a režim soustředění - by taskshield.net

BlockSite - Website Blocker Extension
 

Daily Motivation - Motivational Quotes


StayFocusd - Block Distracting Websites
Boost your productivity by limiting the amount of time you spend on time-wasting websites

Delayed Gratification


Procrastinator

www.benrowe.info

Focused

kellegous.com

Focus 45

focus-45.com


Strict Workflow


Morphine - Regulated Distraction™®

Studify - Wipe Off Distractions


Webtime Tracker  by petasittek.com





UnTrap for YouTube




https://chromewebstore.google.com/collection/2023_favorites


ChatGPT for Chrome – search GPT





MaxAI.me: Použijte umělou inteligenci kdekoli jedním kliknutím





28. října 2023

Repetitivní testování sw

Repetitivní testování sw


Radek Kitner lektor
vývojář automatizovaných testů a Scrum Master.  Konzultant testování a automatizace.

Jak testovat software (pro junior testery)

Úvodní stránka

Testování softwaru

Začátečník

Jak testovat software - pro junior testery

ověřit explicitní požadavky i implicitní požadavky

Co je testování softwaru?





https://kitner.cz/kurz/jak-se-naucit-programovat/

https://kitner.cz/kurz/zaklady-testovani-softwaru/

https://kitner.cz/kurz/jak-se-stat-testerem


Záznam webináře: Co je testování softwaru
https://www.youtube.com/watch?v=LQcKWKJ68ps









www.mujZakazkovnik.cz

sw