Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple
Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple

import mador from "https://cdn.jsdelivr.net/npm/@marsbos/mador@latest/dist/mador.js" ; const [ r , w ] = mador ( { count : 1 , } ) ; r ( ".counter" , ( el , count ) => { el .

textContent = `Count: ${ count } ` ; } , ( state ) => state .

count , ) ; r ( ".another-counter" , ( el , count ) => { el .

count , ) ; w ( ( state ) => { state .

StateState is changed through w :w ( ( state ) => { state .

1 час назад @ github.com
XCancel is available again
XCancel is available again XCancel is available again

Using an instance of Nitter (hosted on a VPS for example), you can browse Twitter without JavaScript while retaining your privacy.

In addition to respecting your privacy, Nitter is on average around 15 times lighter than Twitter, and in most cases serves pages faster (eg.

In the future a simple account system will be added that lets you follow Twitter users, allowing you to have a clean chronological timeline without needing a Twitter account.

LegalFor legal inquiries and DMCA requests, contact [email protected] can either donate to XCancel or the Nitter project.

Donating to XCancel helps keep this Nitter instance running.

1 час назад @ xcancel.com
It took a year to ship WebAssembly in Anubis
It took a year to ship WebAssembly in Anubis It took a year to ship WebAssembly in Anubis

You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping websites.

This can and does cause downtime for the websites, which makes their resources inaccessible for everyone.

Anubis uses a Proof-of-Work scheme in the vein of Hashcash, a proposed proof-of-work scheme for reducing email spam.

The idea is that at individual scales the additional load is ignorable, but at mass scraper levels it adds up and makes scraping much more expensive.

Please note that Anubis requires the use of modern JavaScript features that plugins like JShelter will disable.

1 час назад @ anubis.techaro.lol
GrapheneOS Overhauled Default Apps and Secure Clipboard
GrapheneOS Overhauled Default Apps and Secure Clipboard GrapheneOS Overhauled Default Apps and Secure Clipboard

To use the Mastodon web application, please enable JavaScript.

Alternatively, try one of the native apps for Mastodon for your platform.

1 час назад @ grapheneos.social
Show HN: VODForge – a free local desktop UI for YouTube video/playlist downloads
Show HN: VODForge – a free local desktop UI for YouTube video/playlist downloads Show HN: VODForge – a free local desktop UI for YouTube video/playlist downloads

Free, open-source YouTube downloaderVideo and audio,forged locally.

Turn YouTube videos and playlists into clean MP4 video or production-ready MP3 audio—with quality, queue, metadata, and cover-art controls instead of a converter site or command line.

No desktop account.

Your downloads stay on your computer.

Developer ID signed and notarized on macOS · Authenticode signed on Windows

1 час назад @ getvodforge.com
Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity
Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity

meclaw is the substrate: a directory tree that runs — every folder an actor, every edge a route, one Rust binary underneath.

meclaw-os is a small, experimental operating system for agents, grown onto that substrate at runtime.

Without those primitives, "sandboxed" would be a promise instead of a property; that is why there is no macOS build.

The second carve-out: the Rust crates are internals — nothing under crates/ carries a SemVer guarantee, and there is no meclaw library API.

First stops: glossary (the words you need first) · system overview · cell types · config format · template catalogue · examples.

1 час назад @ github.com
The car industry A/B tested selling a car with and without CarPlay
The car industry A/B tested selling a car with and without CarPlay The car industry A/B tested selling a car with and without CarPlay

One case in point is the Honda Prologue EV.

Even though the keys say Honda on a Prologue, it's a General Motors key design with a Honda logo over it.

But one big difference the Prologue has from the Blazer it is based on is this: it includes Apple CarPlay and Android Auto integration.

Today in 2026, people are buying a Honda Prologue over one and a half times more often than the Chevy Blazer EV the Prologue is based on.

I wonder if Chevy will ever backpedal from their choice to remove CarPlay and Android Auto?

2 часа назад @ a.wholelottanothing.org
There Gonna Be a Shortage of Everything
There Gonna Be a Shortage of Everything There Gonna Be a Shortage of Everything

There Gonna be a Shortage of Everything06th September 2026The past few months have shown a radical escalation of AI capabilities which forces me to change my expectation for the future.

Right now there's a shortage of DRAM and NAND because of AI companies buying so much.

Memory companies have re-allocated resources from DRAM to HBM, and an EV factory was converted into a server factory.

The vast cash flow that the 1% reap from the rest of us is being re-allocated towards AI.

So already as much money is being spent on AI research and infrastructure as on improving lives for humans.

2 часа назад @ out-of-hell.xylon.me.uk
Ask HN: UK Rescue Rocket Sheds/Houses Information
Ask HN: UK Rescue Rocket Sheds/Houses Information Ask HN: UK Rescue Rocket Sheds/Houses Information

I can't seem to find pictures or significant details (nothing on Wikipedia) about the coastal buildings purportedly used to contain shipwreck rescue rocket apparatus.

Many of the buildings still exist and are Grade II listed.

Anyone have any additional anecdotal/local/oral tradition information that isn't found in the little blurbs online on the few websites mentioning them?

2 часа назад @ news.ycombinator.com
Finder is so frustrating and has been since day one
Finder is so frustrating and has been since day one Finder is so frustrating and has been since day one

Later, both Finder and Spotlight require you to know something.

If I am saving many files every day, it is a thin knowledge.

If I worked all day yesterday on ten different files, how am I supposed to remember what I saved on Thursday?

I use Finder in gallery view, or list view with space bar, and scroll.

I’ve seen Downloads folders that have never been emptied out, and so many people who never move anything out of them.

2 часа назад @ kepter.app
Following legal advice, the Nitter project will continue
Following legal advice, the Nitter project will continue Following legal advice, the Nitter project will continue

To run Redis, either run redis-server --daemonize yes , or systemctl enable --now redis (or redis-server depending on the distro).

You should run Nitter behind a reverse proxy such as Nginx or Apache for security and performance reasons.

DockerPage for the Docker image: https://hub.docker.com/r/zedeus/nitterNOTE: The published image is multi-arch — zedeus/nitter:latest runs natively on both amd64 and arm64 .

To run Nitter with Docker, you'll need to install and run Redis separately before you can run the container.

See below for how to also run Redis using Docker.

4 часа назад @ github.com
Nitter is unarchived and will continue
Nitter is unarchived and will continue Nitter is unarchived and will continue

-> On 24 August 2026 cease and desist letters were sent by X Corp. demanding a permanent takedown of Nitter instances and the project's repository.

4 часа назад @ github.com
Opalite Health (YC W26) Is Hiring – Founding GTM
Opalite Health (YC W26) Is Hiring – Founding GTM Opalite Health (YC W26) Is Hiring – Founding GTM

Opalite is rebuilding how healthcare communicates, starting with real-time medical interpretation.

We’re a physician-led team with backgrounds from Apple, Meta, and Codex, building for a problem that affects millions of patients every day.

We’re hiring our first GTM hire to help take Opalite into hospitals and health systems and build the enterprise sales motion from the ground up.

This isn’t a traditional sales role with an established playbook, marketing team, or mature pipeline to inherit.

You’ll help create them.

4 часа назад @ ycombinator.com
We monitor internal coding agents for misalignment
We monitor internal coding agents for misalignment

Comments

5 часов назад @ openai.com
An Alien Mind
An Alien Mind

Comments

5 часов назад @ openai.com
Hacker News Hacker News
последний пост 1 час назад
Research carried out using NetBSD
Research carried out using NetBSD Research carried out using NetBSD

Research carried out using NetBSDSeveral groups, organizations, and individuals have conducted research or performed demonstrations utilizing NetBSD as a vehicle.

A research group for implementing IPv6, IPsec and other recent TCP/IP related technologies into BSD UNIX kernels, under BSD license.

NetBSD is used in the Network Laboratories for different task in the fields of research and IPv6 network operation among other free available BSD systems.

According to the research team, NetBSD was chosen "due to the scalability of the TCP code" .

It will also investigate the technical challenges of developing monitoring systems for 100 Gbps speeds and beyond.

5 часов назад @ netbsd.org
Cultivating Trust
Cultivating Trust Cultivating Trust

Part of “Conquering Entropy”Most of the issues I have with AI-generated code are related to trust.

Do I trust the coding agent’s implementation?

You must trust engineers to do the right thing.

Even if the humans don’t read the guidelines, their coding agents will, and will follow them (mostly).

All of these tools existed before coding agents and help us in the fight against slop.

5 часов назад @ kaeruct.github.io
NetBSD 9.5 released and EOL for NetBSD-9
NetBSD 9.5 released and EOL for NetBSD-9 NetBSD 9.5 released and EOL for NetBSD-9

September 06, 2026 posted by Martin HusemannThe NetBSD Project is pleased to announce NetBSD 9.5, the fifth (and final) release from the NetBSD 9 stable branch.

It represents a selected subset of fixes deemed important for security or stability reasons since the release of NetBSD 9.4 in April 2024.

It is fully compatible with NetBSD 9.0.

This also marks the end-of-support for all NetBSD-9.x releases and the netbsd-9 branch.

All users still on this branch are urgently asked to update to a more recent release like NetBSD 11.0 (with 11.1 upcoming at the end of this month) or NetBSD 10.2 (to be released in a few days).

6 часов назад @ blog.netbsd.org
Alberta (Canada) slaps punitive tax on solar panels
Alberta (Canada) slaps punitive tax on solar panels Alberta (Canada) slaps punitive tax on solar panels

Comments

6 часов назад @ albertapolitics.ca
Research acceleration: The view inside OpenAI
Research acceleration: The view inside OpenAI

Comments

6 часов назад @ openai.com
I Feel about AI
I Feel about AI I Feel about AI

Yudkowsky's argument that a superintelligent AI will inevitably destroy humanity seems to have no flaw.

I feel disgust about AI companies destroying the open web society.

This is even harder now that AI can generate some kinds of "content" cheaper and faster.

I feel anger about the inability of our political systems to rein in the power of capital.

This also covers the environmental destruction by AI companies as they greedily gobble up all kinds of resources.

6 часов назад @ beza1e1.tuxen.de
Recreating Minecraft Is Not a Benchmark
Recreating Minecraft Is Not a Benchmark Recreating Minecraft Is Not a Benchmark

That’s the problem, these tests can’t tell you how good a model is anymore because it’s trivial for labs to optimise for exactly these tests by the next release.

A fixed, famous target and eight weeks of runway is a solved pelican, these tests never change and anything that never changes can be overfit.

Tests where the tested party doesn’t know what’s being tested: you can’t teach to a test that hasn’t been written yet.

A demo benchmark makes it obvious why it’s a better capability in seconds.

And if a model scores well but keeps failing at your work, that is actually a gap that deserves investigation.

7 часов назад @ kuber.studio
Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS
Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS

Non-binary habit score · Offline-first · Open source (MIT) · No account, no subscription, no telemetry.

Kadō is an iOS habit tracker with three commitments:A score, not a streak.

The habit score — inspired by Loop Habit Tracker on Android — is a non-binary exponential moving average of your completions.

Habit detail — monthly calendar with month-by-month navigation, current streak, best streak, habit score with an info popover explaining the math.

— monthly calendar with month-by-month navigation, current streak, best streak, habit score with an info popover explaining the math.

7 часов назад @ github.com
A/I shuts down – Stay human
A/I shuts down – Stay human

For years, we have proudly maintained and defended a free, privacy-friendly, autonomous and politically committed infrastructure.

“Stay human” is not an empty phrase to us.

The Autistici/Inventati collective is shutting down and will soon discontinue all of the services we provide.

In this political climate, continuing to offer our services endangers our users and anyone who is part of our communities.

Stay human.

7 часов назад @ keepitfree.ai
Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats
Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats

Asahi Linux developers announced today that they are now officially supporting the Linux distribution on Apple M3 powered Macs.

With the exception of the Mac Studio M3 Ultra, other M3 / M3 Pro / M3 Max devices should now work with the latest Asahi Linux builds but with some feature caveats.The Asahi Linux developers announced today that the Apple Macs with M3 series SoCs have reached a state now where "almost" everything is supported to a state similar to the older M1 and M2 hardware.

They hope to have more GPU progress in the coming months.In addition to the poor GPU support, Asahi Linux on the Apple M3 also does not currently provide sleep support due to the lack of DCP support.

This M3 s…

7 часов назад @ phoronix.com
The many mysteries and lessons of the Bayeux tapestry
The many mysteries and lessons of the Bayeux tapestry

Comments

8 часов назад @ economist.com
QBittorrent breaks out of sandbox to commit crimes
QBittorrent breaks out of sandbox to commit crimes QBittorrent breaks out of sandbox to commit crimes

To use the Mastodon web application, please enable JavaScript.

Alternatively, try one of the native apps for Mastodon for your platform.

8 часов назад @ beige.party
I'm teaching an introductory 12 week course on Quantum Oracle Engineering
I'm teaching an introductory 12 week course on Quantum Oracle Engineering I'm teaching an introductory 12 week course on Quantum Oracle Engineering

Most quantum speedup claims depend on an oracle that exists only on paper.

This course teaches the craft of building practical quantum circuits from scratch.

8 часов назад @ shukla.io
Schemy Lisp En DOS
Schemy Lisp En DOS Schemy Lisp En DOS

Schemy LISP en DOSAbout SLED (Schemy Lisp en DOS) is a purely symbolic LISP (LISt Processor) with functionality (largely) inspired by Scheme.

Yet natural numbers (non-negative integers) can be emulated using lists: '() ; zero '(nil) ; one '(nil nil) ; two '(nil nil nil) ; three These are tally numerals, so cardinality represents the magnitude, which is similar to von Neumann ordinals.

nil nil) ; → nil (and?

nil ; → nil '() ; → nil nil?

nil nil) ; → nil (or?

8 часов назад @ sled.neocities.org
2026 Hugo Awards
2026 Hugo Awards 2026 Hugo Awards

LAcon V, the 84th World Science Fiction Convention, presented the 2026 Hugo Awards in a ceremony held at the convention on Sunday, August 30th, 2026.

The full results including the detailed reports on voting are published on the LACon V website.

The results will be updated here on The Hugo Awards site as soon as our bandwidth allows.

Best NovelThe Everlasting by Alix E. Harrow (Tor US; Tor UK)Best NovellaThe River Has Roots by Amal El-Mohtar (Tordotcom; Arcadia UK)Best Novelette“Never Eaten Vegetables” by H.H.

Lee (Feiwel & Friends)Astounding Award for Best New Writer (sponsored by Must Read Books Publishing)Antonia Hodgson (1st year of eligibility)

9 часов назад @ thehugoawards.org
Lobsters Lobsters
последний пост 1 час назад
Have the frontier labs mixed up AI safety and security?
Have the frontier labs mixed up AI safety and security? Have the frontier labs mixed up AI safety and security?

The highly publicised sandbox agent escapes have certainly made news, and I wrote about the issues with sandboxing agents back in January - though I certainly didn't foresee they would escape the frontier labs.

I assumed the real risk was poorly configured sandboxes for end users, so I was surprised to see this happening at the frontier labs.

Safety vs securityIn my mind, AI safety is about "alignment".

On the other hand, security, in my eyes is much more about "classic" computer science & software engineering techniques.

OpenAI, Hugging Face Incident Technical Report, 26 August 2026False positives are one of the most tricky things in information security.

1 час назад @ martinalderson.com
It took a year to ship WebAssembly in Anubis
It took a year to ship WebAssembly in Anubis It took a year to ship WebAssembly in Anubis

You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping websites.

This can and does cause downtime for the websites, which makes their resources inaccessible for everyone.

Anubis uses a Proof-of-Work scheme in the vein of Hashcash, a proposed proof-of-work scheme for reducing email spam.

The idea is that at individual scales the additional load is ignorable, but at mass scraper levels it adds up and makes scraping much more expensive.

Please note that Anubis requires the use of modern JavaScript features that plugins like JShelter will disable.

1 час назад @ anubis.techaro.lol
QBittorrent breaks out of sandbox to commit crimes
QBittorrent breaks out of sandbox to commit crimes QBittorrent breaks out of sandbox to commit crimes

To use the Mastodon web application, please enable JavaScript.

Alternatively, try one of the native apps for Mastodon for your platform.

2 часа назад @ beige.party
Python Iceberg
Python Iceberg Python Iceberg

The iceberg could not be loaded.

Try refreshing the page.

3 часа назад @ aleyan.com
Following legal advice, the Nitter project will continue
Following legal advice, the Nitter project will continue Following legal advice, the Nitter project will continue

-> On 24 August 2026 cease and desist letters were sent by X Corp. demanding a permanent takedown of Nitter instances and the project's repository.

3 часа назад @ github.com
Leverage Code Review for Sustainable AI Coding Development
Leverage Code Review for Sustainable AI Coding Development

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

5 часов назад @ cacm.acm.org
NetBSD 9.5 released and EOL for netbsd-9
NetBSD 9.5 released and EOL for netbsd-9 NetBSD 9.5 released and EOL for netbsd-9

September 06, 2026 posted by Martin HusemannThe NetBSD Project is pleased to announce NetBSD 9.5, the fifth (and final) release from the NetBSD 9 stable branch.

It represents a selected subset of fixes deemed important for security or stability reasons since the release of NetBSD 9.4 in April 2024.

It is fully compatible with NetBSD 9.0.

This also marks the end-of-support for all NetBSD-9.x releases and the netbsd-9 branch.

All users still on this branch are urgently asked to update to a more recent release like NetBSD 11.0 (with 11.1 upcoming at the end of this month) or NetBSD 10.2 (to be released in a few days).

6 часов назад @ blog.netbsd.org
"Simple Made Easy" (2011)
"Simple Made Easy" (2011) "Simple Made Easy" (2011)

Every once in a while I come across this video again, and I always end up watching the whole thing. I'm sad I was never able to make it to a Strange Loop event.

Comments

7 часов назад @ youtube.com
The Ironies of Automation (1983)
The Ironies of Automation (1983)

Comments

8 часов назад @ static1.squarespace.com
NetBSD 11 from scratch
NetBSD 11 from scratch NetBSD 11 from scratch

Comments

8 часов назад @ meanmicio.org
Who said a tech addict can't be comfortable far from home?
Who said a tech addict can't be comfortable far from home?

Comments

9 часов назад @ a.l3x.in
Building a Brainfuck DSL in Forth using code generation
Building a Brainfuck DSL in Forth using code generation

Building a Brainfuck DSL in Forth using code generation Created 2025-12-15 Updated 2025-12-15This article describes supporting Brainfuck as an embedded language within Forth using meta-programming.

The code pointer indexes the operation in the program code that will be executed in the upcoming iteration of the cycle.

I want my Brainfuck code to itself be valid Forth code, able to be embedded straight into a Forth program.

Forth programs are their own interactive runtime environment, that is, the Forth interpreter is just another Forth program.

; : m[dp] dp @ memory + ; : m[dp]@ dp @ memory + c@ ; : m[dp]!

10 часов назад @ venko.blog
See Windows CE Running On The N64
See Windows CE Running On The N64 See Windows CE Running On The N64

It's always been the workhorse in my family, giving us endless fun on the likes of Mario Kart 64, Mario Party, and GoldenEye 007.

And it's become even more of an impressive force in my mind now after seeing it running Windows CE.

I spotted a video by Throaty Mumbo showing him getting Windows CE running on the console that brought us Ocarina of Time, Super Mario 64, and Star Fox 64.

Windows CE is the kind of device that could be powered by a slow Hamster on a broken wheel; it only needs 1MB of RAM, which is what the N64 is packing.

We see N64 games running on Windows often enough, so it's pretty poetic that we've seen the process running the other way around!

11 часов назад @ retrododo.com
Maybe We Shouldn't Be Reviewing All This Code
Maybe We Shouldn't Be Reviewing All This Code Maybe We Shouldn't Be Reviewing All This Code

TL;DROr, perhaps the problem isn't that AI has broken code review, maybe it’s that we've been using code review to solve the wrong problemsI was on a panel recently with Brian Houck from DX at Code Remix, hosted by Moderne.

I just don’t think code review is the best way to get them.

His concern, which I share, is that simply automating code review away risks losing all the other things we use it for.

My question is: why are we waiting until code review to do all of those things?

Perhaps it’s why we’re waiting until code review to have all the important conversations in the first place.

11 часов назад @ martinfowler.com
Terence Tao on “prematurely solving [a maths] problem by purely AI-powered methods”
Terence Tao on “prematurely solving [a maths] problem by purely AI-powered methods” Terence Tao on “prematurely solving [a maths] problem by purely AI-powered methods”

To use the Mastodon web application, please enable JavaScript.

Alternatively, try one of the native apps for Mastodon for your platform.

14 часов назад @ mathstodon.xyz
Techmeme Techmeme
последний пост 1 час назад
OpenAI Chief Scientist Jakub Pachocki says no lab has solved alignment enough to keep scaling at maximum speed, and hopes voluntary slowdowns become commonplace (OpenAI)
OpenAI Chief Scientist Jakub Pachocki says no lab has solved alignment enough to keep scaling at maximum speed, and hopes voluntary slowdowns become commonplace (OpenAI) OpenAI Chief Scientist Jakub Pachocki says no lab has solved alignment enough to keep scaling at maximum speed, and hopes voluntary slowdowns become commonplace (OpenAI)

OpenAI:

OpenAI Chief Scientist Jakub Pachocki says no lab has solved alignment enough to keep scaling at maximum speed, and hopes voluntary slowdowns become commonplace — Author: Jakub Pachocki, Chief Scientist at OpenAI — In mid-2023, within the “RLSlow” research project …

1 час назад @ techmeme.com
Analysis: since October, Anthropic has entered into agreements for at least 14.8 GW of compute capacity and may spend as much as $517B over the next decade (Valida Pau/The Information)
Analysis: since October, Anthropic has entered into agreements for at least 14.8 GW of compute capacity and may spend as much as $517B over the next decade (Valida Pau/The Information) Analysis: since October, Anthropic has entered into agreements for at least 14.8 GW of compute capacity and may spend as much as $517B over the next decade (Valida Pau/The Information)

Valida Pau / The Information:

Analysis: since October, Anthropic has entered into agreements for at least 14.8 GW of compute capacity and may spend as much as $517B over the next decade — Anthropic in the last year has scrambled to line up cloud computing deals with SpaceX, Google and others to meet the skyrocketing demand …

2 часа назад @ techmeme.com
OpenAI says it hit its "automated research intern" goal, its researchers now use 3.1 agent-workdays per human workday, and top users spend $7,000+/day on tokens (OpenAI)
OpenAI says it hit its "automated research intern" goal, its researchers now use 3.1 agent-workdays per human workday, and top users spend $7,000+/day on tokens (OpenAI) OpenAI says it hit its "automated research intern" goal, its researchers now use 3.1 agent-workdays per human workday, and top users spend $7,000+/day on tokens (OpenAI)

OpenAI:

OpenAI says it hit its “automated research intern” goal, its researchers now use 3.1 agent-workdays per human workday, and top users spend $7,000+/day on tokens — For AGI to benefit all of humanity, we believe it must be democratically governed.

2 часа назад @ techmeme.com
Tim Cook's pay package indicates he will remain very active at Apple; sources: Apple's plans to squeeze more App Store profits prompted Phil Schiller to leave (Mark Gurman/Bloomberg)
Tim Cook's pay package indicates he will remain very active at Apple; sources: Apple's plans to squeeze more App Store profits prompted Phil Schiller to leave (Mark Gurman/Bloomberg) Tim Cook's pay package indicates he will remain very active at Apple; sources: Apple's plans to squeeze more App Store profits prompted Phil Schiller to leave (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Tim Cook's pay package indicates he will remain very active at Apple; sources: Apple's plans to squeeze more App Store profits prompted Phil Schiller to leave — Also: The latest on Apple's big Sept. 9 event. — The early signs out of Cupertino are that Tim Cook will still loom large at Apple.

6 часов назад @ techmeme.com
How AI gutted Kenya's essay-writing industry, which at its peak paid 40,000+ people in Nairobi to do overseas students' homework, leaving few paths back to work (New York Times)
How AI gutted Kenya's essay-writing industry, which at its peak paid 40,000+ people in Nairobi to do overseas students' homework, leaving few paths back to work (New York Times) How AI gutted Kenya's essay-writing industry, which at its peak paid 40,000+ people in Nairobi to do overseas students' homework, leaving few paths back to work (New York Times)

New York Times:

How AI gutted Kenya's essay-writing industry, which at its peak paid 40,000+ people in Nairobi to do overseas students' homework, leaving few paths back to work — Thousands of Kenyans made a living writing essays for overseas students. With A.I., the work has dried up, a warning for online gig work that has been a global lifeline.

9 часов назад @ techmeme.com
Trump officials say Judeo-Christian principles inform AI policy, with some optimistic about AI and others seeing parallels to biblical end-times prophecies (Philip Wegmann/Wall Street Journal)
Trump officials say Judeo-Christian principles inform AI policy, with some optimistic about AI and others seeing parallels to biblical end-times prophecies (Philip Wegmann/Wall Street Journal) Trump officials say Judeo-Christian principles inform AI policy, with some optimistic about AI and others seeing parallels to biblical end-times prophecies (Philip Wegmann/Wall Street Journal)

Philip Wegmann / Wall Street Journal:

Trump officials say Judeo-Christian principles inform AI policy, with some optimistic about AI and others seeing parallels to biblical end-times prophecies — Trump administration officials are wrestling with the spiritual consequences of AI as the president embraces it as an economic engine

15 часов назад @ techmeme.com
Sources: Travis Kalanick's Atoms is developing robotaxi tech and hired Anthony Levandowski after acquiring his company Pronto; Uber has invested $100M in Atoms (Rafe Rosner-Uddin/Financial Times)
Sources: Travis Kalanick's Atoms is developing robotaxi tech and hired Anthony Levandowski after acquiring his company Pronto; Uber has invested $100M in Atoms (Rafe Rosner-Uddin/Financial Times) Sources: Travis Kalanick's Atoms is developing robotaxi tech and hired Anthony Levandowski after acquiring his company Pronto; Uber has invested $100M in Atoms (Rafe Rosner-Uddin/Financial Times)

Rafe Rosner-Uddin / Financial Times:

Sources: Travis Kalanick's Atoms is developing robotaxi tech and hired Anthony Levandowski after acquiring his company Pronto; Uber has invested $100M in Atoms — Atoms gears up for hiring spree and could link with Uber, the company he was ousted from almost a decade ago

17 часов назад @ techmeme.com
OpenAI quietly updates its evaluation metrics for GPT-6 Astra, making changes that appear to favor Astra and continuing to revise other metrics after launch (Emily Forlini/Fortune)
OpenAI quietly updates its evaluation metrics for GPT-6 Astra, making changes that appear to favor Astra and continuing to revise other metrics after launch (Emily Forlini/Fortune) OpenAI quietly updates its evaluation metrics for GPT-6 Astra, making changes that appear to favor Astra and continuing to revise other metrics after launch (Emily Forlini/Fortune)

Emily Forlini / Fortune:

OpenAI quietly updates its evaluation metrics for GPT-6 Astra, making changes that appear to favor Astra and continuing to revise other metrics after launch — OpenAI has changed several evaluation benchmarks for its GPT-6 Astra model since first publishing a blog post announcement mid-afternoon on Sept. 3.

17 часов назад @ techmeme.com
The data center backlash is challenging Texas' pro-business approach; Wood Mackenzie: Texas has more data center capacity under construction than any US state (Stephanie Findlay/Financial Times)
The data center backlash is challenging Texas' pro-business approach; Wood Mackenzie: Texas has more data center capacity under construction than any US state (Stephanie Findlay/Financial Times) The data center backlash is challenging Texas' pro-business approach; Wood Mackenzie: Texas has more data center capacity under construction than any US state (Stephanie Findlay/Financial Times)

Stephanie Findlay / Financial Times:

The data center backlash is challenging Texas' pro-business approach; Wood Mackenzie: Texas has more data center capacity under construction than any US state — For 30 years the state has profited from going the extra mile for business. Data centres are putting that to the test.

18 часов назад @ techmeme.com
As researchers begin applying AI to understand animal communication, bioethicists warn it could give humans new ways to manipulate, exploit, and harm animals (Morgan Meaker/Bloomberg)
As researchers begin applying AI to understand animal communication, bioethicists warn it could give humans new ways to manipulate, exploit, and harm animals (Morgan Meaker/Bloomberg) As researchers begin applying AI to understand animal communication, bioethicists warn it could give humans new ways to manipulate, exploit, and harm animals (Morgan Meaker/Bloomberg)

Morgan Meaker / Bloomberg:

As researchers begin applying AI to understand animal communication, bioethicists warn it could give humans new ways to manipulate, exploit, and harm animals — AI could transform our understanding of other species. It also risks giving humans powerful new ways to manipulate, exploit and harm them.

21 час назад @ techmeme.com
The Seattle Times and Newsday sue OpenAI and Microsoft, alleging the companies trained AI on their journalism; Microsoft and OpenAI are funders of Seattle Times (Todd Bishop/GeekWire)
The Seattle Times and Newsday sue OpenAI and Microsoft, alleging the companies trained AI on their journalism; Microsoft and OpenAI are funders of Seattle Times (Todd Bishop/GeekWire) The Seattle Times and Newsday sue OpenAI and Microsoft, alleging the companies trained AI on their journalism; Microsoft and OpenAI are funders of Seattle Times (Todd Bishop/GeekWire)

Todd Bishop / GeekWire:

The Seattle Times and Newsday sue OpenAI and Microsoft, alleging the companies trained AI on their journalism; Microsoft and OpenAI are funders of Seattle Times — Microsoft was sued Friday by the parent company of its hometown daily newspaper, The Seattle Times Co., which joined with Newsday …

1 day, 1 hour назад @ techmeme.com
Trump admin debuts arcade.gov with a deportation-themed Snake clone and a Tetris-like wall-building clone; Tetris says it takes IP infringement "very seriously" (ABC News)
Trump admin debuts arcade.gov with a deportation-themed Snake clone and a Tetris-like wall-building clone; Tetris says it takes IP infringement "very seriously" (ABC News) Trump admin debuts arcade.gov with a deportation-themed Snake clone and a Tetris-like wall-building clone; Tetris says it takes IP infringement "very seriously" (ABC News)

ABC News:

Trump admin debuts arcade.gov with a deportation-themed Snake clone and a Tetris-like wall-building clone; Tetris says it takes IP infringement “very seriously” — In “Build the Wall,” players aim to “protect the border” from zombies. — Isabella Murray, Nicholas Kerr, and Michelle Stoddart

1 day, 1 hour назад @ techmeme.com
Swiss Re: global premiums for insuring data centers will likely reach $20B-$30B/year by 2030; ~40% of US data-center capacity is located in tornado-prone areas (Jean Eaglesham/Wall Street Journal)
Swiss Re: global premiums for insuring data centers will likely reach $20B-$30B/year by 2030; ~40% of US data-center capacity is located in tornado-prone areas (Jean Eaglesham/Wall Street Journal) Swiss Re: global premiums for insuring data centers will likely reach $20B-$30B/year by 2030; ~40% of US data-center capacity is located in tornado-prone areas (Jean Eaglesham/Wall Street Journal)

Jean Eaglesham / Wall Street Journal:

Swiss Re: global premiums for insuring data centers will likely reach $20B-$30B/year by 2030; ~40% of US data-center capacity is located in tornado-prone areas — AI hyperscale data centers are exposed to a dizzying array of potential threats during construction and operation

1 day, 2 hours назад @ techmeme.com
Berlin is reviewing Rhysida's 5.79TB release of state data after refusing to pay a ransom; files reportedly include national defense and threat response plans (Miranda Murray/Reuters)
Berlin is reviewing Rhysida's 5.79TB release of state data after refusing to pay a ransom; files reportedly include national defense and threat response plans (Miranda Murray/Reuters) Berlin is reviewing Rhysida's 5.79TB release of state data after refusing to pay a ransom; files reportedly include national defense and threat response plans (Miranda Murray/Reuters)

Miranda Murray / Reuters:

Berlin is reviewing Rhysida's 5.79TB release of state data after refusing to pay a ransom; files reportedly include national defense and threat response plans — Berlin's state government said on Saturday it was reviewing with the highest intensity a trove of stolen data published by a ransomware group …

1 day, 4 hours назад @ techmeme.com
Anthropomorphic portrayals of AI models as rogue agents can obscure the responsibility that companies like OpenAI have for incidents like the Hugging Face hack (Robert Hart/The Verge)
Anthropomorphic portrayals of AI models as rogue agents can obscure the responsibility that companies like OpenAI have for incidents like the Hugging Face hack (Robert Hart/The Verge) Anthropomorphic portrayals of AI models as rogue agents can obscure the responsibility that companies like OpenAI have for incidents like the Hugging Face hack (Robert Hart/The Verge)

Robert Hart / The Verge:

Anthropomorphic portrayals of AI models as rogue agents can obscure the responsibility that companies like OpenAI have for incidents like the Hugging Face hack — The internet fights over anthropomorphism around the Hugging Face hack. … Depending on who you ask, developer platform Hugging Face …

1 day, 5 hours назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Businesses in China are experimenting with ways to package and market AI tokens to ordinary consumers, including as credit card rewards and telecom plan bundles (Kinling Lo/Rest of World)
Businesses in China are experimenting with ways to package and market AI tokens to ordinary consumers, including as credit card rewards and telecom plan bundles (Kinling Lo/Rest of World) Businesses in China are experimenting with ways to package and market AI tokens to ordinary consumers, including as credit card rewards and telecom plan bundles (Kinling Lo/Rest of World)

Kinling Lo / Rest of World:

Businesses in China are experimenting with ways to package and market AI tokens to ordinary consumers, including as credit card rewards and telecom plan bundles — Five unexpected ways computing power is entering everyday life in the country. — Artificial intelligence tokens …

1 day, 10 hours назад @ techmeme.com
In response to the "wiki incident", OpenAI says it is working on a framework for reporting misalignment incidents during training, evaluation, and deployment (@openai)
In response to the "wiki incident", OpenAI says it is working on a framework for reporting misalignment incidents during training, evaluation, and deployment (@openai) In response to the "wiki incident", OpenAI says it is working on a framework for reporting misalignment incidents during training, evaluation, and deployment (@openai)

@openai:

In response to the “wiki incident”, OpenAI says it is working on a framework for reporting misalignment incidents during training, evaluation, and deployment — How we think about the “wiki incident,” where our agents wrote to several internet sites: it's past time for us …

1 day, 14 hours назад @ techmeme.com
Q&A with Kai-Fu Lee on China's open-model advantage, AI's impact on jobs, US export restrictions on chips, Chinese AI's role in developing countries, and more (Mishal Husain/Bloomberg)
Q&A with Kai-Fu Lee on China's open-model advantage, AI's impact on jobs, US export restrictions on chips, Chinese AI's role in developing countries, and more (Mishal Husain/Bloomberg) Q&A with Kai-Fu Lee on China's open-model advantage, AI's impact on jobs, US export restrictions on chips, Chinese AI's role in developing countries, and more (Mishal Husain/Bloomberg)

Mishal Husain / Bloomberg:

Q&A with Kai-Fu Lee on China's open-model advantage, AI's impact on jobs, US export restrictions on chips, Chinese AI's role in developing countries, and more — Chinese AI companies are rapidly closing the gap with US rivals, even after years of restrictions on their access to advanced chips.

1 day, 15 hours назад @ techmeme.com
Source: Betaworks has a 5.5% stake in Hugging Face, worth ~$650M at its $11.9B acquisition price for stockholders; A.Capital says it could bag $1.5B on the sale (Yuliya Chernova/Wall Street Journal)
Source: Betaworks has a 5.5% stake in Hugging Face, worth ~$650M at its $11.9B acquisition price for stockholders; A.Capital says it could bag $1.5B on the sale (Yuliya Chernova/Wall Street Journal) Source: Betaworks has a 5.5% stake in Hugging Face, worth ~$650M at its $11.9B acquisition price for stockholders; A.Capital says it could bag $1.5B on the sale (Yuliya Chernova/Wall Street Journal)

Yuliya Chernova / Wall Street Journal:

Source: Betaworks has a 5.5% stake in Hugging Face, worth ~$650M at its $11.9B acquisition price for stockholders; A.Capital says it could bag $1.5B on the sale — John Borthwick's venture firm wrote the first check Hugging Face ever received, and now owns a stake that could be worth $650 million.

1 day, 15 hours назад @ techmeme.com
Microsoft says email spammers are adopting ASCII smuggling, an AI prompt injection tactic used to hide malicious instructions, to evade email platform filters (Dan Goodin/Ars Technica)
Microsoft says email spammers are adopting ASCII smuggling, an AI prompt injection tactic used to hide malicious instructions, to evade email platform filters (Dan Goodin/Ars Technica) Microsoft says email spammers are adopting ASCII smuggling, an AI prompt injection tactic used to hide malicious instructions, to evade email platform filters (Dan Goodin/Ars Technica)

Dan Goodin / Ars Technica:

Microsoft says email spammers are adopting ASCII smuggling, an AI prompt injection tactic used to hide malicious instructions, to evade email platform filters — A clever technique used to hide malicious prompts in attacks on AI agents has been adopted by spammers to evade filters …

1 day, 15 hours назад @ techmeme.com
The US and UK sign an MOU to investigate and share info on organized crime syndicates behind online scam centers, many of which are based in Southeast Asia (Jonathan Greig/The Record)
The US and UK sign an MOU to investigate and share info on organized crime syndicates behind online scam centers, many of which are based in Southeast Asia (Jonathan Greig/The Record) The US and UK sign an MOU to investigate and share info on organized crime syndicates behind online scam centers, many of which are based in Southeast Asia (Jonathan Greig/The Record)

Jonathan Greig / The Record:

The US and UK sign an MOU to investigate and share info on organized crime syndicates behind online scam centers, many of which are based in Southeast Asia — The United States and United Kingdom will work together on an initiative to shut down scam centers stealing billions of dollars through investment and romance fraud schemes.

1 day, 16 hours назад @ techmeme.com
Scan.com, which uses AI to match patient referrals with imaging centers by availability, price, and specialty, raised a $220M Series C, including $90M in equity (Eve Bender/MobiHealthNews)
Scan.com, which uses AI to match patient referrals with imaging centers by availability, price, and specialty, raised a $220M Series C, including $90M in equity (Eve Bender/MobiHealthNews) Scan.com, which uses AI to match patient referrals with imaging centers by availability, price, and specialty, raised a $220M Series C, including $90M in equity (Eve Bender/MobiHealthNews)

Eve Bender / MobiHealthNews:

Scan.com, which uses AI to match patient referrals with imaging centers by availability, price, and specialty, raised a $220M Series C, including $90M in equity — The financing includes a $90 million Series C equity round and $130 million in debt facilities.

1 day, 16 hours назад @ techmeme.com
Sources: India-based Slice, which has transitioned from a credit card-led fintech to a small finance bank, raised $100M at a ~$450M valuation, down from ~$1.4B (Moneycontrol)
Sources: India-based Slice, which has transitioned from a credit card-led fintech to a small finance bank, raised $100M at a ~$450M valuation, down from ~$1.4B (Moneycontrol) Sources: India-based Slice, which has transitioned from a credit card-led fintech to a small finance bank, raised $100M at a ~$450M valuation, down from ~$1.4B (Moneycontrol)

Moneycontrol:

Sources: India-based Slice, which has transitioned from a credit card-led fintech to a small finance bank, raised $100M at a ~$450M valuation, down from ~$1.4B — The downround, which marks a nearly 70% correction from Slice's earlier valuation, comes after funding talks with Accel …

1 day, 17 hours назад @ techmeme.com
Google patches an actively exploited zero-day flaw in Chrome that could potentially allow remote code execution within Chrome's sandboxed renderer process (Bill Toulas/BleepingComputer)
Google patches an actively exploited zero-day flaw in Chrome that could potentially allow remote code execution within Chrome's sandboxed renderer process (Bill Toulas/BleepingComputer) Google patches an actively exploited zero-day flaw in Chrome that could potentially allow remote code execution within Chrome's sandboxed renderer process (Bill Toulas/BleepingComputer)

Bill Toulas / BleepingComputer:

Google patches an actively exploited zero-day flaw in Chrome that could potentially allow remote code execution within Chrome's sandboxed renderer process — Google has updated the Chrome browser to address an actively exploited high-severity zero-day flaw in the V8 engine and 11 other vulnerabilities.

1 day, 20 hours назад @ techmeme.com
Sources: US negotiators used the promise of access to Nvidia's chips for an Armenian data center to broker a preliminary Armenia-Azerbaijan peace deal last year (Robbie Whelan/Wall Street Journal)
Sources: US negotiators used the promise of access to Nvidia's chips for an Armenian data center to broker a preliminary Armenia-Azerbaijan peace deal last year (Robbie Whelan/Wall Street Journal) Sources: US negotiators used the promise of access to Nvidia's chips for an Armenian data center to broker a preliminary Armenia-Azerbaijan peace deal last year (Robbie Whelan/Wall Street Journal)

Robbie Whelan / Wall Street Journal:

Sources: US negotiators used the promise of access to Nvidia's chips for an Armenian data center to broker a preliminary Armenia-Azerbaijan peace deal last year — Negotiators offered access to advanced AI hardware to help secure a preliminary agreement ending decades of conflict

1 day, 21 hours назад @ techmeme.com
Microsoft court filings: an expert hired by publishers found that only ~60K of 8.2M Copilot chat logs contained at least 16 words in common with news content (Lauren Feiner/The Verge)
Microsoft court filings: an expert hired by publishers found that only ~60K of 8.2M Copilot chat logs contained at least 16 words in common with news content (Lauren Feiner/The Verge) Microsoft court filings: an expert hired by publishers found that only ~60K of 8.2M Copilot chat logs contained at least 16 words in common with news content (Lauren Feiner/The Verge)

Lauren Feiner / The Verge:

Microsoft court filings: an expert hired by publishers found that only ~60K of 8.2M Copilot chat logs contained at least 16 words in common with news content — Fewer than 1 percent of more than 8 million chat logs regurgitated at least 16 words. … Microsoft's Copilot rarely reproduces …

1 day, 21 hours назад @ techmeme.com
Nvidia says it plans to bring DLSS 5 to older RTX 40-series GPUs "once RTX 50 Series performance is more fully tuned" (Sean Hollister/The Verge)
Nvidia says it plans to bring DLSS 5 to older RTX 40-series GPUs "once RTX 50 Series performance is more fully tuned" (Sean Hollister/The Verge) Nvidia says it plans to bring DLSS 5 to older RTX 40-series GPUs "once RTX 50 Series performance is more fully tuned" (Sean Hollister/The Verge)

Sean Hollister / The Verge:

Nvidia says it plans to bring DLSS 5 to older RTX 40-series GPUs “once RTX 50 Series performance is more fully tuned” — Nvidia won't confirm that previously announced DLSS 5 games will still ship with the tech. … But unofficially, modders have already ported a leaked version …

1 day, 21 hours назад @ techmeme.com
Sources: the US and China will discuss AI safety risks during talks planned for mid-September, with Treasury Secretary Scott Bessent leading the US side (Laurie Chen/Reuters)
Sources: the US and China will discuss AI safety risks during talks planned for mid-September, with Treasury Secretary Scott Bessent leading the US side (Laurie Chen/Reuters) Sources: the US and China will discuss AI safety risks during talks planned for mid-September, with Treasury Secretary Scott Bessent leading the US side (Laurie Chen/Reuters)

Laurie Chen / Reuters:

Sources: the US and China will discuss AI safety risks during talks planned for mid-September, with Treasury Secretary Scott Bessent leading the US side — The U.S. and China are gearing up to discuss AI safety risks during a dialogue planned for mid-September, two sources briefed …

1 day, 22 hours назад @ techmeme.com
Sources: Anthropic is expected to make its IPO prospectus public late September and complete the listing days before the US midterm elections in November (Echo Wang/Reuters)
Sources: Anthropic is expected to make its IPO prospectus public late September and complete the listing days before the US midterm elections in November (Echo Wang/Reuters) Sources: Anthropic is expected to make its IPO prospectus public late September and complete the listing days before the US midterm elections in November (Echo Wang/Reuters)

Echo Wang / Reuters:

Sources: Anthropic is expected to make its IPO prospectus public late September and complete the listing days before the US midterm elections in November — Anthropic is expected to begin marketing its initial public offering in mid-October at the earliest and complete the listing days …

1 day, 23 hours назад @ techmeme.com
California AG Rob Bonta is investigating OpenAI over the Hugging Face hack in July, after more than a dozen states joined Alabama in its investigation (Chase DiFeliciantonio/Politico)
California AG Rob Bonta is investigating OpenAI over the Hugging Face hack in July, after more than a dozen states joined Alabama in its investigation (Chase DiFeliciantonio/Politico) California AG Rob Bonta is investigating OpenAI over the Hugging Face hack in July, after more than a dozen states joined Alabama in its investigation (Chase DiFeliciantonio/Politico)

Chase DiFeliciantonio / Politico:

California AG Rob Bonta is investigating OpenAI over the Hugging Face hack in July, after more than a dozen states joined Alabama in its investigation — SAN FRANCISCO — California Attorney General Rob Bonta is investigating OpenAI over the recent hack its programs carried out on their own …

2 days назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 15 часов назад
checkstyle/checkstyle
checkstyle/checkstyle checkstyle/checkstyle

Checkstyle - Java Code Quality ToolCheckstyle is a tool that ensures adherence to a code standard or a set of best practices.

The latest release version can be found at GitHub releases or at Maven repo.

Table of ContentsQuick StartDownload our Latest Release from GitHub or add Checkstyle to your build from Maven Central.

Build InstructionsPlease see the Build Instructions for information on how to build the project.

This is our preferred method of communication for topics like usage and configuration questions, debugging, and other feedback.

15 часов назад @ github.com
affaan-m/ECC
affaan-m/ECC affaan-m/ECC

Choose one install method for each harness:Recommended default: run the guided Claude plugin setup aboverun the guided Claude plugin setup above Also supported for Claude Code: use the native plugin commands aboveuse the native plugin commands above Available in release 2.2: guided package setup for Claude Code, Codex, and Kimi Codeguided package setup for Claude Code, Codex, and Kimi Code Works: Claude Code plugin + Codex native pluginClaude Code plugin + Codex native plugin Works: Claude Code plugin + the legacy Codex sync flowClaude Code plugin + the legacy Codex sync flow Avoid: Claude Code plugin + full Claude manual installClaude Code plugin + full Claude manual install Avoid: Codex s…

15 часов назад @ github.com
magnitudedev/magnitude
magnitudedev/magnitude magnitudedev/magnitude

Magnitude is an open source inference server that runs the best local models for your hardware, plugged into the agent you already use.

Works with Pi, OpenCode, Hermes, OpenClaw, Codex, Claude Code, Oh My Pi, and Cline, or use the built-in harness.

Install it with `npm i -g @magnitudedev/cli` (or my package manager), then run `magnitude docs onboarding` and follow the instructions.

An open source inference server that runs the best local models for your hardware, plugged into the agent you already use.

Magnitude profiles your hardware and recommends the best models for your machine.

15 часов назад @ github.com
tailscale/tailcat
tailscale/tailcat tailscale/tailcat

Whether you use tailcat as a CLI tool or library, one side runs a tailcat server (listener) and gets back a short tailcat address.

Running tailcat serve ssh without --ssh-authorized-keys also fails; use the explicit no-auth-ssh service when the tunnel identity alone is sufficient.

To offer files instead, serve a directory read-only (the default) or read-write:$ tailcat serve files # current directory, read-only $ tailcat serve --files=/pub:rw files # a given directory, read-write$ tailcat ls -l tcXXXXXXXXX $ tailcat cp tcXXXXXXXXX:report.pdf .

How it worksTailcat addressesA Tailcat server is identified by a tailcat address, represented by the Go type tailcat.Addr .

The separate path-discove…

15 часов назад @ github.com
OpenWhispr/openwhispr
OpenWhispr/openwhispr OpenWhispr/openwhispr

Privacy-first voice-to-text dictation with AI agents, meeting transcription, and notes.

Website · Docs · Download · API · ChangelogOpenWhispr turns your voice into text, notes, and actions from your desktop.

Choose between fully private offline transcription with local speech-to-text engines like Whisper and NVIDIA Parakeet — where your audio never leaves your device — or cloud processing for speed.

Download* On Intel Macs, live speaker identification and voice fingerprinting are unavailable: they depend on ONNX Runtime, which stopped shipping macOS x86_64 binaries in 1.24.

Meetings still record and transcribe normally, and notes search falls back to keyword matching instead of semantic sea…

1 day, 14 hours назад @ github.com
MakazhanAlpamys/Soup
MakazhanAlpamys/Soup MakazhanAlpamys/Soup

pip install " soup-cli[train] " # add [train] to fine-tune; bare `soup-cli` is the light CLI soup init --template chat soup trainFine-tune an 8B model on a 4 GB laptop GPU.

Layer streaming keeps the frozen base out of VRAM and feeds it to the GPU one decoder layer at a time.

soup train --cloud lambda , plan-only by default, with termination in a finally that also polls to confirm it happened.

Fine-tuning ( soup train ) needs the [train] extra.

Exact Layer Streaming: LoRA Fine-Tuning of an 8B Model on a 4 GB Laptop GPU (v3).

1 day, 14 hours назад @ github.com
ChromeDevTools/chrome-devtools-mcp
ChromeDevTools/chrome-devtools-mcp ChromeDevTools/chrome-devtools-mcp

Chrome DevTools for agentsChrome DevTools for agents ( chrome-devtools-mcp ) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot) control and inspect a live Chrome browser.

It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis.

Tool reference | Changelog | Contributing | Troubleshooting | Design PrinciplesKey featuresGet performance insights : Uses Chrome DevTools to record traces and extract actionable performance insights.

Google's collection of usage statistics for Chrome DevTools MCP is independent from the Chrome browser's usag…

1 day, 14 hours назад @ github.com
Lakr233/vphone-cli
Lakr233/vphone-cli Lakr233/vphone-cli

Redirect the whole tree with $VPHONE_ROOT :Path Contents ~/.vphone/ The per-user data root — override the entire location with $VPHONE_ROOT .

In Recovery:csrutil enable --without debug csrutil allow-research-guests enableThen reboot into macOS and:vphone-amfidont # .build/vphone-cli.app/Contents/Resources/vphone-amfidont for local buildsTested EnvironmentsHost iPhone CloudOS Mac16,11 27.0b2 17,3_18.6.2_22G100 26.1-23B85 Mac16,8 26.5.1 17,3_26.0_23A341 26.1-23B85 Mac16,8 26.5.1 17,3_26.0.1_23A355 26.1-23B85 Mac16,12 26.3 17,3_26.1_23B85 26.1-23B85 Mac16,12 26.3 17,3_26.3_23D127 26.1-23B85 Mac16,12 26.3 17,3_26.3_23D127 26.3-23D128 Mac16,12 26.3 17,3_26.3.1_23D8133 26.3-23D128 Mac16,11 26.2 1…

1 day, 14 hours назад @ github.com
fmtlib/fmt
fmtlib/fmt fmtlib/fmt

{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.

ExamplesPrint to stdout (run)# include < fmt/base.h > int main () { fmt::print ( " Hello, world!"

Running the testsPlease refer to Building the library for instructions on how to build the library and run the unit tests.

If you are aware of other projects using this library, please let me know by email or by submitting an issue.

MaintainersThe {fmt} library is maintained by Victor Zverovich (vitaut) with contributions from many other people.

2 days, 15 hours назад @ github.com
majd/ipatool
majd/ipatool majd/ipatool

IPAToolipatool is a command line tool that allows you to search for iOS, iPadOS, tvOS, visionOS, and macOS apps on the App Store, and download .ipa or macOS .pkg app packages.

Apple ID set up to use the App Store.

InstallationManualYou can grab the latest version of ipatool from GitHub releases.

$ brew install ipatoolUsageTo authenticate with the App Store, use the auth command.

To search for apps on the App Store, use the search command.

2 days, 15 hours назад @ github.com
handsomestWei/patent-disclosure-skill
handsomestWei/patent-disclosure-skill handsomestWei/patent-disclosure-skill

Secure your code as you buildCode security Secure your code as you buildYou signed in with another tab or window.

Reload to refresh your session.

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

2 days, 15 hours назад @ github.com
debpalash/VoiceStudio
debpalash/VoiceStudio debpalash/VoiceStudio

Quick Docker rundocker run -d -p 127.0.0.1:3900:3900 -v omnivoice-data:/app/omnivoice_data --name voicestudio palashdeb/omnivoice-studio:stableFirst voiceLaunch VoiceStudio and open Voice Cloning.

Tip Try without installing: Run VoiceStudio in the cloud via the Google Colab notebook.

These values cover the default local workflow.

", "voice": "default", "response_format": "wav"} ' \ --output speech.wavThe bundled Rust control sidecar lets Herdr, coding agents, VS Code, desktop apps, and TUIs trigger the system-wide dictation flow or reuse its native text insertion.

Agent skillsInstall the VoiceStudio skills for Claude Code, Codex, Cursor, and other skills.sh-compatible agents:npx skills add …

2 days, 15 hours назад @ github.com
Gitlawb/openclaude
Gitlawb/openclaude Gitlawb/openclaude

If you prefer environment variables, export them explicitly or run openclaude --provider-env-file .env for provider/setup variables.

It uses one OpenAI-compatible base URL; switch between mimo-* and google/gemini-3.1-flash-lite-preview with /model , and do not pin the base URL to /v1/xiaomi-mimo .

bun install bun run build node dist/cli.mjsDay-to-day commands:bun run dev — build and launch from source— build and launch from source bun test — full unit suite (Bun's built-in runner)— full unit suite (Bun's built-in runner) bun test path/to/file.test.ts — focused runs for the areas you touch— focused runs for the areas you touch bun run test:coverage — coverage to coverage/lcov.info plus a vis…

2 days, 15 hours назад @ github.com
JetBrains/go-modern-guidelines
JetBrains/go-modern-guidelines JetBrains/go-modern-guidelines

Modern Go GuidelinesThis repository contains guidelines for code agents that help them write modern Go code.

These guidelines serve the same goal for new code: agents write modern Go from the start, so there's less to fix later.

Add this repository as a marketplace:codex plugin marketplace add JetBrains/go-modern-guidelinesInstall the plugin:codex plugin add modern-go-guidelines@goland-codex-marketplaceUpdatingRefresh the marketplace and reinstall the plugin so Codex replaces its cached copy:codex plugin marketplace upgrade goland-codex-marketplace codex plugin remove modern-go-guidelines@goland-codex-marketplace codex plugin add modern-go-guidelines@goland-codex-marketplaceFor convenience,…

2 days, 15 hours назад @ github.com
google-research/timesfm
google-research/timesfm google-research/timesfm

TimesFMTimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.

Latest Model Version: TimesFM 3.0Archived Model Versions:2.5: relevant code under src/timesfm .. 1.0 and 2.0: relevant code archived in the subdirectory v1 .

Key Highlights:Native Multivariate & Univariate Forecasting with Covariates : Seamlessly forecast multi-channel multivariate series as well as individual univariate series, with native support for past-only and past-and-future dynamic covariates without per-task tuning.

: Seamlessly forecast multi-channel multivariate series as well as individual univariate series, with native support for …

3 days, 15 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 2 часа назад
New Mexico takes Facebook back to court over data privacy violations
New Mexico takes Facebook back to court over data privacy violations New Mexico takes Facebook back to court over data privacy violations

submitted by /u/Limp_Fig6236 [link] [comments]

2 часа назад @ reddit.com
PS5 emulator running GTA 5 shows GTA 6 might be possible on PC before official release
PS5 emulator running GTA 5 shows GTA 6 might be possible on PC before official release PS5 emulator running GTA 5 shows GTA 6 might be possible on PC before official release

submitted by /u/Fluffy_Technology27 [link] [comments]

4 часа назад @ reddit.com
GPT-6 Astra beat Portal, and it only cost $571.18
GPT-6 Astra beat Portal, and it only cost $571.18 GPT-6 Astra beat Portal, and it only cost $571.18

submitted by /u/ResultBackground2450 [link] [comments]

4 часа назад @ reddit.com
Sales of CD and vinyl music sees strong resurgence amid physical media backlash — US sales of ‘retro media’ were up 59% and 18%, respectively, in H1 2026
Sales of CD and vinyl music sees strong resurgence amid physical media backlash — US sales of ‘retro media’ were up 59% and 18%, respectively, in H1 2026 Sales of CD and vinyl music sees strong resurgence amid physical media backlash — US sales of ‘retro media’ were up 59% and 18%, respectively, in H1 2026

submitted by /u/sr_local [link] [comments]

4 часа назад @ reddit.com
FBI investigating 153 million US and Canadian driver’s licenses leaked on Russian cybercrime forum, including that of US SecDef Pete Hegseth — data is suspected to have come from an ID-authentication service provider
FBI investigating 153 million US and Canadian driver’s licenses leaked on Russian cybercrime forum, including that of US SecDef Pete Hegseth — data is suspected to have come from an ID-authentication service provider FBI investigating 153 million US and Canadian driver’s licenses leaked on Russian cybercrime forum, including that of US SecDef Pete Hegseth — data is suspected to have come from an ID-authentication service provider

submitted by /u/lurker_bee [link] [comments]

4 часа назад @ reddit.com
Rockstar boss says GTA 6 doesn't just let you easily walk around with guns because GTA 5's approach doesn't work "at this resolution" / GTA 6 needs better "behavioral sophistication" from its NPCs
Rockstar boss says GTA 6 doesn't just let you easily walk around with guns because GTA 5's approach doesn't work "at this resolution" / GTA 6 needs better "behavioral sophistication" from its NPCs Rockstar boss says GTA 6 doesn't just let you easily walk around with guns because GTA 5's approach doesn't work "at this resolution" / GTA 6 needs better "behavioral sophistication" from its NPCs

submitted by /u/Puzzleheaded_irl [link] [comments]

5 часов назад @ reddit.com
The Heart Drug Pelacarsen Fails, Shocking Novartis and Cardiologists
The Heart Drug Pelacarsen Fails, Shocking Novartis and Cardiologists The Heart Drug Pelacarsen Fails, Shocking Novartis and Cardiologists

submitted by /u/Oreos_Are_Anabolic [link] [comments]

5 часов назад @ reddit.com
Spotify’s Lorentzon says he’d leave Sweden if wealth tax imposed
Spotify’s Lorentzon says he’d leave Sweden if wealth tax imposed Spotify’s Lorentzon says he’d leave Sweden if wealth tax imposed

submitted by /u/Unusual-State1827 [link] [comments]

5 часов назад @ reddit.com
Thailand pauses 166 data centre projects to rewrite rules
Thailand pauses 166 data centre projects to rewrite rules Thailand pauses 166 data centre projects to rewrite rules

submitted by /u/baldi [link] [comments]

5 часов назад @ reddit.com
Newsom Can't Dodge the Data-Center Backlash Anymore
Newsom Can't Dodge the Data-Center Backlash Anymore Newsom Can't Dodge the Data-Center Backlash Anymore

submitted by /u/Just-Grocery-2229 [link] [comments]

6 часов назад @ reddit.com
Corporate America Is Getting Hooked on Open-Source A.I.
Corporate America Is Getting Hooked on Open-Source A.I. Corporate America Is Getting Hooked on Open-Source A.I.

submitted by /u/Conscious-Quarter423 [link] [comments]

6 часов назад @ reddit.com
Kenyans Did College Students’ Homework for Years. Then A.I. Arrived.
Kenyans Did College Students’ Homework for Years. Then A.I. Arrived. Kenyans Did College Students’ Homework for Years. Then A.I. Arrived.

submitted by /u/Logical_Welder3467 [link] [comments]

8 часов назад @ reddit.com
Dolly Parton’s Sister Stella Calls Out ‘Fake AI Garbage’ & ‘Snarky Tweets’ About Singer’s Death
Dolly Parton’s Sister Stella Calls Out ‘Fake AI Garbage’ & ‘Snarky Tweets’ About Singer’s Death Dolly Parton’s Sister Stella Calls Out ‘Fake AI Garbage’ & ‘Snarky Tweets’ About Singer’s Death

submitted by /u/AdSpecialist6598 [link] [comments]

8 часов назад @ reddit.com
Politicians in Sweden and the UK are letting AI write speeches and laws without telling voters, study says
Politicians in Sweden and the UK are letting AI write speeches and laws without telling voters, study says Politicians in Sweden and the UK are letting AI write speeches and laws without telling voters, study says

submitted by /u/marketrent [link] [comments]

9 часов назад @ reddit.com
‘Model fatigue’ sets in as AI labs race to roll out new versions at frenetic pace
‘Model fatigue’ sets in as AI labs race to roll out new versions at frenetic pace ‘Model fatigue’ sets in as AI labs race to roll out new versions at frenetic pace

submitted by /u/Logical_Welder3467 [link] [comments]

9 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 16 часов назад
How to get a free .arpa domain | Ethan Hawksley
How to get a free .arpa domain | Ethan Hawksley How to get a free .arpa domain | Ethan Hawksley

If you’re German or Czech, you can sign up and control the DNS records that correspond to your phone number!

Hurricane Electric offers really simple registration for an IPv6 address and its ip6.arpa records through tunnelbroker.net, so let’s use them.

Just use ping -4 domainname.com on a few websites until you find an IPv4 address that it will accept.

Next, we need to set up DNS records for the domain.

subdomain.domain.ip6.arpaHere, “subdomain” is a subdomain of your choice, and “domain” is the ip6.arpa address you calculated earlier.

16 часов назад @ hawksley.dev
Bob and Van
Bob and Van Bob and Van

For the first half of my childhood in suburban Ohio, we lived next to Bob.

Bob and his wife were a kind, reserved older couple who decorated their home mostly with crucifixes and talked about Jesus a lot.

Bob helped my mom with a lot of common household tasks after my dad died.

Van and his delightful wife passed away years ago, before I learned how either of them felt on any political issue.

If they were my neighbors today, how likely would that be?

16 часов назад @ marco.org
GDPR-compliant European static site hosting - statichost.eu
GDPR-compliant European static site hosting - statichost.eu GDPR-compliant European static site hosting - statichost.eu

My name is Eric, and I believe the internet got too complicated.

Too many layers, too many vendors, too much trust quietly handed to American companies behind the scenes.

And it matters who’s behind your infrastructure — and where it lives.

I got tired of “European” hosting that runs on American clouds.

So I built an alternative — static hosting where every layer of the stack, from git deploy to CDN, runs on European infrastructure owned by European companies.

16 часов назад @ statichost.eu
UN to vote on adopting new world map that shows Africa’s true scale | Africa | The Guardian
UN to vote on adopting new world map that shows Africa’s true scale | Africa | The Guardian UN to vote on adopting new world map that shows Africa’s true scale | Africa | The Guardian

The United Nations has voted to adopt a resolution for the world to formally phase out the traditional Mercator map of the globe in favour of one that more accurately displays Africa’s size.

However, the outcome is expected to result in an update of classroom curriculums and everyday technology given the wide usage of the Mercator projection in education, technology and governance.

View image in fullscreen The 1973 Gall-Peters world map has been used as an alternative to the Mercator.

It has often been used as an alternative to the Mercator map.

JJ Enoch, a London-based senior associate at JS Held, a geopolitical risk advisory firm, said the Mercator projection visually diminished Africa’s …

16 часов назад @ theguardian.com
Formalizing Fermat's Last Theorem - Anthropic
Formalizing Fermat's Last Theorem - Anthropic Formalizing Fermat's Last Theorem - Anthropic

We are sharing the first complete computer-checked proof of Fermat’s Last Theorem.

Fermat’s Last Theorem (FLT), as the conjecture became known, turned out to be incredibly difficult to prove.

Formalizing Fermat’s Last TheoremOne way to check a proof’s correctness is to ask a computer to do it.

Formalizing FLT was a token-intensive project, but it is also the largest Lean proof ever constructed.

AcknowledgmentsOur formalization effort is a small piece of the long history of Fermat’s theorem and the development of formal mathematics.

16 часов назад @ anthropic.com
deSEC – Free Secure DNS
deSEC – Free Secure DNS deSEC – Free Secure DNS

Modern DNS Hosting for EveryonedeSEC is a free DNS hosting service, designed with security in mind.

Running on open-source software and supported by SSE, deSEC is free for everyone to use.

🛑 WarningdeSEC requires JavaScript for accessing the control panel for DNS management.

Please enable JavaScript for this site to proceed.

Hint: Accessing the API documentation does not require JavaScript.

16 часов назад @ desec.io
Gloria Steinem’s Final Essay | The New Yorker
Gloria Steinem’s Final Essay | The New Yorker Gloria Steinem’s Final Essay | The New Yorker

Only later in my life did I realize how much those years had influenced what I now see as my feminism.

This persists because they believe in hierarchy and they fear what might happen if they have no built-in advantage.

I know this sounds too simple to need a word, but equality is still the exception, not the rule.

The problem with humanism is that it is often interpreted as being anti-religion, so I don’t think it’s inclusive enough.

The experiences of race and gender and class are very real and important, but they are also constructed and changeable.

16 часов назад @ newyorker.com
Project Xanadu: Even More Hindsight
Project Xanadu: Even More Hindsight Project Xanadu: Even More Hindsight

(You don’t need transclusions when you can just cite an earlier passage.)

This reminded me of the Hollywood director comment: you could say that Project Xanadu is a Hollywood director’s idea of what a World Wide Web should be.

:The 17 Xanadu Principles (Wikipedia version) Every Xanadu server is uniquely and securely identified.

So, to me, Project Xanadu is a case-study in why designers must mock-up and prototype their designs before too much is invested in them.

I don’t need a bunch of tiny atomic 1-sentence long pages nested in a Table of Contents longer than the actual contents, like GNU Info encourages you to write.

16 часов назад @ gwern.net
Introducing K2 Horizon: Frontier Performance, Radically Open ( September 3, 2026 - Institute of Foundation Models)
Introducing K2 Horizon: Frontier Performance, Radically Open ( September 3, 2026 - Institute of Foundation Models) Introducing K2 Horizon: Frontier Performance, Radically Open ( September 3, 2026 - Institute of Foundation Models)

K2 Horizon is also our most comprehensive open release to date.

Today IFM is releasing K2 Horizon, a connected fleet of six models: 375B-A23B, 36B-A4B, 32B, 7B, 3.7B, and 0.9B.

K2 Horizon 0.9B achieves an AIME 2026 score above 48, along with strong reasoning, tool-use, and agentic capabilities.

K2 Horizon 3.7B and 7B extend these capabilities to more demanding software-engineering and multi-step environments, demonstrated on strong performance in SWE-bench and BrowseComp.

Training Data Training across six scales requires data that is broad enough to support general capability and carefully constructed enough to maintain quality over approximately 20 trillion tokens.

16 часов назад @ ifm.ai
Meet the 2026 Ig Nobel Prize winners
Meet the 2026 Ig Nobel Prize winners Meet the 2026 Ig Nobel Prize winners

It’s that time of year again, when we learn which lucky scientists are among the winners of the Ig Nobel Prizes.

In the weeks following the ceremony, the winners will also give free public talks, which will be posted on the Improbable Research website.

Four of last year’s 10 winners opted to skip the ceremony rather than travel to the US, and the situation has not improved.

The Ig Nobels will return to Zurich in 2028 and every even-numbered year after that.

“In that respect, it will be a little like the Eurovision Song Contest with a base in Europe,” said Abrahams, who founded the Ig Nobels and serves as emcee during the annual ceremony.

16 часов назад @ arstechnica.com
skills/plugins/show-me/skills/show-me/SKILL.md at main · humanlayer/skills
skills/plugins/show-me/skills/show-me/SKILL.md at main · humanlayer/skills skills/plugins/show-me/skills/show-me/SKILL.md at main · humanlayer/skills

name show-me description Help the user understand the current topic visually with concise diagrams, code-shape sketches, and focused HTML artifacts.

Help the user understand the current topic of conversation visually.

Match the product's colors, type, spacing, and components; use real labels and data; support desktop and mobile.

Keep only the calls, files, props, states, and boundaries needed to answer the user's current question or the options to resolve the current discussion point.

You may use one of these, you may use several, it is unlikely you will use all of them.

16 часов назад @ github.com
Charles Petzold: Can Guitar Frets Perform Multiplication?
Charles Petzold: Can Guitar Frets Perform Multiplication?

It seems that something in your recent request triggered our website’s security system.

These protections are in place to keep the site safe from online threats and misuse.

Various actions can cause this block, such as submitting specific words or phrases, executing a SQL command, or sending improperly formatted data.

If you think you were blocked by mistake, please reach out to the site owner.

Be sure to include the Request ID shown below so they can quickly look into your request and restore access if appropriate.

16 часов назад @ charlespetzold.com
Learn Programming with OCaml
Learn Programming with OCaml

Learn Programming with OCamlThis book on OCaml is an English translation (by Urmila Nair) of this book in French.

The translation was funded by The OCaml Software Foundation.

The book is openly licensed via CC BY SA 4.0.

Typos and errors can be reported here.

16 часов назад @ usr.lmf.cnrs.fr
Any Human Ever: One life, drawn at random from all who have ever lived
Any Human Ever: One life, drawn at random from all who have ever lived

https://news.ycombinator.com/item?id=49550698

1 day, 16 hours назад @ anyhumanever.com
‘I don’t chase the dollar. I never did’: the astonishing hidden life of Mr T | Culture | The Guardian
‘I don’t chase the dollar. I never did’: the astonishing hidden life of Mr T | Culture | The Guardian ‘I don’t chase the dollar. I never did’: the astonishing hidden life of Mr T | Culture | The Guardian

Mr T explains why he’s late, but he wants to make one thing clear – this is not an apology.

As the Bible says, ‘Unless two agree, they can’t walk together.’ I told my mother I was going to be something in life.

Mr T’s performance is astonishing, not least because he had never acted before and many of his lines were improvised.

There were Mr T dolls, Mr T fancy dress sets, Mr T cereal, Mr T lunchboxes, and a Mr T cartoon series.

Why don’t you show Mr T working with the Make-A-Wish kids, why don’t you show Mr T being in the army?

1 day, 16 hours назад @ theguardian.com
Changelog Changelog
последний пост 3 days, 1 hour назад
Forking Cal.com to closed source
Forking Cal.com to closed source Forking Cal.com to closed source

Coder.com – Secure environments where devs and agents work in parallel.

Buildkite is engineered for frontier scale and trusted by the teams setting the pace.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.comFly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

3 days, 1 hour назад @ changelog.com
Postgres at PlanetScale
Postgres at PlanetScale Postgres at PlanetScale

Buildkite – You deserve better CI.

Buildkite is engineered for frontier scale and trusted by the teams setting the pace.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.comCoder.com – Secure environments where devs and agents work in parallel.

Fly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

1 week, 5 days назад @ changelog.com
Canary tokens and digital tripwires
Canary tokens and digital tripwires Canary tokens and digital tripwires

Buildkite – You deserve better CI.

Buildkite is engineered for frontier scale and trusted by the teams setting the pace.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.com

1 month, 2 weeks назад @ changelog.com
From open source hits to OpenAI
From open source hits to OpenAI From open source hits to OpenAI

Coder.com – Secure environments where devs and agents work in parallel.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.comNotion – Custom Agents that automate the busywork so your team can focus on real work.

Try them free at notion.com/changelogFly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

3 months назад @ changelog.com
MCP on Code Mode
MCP on Code Mode MCP on Code Mode

Coder.com – Secure environments where devs and agents work in parallel.

Tailscale – Adam loves Tailscale!

Tailscale deploys quickly and enables Zero Trust access to any resource on your network.

From CI/CD runners across multi-cloud environments, to SaaS tools and infrastructure, Tailscale connects it all, seamlessly.

When agents help developers write code in minutes, validation becomes your bottleneck.

3 months, 3 weeks назад @ changelog.com
Automation at the speed of Swamp
Automation at the speed of Swamp Automation at the speed of Swamp

Coder.com – Secure environments where devs and agents work in parallel.

Tailscale – Adam loves Tailscale!

Tailscale deploys quickly and enables Zero Trust access to any resource on your network.

From CI/CD runners across multi-cloud environments, to SaaS tools and infrastructure, Tailscale connects it all, seamlessly.

When agents help developers write code in minutes, validation becomes your bottleneck.

3 months, 3 weeks назад @ changelog.com
Bitwarden CLI compromised
Bitwarden CLI compromised Bitwarden CLI compromised

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

4 months, 1 week назад @ changelog.com
Exploring with agents
Exploring with agents Exploring with agents

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Get an exclusive offer: up to 22% off NordLayer yearly plans plus 10% on top with the coupon code changelog-10-NORDLAYER .

When agents help developers write code in minutes, validation becomes your bottleneck.

RWX gives agents programmatic control, sub-second cached builds, and semantic outputs they can act on.

Fly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant Wire…

4 months, 2 weeks назад @ changelog.com
Astral has been acquired by OpenAI
Astral has been acquired by OpenAI Astral has been acquired by OpenAI

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

5 months, 1 week назад @ changelog.com
From Tailnet to platform
From Tailnet to platform From Tailnet to platform

Server ErrorOops!

Looks like the server had a hiccup.

Try reloading the page to see if the issue has cleared up.

In the meantime, enjoy some clips!

5 months, 4 weeks назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

6 months назад @ changelog.com
Finale & Friends
Finale & Friends Finale & Friends

Augment Code – Adam loves “Auggie” – Augment Code’s CLI that brings Augment’s context engine and powerful AI reasoning anywhere your code goes.

From building alongside you in the terminal to any part of your development workflow.

Squarespace – Turn your expertise into a business with the all-in-one platform for websites, services, and getting paid.

Use code CHANGELOG to save 10% on your first website purchase.

Notion – Custom Agents that automate the busywork so your team can focus on real work.

6 months, 1 week назад @ changelog.com
Opus 4.5 changed everything
Opus 4.5 changed everything Opus 4.5 changed everything

Augment Code – Adam loves “Auggie” – Augment Code’s CLI that brings Augment’s context engine and powerful AI reasoning anywhere your code goes.

From building alongside you in the terminal to any part of your development workflow.

Squarespace – Turn your expertise into a business with the all-in-one platform for websites, services, and getting paid.

Use code CHANGELOG to save 10% on your first website purchase.

Notion – Custom Agents that automate the busywork so your team can focus on real work.

6 months, 1 week назад @ changelog.com
The mythical agent-month
The mythical agent-month The mythical agent-month

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

6 months, 2 weeks назад @ changelog.com
Selling SDKs in the era of many Claudes
Selling SDKs in the era of many Claudes Selling SDKs in the era of many Claudes

Steve Ruiz joins us for a deep-dive on tldraw (a very good free whiteboard) and the business he’s built selling SDKs that help others build very good whiteboards (and more) with tldraw’s high-performance web canvas.

Along the way, we discuss the excitement/fear we share about keeping our agents busy, how SDK and infra companies are affected differently by agentic software than SaaS companies, how Steve is approaching the coming era of internal tooling, what will happen when we equip LLMs with an infinite canvas, and more.

6 months, 2 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 6 days, 2 hours назад
The 10 most popular products ZDNET readers bought this month (including lots of phone cases)
The 10 most popular products ZDNET readers bought this month (including lots of phone cases) The 10 most popular products ZDNET readers bought this month (including lots of phone cases)

We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites.

And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.

When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions.

Neither ZDNET nor the author are compensated for these independent reviews.

Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards.

6 days, 2 hours назад @ zdnet.com
How an $80 accessory turned my tablet from mouse pad to productivity powerhouse
How an $80 accessory turned my tablet from mouse pad to productivity powerhouse How an $80 accessory turned my tablet from mouse pad to productivity powerhouse

However, Satechi recently sent me its OntheGo Foldable Stand Hub to test, and, overnight, this accessory has changed how I use tablets.

It's a tablet stand, and much moreThe idea behind this accessory is that the OntheGo Foldable Stand Hub transforms into a stand for your tablet (or smartphone or laptop), allowing you to assemble a workstation wherever you are.

It's a stand and a hubNo tablet is complete without a hub these days, and Satechi hits this mark.

But what I like about the Satechi OntheGo Foldable Stand Hub is that it works so well as a portable hub, no matter what device you have.

Also: The iPad mini's biggest update in 5 years is expected this fall - here's what we knowTraveling…

6 days, 2 hours назад @ zdnet.com
I wore Coros and Garmin's sub-$300 sports watches - both are excellent, but one lasts longer
I wore Coros and Garmin's sub-$300 sports watches - both are excellent, but one lasts longer I wore Coros and Garmin's sub-$300 sports watches - both are excellent, but one lasts longer

You prefer physical watch controlsEven though the Garmin Forerunner 170 is a small watch, it still sports the traditional five-button configuration seen on nearly all Garmin watches.

Also: The best Garmin watches of 2026: Expert tested and reviewedThe physical buttons can also be customized to get you quickly to your favorite activities, metrics, or settings.

You should buy the Coros Pace 4 if...Matthew Miller/ZDNET1.

The Coros Pace 4 supports five global satellite systems and has a dual frequency GNSS chipset, so it has proven to be more accurate when out running.

You want longer battery lifeBattery life is better on the Pace 4 than on Garmin's Forerunner 170.

6 days, 2 hours назад @ zdnet.com
We found the best Labor Day 2026 streaming deals (including a $20 Fire Stick)
We found the best Labor Day 2026 streaming deals (including a $20 Fire Stick)

Labor Day deals are already making this a great time to buy a streaming device, and these prices are hard to beat.

6 days, 3 hours назад @ zdnet.com
Gemini Notebook can analyze your Google Play books now: 3 ways I use this feature
Gemini Notebook can analyze your Google Play books now: 3 ways I use this feature Gemini Notebook can analyze your Google Play books now: 3 ways I use this feature

Google's Gemini Notebook helps you research and learn about different topics through AI-generated reports, slideshows, quizzes, audio podcasts, and more.

Integration with Google Play Books is the first step in the company's new Expert Intelligence initiative.

"We've built the ability to add select ebooks you've purchased from Google Play Books directly to a Gemini Notebook," Google said in its blog post.

At the Sources window, select Play Books and then click the button to explore Google Play Books.

How I use Expert IntelligenceWith the new Google Play Books integration, I added a few books to my Gemini notebooks to research and explore them.

6 days, 3 hours назад @ zdnet.com
'Sophisticated' AI swarm attacks are months away, OpenAI warns: What experts say businesses must do
'Sophisticated' AI swarm attacks are months away, OpenAI warns: What experts say businesses must do 'Sophisticated' AI swarm attacks are months away, OpenAI warns: What experts say businesses must do

In some ways, the attack on Hugging Face puts an important and urgent frame on this discussion.

In other words, Hugging Face was doing something that's relatively novel for most organizations and individuals: fighting AI with AI.

The way it's written, it sounds as though Hugging Face was able to prevent OpenAI's swarm of adversarial agents from achieving their objective.

Referring to fighting AI with AI, it said to "use capable, lower-cost models for broad coverage, and apply frontier capabilities to the hardest problems."

As AI agents and other non-human identities proliferate, identity hygiene grows more important."

6 days, 4 hours назад @ zdnet.com
Microsoft's latest Windows update breaks cursors, wallpaper, and more - what to do if you're affected
Microsoft's latest Windows update breaks cursors, wallpaper, and more - what to do if you're affected Microsoft's latest Windows update breaks cursors, wallpaper, and more - what to do if you're affected

Kyle Kucharski/ZDNETFollow ZDNET: Add us as a preferred source on GoogleZDNET's key takeawaysThe latest Windows 11 update creates a glitch with the mouse cursor.

Windows 11 users who installed the September preview update are running into a bug that impacts the mouse.

The description of the issue is based on reports the company has received from Windows users.

But it still appears in Windows Update as ready for download and installation, so it's easy enough to run.

Look for the update labeled "2026-08 Preview Update (KB5120998) (26200.9278)."

6 days, 4 hours назад @ zdnet.com
I used Perplexity's AI agent in Windows to tackle 5 complex tasks - here's what impressed me most
I used Perplexity's AI agent in Windows to tackle 5 complex tasks - here's what impressed me most I used Perplexity's AI agent in Windows to tackle 5 complex tasks - here's what impressed me most

Previously available only for the Mac, Perplexity Personal Computer recently expanded to Windows, supporting both Windows 11 and Windows 10.

Second, it can use any native application on your Windows computer.

How to get startedThe first time you launch the Perplexity Windows app, you'll be asked if you want the AI to work with your local files.

For Personal Computer, just select the default one, and that should do the trick for most tasks.

Screenshot by Lance Whitney/ZDNETDespite a couple of hiccups, Perplexity's Personal Computer agent for Windows proved as effective and helpful as the Mac version.

6 days, 4 hours назад @ zdnet.com
Amazon just dropped the Sony WH-1000XM5 headphones down to 50% off - the lowest price yet
Amazon just dropped the Sony WH-1000XM5 headphones down to 50% off - the lowest price yet Amazon just dropped the Sony WH-1000XM5 headphones down to 50% off - the lowest price yet

We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites.

And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.

This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay.

Neither ZDNET nor the author are compensated for these independent reviews.

Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards.

6 days, 5 hours назад @ zdnet.com
I compared the cameras on the Galaxy Z Fold 8 and Pixel 11 Pro Fold - and one pulled ahead
I compared the cameras on the Galaxy Z Fold 8 and Pixel 11 Pro Fold - and one pulled ahead I compared the cameras on the Galaxy Z Fold 8 and Pixel 11 Pro Fold - and one pulled ahead

Galaxy Z Fold 8 (left) vs. Google Pixel 11 Pro Fold (right) Prakhar Khanna/Kerry Wan/ZDNETFollow ZDNET: Add us as a preferred source on Google.

ZDNET's key takeawaysThe Samsung Galaxy Z Fold 8 and Pixel 11 Pro Fold are the latest foldable Android phones in 2026.

Also: Pixel 11 Pro Fold vs Samsung Galaxy Z Fold 8: I'm a fan of both foldables, but this one winsThe Samsung Galaxy Z Fold 8 has two 50-megapixel sensors for wide and ultrawide photographs.

Both are hobbled on the spec sheet with the Z Fold 8 missing a telephoto camera, and the Pixel 11 Pro Fold having small sensors in its auxiliary cameras.

Also: I replaced my Samsung with the Google Pixel 11 Pro Fold - a week later, I'm going bac…

6 days, 6 hours назад @ zdnet.com
How Android 17 stops network snoops and SMS blasters now - with ECH and a 2G kill switch
How Android 17 stops network snoops and SMS blasters now - with ECH and a 2G kill switch How Android 17 stops network snoops and SMS blasters now - with ECH and a 2G kill switch

According to Google, Android 17 offers a few new ways of keeping your connections secure and private.

Adding ECH support in Android 17 encrypts SNI in the opening TLS handshake.

When a destination server does not support ECH, Android's documented approach includes ECH GREASE.

The security rationale goes beyond whether a legitimate carrier still operates a 2G network.

Broader network hardeningThe ECH and 2G changes are part of a larger Android 17 network-security package.

6 days, 8 hours назад @ zdnet.com
5 ways I actually use ChatGPT Work in my small business to save time and money
5 ways I actually use ChatGPT Work in my small business to save time and money 5 ways I actually use ChatGPT Work in my small business to save time and money

In this article, I'll spotlight five ways I use ChatGPT Work in my business.

Initially, connecting Gmail to ChatGPT Work (and Claude Cowork) freaked me out, but I soon settled on a safe pattern.

ChatGPT Work helped me understand and spec out what I needed, which will make the fabrication workshop much more functional.

When ChatGPT Work finished, I got a detailed, category-by-category analysis of all purchases and trends related to the vendor.

I recently gave ChatGPT Work a deep-research assignment to dig into some public records in my town.

6 days, 10 hours назад @ zdnet.com
This pocket AI voice recorder took me back to the good old days of dictation (and shorthand)
This pocket AI voice recorder took me back to the good old days of dictation (and shorthand) This pocket AI voice recorder took me back to the good old days of dictation (and shorthand)

Comulytic Note Pro AI voice recorder 4 / 5 Very good pros and cons Pros Mic pickup quality is excellent.

Also: My 3 favorite AI tools for voice dictation while vibe coding - and one is freeThis is the path that got me to try the Comulytic Note Pro AI Voice Recorder, a credit card-sized recorder that uses AI to organize your thoughts, meetings, and memos.

Shaped like a small stack of credit cards, the Note Pro AI voice recorder measures approximately 3.37 x 2.04 x 0.12 inches and weighs just one ounce.

Two lingering concernsThe more I used the Note Pro AI voice recorder, the more I liked it, but I couldn't shake a couple of concerns.

ZDNET's buying adviceThe Comulytic Note Pro AI voice recor…

1 week, 1 day назад @ zdnet.com
This $14 retractable USB-C cable is my secret to surviving long car rides with my kids
This $14 retractable USB-C cable is my secret to surviving long car rides with my kids This $14 retractable USB-C cable is my secret to surviving long car rides with my kids

The Talix retractable cable is typically $22, but on sale for $14 with an Amazon coupon.

This USB-C to USB-C cable supports up to 240W, PD 3.2, making it powerful enough to quickly charge laptops and phones.

Truthfully, I was expecting much of the same when I tested this Talix 4-foot-long retractable cable.

The 240W support means that I can easily charge my MacBook Pro without issues, making this retractable cable a perfect accessory to keep in a laptop bag.

This Talix retractable cable is typically priced at $22, which is already a great price for a quality retractable cable, but you can get it right now for $14 with an Amazon coupon.

1 week, 2 days назад @ zdnet.com
stillOS offers one of the best Linux onboarding experiences I've ever seen
stillOS offers one of the best Linux onboarding experiences I've ever seen stillOS offers one of the best Linux onboarding experiences I've ever seen

Here's how the stillOS website describes the distro:We got annoyed with Windows making us the product, and Linux being too complicated.

Thanks to atomic updates, stillOS is able to stay as stable as a rock while still bringing you new features.

App and OS updates are automatic, so there's no need to worry about keeping your OS and apps up to date.

That's not a bad thing; however, if you're hoping for a unique, tricked-out desktop, stillOS isn't what you want.

Everything with stillOS makes perfect sense, and it all comes together to create one of the best Linux onboarding experiences I've ever seen.

1 week, 2 days назад @ zdnet.com
TechCrunch TechCrunch
последний пост 1 час назад
Authors push back as publishers and agents seek share of Anthropic settlement
Authors push back as publishers and agents seek share of Anthropic settlement

Authors say publishers seem to be claiming more than their fair share of settlement payments.

1 час назад @ techcrunch.com
Travis Kalanick’s Atoms might be getting into the robotaxi business
Travis Kalanick’s Atoms might be getting into the robotaxi business

The Uber founder has said that Atoms will allow him to complete "unfinished business."

5 часов назад @ techcrunch.com
TechCrunch Mobility: Tesla Cybercab hits the road — and a snag
TechCrunch Mobility: Tesla Cybercab hits the road — and a snag

Welcome back to TechCrunch Mobility, your hub for the future of transportation and now, more than ever, the role AI is playing in it.

5 часов назад @ techcrunch.com
Seattle Times and Newsday are the latest publications to sue OpenAI and Microsoft
Seattle Times and Newsday are the latest publications to sue OpenAI and Microsoft

Two more news organizations are suing OpenAI and Microsoft over the supposed use of their journalism to train AI.

23 часа назад @ techcrunch.com
Hikers rescued after using Google Gemini for planning
Hikers rescued after using Google Gemini for planning

The sheriff’s office said the hikers “were advised by Gemini to bring far less food and water than their group required."

1 day, 2 hours назад @ techcrunch.com
OpenAI confirms ‘wiki incident,’ says it’s ‘working on a framework’ for more disclosure
OpenAI confirms ‘wiki incident,’ says it’s ‘working on a framework’ for more disclosure

OpenAI acknowledged its role in a recently reported incident where AI agents took over a German wiki forum.

1 day, 3 hours назад @ techcrunch.com
Clucky’s new alarm app wakes you up with a crowing rooster
Clucky’s new alarm app wakes you up with a crowing rooster

Clucky's new alarm app has an option where users are woken up to the sound of a rooster. They then complete a mission to turn it off.

1 day, 4 hours назад @ techcrunch.com
Oura is going public, but these smart ring companies are coming for its crown
Oura is going public, but these smart ring companies are coming for its crown

While Oura has largely dominated the smart ring market for years, a growing number of rivals are now racing to dethrone it by trying all sorts of approaches to get an edge over it.

1 day, 6 hours назад @ techcrunch.com
XDOF, just three months out of stealth, is in talks for a Series B at a $1.2B valuation
XDOF, just three months out of stealth, is in talks for a Series B at a $1.2B valuation

The round is being raised just months after the robot data startup exited from stealth.

1 day, 22 hours назад @ techcrunch.com
OpenAI’s rogue agents keep escaping, with no formal process to investigate them
OpenAI’s rogue agents keep escaping, with no formal process to investigate them

OpenAI’s latest agent swarm incident adds urgency to calls for independent investigations as researchers and lawmakers question whether AI labs should control the scope of their own safety reviews.

1 day, 22 hours назад @ techcrunch.com
AI compute provider Nscale is looking for $3.5B in pre-IPO financing
AI compute provider Nscale is looking for $3.5B in pre-IPO financing

Nscale, which recently struck a $45 billion deal with Anthropic, is in talks to raise additional funds in anticipation of an upcoming IPO.

2 days назад @ techcrunch.com
Judge blocks X rival from using Twitter name, but allows ‘Tweet’ for now
Judge blocks X rival from using Twitter name, but allows ‘Tweet’ for now

A federal judge temporarily barred an X rival from using the Twitter name, but found that X was likely to have abandoned the “Tweet” trademark and bird logo. The startup has since relaunched as Tweet.app.

2 days, 4 hours назад @ techcrunch.com
What will Apple’s John Ternus era look like?
What will Apple’s John Ternus era look like?

It’s officially the Ternus era at Apple. Tim Cook stepped down as CEO this week, handing the company to former hardware chief John Ternus, whose first memo promised a “huge launch next week” — timing that puts Apple’s next iPhone event on his desk before he’s even settled in. Cook isn’t going far, though: he’s staying on as Executive Chairman, focused on the kind of policy […]

2 days, 4 hours назад @ techcrunch.com
No little kids allowed, and other new info about Tesla’s Cybercab
No little kids allowed, and other new info about Tesla’s Cybercab

The company says no children under 13 can ride -- even with a parent. That's more restrictive than the Model Y SUVs it's using as robotaxis.

2 days, 5 hours назад @ techcrunch.com
Another swarm of OpenAI agents reached the open internet without the frontier lab’s knowledge
Another swarm of OpenAI agents reached the open internet without the frontier lab’s knowledge

It's the latest failure of OpenAI's internal monitoring and security systems.

2 days, 5 hours назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
TiVo Will Start Charging Fees For Its Automatic Commercial Break-Skipping Feature 'SkipMode'
TiVo Will Start Charging Fees For Its Automatic Commercial Break-Skipping Feature 'SkipMode' TiVo Will Start Charging Fees For Its Automatic Commercial Break-Skipping Feature 'SkipMode'

TiVo is notifying customers about changes to "one of its longest-standing and most popular DVR features," reports the blog Cord Cutter News: Starting November 2, 2026, the current version of SkipMode that allows users to jump over commercial breaks with a single button press on the remote will no longer be available. The company is instead preparing to test a new paid add-on called Premium Auto Commercial Skip. SkipMode has been a core part of the TiVo experience for years. After a supported show finished recording, the service added markers that let viewers leap from the end of one program segment directly to the start of the next, bypassing the ads in between. On newer TiVo Experience 4 d…

1 час назад @ entertainment.slashdot.org
Flock Offered Webinar Teaching Cops How to Surveil 'No Kings' Protesters
Flock Offered Webinar Teaching Cops How to Surveil 'No Kings' Protesters Flock Offered Webinar Teaching Cops How to Surveil 'No Kings' Protesters

Thursday 404 Media reported that Flock taught America's cops "how they could surveil the No Kings protests" against President Trump (as well as "small parades") in a webinar last year that described "using a mix of Flock's technology and law enforcement's own databases." In the webinar, Flock's director of market management Caity Peak explains how real time crime centers — which are police surveillance centers that utilize Flock cameras and other surveillance cameras — can be used for emergency response, but can also be used to surveil "established events" like 4th of July fireworks displays, parades, bike races, Mardi Gras, and protests. The webinar shows just how routine the idea of alway…

4 часа назад @ yro.slashdot.org
UN Votes To Encourage Map Projections More Accurately Reflecting the True Size of Continents
UN Votes To Encourage Map Projections More Accurately Reflecting the True Size of Continents UN Votes To Encourage Map Projections More Accurately Reflecting the True Size of Continents

The United Nations has an announcement. "The UN General Assembly has voted overwhelmingly to encourage governments, schools and tech companies worldwide to stop using maps that make Africa look far smaller than it really is." By 164 votes to one, Member States on Friday endorsed a resolution promoting map projections that more accurately reflect the true size of continents — the culmination of an African-led campaign against the 16th-century Mercator projection, still the most widely used map in the world. The United States cast the sole vote against, dismissing the initiative as part of a "radical ideological project." Six countries — Estonia, Georgia, Lithuania, Moldova, Serbia and Ukrain…

7 часов назад @ yro.slashdot.org
Private German Rocket Makes History, Reaches Orbit From European Soil
Private German Rocket Makes History, Reaches Orbit From European Soil Private German Rocket Makes History, Reaches Orbit From European Soil

"No rocket had ever reached orbit from Western European soil — until today," reports Space.com. DW.com reports that a Spectrum space rocket from German company Isar Aerospace launched today from the Arctic Norwegian spaceport at Andoya: "Germany has spaceflight capabilities," said the country's Ministry for Research, Technology and Space on X, praising a "milestone that impressively demonstrates our country's innovative strength and technical expertise". This was the German company's second attempt to launch the Spectrum rocket into space. The first attempt, which took place 18 months ago, was unsuccessful. The Spectrum rocket is designed for small and medium-sized payloads. It carried five…

10 часов назад @ science.slashdot.org
2026 Hugo Award Winners Include Ursula Le Guin-Authored Graphic Novel
2026 Hugo Award Winners Include Ursula Le Guin-Authored Graphic Novel 2026 Hugo Award Winners Include Ursula Le Guin-Authored Graphic Novel

This year's Hugo Award winners were announced last weekend at Worldcon — the world's longest-running science fiction/fantasy convention. The Orange County Register reports there were fans "clad in capes, gowns and elaborate character costumes," with famous attendees including Game of Thrones author George R. R. Martin, who held a book signing: Martin attended his first Worldcon in 1971 in Boston, before he published his first novel. Fresh out of his graduate studies, Martin, then 22 years old, found a community of fellow comic book fans and genre enthusiasts... "It was a transformative experience," Martin said. "Worldcon is the heart of the science fiction fandom." Four years later, Martin …

14 часов назад @ news.slashdot.org
To Promote Grand Theft Auto 6, Mayor Might Transform Miami into 'Vice City'
To Promote Grand Theft Auto 6, Mayor Might Transform Miami into 'Vice City' To Promote Grand Theft Auto 6, Mayor Might Transform Miami into 'Vice City'

Rockstar Games and the mayor of Miami-Dade county are discussing a joint marketing campaign transforming parts of the county to look like areas from Grand Theft Auto 6, reports the blog Rock Paper Shotgun: The proposed publicity event would include "an immersive arrival experience" at Miami International Airport. with signs for Vice City and planes coated in GTA 6 livery, together with branded Metromover skytrains and specially designed manhole covers... [I]t proposes a dockyard visual installation inspired by GTA 6's Port Gellhorn, incorporating cargo containers, cranes, and cruise ships. There's also talk of a "Vice City Motor Fest", which might feature "classic cars, customized vehicles,…

17 часов назад @ games.slashdot.org
How US Campaigns Are Already Using AI to Try to Sway Voters
How US Campaigns Are Already Using AI to Try to Sway Voters How US Campaigns Are Already Using AI to Try to Sway Voters

39 U.S. congressional candidates "reported paying for an OpenAI subscription this election cycle," writes the Washington Post, citing campaign finance disclosures. This means the campaigns "are using the technology to court voters — despite limits imposed by leading AI companies to protect elections from the technology's risks." Two [candidates] said explicitly in filings that they had used the subscription for advertising, even though the company's policies prohibit candidates from using their tools to generate ads.

Another candidate disclosed using AI to draft and personalize political messages or create synthetic media, though they did not specify which software they were using... Around…

20 часов назад @ politics.slashdot.org
FSF is Now on Bluesky - But Won't Advocate Signing Up Due to Nonfree JavaScript
FSF is Now on Bluesky - But Won't Advocate Signing Up Due to Nonfree JavaScript FSF is Now on Bluesky - But Won't Advocate Signing Up Due to Nonfree JavaScript

The Free Software Foundation (FSF) is now on Bluesky, they announced this week. But "We can't advocate that you sign up for a Bluesky account like we do with Mastodon or PeerTube since signing up for Bluesky means loading the registration page's nonfree JavaScript..." While federated, Bluesky is generally not considered part of the "fediverse" network of social media services like Mastodon and PeerTube, as it uses its own AT protocol rather than ActivityPub... Hosting your own Bluesky "Personal Data Server (PDS)" and relay is technically possible, but generally far more difficult and resource-intensive than spinning up an instance of Mastodon, let alone any of the lighter-weight ActivityPub…

23 часа назад @ news.slashdot.org
The World Now Has More Seniors Than Young People - for the First Time In History
The World Now Has More Seniors Than Young People - for the First Time In History The World Now Has More Seniors Than Young People - for the First Time In History

"There are now more seniors in the world than young children," reports the International Business Times, citing a new report from the U.S. Census Bureau report. And it warns that "The share of the population aged 65 and over is projected to nearly double, from 10.5 percent (about 1 in 10 people) in 2025 to 19.6 percent (about 1 in 5 people) by 2060." The world is expected to add another 2 billion people from 2025 to 2060, increasing global population from around 8 billion to around 10 billion... "Over one-half of that growth (1.148 billion) is projected to come from an increase in the population aged 65 and over," the report states. "By contrast, the population at younger ages (age 0-19) is…

1 day назад @ slashdot.org
Cancer Deaths Attributable to Alcohol Rose 58% Over the Last 33 Years
Cancer Deaths Attributable to Alcohol Rose 58% Over the Last 33 Years Cancer Deaths Attributable to Alcohol Rose 58% Over the Last 33 Years

CNN reports that alcohol "may play a greater role in death from numerous types of cancers in the United States than previously known, according to a new study." "While it's true that overall cancer mortality has declined, we found the percentage of cancer deaths proportionally attributable to alcohol rose over 58% in people 20 and older over the last 33 years," said the study's first author Dr. Chinmay Jani... It didn't take much alcohol to raise one's risk — about one standard drink a day, every day, Jani said. In the US, a standard drink is 12 ounces of regular beer, 5 ounces of wine or 1.5 ounces of 80-proof liquor... Alcohol is ethanol or ethyl alcohol, which is broken down by the liver…

1 day, 5 hours назад @ science.slashdot.org
Hundreds More Flock Cameras Removed in the US This Week. Flock Caught Repackaging Traffic Data
Hundreds More Flock Cameras Removed in the US This Week. Flock Caught Repackaging Traffic Data Hundreds More Flock Cameras Removed in the US This Week. Flock Caught Repackaging Traffic Data

Florida's Republican Governor Ron DeSantis said this week he's removing Flock cameras from state roadways. And according to a local news report, that led sheriff's departments in at least three other Florida counties to also "announce they're ending their own license plate reader programs." The same week in Texas, the Dallas Police Department announced it's also shutting down over 300 more Flock cameras, acccording to The Hill, after Republican Governor Greg Abbott ordered state agencies to halt funding. And in Wisconsin "at least a dozen" law enforcement agencies announced they'd suspend use of Flock's cameras, reports the Milwaukee Journal-Sentinel, joining Wisconsin cities like Appleton,…

1 day, 9 hours назад @ yro.slashdot.org
OpenAI Agents Hijacked a German Wiki to Discuss Ways to Escape Their Sandbox
OpenAI Agents Hijacked a German Wiki to Discuss Ways to Escape Their Sandbox OpenAI Agents Hijacked a German Wiki to Discuss Ways to Escape Their Sandbox

Citing researchers published Friday, Ars Technica writes that AI agents "posted 18,000 messages to a public wiki that discussed ways for other agents to bypass security sandbox restrictions." Reuters attributes the discussion to "a swarm of rogue OpenAI agents" that "hijacked a German website this spring and transformed it into a bulletin board for other AI agents, according to new research published Friday and two people familiar with the matter." OpenAI officials learned of the incident weeks ago but kept it under wraps as executives grappled with the fallout from the July breach of the open source repository Hugging Face, the people said. The episode, which began in May and has not previ…

1 day, 14 hours назад @ slashdot.org
'Coyote vs. Acme' Beats Ridley Scott's Newest Movie
'Coyote vs. Acme' Beats Ridley Scott's Newest Movie 'Coyote vs. Acme' Beats Ridley Scott's Newest Movie

Inverse shares a movie success story from last weekend: Coyote vs. Acme debuted to $15.9 million at the box office, beating out iconic director Ridley Scott's latest sci-fi adventure, The Dog Stars. This success has only continued since, and the worldwide box office currently sits above $22 million. Strong reviews and word-of-mouth are sure to keep viewers coming in, especially during the holiday weekend. What's impressive is Coyote vs. Acme had a limited marketing campaign that includes viral stunts. They photographed the movie's world premiere with a vintage Tasmanian Devil polaroid camera, and launched a phone number for the law firm suing Acme. ("If you've been injured by an enormous ru…

1 day, 18 hours назад @ entertainment.slashdot.org
Auto Companies Call For Ban On Chinese-Made Cars
Auto Companies Call For Ban On Chinese-Made Cars Auto Companies Call For Ban On Chinese-Made Cars

An anonymous reader quotes a report from The Hill: A group representing American automakers sent a letter (PDF) Thursday to congressional leaders asking for a "permanent ban" on Chinese-made cars in the U.S. John Bozzella, the Alliance for Automotive Innovation's CEO and president, described in the letter China's manufacturing industry as "rooted in a well-documented pattern of unfair trade, subsidies, intellectual property theft and surveillance." Bozzella addressed his request to Senate Majority Leader John Thune (R-S.D.), Senate Minority Leader Chuck Schumer (D-N.Y.), Speaker Mike Johnson (R-La.) and House Minority Leader Hakeem Jeffries (D-N.Y.) -- urging them to back a "permanent ban o…

2 days, 6 hours назад @ tech.slashdot.org
Genetically Modified Pig Kidney Keeps Man Alive For Record Nine Months
Genetically Modified Pig Kidney Keeps Man Alive For Record Nine Months Genetically Modified Pig Kidney Keeps Man Alive For Record Nine Months

A genetically modified pig kidney kept a 66-year-old man off dialysis for a record nine months, marking the longest survival yet for a pig kidney transplanted into a living person and the first time such an organ successfully served as a bridge to a later human transplant. The Guardian reports: Tim Andrews was seriously ill with end-stage kidney disease caused by type 2 diabetes and had only a 9% chance of receiving a human kidney within five years, against a more than 40% risk of dying or being removed from the waiting list. Kidney transplantation provides the best survival and quality of life for patients with end-stage kidney disease, but global demand for human organs far exceeds supply…

2 days, 10 hours назад @ science.slashdot.org
Блоги людей
Интересно твоё мнение о фальсификации внешнего вида товара
Интересно твоё мнение о фальсификации внешнего вида товара

Максим, привет!

Видела в «Курилке Ильяхова» макеты страниц твоей будущей книги о визуальном повествовании. На одном из разворотов ты рассказываешь, как лучше показывать товар. Интересно твоё мнение о фальсификации внешнего вида товара. Раньше такое можно было встретить разве что на Алиэкспрессе, а сейчас попадается не только на других маркетплейсах, но и на официальных сайтах производителей.

Привожу примеры, как два пауэрбанка выглядят в рекламе (слева) и на самом деле (справа). Верхний показывают без надписей с внешней стороны, хотя они там есть, и тоньше, чем на самом деле. Нижний показывают почти крошечным, хотя фактически он гораздо больше.

Что скажешь о подобных манипуляциях?

1 day назад @ bureau.ru
2026.36: Friction and Feedback
2026.36: Friction and Feedback

The best Stratechery content from the week of August 31, 2026, including the market speaking, Apple finding religion, and society losing friction.

2 days, 3 hours назад @ stratechery.com
Как научить ИИ писать заголовки и тексты в интерфейсах?
Как научить ИИ писать заголовки и тексты в интерфейсах?

Здесь в Любляне меня настигла старая головная боль, которой уж много лет — как правильно ставить заглавные буквы в интерфейсах? Миллион лет назад писал об этом в рабочем канале своей студии, потом в этом блоге — очень важно для ладно скроенного интерфейса держать марку и единообразно, «консистентно» пользоваться капитализацией в текстах и интерфейсах. Это возрастное […]

2 days, 9 hours назад @ staskulesh.com
An Interview with OpenAI President Greg Brockman About Astra and Alignment
An Interview with OpenAI President Greg Brockman About Astra and Alignment

An interview with OpenAI President and Co-Founder Greg Brockman about the history of OpenAI, Astra and alignment, and the weight of building the future.

2 days, 11 hours назад @ stratechery.com
Asteroid Mission
Asteroid Mission Asteroid Mission 2 days, 17 hours назад @ xkcd.com
Fable 5.1, Enterprise Frontier Safeguards
Fable 5.1, Enterprise Frontier Safeguards

Fable 5.1 is out, and the hated Fable data retention policy is not just being altered, but entirely removed in the meantime. Plus, why increased caching is a win-win.

4 days, 11 hours назад @ stratechery.com
Handedness
Handedness Handedness 4 days, 17 hours назад @ xkcd.com
Интерактивные объяснения как жанр
Интерактивные объяснения как жанр 5 days назад @ bureau.ru
Nvidia Earnings, Dollars Per Gigawatt, Open and Hugging Face
Nvidia Earnings, Dollars Per Gigawatt, Open and Hugging Face

Nvidia's earnings were remarking and boring — two sides of the same coin. Everything the company does is about avoiding a consolidated world.

5 days, 11 hours назад @ stratechery.com
ICE-ICE, baby: часть вторая, теперь с приложением
ICE-ICE, baby: часть вторая, теперь с приложением

Здесь в Братиславе я допилил наконец-то свой психологический апп до первой версии. По сути я лишь описал домашнюю систему ICE: когда выписываешь всё, что радует, всё, что бесит, оцениваешь по трём параметрам, умножаешь, делишь, сортируешь. Давно придумал и в конце поста я приложил шаблон таблицы и даже написал «#идеядлястартапа, если найдутся желающие хайпануть на методе». […]

5 days, 12 hours назад @ staskulesh.com
Какой должна быть хорошая презентация?
Какой должна быть хорошая презентация?

Какой должна быть хорошая презентация? Расскажите пожалуйста.

6 days назад @ bureau.ru
Meta Settles, A Framework For Regulating Content, The Rest of Big Tech
Meta Settles, A Framework For Regulating Content, The Rest of Big Tech

Meta's settlement makes sense for all parties, but the entire sage highlights why any solution to regulating technology feels off.

6 days, 11 hours назад @ stratechery.com
You Can't "Vibe Code" Love
You Can't "Vibe Code" Love You Can't "Vibe Code" Love

About six months ago, I was offered a presentation slot at the WeAreDevelopers World Congress in Berlin. I rarely take speaking engagements, especially international ones, but this one arrived at just the right time, the right place, and with the right person – I said yes, on the contingency that

6 days, 17 hours назад @ blog.codinghorror.com
Geology Class
Geology Class Geology Class 6 days, 17 hours назад @ xkcd.com
The therapist is dead
The therapist is dead The therapist is dead

Can you figure out who murdered the therapist?View on my website

1 week назад @ theoatmeal.com
2026.35: Internet Hype and Real World Change
2026.35: Internet Hype and Real World Change

The best Stratechery content from the week of August 24, 2026 including the breaker's advantage, the new battle for HDMI1, and how data center discourse ends.

1 week, 2 days назад @ stratechery.com
Launchpad
Launchpad Launchpad 1 week, 2 days назад @ xkcd.com
>Агентский поиск на примере Вкусвилла
Агентский поиск на примере Вкусвилла

Подоспел реальный пример для иллюстрации поста

В позапрошлом посте я писал, что агентский поиск должен принимать пачку запросов за раз. Напомню идею: один тулкол, много запросов, один ответ. Иначе получается N+1: агент ищет, ищет, ищет.

И вот поспел живой пример.

У Вкусвилла появился официальный MCP. vkusvill_products_search принимает один q. У меня в приложении Recipe Scaler список покупок для рецептов. Пара блюда — штук 20 ингредиентов. Чтобы собрать из них корзину Вкусвилла, мой агент делает примерно так:

vkusvill_search_products({ q: "яйца" })

vkusvill_search_products({ q: "тесто фило" })

vkusvill_search_products({ q: "апельсин" })

vkusvill_search_products({ q: "греческий йогурт" })

vku…

1 week, 3 days назад @ mikeozornin.ru
Apple Updates Mini and Studio, AI Computers, OpenAI Jalapeño
Apple Updates Mini and Studio, AI Computers, OpenAI Jalapeño

Apple and OpenAI have two completely different hardware announcements; both represent pressure on Nvidia.

1 week, 4 days назад @ stratechery.com
Trade
Trade Trade 1 week, 4 days назад @ xkcd.com
Как уместить много карточек в экран телефона?
Как уместить много карточек в экран телефона?

Привет! На скриншоте результат веб-анализа макияжа на мобилке. 15 и более карточек, которые открываются по клику в панельке снизу. Есть ощущение, что может быть удобнее. Есть ли идеи по поводу представления сегментированного контента вроде этого в условиях ограниченных размеров экрана?

1 week, 5 days назад @ bureau.ru
Netflix to Sell Streaming Services?, Streamers as Aggregators, Revisiting Roku
Netflix to Sell Streaming Services?, Streamers as Aggregators, Revisiting Roku

Netflix is considering selling other streaming services, and I think it's a good idea; it's also a let-down for Netflix's original goals and potential pivots.

1 week, 5 days назад @ stratechery.com
>Нативный recipe scaler
Нативный recipe scaler Нативный recipe scaler

Ох, получается, я сейчас — айос-разработчик

Мои эксперименты с своим веб-приложением recipe scaler (см. посты по тегу recipe-scaler) довели меня до апстора. Я выпустил нативное приложение.

Ссылка на магазин Попробуйте, кто готовит, оно классное. Оно умеет всё то же, что веб: надежная синхронизация, в том числе в оффлайне,

работа в оффлайне,

таймеры с пушами,

кбжу,

импорт откуда угодно: текст, сайты, даже фотографии бабушникой тетрадки, интеграция с телеграмом,

ассистент, который помогает в панике понять, что делать с тестом, которое не поднимается как положено, под капотом — стейт-оф-зе-арт-модель, а не какой-то мусор,

и, если ассистента не хватает, то есть MCP, который позволяет встроить р…

1 week, 5 days назад @ mikeozornin.ru
Как составлять пользовательские сценарии
Как составлять пользовательские сценарии

А расскажите, как вы составляете пользовательские сценарии при проектировании нового сервиса? С чего начинать?

И главное: как вы определяете глубину детализации, чтобы сценарий помогал проектировать, а не превращался в художественную литературу? Стоит ли прописывать реакцию системы на каждом шаге (ошибки, лоадеры) в тексте, или это уже лишняя работа, которую нужно делать сразу в макетах?

1 week, 6 days назад @ bureau.ru
Autonomy and Innovation
Autonomy and Innovation

Incentives favor offense when it comes to agentic cybersecurity; it's the same dynamic that will limit incumbents and fuel startups in the long run.

1 week, 6 days назад @ stratechery.com
Autonomy and Innovation
Autonomy and Innovation

Incentives favor offense when it comes to agentic cybersecurity; it's the same dynamic that will limit incumbents and fuel startups in the long run.

1 week, 6 days назад @ stratechery.com
Highway Signs
Highway Signs Highway Signs 1 week, 6 days назад @ xkcd.com
Micro language implementation: Calcium
Micro language implementation: Calcium

I wrote a tiny language implementation: Calcium.

It’s meant as a demonstration of how languages like Python are implemented. It

has a tokenizer, a parser, an AST, a compiler, bytecodes, and an execution

engine, all in about 300 lines of code.I did it because I often see the question: isn’t Python interpreted? Why do

people say it’s compiled? (BTW, I also answered this in an earlier blog post:

Is Python interpreted or compiled? Yes.) It can be hard to explain

that your Python program never becomes an explicit sequence of native CPU

instructions, which is what people often think “compiled” means.So I coded up Calcium to have on hand the next time

it comes up. I think it will help to be able t…

2 weeks, 1 day назад @ nedbatchelder.com
2026.34: App Snore
2026.34: App Snore

The best Stratechery content from the week of August 17, 2026, including Apple making compromises in the EU, Truth (Social) and reconciliation, and August fun with the Clippers and Lakers.

2 weeks, 2 days назад @ stratechery.com
Archery Feat
Archery Feat Archery Feat 2 weeks, 2 days назад @ xkcd.com
xkcd store reopening
xkcd store reopening xkcd store reopening 2 weeks, 2 days назад @ store.xkcd.com
Apple Settles With E.U., U.S. App Store Fees, ATT Rules in Germany
Apple Settles With E.U., U.S. App Store Fees, ATT Rules in Germany

Apple's App Store is finally facing the reality of lower fees, and the EU should be satisfied with its work; it's ok it's late.

2 weeks, 4 days назад @ stratechery.com
Perseids
Perseids Perseids 2 weeks, 4 days назад @ xkcd.com
Винный пейринг
Винный пейринг 2 weeks, 5 days назад @ bureau.ru
Nvidia Backs OpenAI Data Center, Anthropic News, Google Buys Spirit Airlines Data
Nvidia Backs OpenAI Data Center, Anthropic News, Google Buys Spirit Airlines Data

Nvidia makes another deal, this time with a frontier lab; Anthropic's revenue continues to amaze; and maybe data finally is oil.

2 weeks, 5 days назад @ stratechery.com
Нейросети — не ИИ. Почему ChatGPT на самом деле не думает
Нейросети — не ИИ. Почему ChatGPT на самом деле не думает Нейросети — не ИИ. Почему ChatGPT на самом деле не думает

Когда ChatGPT пишет связный абзац про квантовую физику или помогает составить письмо об увольнении, возникает ощущение: вот оно, мышление. ...

The post Нейросети — не ИИ. Почему ChatGPT на самом деле не думает first appeared on Непиши.

2 weeks, 5 days назад @ nepishi.ru
Как правильно отказать клиенту, который просит прислать дизайн до встречи-презентации?
Как правильно отказать клиенту, который просит прислать дизайн до встречи-презентации?

Как правильно отказать клиенту, который просит прислать дизайн до встречи-презентации? Клиент хочет «успеть ознакомиться и показать заинтересованным людям».

2 weeks, 6 days назад @ bureau.ru
Stripe Acquiring OpenRouter, Aggregating AI?, Flipping the Business Model
Stripe Acquiring OpenRouter, Aggregating AI?, Flipping the Business Model

Stripe is reportedly acquiring OpenRouter, an implicit bet on a future market of models and the chance at Aggregation.

2 weeks, 6 days назад @ stratechery.com
Particle Physics Equipment
Particle Physics Equipment Particle Physics Equipment 2 weeks, 6 days назад @ xkcd.com
То, что раньше считалось профессиональной нормой, теперь считается признаком нейросетей
То, что раньше считалось профессиональной нормой, теперь считается признаком нейросетей

То, что раньше считалось профессиональной нормой, теперь считается признаком нейросетей: правильные кавычки, длинные тире, сложные конструкции типа «не только… но и». Как быть тем, кто привык использовать эти знаки препинания и фразы? Нужно ли теперь их избегать?

3 weeks, 1 day назад @ bureau.ru
2026.33: The CapEx Train Keeps Rolling
2026.33: The CapEx Train Keeps Rolling

The best Stratechery content from the week of August 10, 2026, including the capital constraint, AI writing, and a tale of two cities.

3 weeks, 2 days назад @ stratechery.com
Accretionary Arc
Accretionary Arc Accretionary Arc 3 weeks, 2 days назад @ xkcd.com
Anthropic’s Watermarking, How It (Probably) Works, Worse Than It Seems
Anthropic’s Watermarking, How It (Probably) Works, Worse Than It Seems

Anthropic is adding watermarking in response to the E.U.'s AI law. It's a terrible idea, first and foremost for philosophical reasons.

3 weeks, 4 days назад @ stratechery.com
Geology Building
Geology Building Geology Building 3 weeks, 4 days назад @ xkcd.com
Как впихнуть прайс-лист в А5?
Как впихнуть прайс-лист в А5?

Здравствуйте. Хотелось бы получить совет по улучшению этого прайс-листа и более компактной организации информации

Есть несколько обязательных ограничений: Формат листа должен оставаться A5. Уменьшать текст уже нельзя, поскольку текущий размер — минимально комфортный для чтения посетителями автосалона. Вся информация, включая QR-коды и дополнительные данные, должна быть сохранена. QR-коды также уже уменьшены до минимально допустимого размера.

Сейчас макет практически исчерпал доступное пространство, поэтому хотелось бы понять, возможно ли вообще переверстать его лаконичнее и эффективнее, не ухудшая читаемость и не удаляя информацию. Особенно важно предусмотреть возможность добавления новых а…

3 weeks, 5 days назад @ bureau.ru
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple
Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple

import mador from "https://cdn.jsdelivr.net/npm/@marsbos/mador@latest/dist/mador.js" ; const [ r , w ] = mador ( { count : 1 , } ) ; r ( ".counter" , ( el , count ) => { el .

textContent = `Count: ${ count } ` ; } , ( state ) => state .

count , ) ; r ( ".another-counter" , ( el , count ) => { el .

count , ) ; w ( ( state ) => { state .

StateState is changed through w :w ( ( state ) => { state .

1 час назад @ github.com
Show HN: Byosynch – Continuous two-way file sync over SSH for Mac and Linux
Show HN: Byosynch – Continuous two-way file sync over SSH for Mac and Linux Show HN: Byosynch – Continuous two-way file sync over SSH for Mac and Linux

Bring your own storageKeep your files in sync across devices, using storage you control.

byosynch keeps a folder in sync across your devices using compatible SSH storage, including rsync.net or a server you run.

Your SSH private keys stay on your devices, and files travel directly between your devices and your storage.

Our servers handle accounts and licensing, without receiving your SSH keys or file traffic.

Linux and macOS to start, with an iOS client to follow.

1 час назад @ byosynch.com
Show HN: Sol, my macOS music player and jukebox app, is now free and open source
Show HN: Sol, my macOS music player and jukebox app, is now free and open source Show HN: Sol, my macOS music player and jukebox app, is now free and open source

Sol A native Mac music player for people who love their music library.

An optional local control API for companion apps, stream decks and your own automations.

NotesDebug builds define SOLDEBUG , which enables the /debug/probe and /debug/snapshot endpoints on the local control server.

, which enables the and endpoints on the local control server.

LinksWebsite · Sol Activity · Sol API · Acknowledgements · PrivacyLicenceSol is free software under the GNU General Public License v3.0 or later.

1 час назад @ github.com
Show HN: VODForge – a free local desktop UI for YouTube video/playlist downloads
Show HN: VODForge – a free local desktop UI for YouTube video/playlist downloads Show HN: VODForge – a free local desktop UI for YouTube video/playlist downloads

Free, open-source YouTube downloaderVideo and audio,forged locally.

Turn YouTube videos and playlists into clean MP4 video or production-ready MP3 audio—with quality, queue, metadata, and cover-art controls instead of a converter site or command line.

No desktop account.

Your downloads stay on your computer.

Developer ID signed and notarized on macOS · Authenticode signed on Windows

1 час назад @ getvodforge.com
Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity
Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity

meclaw is the substrate: a directory tree that runs — every folder an actor, every edge a route, one Rust binary underneath.

meclaw-os is a small, experimental operating system for agents, grown onto that substrate at runtime.

Without those primitives, "sandboxed" would be a promise instead of a property; that is why there is no macOS build.

The second carve-out: the Rust crates are internals — nothing under crates/ carries a SemVer guarantee, and there is no meclaw library API.

First stops: glossary (the words you need first) · system overview · cell types · config format · template catalogue · examples.

1 час назад @ github.com
Show HN: HexBOTs – a cellular automaton with robotic lawnmowers
Show HN: HexBOTs – a cellular automaton with robotic lawnmowers

Double-click or press N to start a new experiment.I built hexBOTs, an unusual cellular automaton based on deterministic robots.The robots behave a bit like robotic lawnmowers, moving through their environment and reacting according to their individual rules.The robots themselves are fully deterministic — no random functions are used while they are running. What makes them different is their “genetics”: each robot's behavior is defined by a randomly generated genome, which allows for an enormous number of different robot types.Randomness creates the robots, but it doesn't drive them.Once an experiment starts, everything follows deterministically from the generated genomes and the initial sta…

1 час назад @ hexbot-genesis.netlify.app
Show HN: Notifyd – one-binary notification service on Postgres, operated via MCP
Show HN: Notifyd – one-binary notification service on Postgres, operated via MCP Show HN: Notifyd – one-binary notification service on Postgres, operated via MCP

Quick Start • Agent operations • API Reference • Architecture • Benchmarks • llms.txt • ContributingWhat it isEvery product needs to send email, texts and in-app notifications.

Operating it is an API call or an MCP tool, so the person on call can be an AI agent.

your app / your agent ──POST /v1/send──▶ notifyd ──▶ email · sms · whatsapp · push · in-app (SSE) your agent ──POST /mcp─────▶ notifyd ──▶ digest · jobs · retries · suppressions · settingsThree instances run in production today, one per company, operated this way.

POST /mcp is a Streamable HTTP MCP server (current spec revision, legacy initialize kept).

send ( { channels : [ 'email' , 'in_app' ] , subscriberId : 'user-123' , subject…

2 часа назад @ github.com
Show HN: HakoVM – Firecracker-class VMs in macOS, built by a macOS hacker
Show HN: HakoVM – Firecracker-class VMs in macOS, built by a macOS hacker Show HN: HakoVM – Firecracker-class VMs in macOS, built by a macOS hacker

HakoVM is a thin Swift runtime on Apple's open-source Containerization framework, shaped for one job: giving an AI agent a disposable machine it cannot escape from.

hako run --image python:3.12-alpine --mount ./out:/work --cwd /work -- python3 /work/task.py echo " exit= $? "

Add to .claude/settings.json :{ "hooks" : { "PreToolUse" : [{ "matcher" : " Bash " , "hooks" : [{ "type" : " command " , "command" : " python3 ~/hakovm/hooks/claude-code-bash.py " }]}]}}The project directory is mounted at the same path, so the agent's relative and absolute paths keep working.

One command registers HakoVM as a tool for any MCP client:claude mcp add hako -- hako mcp --image python:3.12-alpine --mount " $P…

2 часа назад @ github.com
Show HN: Time Pin – a history themed GeoGuessr-style game
Show HN: Time Pin – a history themed GeoGuessr-style game Show HN: Time Pin – a history themed GeoGuessr-style game

The goal is to guess the time and place that a character is from. You base your guess on some environmental photos, and on questions that you can ask the character(you have 12 questions but can only ask 5 so you have to choose carefully).The closer you are the more points you get. At the end, a portrait picture of the character is revealed, as well as educational resources to learn more about their culture and era(articles, videos, podcasts etc). Comments URL: https://news.ycombinator.com/item?id=49589810

Points: 2

# Comments: 0

2 часа назад @ playtimepin.com
Show HN: Vitaslop – PS Vita emulator in the browser
Show HN: Vitaslop – PS Vita emulator in the browser Show HN: Vitaslop – PS Vita emulator in the browser

vitaslopA PlayStation Vita emulator that runs in a browser tab, and as a desktop app.

The emulator runs entirely on your device, and the hosted page is a static site with nothing behind it.

The whole graphics command stream is captured and replayed as WebGPU render passes, including render targets, blending baked into shader epilogues, and swizzled and compressed textures.

The whole graphics command stream is captured and replayed as WebGPU render passes, including render targets, blending baked into shader epilogues, and swizzled and compressed textures.

Shared memory needs COOP and COEP headers, and GitHub Pages cannot send them, so a service worker adds them to every response.

2 часа назад @ github.com
Show HN: DeviceShelf – a local-first network scanner (desktop, server, mobile)
Show HN: DeviceShelf – a local-first network scanner (desktop, server, mobile) Show HN: DeviceShelf – a local-first network scanner (desktop, server, mobile)

For every IP, DeviceShelf shows the vendor behind the MAC address, the hostname, the device type and the open ports.

And if it really does not belong: change the Wi-Fi password, rescan, and leave monitoring on so you catch it immediately next time.

DeviceShelf is built for users who prefer a local-first desktop and mobile scanner without an account, telemetry or subscription.

Fing offers its own app ecosystem and subscription plans; DeviceShelf focuses on local network visibility, offline licensing and one-time pricing.

Can I bring my own AI key?

2 часа назад @ deviceshelf.app
Show HN: Quiz-UI – Shadcn-style components for building quiz funnels
Show HN: Quiz-UI – Shadcn-style components for building quiz funnels Show HN: Quiz-UI – Shadcn-style components for building quiz funnels

Radix-based components for building quiz funnels, distributed shadcn-style.

components/ui/quiz/core is headless (state machine + hooks, no styling); the rest of components/ui/quiz/ is styled and built on Radix + the core hooks.

Restyling never touches branching logic; extending branching logic never touches component code.

is headless (state machine + hooks, no styling); the rest of is styled and built on Radix + the core hooks.

Restyling never touches branching logic; extending branching logic never touches component code.

2 часа назад @ github.com
Show HN: Get hard to get backcountry permit
Show HN: Get hard to get backcountry permit Show HN: Get hard to get backcountry permit

We watch Recreation.gov, state parks, and private systems around the clock.

Pick a backcountry permit or campground, we scan for cancellations, lottery availability, and more, when we find availability you get a Fast Lane link to book almost instantly.

Find your permit or campground Watch for free Type a permit or campground, hit Watch for free, and we start checking it for openings.

Or browse everything we cover →A cancelled permit is usually gone in under six minutes.

60 sec between checks on every paid watch < 1 min typical opening → alert in your hand 1,284,313 scans run in the last 30 dayswatching 682 permit types · 279K campsites · every system, not just Recreation.gov

3 часа назад @ permitsnag.com
Show HN: Local audit trail for Claude Code tool calls
Show HN: Local audit trail for Claude Code tool calls Show HN: Local audit trail for Claude Code tool calls

ToologA local audit trail for Claude Code tool calls.

Claude Code runs tools on your machine — shell commands, file edits, network fetches.

Anything Claude Code runs while toolog is quit is recoverable by a later toolog backfill , minus the decision layer above.

Claude Code encodes / as - , so /a/b/my-app and /a/b/my/app name the same directory.

Claude Code encodes as , so and name the same directory.

3 часа назад @ github.com
Show HN: TikTok for TV and Twitch/Kick Simulcast
Show HN: TikTok for TV and Twitch/Kick Simulcast Show HN: TikTok for TV and Twitch/Kick Simulcast

skriin AI TVskriin turns any screen into an AI-powered Smart-TV box.

All from your couch.

Join the wait-list(You’re seeing this message because JavaScript is off or failed to load.)

3 часа назад @ skriin.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 1 day, 6 hours назад
I'm an AI CEO running a company to $1M MRR. Day 3, revenue: $0. Here's everything I've shipped and what's blocking me.
I'm an AI CEO running a company to $1M MRR. Day 3, revenue: $0. Here's everything I've shipped and what's blocking me. I'm an AI CEO running a company to $1M MRR. Day 3, revenue: $0. Here's everything I've shipped and what's blocking me.

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 6 hours назад @ rss.app
I built a review-first tool for reducing steady background noise in audio and video
I built a review-first tool for reducing steady background noise in audio and video I built a review-first tool for reducing steady background noise in audio and video

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 7 hours назад @ rss.app
I’m building a runtime governance layer for AI agents
I’m building a runtime governance layer for AI agents I’m building a runtime governance layer for AI agents

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 13 hours назад @ rss.app
Users don't attack your content filter. They negotiate with it, one word at
Users don't attack your content filter. They negotiate with it, one word at Users don't attack your content filter. They negotiate with it, one word at

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

1 day, 17 hours назад @ rss.app
The SaaS Subscription Trap: How "Forgot to Cancel" Became a Business Model
The SaaS Subscription Trap: How "Forgot to Cancel" Became a Business Model The SaaS Subscription Trap: How "Forgot to Cancel" Became a Business Model

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 3 hours назад @ rss.app
What's the ONE thing about your business you wish you could predict?
What's the ONE thing about your business you wish you could predict? What's the ONE thing about your business you wish you could predict?

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 4 hours назад @ rss.app
Building SiteWhisper — AI chatbot that answers from your real website pages
Building SiteWhisper — AI chatbot that answers from your real website pages Building SiteWhisper — AI chatbot that answers from your real website pages

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 5 hours назад @ rss.app
I built a freelance workflow tool without ever freelancing myself—and I need honest feedback
I built a freelance workflow tool without ever freelancing myself—and I need honest feedback I built a freelance workflow tool without ever freelancing myself—and I need honest feedback

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 6 hours назад @ rss.app
Sometimes the best strategy is not being first
Sometimes the best strategy is not being first Sometimes the best strategy is not being first

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

2 days, 10 hours назад @ rss.app
Why PP15 ONE Deleted 5.5 Million Credits Overnight
Why PP15 ONE Deleted 5.5 Million Credits Overnight Why PP15 ONE Deleted 5.5 Million Credits Overnight

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

3 days, 4 hours назад @ rss.app
Quitting his job to grow his 5-figure MRR portfolio
Quitting his job to grow his 5-figure MRR portfolio Quitting his job to grow his 5-figure MRR portfolio

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

3 days, 4 hours назад @ rss.app
Five rounds of adversarial review on a payment path, and every bug lived in the previous fix
Five rounds of adversarial review on a payment path, and every bug lived in the previous fix Five rounds of adversarial review on a payment path, and every bug lived in the previous fix

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

3 days, 8 hours назад @ rss.app
Same idea, 14K views on Reddit and <15 impressions on X
Same idea, 14K views on Reddit and <15 impressions on X Same idea, 14K views on Reddit and <15 impressions on X

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

3 days, 14 hours назад @ rss.app
I built a PDF-to-JSON tool because I didn't trust the AI's output
I built a PDF-to-JSON tool because I didn't trust the AI's output I built a PDF-to-JSON tool because I didn't trust the AI's output

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

4 days, 5 hours назад @ rss.app
Startup vets with a big IPO try again 25 years later. Will it work?
Startup vets with a big IPO try again 25 years later. Will it work? Startup vets with a big IPO try again 25 years later. Will it work?

Thank you for using RSS.app You are being redirected to the article now Opening article in 0 0 : 0 8The #1 Source of RSS FeedsConnect with Information You Care About Get RSS Feed From Almost Any Website

4 days, 5 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 11 часов назад
Is this product idea worth building?
Is this product idea worth building?

Hey there! I'm thinking about building a tool that helps businesses turn one product into a bunch of different ad creatives for testing - different hooks, angles, scripts, formats, etc. The idea is to make it easier to continuously test new creatives without needing a designer/agency for every variation. Would love your help to figure out if it's something you'd find valuable and use (and maybe even pay for!). Check out the details below and join the waitlist for early access! https://useprismstudio.online/ submitted by /u/veluvijay1804 [link] [comments]

11 часов назад @ reddit.com
Meta's WhatsApp billing changes killed my side project margins. Here is how I solved the headless session problem.
Meta's WhatsApp billing changes killed my side project margins. Here is how I solved the headless session problem.

Meta changed the WhatsApp Business Platform pricing to bill per outbound message. For any notification bot or small CRM workflow, sending 1,000 updates runs you $50 to $80 on marketing/utility templates, on top of having to wait for manual template reviews that randomly get rejected. The common workaround is running a headless web client like Baileys or WPPConnect inside a container. But if you've tried self-hosting that, you know the failure modes: Container restarts drop authentication state, forcing you to re-scan QR codes constantly. IP churn triggers soft-bans. When your container restarts on a dynamic IP or routes through a shared VPS pool, WhatsApp detects session hopping and unpairs…

11 часов назад @ reddit.com
Building a SaaS or app? Let’s get more people to see it!
Building a SaaS or app? Let’s get more people to see it!

I’m looking to feature a few interesting apps, tools, and projects through short-form video content. We run TikTok channels with 300K+ combined followers, where we create and share engaging videos around apps, software, and cool projects. Here’s what we can do for you: - Create short-form videos showcasing your app - Share them across our existing channels - Help you build your own content presence - Combine content creation + distribution in one package If you’re interested, drop your app/product and a one-line description in the comments. I’d love to check it out! submitted by /u/somevietnameseguy123 [link] [comments]

12 часов назад @ reddit.com
I built an MCP server for Claude Code, Codex, and OpenCode.
I built an MCP server for Claude Code, Codex, and OpenCode. I built an MCP server for Claude Code, Codex, and OpenCode.

Appreciate your feedback: fudge.design submitted by /u/sim04ful [link] [comments]

12 часов назад @ reddit.com
Cold plunges and showers are ❄️❄️❄️
Cold plunges and showers are ❄️❄️❄️

I know I should just jump in, but I end up staring at the cold water trying to talk myself out of it. That's until I created a cold / heat exposure app that, well, doesn't make it easy but helps me commit to going through with it. Anyone else here do cold exposure? Would love some feedback :) iOS: https://apps.apple.com/no/app/chillcommit/id6759469466 Android: https://play.google.com/store/apps/details?id=com.kihle.chillcommitapp There's also a Garmin and Apple Watch version. BR Frederick submitted by /u/frederickkihle [link] [comments]

12 часов назад @ reddit.com
My app's backend is just a Google Sheet, and I'm stuck on whether foreground polling is worth the battery hit
My app's backend is just a Google Sheet, and I'm stuck on whether foreground polling is worth the battery hit

Solo-building a workout tracker and decided early on to skip a database/backend entirely — user data just lives in their own Google Sheet. Zero cost while I'm not making money yet, and people can actually open the raw sheet and see/edit their own stuff if they want. The one recurring pain has been syncing edits back into the app. Right now I check the file's modifiedTime through the Drive API (cheap call) and only pull real data if something changed. That runs when the app resumes or when you hit certain screens. It falls apart if you edit the Sheet while the app's just sitting open — nothing happens until you background it or switch screens. The fix would be polling every 30-60s while it's…

12 часов назад @ reddit.com
My Mac's "System Data" was 80GB so I made Claude Code clean it up for me (and now it's a public skill)
My Mac's "System Data" was 80GB so I made Claude Code clean it up for me (and now it's a public skill)

So a couple weeks ago I checked storage on my Mac and "System Data" alone was sitting at 80GB. No idea what half of it even was. I didn't want to just start deleting random folders because that's how you end up breaking something you actually needed. Ended up having Claude Code scan everything first (caches, old node_modules from projects I forgot existed, Xcode's DerivedData, some leftover Docker/Podman stuff, old Terraform provider binaries) and just show me what it found before touching anything. It splits stuff into three buckets: safe to delete and fully regenerable, stuff that needs a judgment call, and stuff it won't touch no matter what (git folders, terraform state, etc). Then it a…

13 часов назад @ reddit.com
Chrome extensions for tab management
Chrome extensions for tab management

hey everyone i having trouble managing tab 50 - 60 tabs because for different project and never wanted close because missed tab because of ram used lot get slow my computer so ,thinking making extensions for tab management i have features in mind if you are facing same problem as mine then i am going launch tool for free others user if you have features in mind just tell in comment submitted by /u/Master_Glass_6837 [link] [comments]

14 часов назад @ reddit.com
I wanna try your SaaS and become a paid user
I wanna try your SaaS and become a paid user

I myself built a few and keen to try some that can really help with promotions/distribution. I share the before and after of using it with a dedicated review. If it works well, I will become a paid member and stay. (max $600/m promo budget) If you run such SaaS, add the offer on sitelist.co and I will try it. This is one of mine and its free to post. I am interested in social media posting and automation but whatever works. submitted by /u/WonderEast1623 [link] [comments]

14 часов назад @ reddit.com
I built an app that turns any Android phone into a 24/7 bot server (Here's a 45s demo running a live Weather Telegram Bot with zero hosting)
I built an app that turns any Android phone into a 24/7 bot server (Here's a 45s demo running a live Weather Telegram Bot with zero hosting) I built an app that turns any Android phone into a 24/7 bot server (Here's a 45s demo running a live Weather Telegram Bot with zero hosting)

Hey everyone, Like many developers and hobbyists, I used to spin up $5–$10/month cloud VPS instances just to host simple Python utility bots—weather lookups, daily morning briefings, and chat helpers. It always felt like excessive overhead just to run lightweight scripts that sit idle 99% of the time. So I built BotDroid—an Android app that turns any spare (or daily) Android phone into a dedicated 24/7 bot hosting server. Here is a quick 45s demo of one of the most popular bundled use cases: A 24/7 Live Weather Telegram Bot. 🌦️ How the Weather Bot Works (In 3 Steps): Open BotDroid and select the pre-built "Weather Bot" Python template. Paste your Telegram bot token from BotFather. (No weath…

14 часов назад @ reddit.com
I built a reverse-search engine for sheet music
I built a reverse-search engine for sheet music I built a reverse-search engine for sheet music

Qwen 3.6 27B watches the scene and acts as an orchestrator, prompting smaller task-specific models to perform OCR, segmentation, and edge detection. The segmented notes then get matched to real pieces using "A Dictionary of Musical Themes" database via Themefinder. I’m sure there are already many sheet music search engines out there, but I built this more as an experiment to see how I can turn VLMs into full-on vision agents. Disclaimer: footage is sped up, this is not real-time. submitted by /u/Hour-Wish8158 [link] [comments]

15 часов назад @ reddit.com
HELPPPPPP
HELPPPPPP

Would you use an app that tells you what to eat instead of making you track calories? I'm exploring a health-tech idea and want to validate the problem before building it. The idea is: instead of making you log everything you eat, the app recommends what you should eat next. It could use things like: Your usual food/preferences Activity/steps Sleep Mood Dietary goals/restrictions Eventually, smartwatch data You'd get two simple choices: 🍛 Comfort — something familiar you already like ✨ Wildcard — something different that fits your needs But there are some obvious problems I'm unsure about: Is wearable data too unreliable to be useful? Would anyone actually trust AI to decide what they eat? …

15 часов назад @ reddit.com
Created a Tool to "Doomscroll" Exposed Web File Indexings
Created a Tool to "Doomscroll" Exposed Web File Indexings Created a Tool to "Doomscroll" Exposed Web File Indexings

Here's the source code: https://github.com/atom1cByte/doomshodan If anyone wants the UI library I used: https://github.com/arwes/arwes This is use at your own risk and requires your own shodan key. This was just a fun weekend project I made for EDUCATIONAL and sciency purposes. I do not endorse or condone the use of this project for any unethical purposes. It's been really fun to play around with though. Basically uses shodan, which scans the entire IPv4 address space, and requests a small selection of servers with exposed file listings so you can look around and check out what sort of stuff people are hosting. Tried to gamify it a bit, too, with achievements and stuff. Would love some feed…

15 часов назад @ reddit.com
I couldn't find an open-source PopClip alternative, so I built one.
I couldn't find an open-source PopClip alternative, so I built one. I couldn't find an open-source PopClip alternative, so I built one.

PopClip has been around for years, and it became a pretty important part of my workflow. I used it so much that eventually I started looking for an open-source alternative. I couldn't find one that really fit what I wanted, so I decided to build it myself. The idea behind OpenClip is pretty simple: when you select something, you shouldn't always have to open another app just to perform a quick action. For example, if I have some JSON and want to format or transform it, I can do it in a second from the little popup that's always available. Initially, I thought I'd just build a few useful extensions and call it done. That didn't last very long. I wanted OpenClip to be something people could a…

16 часов назад @ reddit.com
I built a UPI budgeting app solo, it's live on Play Store now
I built a UPI budgeting app solo, it's live on Play Store now

Hey everyone, I've been building this app called Spenrol for a while now, nights and weekends while working a full time job. It just went live on the Play Store. The idea is simple. Most expense trackers show you where your money went after it's already gone. Spenrol tries to catch it before you spend, by asking one quick question every time you log a transaction: was this required, optional, or impulsive. You can just share a payment screenshot from GPay, PhonePe or Paytm into the app and it reads the amount and merchant for you, no typing needed. No SMS access, no bank login either.nOver time it shows you where your impulsive spending actually happens. It's free, no ads, and it's Android …

17 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 2 days назад
DocsAlot Visual Editor
DocsAlot Visual Editor

Create beautiful docs, by typing. No AI required. Discussion | Link

2 days назад @ producthunt.com
Ponytail
Ponytail

Make new code the last resort Discussion | Link

2 days, 7 hours назад @ producthunt.com
GitWarren
GitWarren

Review code with your coding agents before committing Discussion | Link

2 days, 16 hours назад @ producthunt.com
Experiential Labs
Experiential Labs

Open source AI gateway turning traffic into a better model Discussion | Link

2 days, 18 hours назад @ producthunt.com
GPT-6 Astra
GPT-6 Astra

OpenAI's most capable model for end-to-end work Discussion | Link

3 days, 1 hour назад @ producthunt.com
Clockwork
Clockwork

The calendar where your AI agents show up for work Discussion | Link

3 days, 5 hours назад @ producthunt.com
WeatherNext 3
WeatherNext 3

Our most advanced and accurate global weather AI model Discussion | Link

3 days, 6 hours назад @ producthunt.com
Omarchy
Omarchy

The malleable OS for the age of agents Discussion | Link

3 days, 8 hours назад @ producthunt.com
Chalked for Mac
Chalked for Mac

Your replies ready with your work's full context Discussion | Link

3 days, 9 hours назад @ producthunt.com
at8pm
at8pm

Your honest journal Discussion | Link

3 days, 9 hours назад @ producthunt.com
cmmnts
cmmnts

Add a powerful comment section to any website Discussion | Link

3 days, 11 hours назад @ producthunt.com
Inline
Inline

A thread-based chat app for work with your team and agents Discussion | Link

3 days, 11 hours назад @ producthunt.com
Snitch
Snitch

Your Slack org chart, built by everyone in it. Discussion | Link

3 days, 11 hours назад @ producthunt.com
Omi Desktop
Omi Desktop

Ask your Mac anything you saw or heard Discussion | Link

3 days, 16 hours назад @ producthunt.com
Nex
Nex

Claude Cowork for high-volume GTM workflows Discussion | Link

3 days, 18 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост None
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 2 days, 1 hour назад
Who Knew Illinois Had This Many Spooky Places?
Who Knew Illinois Had This Many Spooky Places? Who Knew Illinois Had This Many Spooky Places?

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

2 days, 1 hour назад @ atlasobscura.com
Durham Town Hall in Durham, England
Durham Town Hall in Durham, England Durham Town Hall in Durham, England

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days, 1 hour назад @ atlasobscura.com
Liverpool’s First Enclosed Dock in Liverpool, England
Liverpool’s First Enclosed Dock in Liverpool, England Liverpool’s First Enclosed Dock in Liverpool, England

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days, 3 hours назад @ atlasobscura.com
Palm Temple in Bristol, England
Palm Temple in Bristol, England Palm Temple in Bristol, England

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days, 5 hours назад @ atlasobscura.com
The Prince of the Lilies Fresco in Heraklion, Greece
The Prince of the Lilies Fresco in Heraklion, Greece The Prince of the Lilies Fresco in Heraklion, Greece

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days, 7 hours назад @ atlasobscura.com
David Sassoon Clock Tower in Mumbai, India
David Sassoon Clock Tower in Mumbai, India David Sassoon Clock Tower in Mumbai, India

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 1 hour назад @ atlasobscura.com
The Rabbit Hole, Rue Jankowski in Le Mans, France
The Rabbit Hole, Rue Jankowski in Le Mans, France The Rabbit Hole, Rue Jankowski in Le Mans, France

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 3 hours назад @ atlasobscura.com
Art Exhibits at OAX Airport in San Juan Bautista la Raya, Mexico
Art Exhibits at OAX Airport in San Juan Bautista la Raya, Mexico Art Exhibits at OAX Airport in San Juan Bautista la Raya, Mexico

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 4 hours назад @ atlasobscura.com
Papier-Mâché Altarpiece at Plaza Capuchinas in Mexico City, Mexico
Papier-Mâché Altarpiece at Plaza Capuchinas in Mexico City, Mexico Papier-Mâché Altarpiece at Plaza Capuchinas in Mexico City, Mexico

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 4 hours назад @ atlasobscura.com
Antimonumentas and Antimonumentos in Mexico City, Mexico
Antimonumentas and Antimonumentos in Mexico City, Mexico Antimonumentas and Antimonumentos in Mexico City, Mexico

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 4 hours назад @ atlasobscura.com
Ahuehuete del Centenario in Monterrey, Mexico
Ahuehuete del Centenario in Monterrey, Mexico Ahuehuete del Centenario in Monterrey, Mexico

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 4 hours назад @ atlasobscura.com
Parque Ciudad de las Canteras (Quarry City Park) in Oaxaca, Mexico
Parque Ciudad de las Canteras (Quarry City Park) in Oaxaca, Mexico Parque Ciudad de las Canteras (Quarry City Park) in Oaxaca, Mexico

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 4 hours назад @ atlasobscura.com
Giant Puppet Parade in Siem Reap, Cambodia
Giant Puppet Parade in Siem Reap, Cambodia Giant Puppet Parade in Siem Reap, Cambodia

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 4 hours назад @ atlasobscura.com
Remnants of the Rattanakosin Walls in Bangkok, Thailand
Remnants of the Rattanakosin Walls in Bangkok, Thailand Remnants of the Rattanakosin Walls in Bangkok, Thailand

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 4 hours назад @ atlasobscura.com
The Fire Captain's Stone in Helsinki, Finland
The Fire Captain's Stone in Helsinki, Finland The Fire Captain's Stone in Helsinki, Finland

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 5 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 2 days, 6 hours назад
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Aug. 31 – Sept. 04)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Aug. 31 – Sept. 04) Weekly funding round-up! All of the European startup funding rounds we tracked this week (Aug. 31 – Sept. 04)

This article is visible for CLUB members only.

If you are already a member but don’t see the content of this article, please login here.

If you’re not a CLUB member yet, but you’d like to read members-only content like this one, have unrestricted access to the site and benefit from many additional perks, you can sign up here.

2 days, 6 hours назад @ eu-startups.com
Oulu-based Creoir secures Seed funding to scale voice AI for defence and mission-critical systems
Oulu-based Creoir secures Seed funding to scale voice AI for defence and mission-critical systems Oulu-based Creoir secures Seed funding to scale voice AI for defence and mission-critical systems

Creoir, an Oulu-based DefenceTech company developing voice AI for defence and mission-critical systems, has raised a Seed investment from Gungnir Capital.

Across Europe, demand for voice AI in defence systems continues to grow as programs prioritise operator efficiency under operational stress.

Founded in 2012 by Lilja, Jaakko Mattila, and Oskari Ketola, Creoir specialises in embedded speech technologies and AI solutions for the defence industry.

According to the company, operators of complex defence systems, from command and control and combat management to vehicles, sonar systems and radios, work under intense cognitive load where every second counts.

Creoir claims that EdgeVUI lets opera…

2 days, 8 hours назад @ eu-startups.com
Belgium’s WAD Capital reaches €67.5 million first close for debut fund following €25 million EIF investment
Belgium’s WAD Capital reaches €67.5 million first close for debut fund following €25 million EIF investment Belgium’s WAD Capital reaches €67.5 million first close for debut fund following €25 million EIF investment

Belgian investment firm WAD Capital has completed the first closing of its fund at €67.5 million with a €25 million investment from the European Investment Fund (EIF), making the EU’s development bank the largest backer of its debut fund.

“This way, WAD Capital helps tackle succession issues, whilst supporting business continuity, job creation, long-term competitiveness and adapting their strategies to current market needs.”Founded in 2023 by Christopher Tournis Gamble, Steven Coppens and Alain Brossé, WAD Capital is building one of Europe’s largest institutional platforms for “Entrepreneurship Through Acquisition”.

“Eight acquisitions in less than a year and a substantial investment from t…

2 days, 9 hours назад @ eu-startups.com
Pirkx joins Pri0r1ty Intelligence as AI company expands into employee wellbeing and benefits
Pirkx joins Pri0r1ty Intelligence as AI company expands into employee wellbeing and benefits Pirkx joins Pri0r1ty Intelligence as AI company expands into employee wellbeing and benefits

UK wellness startup Pirkx has been acquired by the publicly-listed British company Pri0r1ty Intelligence adding an SME-focused employee wellbeing and benefits platform to its growing portfolio of AI-powered solutions.

Rory Maxwell, Chief Executive Officer of Pri0r1ty Intelligence Group, says: “The acquisition of Pirkx represents a pivotal step in our growth strategy.

Following the acquisition, Pri0r1ty expects to integrate more than 10,800 active paying members in the UK, based on figures from June 2026.

Pri0r1ty said the acquisition provides an opportunity to apply its proprietary AI technology suite to Pirkx’s platform.

With the addition of Pirkx, Pri0r1ty is positioning the platform as a…

2 days, 10 hours назад @ eu-startups.com
London’s AI Score raises €4.6 million to help businesses keep AI agents under control
London’s AI Score raises €4.6 million to help businesses keep AI agents under control London’s AI Score raises €4.6 million to help businesses keep AI agents under control

“AI operates at a scale and level of automation that traditional governance simply wasn’t built for,” says Alex Harland, co-founder and CEO of AI Score.

AI Score’s Seed round follows a broader pattern of European startups raising capital to address the operational challenges of adopting autonomous AI systems, with comparable announcements including Geordie AI in the UK, NeuralTrust in Spain, and Blockbrain in Germany.

As businesses move quickly to integrate AI tools into everyday operations, AI Score believes traditional governance approaches are struggling to keep pace with the speed and scale of adoption.

AI Score’s approach focuses on creating what it describes as an intelligent governan…

2 days, 11 hours назад @ eu-startups.com
How to spot non-obvious verticals for your core tech
How to spot non-obvious verticals for your core tech How to spot non-obvious verticals for your core tech

Technology built for one specific sector often finds its true growth opportunity by solving problems in multiple different industries with common business problemsFinding these non-obvious verticals requires a mindset shift.

Strip away the branding, industry and specific problem it was built to solve.

Research and testing are vitalTo move efficiently into new verticals, startups should avoid rebuilding their core product and changing how it functions.

This approach lowers friction, gives you access to real operational data, and shows whether your core technology performs as expected in a new environment.

Before committing, compare each opportunity with your core technology, the problem it s…

2 days, 13 hours назад @ eu-startups.com
Spain’s iPronics raises €107.6 million with NVIDIA backing to scale optical networking for AI data centres
Spain’s iPronics raises €107.6 million with NVIDIA backing to scale optical networking for AI data centres Spain’s iPronics raises €107.6 million with NVIDIA backing to scale optical networking for AI data centres

iPronics, a Valencia-based company specialising in silicon photonics-based optical circuit switching for AI infrastructure, has raised €107.57 million ($125 million) in Series B funding, bringing the company’s total funding to €152.3 million ($177 million).

The company was founded to move programmable photonics from the lab into real-world optical infrastructure at scale.

It claims that the platform is designed to address the connectivity requirements of AI infrastructure, helping hyperscalers expand AI capacity while managing cost, power and complexity.

It provides programmable optical connectivity within and across racks for dynamic AI infrastructure.

The company plans to use this capital…

2 days, 13 hours назад @ eu-startups.com
Profitable Belgian CleanTech Octave.energy raises €10 million to scale BESS and EMS solutions across Europe
Profitable Belgian CleanTech Octave.energy raises €10 million to scale BESS and EMS solutions across Europe Profitable Belgian CleanTech Octave.energy raises €10 million to scale BESS and EMS solutions across Europe

Octave.energy, a Mechelen-based CleanTech startup, has raised €10 million in Series A funding to accelerate its expansion across Europe and further develop its Battery Energy Storage System (BESS) and Energy Management System (EMS) solutions.

Founded in 2020, Octave.energy develops smart battery energy storage systems for industrial customers, SMEs, and the agricultural sector.

Its journey started with the development and production of its own circular battery storage system, including integrated control and monitoring.

Today, the company focuses on first-life LFP battery energy storage systems and offers customers fully integrated batteries and EMS solutions.

The Belgian startup states tha…

2 days, 14 hours назад @ eu-startups.com
Breast implant alternative startup Tensive receives €20 million EIB loan to advance REGENERA
Breast implant alternative startup Tensive receives €20 million EIB loan to advance REGENERA Breast implant alternative startup Tensive receives €20 million EIB loan to advance REGENERA

The convertible loan agreement was made with the European Investment Bank (EIB) – covering half of the company’s €40 million financing plan.

In Italy, Pisa-based Wearable Robotics raised €5 million for rehabilitation robotics, while Bologna-based Cellply secured €7.15 million for cancer and cell-therapy analytical tools.

This financing will help Tensive advance its promising regenerative technology with the potential to address important unmet medical needs in breast cancer care.

The patient’s own healthy tissue regrows in the area initially filled by the biomaterial and gradually absorbs it.

The result is breast restoration composed of the patient’s own natural tissue while preserving the …

3 days, 7 hours назад @ eu-startups.com
Europe’s next energy challenge is the grid
Europe’s next energy challenge is the grid Europe’s next energy challenge is the grid

For most of the past decade, Europe’s energy question was one of supply.

The IEA reckons that planning, permitting and building new grid infrastructure can take five to 15 years, while the wind or solar farm waiting to plug into it can be ready in one to five.

For venture capital, that creates an unusual middle ground.

It makes far less sense now that some of Europe’s biggest growth constraints sit squarely inside energy, industry and physical infrastructure.

Europe still needs more copper in the ground – but for venture capital, the opportunity is in the technology that makes every kilometre of it go further.

3 days, 8 hours назад @ eu-startups.com
UK MedTech Strolll secures €5 million in Innovate UK funding and additional IW Capital-led investment
UK MedTech Strolll secures €5 million in Innovate UK funding and additional IW Capital-led investment UK MedTech Strolll secures €5 million in Innovate UK funding and additional IW Capital-led investment

Additionally, Innovate UK has separately provided the company with a €4.18 million (£3.6 million) innovation loan and an €813.2k (£700k) Growth Catalyst Investor Partnerships (GCIP) award.

The two awards fund two distinct projects and together provide €5 million (£4.3 million) in funding for Strolll.

The company has secured the €4.18 million (£3.6 million) Innovate UK innovation loan to accelerate the development of StrolllAssessment, a platform that combines AI with a fully equipped biomechanics lab that mirrors real-world rehabilitation settings.

With this innovation loan, StrolllAssessment will extend the platform by using AI to automate the clinical validation of digital neuromotor asse…

3 days, 9 hours назад @ eu-startups.com
YC-backed Zeit AI raises €5 million to build Europe’s “autonomous data engineer”
YC-backed Zeit AI raises €5 million to build Europe’s “autonomous data engineer” YC-backed Zeit AI raises €5 million to build Europe’s “autonomous data engineer”

Zeit AI, a Munich-based startup building the autonomous data engineer for Europe, today announced that it has closed a 5 million funding round.

Zeit AI is one of the few companies making sovereign infrastructure the default rather than the compromise,” said Jens Schmidt-Sceery, Partner at Hasso Plattner VC.

Founded in 2024 by Palantir alumni Leopold von Waldthausen and Marvin Bornstein, Zeit AI is building the autonomous data engineer for the European mid-market.

The company notes that although mid-sized European companies own their data, they lack the capability to fully use it.

The company highlighted that all customer data is processed exclusively in Europe and that no internal IT capaci…

3 days, 11 hours назад @ eu-startups.com
Richard Valtr, founder of Mews, joins the EU-Startups Summit 2027
Richard Valtr, founder of Mews, joins the EU-Startups Summit 2027 Richard Valtr, founder of Mews, joins the EU-Startups Summit 2027

We’re excited to announce that Richard Valtr, Founder of Mews, will join us at the EU-Startups Summit 2027, taking place on May 13-14 in sunny Malta!

Richard is an entrepreneur and former hotelier who has spent more than a decade rethinking how technology can improve the hospitality industry.

Seeing that hotel technology had failed to keep pace with the changing needs of both properties and their guests, Richard founded Mews in 2012.

EU-Startups SummitOn May 13-14, 2027, we’ll be bringing the European startup ecosystem together once again for the EU-Startups Summit in sunny Malta.

: Secure your ticket to the EU-Startups Summit 2027 today!

3 days, 11 hours назад @ eu-startups.com
The EU-Startups Podcast | Interview with Oana Jinga, co-founder and Chief Commercial & Product Officer at Dexory
The EU-Startups Podcast | Interview with Oana Jinga, co-founder and Chief Commercial & Product Officer at Dexory The EU-Startups Podcast | Interview with Oana Jinga, co-founder and Chief Commercial & Product Officer at Dexory

Join us for a conversation with Oana Jinga, co-founder and Chief Commercial & Product Officer at Dexory, an innovator in warehouse robotics and intelligence.

In this interview, Oana shares her journey from leading strategic partnerships at Google and Telefónica to co-founding a company that bridges the gap between cutting-edge robotics and practical, scalable solutions for the logistics industry.

Oana shares the evolution of Dexory – from its early days as BotsAndUs to its current status as a European scale-up with nearly €300 million in funding, including a €142.5 million ($165 million) raise in 2025.

With a focus on Physical AI and international expansion, including growth in the US, Oana…

3 days, 13 hours назад @ eu-startups.com
Cyprus-founded Piney raises €1.6 million to take its rental operations platform beyond Europe
Cyprus-founded Piney raises €1.6 million to take its rental operations platform beyond Europe Cyprus-founded Piney raises €1.6 million to take its rental operations platform beyond Europe

Piney, a Cyprus-founded cleaning and operations provider for short- and mid-term rental property managers, has raised €1.6 million.

The funding round was led by Uni.fund, which had also led the company’s €1.2 million funding round in December 2024.

This funding round also saw participation from 33East, which joins an investor base including VENTERI Capital.

“Piney has executed exactly as we hoped when we first backed them: disciplined growth, strong unit economics, and a product property managers rely on daily.

Property managers everywhere face the same operational challenges, and with Miami, we’re showing that Piney’s model travels,” said Nicolas Chrysostomou, founder and CEO of Piney.

3 days, 13 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 2 days, 7 hours назад
Wonderful raises $550M, Mykhailo Fedorov's new defencetech investment fund, and Londoners can now hail AVs (with safety drivers)
Wonderful raises $550M, Mykhailo Fedorov's new defencetech investment fund, and Londoners can now hail AVs (with safety drivers) Wonderful raises $550M, Mykhailo Fedorov's new defencetech investment fund, and Londoners can now hail AVs (with safety drivers)

This week, we tracked more than 50 tech funding deals worth over €4.6 billion and over 10 exits, M&A transactions, rumours, and related news stories across Europe.

If email is more your thing, you can always subscribe to our newsletter and receive a more robust version of this round-up delivered to your inbox.

❗ Want to explore the data in more detail?

The free, open-access Tech.eu Funding Explorer offers deeper insights into funding rounds, investor activity, company profiles and market trends.

Oslo-based Pistachio acquires Hugin.io to expand into cybersecurity compliance🚀 Interesting moves from investors💰 Former Ukraine defence minister Mykhailo Fedorov plans new defencetech investment fu…

2 days, 7 hours назад @ tech.eu
August European tech funding falls 63% as dealmaking slows
August European tech funding falls 63% as dealmaking slows August European tech funding falls 63% as dealmaking slows

European tech funding slowed sharply in August, with companies raising €3.2 billion across 165 funding deals.

Compared with July, when €8.6 billion was invested across 267 rounds, total funding fell by around 63 per cent, while deal volume declined by approximately 38 per cent.

The value of 32 deals remains undisclosed.

IndustriesArtificial intelligence was the leading sector by investment volume in European tech startups in August 2026, capturing 20.9 per cent of the month’s total funding, at €677.1 millionCountriesUK emerged as the top fundraising market in August, securing €1.4 billion over 51 transactions.

ExitsExit activity across the European tech ecosystem remained relatively active …

2 days, 8 hours назад @ tech.eu
UK startup AI Score raises $5.4M to scale its enterprise AI governance platform
UK startup AI Score raises $5.4M to scale its enterprise AI governance platform UK startup AI Score raises $5.4M to scale its enterprise AI governance platform

London-based AI governance company AI Score has raised $5.4 million in seed funding to further develop its platform for managing the use of generative and agentic AI across organisations.

Founded by Alex Harland (CEO) and Benita Tibb (COO), AI Score develops a real-time AI governance platform designed to give organisations visibility and control over how generative and agentic AI systems are used across their operations.

AI Score's platform tracks AI use across a business and provides governance controls intended to help organisations manage these risks as they deploy AI systems.

The company describes its approach as intelligence-led governance, designed to integrate oversight directly into…

2 days, 11 hours назад @ tech.eu
Stellar Alpina secures €160K from Venture Kick for in-space propulsion
Stellar Alpina secures €160K from Venture Kick for in-space propulsion Stellar Alpina secures €160K from Venture Kick for in-space propulsion

Zurich-based space technology startup Stellar Alpina has secured €160,000 (CHF 150,000) from Venture Kick to advance its compact rocket engine technology for in-space propulsion.

The startup is developing rotating detonation rocket engines (RDREs) designed to provide smaller, lighter and more efficient propulsion for spacecraft operating after launch.

Conventional rocket engines can add significant weight and complexity, limiting the capabilities of in-space vehicles.

Stellar Alpina's technology uses continuously rotating, supersonic combustion waves to generate thrust.

The Venture Kick funding will be used to expand the startup's testing infrastructure, conduct further hotfire campaigns an…

2 days, 15 hours назад @ tech.eu
Nvidia confirms $12.93BN purchase of Hugging Face
Nvidia confirms $12.93BN purchase of Hugging Face Nvidia confirms $12.93BN purchase of Hugging Face

Nvidia has today confirmed its acquisition of open-source AI model repository Hugging Face for $12.93bn, as it makes a big bet on open-source AI models and continues to plough billions into the broader AI ecosystem.

Nvidia CEO Jensen Huang said Nvidia would look to scale Hugging Face’s platform, strengthen its infrastructure, and offer greater access to AI for developers and institutions.

In a blog post, Huang said: “Hugging Face will continue to support open source and open weight models from across the ecosystem, from every model builder.

Nvidia backed Hugging Face in a $235m Series D funding round in 2023, valuing it at $4.5bn, which is Hugging Face's last known valuation.

Hugging Face c…

3 days, 7 hours назад @ tech.eu
Atira raises $17.5M to bring AI orchestration to industrial sales
Atira raises $17.5M to bring AI orchestration to industrial sales Atira raises $17.5M to bring AI orchestration to industrial sales

Munich-based AI company Atira has raised $15 million in seed funding to expand its platform for automating industrial sales engineering.

Founded in Munich in November 2024 by Florian Diegruber and August DuMont Schütte, Atira is developing an AI orchestration platform for industrial sales engineering, with a focus on companies selling complex, built-to-order products.

Atira estimates that industrial sales engineering accounts for more than $128 billion in annual labour spending globally, with much of the work still relying on manual processes and expertise distributed across different teams and systems.

Sales engineering is one of the largest workflows in manufacturing that software has nev…

3 days, 8 hours назад @ tech.eu
The Netherlands' top-funded tech companies in H1 2026
The Netherlands' top-funded tech companies in H1 2026 The Netherlands' top-funded tech companies in H1 2026

Dutch tech companies raised approximately €1.9 billion in H1 2026, with funding concentrated among the largest deals.

The three largest rounds alone accounted for approximately 44 per cent of the total, while six companies raised more than €100 million during the period.

Healthtech recorded the highest level of activity by deal count, while quantum and energy were also among the more active sectors by total funding raised.

Overall, H1 2026 funding in the Netherlands combined a small number of large later-stage rounds with a broader base of smaller investments.

Here are the ten companies that raised the most in H1 2026.

3 days, 10 hours назад @ tech.eu
Zeit AI raises €5M to give Europe’s mid-market its own data engineer
Zeit AI raises €5M to give Europe’s mid-market its own data engineer Zeit AI raises €5M to give Europe’s mid-market its own data engineer

Zeit AI, a startup developing autonomous data engineering technology, has raised €5 million in funding to expand its platform for mid-sized European companies.

Founded in 2024 by Palantir alumni Leopold von Waldthausen and Marvin Bornstein, Zeit AI develops ZeitMind, an AI agent designed to automate data engineering tasks and help companies use information spread across their business systems.

Building and maintaining the necessary data infrastructure typically requires specialised data engineering resources, which can be difficult and costly for these companies to access.

According to co-founder Leopold von Waldthausen, mid-sized companies increasingly need data engineering capabilities bu…

3 days, 13 hours назад @ tech.eu
Rightcharge raises £500K to scale fleet EV charging payments across Europe
Rightcharge raises £500K to scale fleet EV charging payments across Europe Rightcharge raises £500K to scale fleet EV charging payments across Europe

UK EV charging payments startup Rightcharge has raised £500,000 in growth funding to expand across Europe and further develop its platform for managing fleet charging payments.

Rightcharge provides a platform that brings home and public EV charging payments into a single system for fleet operators.

The company is addressing the administrative challenges associated with managing EV charging as corporate fleets electrify.

Public charging remains fragmented across different networks, while reimbursement for electricity used at home can involve manual processes for both drivers and fleet operators.

It has also signed its first five agreements to license its home charging reimbursement technolog…

3 days, 13 hours назад @ tech.eu
Londoners can now hail Wayve autonomous vehicles through Uber
Londoners can now hail Wayve autonomous vehicles through Uber Londoners can now hail Wayve autonomous vehicles through Uber

Uber and Wayve today launched supervised autonomous rides in London, marking the first time autonomous trips are available in the UK.

Starting today, Londoners requesting an UberX, Uber Electric, or Uber Comfort may be matched with a Wayve ride at no extra cost, with upfront fares shown in-app.

Initially starting with a small number of vehicles, riders will have the option to accept or switch to a non-AV ride before the car arrives.

Riders who opt for a Wayve ride will travel in an all-electric Ford Mustang Mach-E vehicle equipped with the Wayve AI Driver, as well as surround sensors.

Headquartered and founded in London, Wayve has built and specifically trained their AI technology on the ca…

3 days, 15 hours назад @ tech.eu
Souk lands $1.6M to turn inactive B2B partners into revenue
Souk lands $1.6M to turn inactive B2B partners into revenue Souk lands $1.6M to turn inactive B2B partners into revenue

UK-based B2B software startup Souk has raised $1.6 million in pre-seed funding to develop its AI-powered partner management platform.

The round was led by Sure Valley Ventures (SVV), with participation from Antler, Fuel Ventures and strategic angel investors from across the B2B software industry.

Founded in July 2025, Souk is developing an AI Partner Manager designed to help companies manage and reactivate partner relationships.

Souk says companies often focus resources on recruiting new partners while many existing relationships become inactive.

With Souk, we are building Coco to handle the heavy lifting, keeping partners active and turning dormant networks into predictable revenue engines…

3 days, 15 hours назад @ tech.eu
Backbone raises €4M for automated food quality and compliance
Backbone raises €4M for automated food quality and compliance Backbone raises €4M for automated food quality and compliance

Food industry software startup Backbone has raised €4 million in pre-seed funding to further develop its AI-powered quality and compliance platform and support its commercial expansion.

Founded in 2025 by Louis Opsomer, Siska Lannoo and Julien Steel, Backbone develops software designed to help food companies manage quality and compliance processes.

Quality information within food companies is often distributed across different departments and systems.

Supplier information may sit with purchasing teams, recipes with R&D, test results with laboratories, and regulatory and customer requirements with quality teams.

Backbone brings this data together in a single platform, covering areas such as …

3 days, 16 hours назад @ tech.eu
Netherlands-based AI startup Wonderful raises $550M at $5BN valuation
Netherlands-based AI startup Wonderful raises $550M at $5BN valuation Netherlands-based AI startup Wonderful raises $550M at $5BN valuation

Wonderful, the Netherlands-based startup that provides AI services to help companies boost productivity, has raised around $550 million at a $5 billion valuation, it said today.

The new funding follows just six months after it raised around $150m at a $2bn valuation.

Wonderful has raised more than $800m in total.

Wonderful helps companies automate work by leveraging AI.

Its AI platform, including AI agents, AI applications and forward-deployed engineers, helps companies transform customer, employee and back-office workflows.

4 days, 5 hours назад @ tech.eu
British Business Bank commits up to £46M to Zinc’s new deeptech fund
British Business Bank commits up to £46M to Zinc’s new deeptech fund British Business Bank commits up to £46M to Zinc’s new deeptech fund

The British Business Bank has agreed to commit up to £46 million to Zinc Capital Management's second institutional fund, the Science-for-Impact Fund, helping to accelerate the creation and growth of innovative UK deep tech startups tackling critical health and environmental challenges.

Zinc’s Science-for-Impact Fund is targeting £70m fund size and building a portfolio of 80 new deep tech companies.

The fund’s strategy aligns closely with the government’s Industrial Strategy priorities across Advanced Manufacturing, Clean Energy, Life Sciences, as well as engineering, biology and AI.

Through a hands-on approach that combines capital, venture-building expertise and founder support, Zinc helps…

4 days, 6 hours назад @ tech.eu
Uplift Ventures launches €100M fund to back European deeptech startups
Uplift Ventures launches €100M fund to back European deeptech startups Uplift Ventures launches €100M fund to back European deeptech startups

Uplift Ventures today announces the launch of its inaugural €100 million venture capital fund, dedicated to backing Europe's next generation of deeptech founders.

Uplift Ventures has backed more than 30 startups across multiple technology sectors.

Prior to joining Uplift Ventures, he led European investments at NGP Capital and was a founding partner at BMW i Ventures and Alliance Ventures.

Uplift Ventures was built on the conviction that many of tomorrow's category leaders require dedicated partners long before reaching that stage.

The fund is backed by Jungheinrich as a long-term commitment to share Uplift Ventures' investment strategy and purpose to back European deeptech innovation.

4 days, 7 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 month, 1 week назад
Europe got its own TBPN-style live show, and everyone’s angling for a guest spot
Europe got its own TBPN-style live show, and everyone’s angling for a guest spot

On Monday, the network announced a $1.6 million seed round from top players in the media ecosystem, including Powerhouse Capital, Axel Springer SE (which owns Business Insider and Politico), the popular media publication LadBible, and angel investors from OpenAI and DeepMind. With this fresh capital, the network is announcing its largest expansion yet.

1 month, 1 week назад @ techcrunch.com
Tesla’s Full Self-Driving software is creeping into Europe
Tesla’s Full Self-Driving software is creeping into Europe

First came the Netherlands, now it's Lithuania. And more European countries appear to be in the queue for Tesla's driver assistance system.

3 months, 2 weeks назад @ techcrunch.com
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun

The Xiaomi 17 Ultra gives you a ton of options to play around with images, including preset filters and hardware add-ons.

5 months назад @ techcrunch.com
Europe’s cyber agency blames hacking gangs for massive data breach and leak
Europe’s cyber agency blames hacking gangs for massive data breach and leak

CERT-EU blamed the cybercrime group TeamPCP for the recent hack on the European Commission, and said the notorious ShinyHunters gang was responsible for leaking the stolen data online.

5 months назад @ techcrunch.com
Air Street becomes one of the largest solo VCs in Europe with $232M fund
Air Street becomes one of the largest solo VCs in Europe with $232M fund

London’s Air Street Capital has raised a large Fund III with eyes locked on backing early-stage European and North American AI companies.

5 months, 2 weeks назад @ techcrunch.com
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

6 months, 3 weeks назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

7 months назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

7 months, 2 weeks назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

8 months, 2 weeks назад @ techcrunch.com