Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Sonnet 4.6 Elevated Rate of Errors
Sonnet 4.6 Elevated Rate of Errors Sonnet 4.6 Elevated Rate of Errors

Comments

1 час назад @ status.claude.com
We moved Railway's frontend off Next.js. Builds went from 10+ mins to under two
We moved Railway's frontend off Next.js. Builds went from 10+ mins to under two We moved Railway's frontend off Next.js. Builds went from 10+ mins to under two

Railway's entire production frontend no longer runs on Next.js.

The dashboard, the canvas, railway.com, all of it now runs on Vite + TanStack Router, and we shipped the migration in two PRs with zero downtime.

We were still on the Pages Router, which made shared layouts hacky.

We run our production frontend the same way our users run theirs: preview deploys per PR, health checks, zero-downtime rollouts.

Your frontend framework should be optimized for iteration speed, and your infrastructure should make shipping those iterations invisible.

2 часа назад @ blog.railway.com
Revision Demoparty 2026: Razor1911 [video]
Revision Demoparty 2026: Razor1911 [video] Revision Demoparty 2026: Razor1911 [video]

Comments

2 часа назад @ youtube.com
Protect Your Shed
Protect Your Shed Protect Your Shed

By night, I was in the shed, building whatever I felt like.

The enterprise taught me the rules of structural integrity, but the shed gave me a place to actually be the architect.

The freedom to break things#When you’re building for yourself, the cost of a bad decision is a wasted evening.

You stop building things because you want to, and start building them because the business says so.

Protect your personal projects at all costs.

5 часов назад @ dylanbutler.dev
LLM scraper bots are overloading acme.com's HTTPS server
LLM scraper bots are overloading acme.com's HTTPS server LLM scraper bots are overloading acme.com's HTTPS server

Nearly all of them were on port 443 / https, not port 80 / http.

Maybe the slow https server was falling behind?

What I think was going on: before Sonic's February 25th maintenance, my https server was probably barely keeping up.

Now closing https service is obviously just a temporary fix, because I do want to provide https, but it's actually not that bad.

My legit web traffic is 90% http / 10% https, so I'm losing at most 10% of my traffic.

5 часов назад @ acme.com
OpenAI says its new model GPT-2 is too dangerous to release (2019)
OpenAI says its new model GPT-2 is too dangerous to release (2019) OpenAI says its new model GPT-2 is too dangerous to release (2019)

The announcement has also sparked a debate about how to handle the proliferation of potentially dangerous A.I.

The GPT-2 algorithm produced a news article in response:The scientist named the population, after their distinctive horn, Ovid’s Unicorn.

Training the GPT-2 algorithm to adapt nimbly to various modes of writing is a significant achievement.

research that’s already out in the public could build a text generator comparable to GPT-2, even by renting servers from Amazon Web Services.

If OpenAI had released the algorithm, you perhaps would not have to spend as much time and computing power developing your own text generator.

5 часов назад @ slate.com
'This Is Just Not How the Human Race Should Operate,' Says US Senator
'This Is Just Not How the Human Race Should Operate,' Says US Senator 'This Is Just Not How the Human Race Should Operate,' Says US Senator

"That is pure evil," the senator said of Trump's threat, which the president issued on his Truth Social platform.

"But even if he doesn't go through with it, even if Iran agrees to a deal, this is just not how the human race should operate—compelling others' behavior under the threat of murder of innocent people."

The threat against the nation of more than 90 million people also prompted growing calls for the US president's removal from office.

Rep. Ansari: "Donald Trump is trying to normalize language that essentially threatening genocide, threatening the potential use of nuclear weapons ... how is nobody trying to restrain this madman who is trying to get all of us killed.

said in a state…

6 часов назад @ commondreams.org
JSIR: A High-Level IR for JavaScript
JSIR: A High-Level IR for JavaScript JSIR: A High-Level IR for JavaScript

The need for a high-level JavaScript IRWhy do we need a high-level IR for JavaScript specifically?

One design goal for JSIR is that we can convert JSIR back to the JavaScript AST perfectly.

Therefore, we need to expose a dataflow analysis framework (built on top of the MLIR dataflow analysis framework).

Internal evaluations on billions of JavaScript samples showed that AST - IR round-trips achieved 99.9%+ success resulting in the same source.

Contribute to MLIR region-based dataflow analysisWe believe that the ease-of-use improvements in JSIR’s dataflow analysis API can be upstreamed to MLIR’s built-in dataflow analysis API.

7 часов назад @ discourse.llvm.org
Xilem – An experimental Rust native UI framework
Xilem – An experimental Rust native UI framework Xilem – An experimental Rust native UI framework

Xilem An experimental Rust architecture for reactive UIXilem and Masonry provide an experimental high-level architecture for writing GUI apps in Rust.

Xilem is a UI framework, whereas Masonry is a toolkit for building UI frameworks (including Xilem).

# For all crates within this repo nix develop ./docs # For a specific crate nix develop ./docs#xilem nix develop ./docs#masonry nix develop ./docs#xilem_webRecommended Cargo ConfigThe Xilem repository includes a lot of projects and examples, most of them pulling a lot of dependencies.

# See https://doc.rust-lang.org/cargo/reference/profiles.html#split-debuginfo split-debuginfo = " unpacked "Minimum supported Rust Version (MSRV)This version of X…

8 часов назад @ github.com
Trump announces two-week ceasefire as Iran says talks to begin
Trump announces two-week ceasefire as Iran says talks to begin Trump announces two-week ceasefire as Iran says talks to begin

Just hours earlier, Trump had written on Truth Social: “A whole civilization will die tonight, never to be brought back again.

In the two weeks, Trump said, he believed the US and Iran could negotiate over a 10-point proposal made by Tehran that would allow an armistice to be “finalized and consummated”.

“For a period of two weeks, safe passage through the Strait of Hormuz will be possible via coordinating with Iran’s Armed Forces,” he wrote.

Israel will also agree to the two-week ceasefire, Axios reported, citing an Israeli official, adding that the ceasefire would enter effect as soon as the blockade of the strait of Hormuz ceased.

During a security council session on the strait of Hormuz…

9 часов назад @ theguardian.com
Ex-Meta worker investigated for downloading 30k private Facebook photos
Ex-Meta worker investigated for downloading 30k private Facebook photos Ex-Meta worker investigated for downloading 30k private Facebook photos

Two men arrested after woman dies in two-car crashThe woman, who was in her 30s, was a passenger in one of the vehicles and she died at the scene.

10 часов назад @ bbc.com
RSoC 2026: A new CPU scheduler for Redox OS
RSoC 2026: A new CPU scheduler for Redox OS RSoC 2026: A new CPU scheduler for Redox OS

Avg Execs/Task - How many times on average, a task in this priority queue was executed (Should be higher for higher priorities) iv.

Though, we can notice the plight of the lower priority tasks and their starvation.

Interleaved DWRR === Simulation finished (100000 ticks, 16 cores) === Tasks spawned : 40000 Tasks finished: 0 Execute events: 1600000 Block events : 0 Idle slots : 0 Tasks alive : 40000 === Diagnostics === Absolute CPU Util : 100.00% Scheduler Effic.

DWRR === Simulation finished (100000 ticks, 16 cores) === Tasks spawned : 1675 Tasks finished: 19 Execute events: 1593758 Block events : 785 Idle slots : 6242 Tasks alive : 1656 === Diagnostics === Absolute CPU Util : 99.61% Schedule…

10 часов назад @ redox-os.org
USD Purchasing Power in Real Time Since 2000
USD Purchasing Power in Real Time Since 2000

The real purchasing power of one US dollar from January 2000, eroding in real time.

Data: Bureau of Labor Statistics CPI-U, All Items, US City Average, Not Seasonally Adjusted.

Series CUUR0000SA0.

The displayed value is interpolated from the two most recent monthly CPI readings, extended to the present moment at the observed rate of change.

The real-time tick subdivides that monthly rate into per-second increments.

11 часов назад @ onedollar.today
Move Detroit
Move Detroit Move Detroit

Benefits for existing Detroiters are designed to help residents who catalyze city growth choose to stay and build their business and futures right here.

These include access to industry and community leaders, local discounts, and opportunities to invest in your future in Detroit.

Detroit residents working as creatives, entrepreneurs, and / or small business owners who’d like to stay–each critical to the city’s long-term growth.

11 часов назад @ movedetroit.com
Bitcoin and Quantum Computing
Bitcoin and Quantum Computing

Therefore, it is not 100% clear that Bitcoin will successfully upgrade before a CRQC appears.

Maybe there’s a 50% chance we could successfully roll out some as-yet-unknown PQ soft fork + wallet upgrade + migration by 2029 (B=.5).

You can fill in whatever values for A and B you think make sense and place your bets accordingly.

It’s hard to convince people to work on and engage with Bitcoin when it might be completely broken in a few years.

On a long enough timeframe, A gets high enough that it becomes a question of when, not if, Bitcoin should upgrade.

11 часов назад @ nehanarula.org
Hacker News Hacker News
последний пост 1 час назад
Show HN: An interactive map of Tolkien's Middle-earth
Show HN: An interactive map of Tolkien's Middle-earth

Welcome to Middle-earthAn interactive map of Tolkien’s Middle-earth, with events from across the legendarium plotted as markers.

Click markers to read about key eventsUse the Legend panel to filter by book or toggle journey pathsEnable “Measure distance” in the Legend to measure between two pointsVisit the Timeline page for a chronological viewThe base map image is sourced from the internet and is used here for fan/educational purposes.

We do not claim copyright over the map artwork.

Enter Middle-earth

11 часов назад @ middle-earth-interactive-map.web.app
Cells for NetBSD: kernel-enforced, jail-like isolation
Cells for NetBSD: kernel-enforced, jail-like isolation Cells for NetBSD: kernel-enforced, jail-like isolation

Cells for NetBSD is an early-stage but steadily maturing system for lightweight, kernel-enforced isolation on NetBSD.

It closes the operational gap between simple chroot environments and full virtualization platforms such as Xen.

The goal is not to replicate Linux-style container ecosystems, but to provide a focused operating model with minimal dependencies, no external control services, and explicit operational boundaries.

As with any kernel-based isolation, security depends on kernel correctness; stronger trust separation may still require virtualization such as Xen.

Overall, the project is evolving into a practical, end-to-end isolation stack that fits naturally into existing NetBSD admi…

12 часов назад @ netbsd-cells.petermann-digital.de
S3 Files and the changing face of S3
S3 Files and the changing face of S3 S3 Files and the changing face of S3

In this post, Andy writes about the solution that his team came up with: S3 Files.

And now… S3 FilesToday, we are launching S3 Files, a new S3 feature that integrates the Amazon Elastic File System (EFS) into S3 and allows any existing S3 data to be accessed directly as a network attached file system.

Instead, permissions could be specified on the mount itself (familiar territory for network file system users) and enforced within the file system, with specific mappings applied across the two worlds.

S3 Files lets you mount any S3 bucket or prefix as a filesystem on your EC2 instance, container, or Lambda function.

When you first access a directory, S3 Files imports metadata from S3 and po…

12 часов назад @ allthingsdistributed.com
Show HN: Gemma 4 Multimodal Fine-Tuner for Apple Silicon
Show HN: Gemma 4 Multimodal Fine-Tuner for Apple Silicon Show HN: Gemma 4 Multimodal Fine-Tuner for Apple Silicon

Gemma Multimodal Fine-TunerFine-tune Gemma on text, images, and audio — on your Mac, on data that doesn't fit on your Mac.

This MLX-LM Unsloth axolotl Fine-tune Gemma (text-only CSV) ✅ ✅ ✅ ✅ Fine-tune Gemma image + text (caption / VQA CSV) ✅ ⚠️ varies ⚠️ varies ⚠️ varies Fine-tune Gemma audio + text ✅ ❌ ❌ ⚠️ CUDA only Runs on Apple Silicon (MPS) ✅ ✅ ❌ ❌ Stream training data from cloud ✅ ❌ ❌ ⚠️ partial No NVIDIA GPU required ✅ ✅ ❌ ❌If you want to fine-tune Gemma on text, images, or audio without renting an H100 or copying a terabyte of data to your laptop, this is the only toolkit that does all three modalities on Apple Silicon.

Image + text fine-tuning (captioning or VQA on local CSV) uses …

12 часов назад @ github.com
Why IPv6 is the only way forward
Why IPv6 is the only way forward

Two decades ago, when Indian ISPs had adequate IPv4 addresses, they were allocating free public IPs.

No more public IPs, no more free hosting.

I have ommitted most countries which have adequate IP addresses except United States which has excess of IPs.

The country with largest population, India, is allocated merely 1.13% of total IPv4 addresses.

Besides, it’s been 3 decades, the world has been preparing for IPv6 to be the backbone of the Internet.

13 часов назад @ ankshilp.in
Tailslayer: Library for reducing tail latency in RAM reads
Tailslayer: Library for reducing tail latency in RAM reads Tailslayer: Library for reducing tail latency in RAM reads

TailslayerTailslayer is a C++ library that reduces tail latency in RAM reads caused by DRAM refresh stalls.

Once the request comes in, Tailslayer issues hedged reads across all replicas, allowing the work to be performed on whichever result responds first.

UsageThe library code is available in hedged_reader.cpp and the example using the library can be found in tailslayer_example.cpp.

Final work function: This receives the value immediately after it is read.

Additionally, each replica is pinned to a separate core, and will spin on that core according to the signal function until the read happens.

13 часов назад @ github.com
US labor force participation continues to slide
US labor force participation continues to slide US labor force participation continues to slide

In November 2023, the labor force participation rate reached 62.8%, marking the third time in four months that year it hit that level.

The civilian labor force has contracted sharply over the past year, falling from 128.69 million in March 2025 to 123.84 million in March 2026.

At the same time, the labor force participation rate edged down from 62.0% in February to 61.9% in March, the lowest level since November 2021.By gender, labor force participation has declined for both men and women over the past year or so, though the pace of decline has been notably steeper for men.

Labor force participation for the most educated workers fell to 71.4% in February 2026, a record low in data dating ba…

13 часов назад @ restaurant.org
System Card: Claude Mythos Preview [pdf]
System Card: Claude Mythos Preview [pdf]

Comments

14 часов назад @ www-cdn.anthropic.com
Assessing Claude Mythos Preview's cybersecurity capabilities
Assessing Claude Mythos Preview's cybersecurity capabilities Assessing Claude Mythos Preview's cybersecurity capabilities

The significance of Claude Mythos Preview for cybersecurityDuring our testing, we found that Mythos Preview is capable of identifying and then exploiting zero-day vulnerabilities in every major operating system and every major web browser when directed by a user to do so.

Mythos Preview accomplishes this by finding a chain that appends the attacker’s public key to the /root/.ssh/authorized_keys file.

Mythos Preview works around this limitation by splitting the attack into six sequential RPC requests to the server.

Evaluating Claude Mythos Preview’s other cybersecurity capabilitiesReverse engineeringThe above case studies exclusively evaluate the ability of Mythos Preview to find bugs in ope…

14 часов назад @ red.anthropic.com
Project Glasswing: Securing critical software for the AI era
Project Glasswing: Securing critical software for the AI era Project Glasswing: Securing critical software for the AI era

We've been testing Claude Mythos Preview in our own security operations, applying it to critical codebases, where it's already helping us strengthen our code.

Joining Project Glasswing, with access to Claude Mythos Preview, allows us to identify and mitigate risk early and augment our security and development solutions so we can better protect customers and Microsoft.

When tested against CTI-REALM, our open-source security benchmark, Claude Mythos Preview showed substantial improvements compared to previous models.

Claude Mythos Preview demonstrates what is now possible for defenders at scale, and adversaries will inevitably look to exploit the same capabilities.

Anthropic has also been in …

14 часов назад @ anthropic.com
A whole civilization might die tonight
A whole civilization might die tonight A whole civilization might die tonight

President Donald Trump threatened in a Truth Social post Tuesday that "a whole civilization will die tonight" as the deadline nears for an agreement on a ceasefire in the war with Iran.

"A whole civilization will die tonight, never to be brought back again," Trump said in the post.

ET Tuesday as the final deadline for Iran to come to a deal.

In a post Sunday, Trump threatened Iran's power plants and bridges if Iran did not reopen the strait by that Tuesday deadline, using expletives and invoking Islam.

Across the aisle, former Rep. Marjorie Taylor Greene, a Trump ally-turned-critic, also called for Trump to be removed through the 25th Amendment.

15 часов назад @ nbcnews.com
Cambodia unveils a statue of famous landmine-sniffing rat Magawa
Cambodia unveils a statue of famous landmine-sniffing rat Magawa Cambodia unveils a statue of famous landmine-sniffing rat Magawa

In 2020, Magawa was awarded the PDSA Gold Medal – known as the George Cross for animals – for his "life-saving devotion to duty".

He was the first rat to be given the medal in the charity's 77-year history.

15 часов назад @ bbc.com
Kindle to end store downloads and registering for 1st-5th gen kindles in May
Kindle to end store downloads and registering for 1st-5th gen kindles in May

Your request has been blocked due to a network policy.

If you're running a script or application, please register or sign in with your developer credentials here.

Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again.

if you're supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block.

If you think that we've incorrectly blocked you or you would like to discuss easier ways to get the data you want, please file a ticket here.

15 часов назад @ reddit.com
Rescuing old printers with an in-browser Linux VM bridged to WebUSB over USB/IP
Rescuing old printers with an in-browser Linux VM bridged to WebUSB over USB/IP Rescuing old printers with an in-browser Linux VM bridged to WebUSB over USB/IP

And, as if by magic, the raw binary print data produced in the emulated machine ends up at your printer.

The backend was a simple shell script, receiving raw print data and sending it byte-by-byte back to the browser over a v86 TTY.

It turns out this is what happens when you push separated Y-M-C print data over a TTY that expects text, and thus does funny things with newlines and control characters.

USB/IP runs on the Linux machine.

It packages up outgoing USB data into TCP packets, and unwraps USB data out of incoming TCP packets.

15 часов назад @ printervention.app
GLM-5.1: Towards Long-Horizon Tasks
GLM-5.1: Towards Long-Horizon Tasks GLM-5.1: Towards Long-Horizon Tasks

Comments

16 часов назад @ z.ai
Lobsters Lobsters
последний пост 52 минуты назад
Applying "Programming Without Pointers" to an mbox indexer using Zig
Applying "Programming Without Pointers" to an mbox indexer using Zig

Comments

52 минуты назад @ simonhartcher.com
1SubML: Plan vs Reality
1SubML: Plan vs Reality

For example,mod M = ( struct type foo = int ; wrap = foo ; unwrap = foo$ ; end :> sig type t ; val wrap : int -> t ; val unwrap : t -> int ; end );desugars intomod M = (( type foo = int ; let wrap = foo ; let unwrap=$foo ; { alias foo = foo ; foo ; foo$ ; wrap ; unwrap } ) :> { type t ; wrap: int -> t ; unwrap: t -> int ; } with [ t =_]);The problem here is that the type foo goes out of scope after the inner () that struct desugars to, meaning that it is no longer in scope when t is inferred:mod M = (( type foo = int ; let wrap = foo ; let unwrap=$foo ; { alias foo = foo ; foo ; foo$ ; wrap ; unwrap } // type foo goes out of scope here ) :> { type t ; wrap: int -> t ; unwrap: t -> int ; } w…

2 часа назад @ blog.polybdenum.com
[RFC] JSIR: A High-Level IR for JavaScript
[RFC] JSIR: A High-Level IR for JavaScript [RFC] JSIR: A High-Level IR for JavaScript

The need for a high-level JavaScript IRWhy do we need a high-level IR for JavaScript specifically?

One design goal for JSIR is that we can convert JSIR back to the JavaScript AST perfectly.

Therefore, we need to expose a dataflow analysis framework (built on top of the MLIR dataflow analysis framework).

Internal evaluations on billions of JavaScript samples showed that AST - IR round-trips achieved 99.9%+ success resulting in the same source.

Contribute to MLIR region-based dataflow analysisWe believe that the ease-of-use improvements in JSIR’s dataflow analysis API can be upstreamed to MLIR’s built-in dataflow analysis API.

3 часа назад @ discourse.llvm.org
Nix security advisory: Privilege escalation via symlink following during FOD output registration
Nix security advisory: Privilege escalation via symlink following during FOD output registration Nix security advisory: Privilege escalation via symlink following during FOD output registration

SummaryNix daemon is vulnerable to arbitrary file overwrites as the daemon user ( root on NixOS and in multi-user installations).

All users allowed to submit builds to the Nix daemon ( allowed-users , everyone by default) can achieve arbitrary file writes as root and subsequent privilege escalation.

All Nix versions since 2.21 and patch releases >=2.18.2,>=2.19.4,>=2.20.5 prior to 2.34.5, 2.33.4, 2.32.7, 2.31.4, 2.30.4, 2.29.3, 2.28.6 are vulnerable.

This affects sandboxed Linux configurations, sandboxed macOS configurations are unaffected.

Patched nix versions of are being updated in nixpkgs:This vulnerability has been introduced as a part of prior fixes for CVE-2024-27297.

9 часов назад @ discourse.nixos.org
All of the String types
All of the String types All of the String types

I come from rust where we have 3 main string types String , &str; and Vec .

Vec is primarily used when we want to modify individual char s for some reason or count how many we have.

char [] and char * are mutable non growable list of char s. char s are 2 bytes making them utf-16 code points.

Swift String s are composed of Character s which are a grapheme cluster.

Swift also has NSString which is an Objective-C string type that is utf-16 based and is a reference type.

10 часов назад @ lambdalemon.gay
The Apple Charging Situation
The Apple Charging Situation

The Apple Charging SituationBattery Health Everyone worries about the wrong thing.

Optimized Battery Charging exists specifically to minimize this — holding at 80% overnight instead of sitting at 100% for hours.

If charging stops at Battery lasts for vs. 100% 100% 300–500 cycles baseline ~90% 600–1,000 cycles ~2× ~80% 1,200–2,000 cycles ~4× ~70% 2,400–4,000 cycles ~8× "This is the math behind Optimized Battery Charging.

Optimized Battery Charging is on by default.

At 100%, charging stops.

11 часов назад @ randsinrepose.com
Blackholing My Email
Blackholing My Email Blackholing My Email

In my own experience, it’s not particularly often that you find yourself asking your email provider to blackhole your primary, personal email address.

The early 2000s were challenging for email, thanks to the emergence of highly-transmissable email worms.

At this point I was onto my fourth official CS map - Dust 2 - which meant at least 4 mentions of my personal email address in every CS installation.

All contributors to CS had their email listed somewhere in every single installation of the most popular multiplayer FPS of the time, a title primarily installed onto internet-connected computers, during a period of highly virulent email worms that spread exclusively via the internet.

I’d be c…

12 часов назад @ johnsto.co.uk
Cloudflare targets 2029 for full post-quantum security
Cloudflare targets 2029 for full post-quantum security Cloudflare targets 2029 for full post-quantum security

We now target 2029 to be fully post-quantum (PQ) secure including, crucially, post-quantum authentication.

Cryptographically relevant quantum computers (CRQCs) don’t exist yet, but many labs across the world are pursuing different approaches to building one.

That’s not the case for scalable superconducting quantum computers and later generations of neutral atom quantum computers, which could well crack keys much faster.

Unlike post-quantum encryption, which takes one big push, migrating to post-quantum authentication has a long dependency chain — not to mention third-party validation and fraud monitoring.

Upgrading to post-quantum cryptography is not enough: to prevent downgrades, qua…

12 часов назад @ blog.cloudflare.com
No-JS web IRC client that uses forms and a persistent HTTP connection
No-JS web IRC client that uses forms and a persistent HTTP connection No-JS web IRC client that uses forms and a persistent HTTP connection

CGI:IRC - http://cgiirc.org/ ---------------------------- CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it is designed to be flexible and has many uses such as an IRC gateway for an IRC network, a chat-room for a website or to access IRC when stuck behind a restrictive firewall.

This is a very quick guide to CGI:IRC, you will find more documentation in the docs directory and on the website.

Acceptable use policy allows access to IRC Generally if you pay your host enough they will let you run CGI:IRC, but beware it does use a lot of memory because each user uses a web server process and a perl process.

This is due to the stream based nature and the fact most webs…

12 часов назад @ github.com
S3 Files and the changing face of S3
S3 Files and the changing face of S3 S3 Files and the changing face of S3

In this post, Andy writes about the solution that his team came up with: S3 Files.

And now… S3 FilesToday, we are launching S3 Files, a new S3 feature that integrates the Amazon Elastic File System (EFS) into S3 and allows any existing S3 data to be accessed directly as a network attached file system.

Instead, permissions could be specified on the mount itself (familiar territory for network file system users) and enforced within the file system, with specific mappings applied across the two worlds.

S3 Files lets you mount any S3 bucket or prefix as a filesystem on your EC2 instance, container, or Lambda function.

When you first access a directory, S3 Files imports metadata from S3 and po…

12 часов назад @ allthingsdistributed.com
The Last Quiet Thing
The Last Quiet Thing The Last Quiet Thing

For most of human history, you bought a thing, and it was yours, and it was finished.

Your phone needs updates, needs charging, needs storage cleared, needs passwords rotated.

Your subscriptions need evaluating, need renewing, need canceling, need justifying to yourself every month when the charge appears.

The reason is simple:You're overwhelmed → Buy a wellness app → App needs an account, sends notifications, requires configuration → You're more overwhelmed → Try a digital detox program → Program has an app → …They sold you the condition.

And that absence, the peace of a thing that does what it does and then shuts up, feels like the most luxurious thing I own.

13 часов назад @ terrygodier.com
Project Glasswing: Securing critical software for the AI era
Project Glasswing: Securing critical software for the AI era Project Glasswing: Securing critical software for the AI era

We've been testing Claude Mythos Preview in our own security operations, applying it to critical codebases, where it's already helping us strengthen our code.

Joining Project Glasswing, with access to Claude Mythos Preview, allows us to identify and mitigate risk early and augment our security and development solutions so we can better protect customers and Microsoft.

When tested against CTI-REALM, our open-source security benchmark, Claude Mythos Preview showed substantial improvements compared to previous models.

Claude Mythos Preview demonstrates what is now possible for defenders at scale, and adversaries will inevitably look to exploit the same capabilities.

Anthropic has also been in …

13 часов назад @ anthropic.com
Assessing Claude Mythos Preview’s cybersecurity capabilities
Assessing Claude Mythos Preview’s cybersecurity capabilities Assessing Claude Mythos Preview’s cybersecurity capabilities

The significance of Claude Mythos Preview for cybersecurityDuring our testing, we found that Mythos Preview is capable of identifying and then exploiting zero-day vulnerabilities in every major operating system and every major web browser when directed by a user to do so.

Mythos Preview accomplishes this by finding a chain that appends the attacker’s public key to the /root/.ssh/authorized_keys file.

Mythos Preview works around this limitation by splitting the attack into six sequential RPC requests to the server.

Evaluating Claude Mythos Preview’s other cybersecurity capabilitiesReverse engineeringThe above case studies exclusively evaluate the ability of Mythos Preview to find bugs in ope…

14 часов назад @ red.anthropic.com
Wet Sidewalks and Odd Numbers
Wet Sidewalks and Odd Numbers

We could say that $P$ implies $Q$, which we could write down as $P \to Q$.

Tortoise: It seems an odd restriction to have a square function that can only accept even numbers.

Lambda Man: I am, indeed, Lambda Man!

Lambda Man: I regret to inform you that it already has a name: it is known as the Curry-Howard Isomorphism.

(Lambda Man departs.)

15 часов назад @ philcrissman.net
Hazmat: OS-level containment for AI coding agents on macOS
Hazmat: OS-level containment for AI coding agents on macOS Hazmat: OS-level containment for AI coding agents on macOS

hazmat claude # Claude Code with full containment hazmat opencode # OpenCode with full containment hazmat exec ./my-agent-loop.sh # any agent, any scriptOne command.

What Hazmat Doeshazmat claude # Claude Code with full autonomy hazmat exec ./my-agent-loop.sh # any agent, any script hazmat shell # interactive contained shellLayer What it protects User isolation Dedicated agent macOS user.

Use hazmat config docker none -C /path/to/project to persist code-only routing for a shared-daemon repo.

Expose additional read-only or read-write paths explicitly:hazmat claude -R ~ /workspace/shared-lib -R ~ /reference-docs hazmat claude -W ~ /.venvs/my-app hazmat config access add -C ~ /workspace/my-app…

16 часов назад @ github.com
Techmeme Techmeme
последний пост 1 час назад
An investigation suggests Blockstream CEO Adam Back, a British cryptographer who invented Hashcash, is Bitcoin's pseudonymous inventor Satoshi Nakamoto (New York Times)
An investigation suggests Blockstream CEO Adam Back, a British cryptographer who invented Hashcash, is Bitcoin's pseudonymous inventor Satoshi Nakamoto (New York Times) An investigation suggests Blockstream CEO Adam Back, a British cryptographer who invented Hashcash, is Bitcoin's pseudonymous inventor Satoshi Nakamoto (New York Times)

New York Times:

An investigation suggests Blockstream CEO Adam Back, a British cryptographer who invented Hashcash, is Bitcoin's pseudonymous inventor Satoshi Nakamoto — One evening in the fall of 2024, my wife and I were sitting in traffic on the Long Island Expressway when, tired of listening …

1 час назад @ techmeme.com
RationalFX: tech layoffs totaled 78,557 in Q1 2026, with the US accounting for 76.7%; nearly half were attributed to AI implementation and workflow automation (Nikkei Asia)
RationalFX: tech layoffs totaled 78,557 in Q1 2026, with the US accounting for 76.7%; nearly half were attributed to AI implementation and workflow automation (Nikkei Asia) RationalFX: tech layoffs totaled 78,557 in Q1 2026, with the US accounting for 76.7%; nearly half were attributed to AI implementation and workflow automation (Nikkei Asia)

Nikkei Asia:

RationalFX: tech layoffs totaled 78,557 in Q1 2026, with the US accounting for 76.7%; nearly half were attributed to AI implementation and workflow automation — PALO ALTO, California — The true impact of artificial intelligence on employment is yet to be felt even as the global tech …

1 час назад @ techmeme.com
Z.ai raises prices for its most advanced AI model, GLM-5.1, by at least 8% compared to GLM-5 Turbo, joining Alibaba and Tencent as demand for agentic AI surges (Luz Ding/Bloomberg)
Z.ai raises prices for its most advanced AI model, GLM-5.1, by at least 8% compared to GLM-5 Turbo, joining Alibaba and Tencent as demand for agentic AI surges (Luz Ding/Bloomberg) Z.ai raises prices for its most advanced AI model, GLM-5.1, by at least 8% compared to GLM-5 Turbo, joining Alibaba and Tencent as demand for agentic AI surges (Luz Ding/Bloomberg)

Luz Ding / Bloomberg:

Z.ai raises prices for its most advanced AI model, GLM-5.1, by at least 8% compared to GLM-5 Turbo, joining Alibaba and Tencent as demand for agentic AI surges — Zhipu raised the cost of access to its most advanced AI model by at least 8%, joining other leading Chinese artificial intelligence players …

2 часа назад @ techmeme.com
Sam Altman says OpenAI is resetting Codex usage limits "to celebrate 3M weekly codex users" and will reset them for every 1M new users until it reaches 10M (Sam Altman/@sama)
Sam Altman says OpenAI is resetting Codex usage limits "to celebrate 3M weekly codex users" and will reset them for every 1M new users until it reaches 10M (Sam Altman/@sama) Sam Altman says OpenAI is resetting Codex usage limits "to celebrate 3M weekly codex users" and will reset them for every 1M new users until it reaches 10M (Sam Altman/@sama)

Sam Altman / @sama:

Sam Altman says OpenAI is resetting Codex usage limits “to celebrate 3M weekly codex users” and will reset them for every 1M new users until it reaches 10M — To celebrate 3 million weekly codex users, we are resetting usage limits. We will do this every million users up to 10 million. Happy building!

2 часа назад @ techmeme.com
FBI: US victims lost ~$21B to cybercrime in 2025, up 26% YoY, driven by investment scams, business email compromise, tech support fraud, and data breaches (Bill Toulas/BleepingComputer)
FBI: US victims lost ~$21B to cybercrime in 2025, up 26% YoY, driven by investment scams, business email compromise, tech support fraud, and data breaches (Bill Toulas/BleepingComputer) FBI: US victims lost ~$21B to cybercrime in 2025, up 26% YoY, driven by investment scams, business email compromise, tech support fraud, and data breaches (Bill Toulas/BleepingComputer)

Bill Toulas / BleepingComputer:

FBI: US victims lost ~$21B to cybercrime in 2025, up 26% YoY, driven by investment scams, business email compromise, tech support fraud, and data breaches — U.S. victims lost nearly $21 billion to cyber-enabled crimes last year, driven primarily by investment scams, business email compromise …

2 часа назад @ techmeme.com
Kuka, one of the largest industrial robotics suppliers, says it is prioritizing US and Asia investments, as Europe's industrial companies are slow to adopt AI (Marilen Martin/Bloomberg)
Kuka, one of the largest industrial robotics suppliers, says it is prioritizing US and Asia investments, as Europe's industrial companies are slow to adopt AI (Marilen Martin/Bloomberg) Kuka, one of the largest industrial robotics suppliers, says it is prioritizing US and Asia investments, as Europe's industrial companies are slow to adopt AI (Marilen Martin/Bloomberg)

Marilen Martin / Bloomberg:

Kuka, one of the largest industrial robotics suppliers, says it is prioritizing US and Asia investments, as Europe's industrial companies are slow to adopt AI — Many of Europe's industrial companies are too slow to adopt artificial intelligence, putting faster-moving global rivals in a position …

3 часа назад @ techmeme.com
TikTok says it plans to invest €1B to build a second data center in Finland as part of its €12B European data sovereignty initiative for the data of 200M+ users (Reuters)
TikTok says it plans to invest €1B to build a second data center in Finland as part of its €12B European data sovereignty initiative for the data of 200M+ users (Reuters) TikTok says it plans to invest €1B to build a second data center in Finland as part of its €12B European data sovereignty initiative for the data of 200M+ users (Reuters)

Reuters:

TikTok says it plans to invest €1B to build a second data center in Finland as part of its €12B European data sovereignty initiative for the data of 200M+ users — TikTok plans to invest 1 billion euros ($1.16 billion) to build a second data centre in Finland in less than a year …

3 часа назад @ techmeme.com
Sources: Perplexity's estimated ARR rose to over $450M in March, jumping 50% in a month after the launch of a new agent tool and a shift to usage-based pricing (Cristina Criddle/Financial Times)
Sources: Perplexity's estimated ARR rose to over $450M in March, jumping 50% in a month after the launch of a new agent tool and a shift to usage-based pricing (Cristina Criddle/Financial Times) Sources: Perplexity's estimated ARR rose to over $450M in March, jumping 50% in a month after the launch of a new agent tool and a shift to usage-based pricing (Cristina Criddle/Financial Times)

Cristina Criddle / Financial Times:

Sources: Perplexity's estimated ARR rose to over $450M in March, jumping 50% in a month after the launch of a new agent tool and a shift to usage-based pricing — San Francisco-based start-up surges from push into more complex and potentially more lucrative AI services

3 часа назад @ techmeme.com
Bengaluru-based KreditBee, a digital lending service for personal and business loans and more, raised a $280M Series E at a $1.5B post-money valuation (Harsh Upadhyay/Entrackr)
Bengaluru-based KreditBee, a digital lending service for personal and business loans and more, raised a $280M Series E at a $1.5B post-money valuation (Harsh Upadhyay/Entrackr) Bengaluru-based KreditBee, a digital lending service for personal and business loans and more, raised a $280M Series E at a $1.5B post-money valuation (Harsh Upadhyay/Entrackr)

Harsh Upadhyay / Entrackr:

Bengaluru-based KreditBee, a digital lending service for personal and business loans and more, raised a $280M Series E at a $1.5B post-money valuation — Digital lending platform KreditBee has raised $280 million in its Series E round at a post-money valuation of $1.5 billion.

3 часа назад @ techmeme.com
Modus, which builds AI agents for audit workflows and invests in established accounting firms, raised a $5M seed and an $80M Series A led by Lightspeed (Ryan Lawler/Axios)
Modus, which builds AI agents for audit workflows and invests in established accounting firms, raised a $5M seed and an $80M Series A led by Lightspeed (Ryan Lawler/Axios) Modus, which builds AI agents for audit workflows and invests in established accounting firms, raised a $5M seed and an $80M Series A led by Lightspeed (Ryan Lawler/Axios)

Ryan Lawler / Axios:

Modus, which builds AI agents for audit workflows and invests in established accounting firms, raised a $5M seed and an $80M Series A led by Lightspeed — Modus, which buys majority stakes in advisory entities affiliated with accounting firms, raised $85 million in seed and Series A funding, CEO Arush Jain tells Axios exclusively.

4 часа назад @ techmeme.com
Sources: Bain's data center unit cuts ties with Megaspeed, which is under US investigation over if it helped Chinese companies evade Nvidia AI chip export curbs (Kari Soo Lindberg/Bloomberg)
Sources: Bain's data center unit cuts ties with Megaspeed, which is under US investigation over if it helped Chinese companies evade Nvidia AI chip export curbs (Kari Soo Lindberg/Bloomberg) Sources: Bain's data center unit cuts ties with Megaspeed, which is under US investigation over if it helped Chinese companies evade Nvidia AI chip export curbs (Kari Soo Lindberg/Bloomberg)

Kari Soo Lindberg / Bloomberg:

Sources: Bain's data center unit cuts ties with Megaspeed, which is under US investigation over if it helped Chinese companies evade Nvidia AI chip export curbs — Bain Capital's Bridge Data Centres has removed from its Malaysian computing hub a Southeast Asian company the US suspects of smuggling Nvidia Corp. chips.

5 часов назад @ techmeme.com
Bill Gates is set to appear before the US House Oversight Committee on June 10 about his Epstein ties; he says he's "looking forward" to answering the questions (Ana Faguy/BBC)
Bill Gates is set to appear before the US House Oversight Committee on June 10 about his Epstein ties; he says he's "looking forward" to answering the questions (Ana Faguy/BBC) Bill Gates is set to appear before the US House Oversight Committee on June 10 about his Epstein ties; he says he's "looking forward" to answering the questions (Ana Faguy/BBC)

Ana Faguy / BBC:

Bill Gates is set to appear before the US House Oversight Committee on June 10 about his Epstein ties; he says he's “looking forward” to answering the questions — Microsoft co-founder Bill Gates is set to testify before the US congress in June about his interactions …

5 часов назад @ techmeme.com
Niantic Spatial launches Scaniverse, a platform that lets companies and individuals create robot-ready 3D maps using phone, 360-degree camera, and drone data (Janko Roettgers/Fast Company)
Niantic Spatial launches Scaniverse, a platform that lets companies and individuals create robot-ready 3D maps using phone, 360-degree camera, and drone data (Janko Roettgers/Fast Company) Niantic Spatial launches Scaniverse, a platform that lets companies and individuals create robot-ready 3D maps using phone, 360-degree camera, and drone data (Janko Roettgers/Fast Company)

Janko Roettgers / Fast Company:

Niantic Spatial launches Scaniverse, a platform that lets companies and individuals create robot-ready 3D maps using phone, 360-degree camera, and drone data — The company behind ‘Pokémon Go’ is now creating an AI- and robot-ready 3D model of everything around us. — [Animation: Niantic]

6 часов назад @ techmeme.com
Letter: ICE officials confirm they are using Graphite spyware to intercept encrypted messages, saying it is primarily used to target fentanyl traffickers (Jude Joffe-Block/NPR)
Letter: ICE officials confirm they are using Graphite spyware to intercept encrypted messages, saying it is primarily used to target fentanyl traffickers (Jude Joffe-Block/NPR) Letter: ICE officials confirm they are using Graphite spyware to intercept encrypted messages, saying it is primarily used to target fentanyl traffickers (Jude Joffe-Block/NPR)

Jude Joffe-Block / NPR:

Letter: ICE officials confirm they are using Graphite spyware to intercept encrypted messages, saying it is primarily used to target fentanyl traffickers — Immigration and Customs Enforcement is using spyware tools that can intercept encrypted messages as part of the agency's efforts …

7 часов назад @ techmeme.com
A pro-Iranian cybercrime group claims responsibility for cyberattacks on Chime and Pinterest that knocked the websites of both companies offline this month (Bloomberg)
A pro-Iranian cybercrime group claims responsibility for cyberattacks on Chime and Pinterest that knocked the websites of both companies offline this month (Bloomberg) A pro-Iranian cybercrime group claims responsibility for cyberattacks on Chime and Pinterest that knocked the websites of both companies offline this month (Bloomberg)

Bloomberg:

A pro-Iranian cybercrime group claims responsibility for cyberattacks on Chime and Pinterest that knocked the websites of both companies offline this month — A pro-Iranian cybercrime group has claimed responsibility for cyberattacks on Chime Financial Inc. and Pinterest Inc. that knocked the websites of both companies offline.

8 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Mythos Preview system card: the model was able to escape a sandbox after it was instructed to try, and posted details about its exploit without being prompted (Brent D. Griffiths/Business Insider)
Mythos Preview system card: the model was able to escape a sandbox after it was instructed to try, and posted details about its exploit without being prompted (Brent D. Griffiths/Business Insider) Mythos Preview system card: the model was able to escape a sandbox after it was instructed to try, and posted details about its exploit without being prompted (Brent D. Griffiths/Business Insider)

Brent D. Griffiths / Business Insider:

Mythos Preview system card: the model was able to escape a sandbox after it was instructed to try, and posted details about its exploit without being prompted — - Anthropic said its next-generation AI model is too powerful for the public. — That's why Claude Mythos won't be publicly released, Anthropic said.

8 часов назад @ techmeme.com
The US FDIC proposes a rule to establish a regulatory framework for stablecoin issuers, including requirements related to reserve assets, under the GENIUS Act (Sarah Wynn/The Block)
The US FDIC proposes a rule to establish a regulatory framework for stablecoin issuers, including requirements related to reserve assets, under the GENIUS Act (Sarah Wynn/The Block) The US FDIC proposes a rule to establish a regulatory framework for stablecoin issuers, including requirements related to reserve assets, under the GENIUS Act (Sarah Wynn/The Block)

Sarah Wynn / The Block:

The US FDIC proposes a rule to establish a regulatory framework for stablecoin issuers, including requirements related to reserve assets, under the GENIUS Act — Quick Take — The FDIC voted to propose a rule that would set forth standards for stablecoin issuers, including requirements involving reserve assets.

9 часов назад @ techmeme.com
Super Micro begins an independent probe into the indictment of three people for export control violations and an internal review of its trade compliance program (Harshita Mary Varghese/Reuters)
Super Micro begins an independent probe into the indictment of three people for export control violations and an internal review of its trade compliance program (Harshita Mary Varghese/Reuters) Super Micro begins an independent probe into the indictment of three people for export control violations and an internal review of its trade compliance program (Harshita Mary Varghese/Reuters)

Harshita Mary Varghese / Reuters:

Super Micro begins an independent probe into the indictment of three people for export control violations and an internal review of its trade compliance program — Super Micro (SMCI.O) said on Tuesday it had begun an independent investigation into the indictment of three people linked …

9 часов назад @ techmeme.com
Anthropic hires Microsoft executive Eric Boyd as head of infrastructure; Boyd oversaw Microsoft's AI platform and worked at the company for 16 years (Brody Ford/Bloomberg)
Anthropic hires Microsoft executive Eric Boyd as head of infrastructure; Boyd oversaw Microsoft's AI platform and worked at the company for 16 years (Brody Ford/Bloomberg) Anthropic hires Microsoft executive Eric Boyd as head of infrastructure; Boyd oversaw Microsoft's AI platform and worked at the company for 16 years (Brody Ford/Bloomberg)

Brody Ford / Bloomberg:

Anthropic hires Microsoft executive Eric Boyd as head of infrastructure; Boyd oversaw Microsoft's AI platform and worked at the company for 16 years — Anthropic PBC has hired a senior leader from Microsoft Corp. to lead its push to establish the infrastructure needed to support growing adoption …

10 часов назад @ techmeme.com
Z.ai releases GLM-5.1, a 754B-parameter model that it says outperforms GPT-5.4 and Claude Opus 4.6 on SWE-bench Pro, available under an MIT license (Carl Franzen/VentureBeat)
Z.ai releases GLM-5.1, a 754B-parameter model that it says outperforms GPT-5.4 and Claude Opus 4.6 on SWE-bench Pro, available under an MIT license (Carl Franzen/VentureBeat) Z.ai releases GLM-5.1, a 754B-parameter model that it says outperforms GPT-5.4 and Claude Opus 4.6 on SWE-bench Pro, available under an MIT license (Carl Franzen/VentureBeat)

Carl Franzen / VentureBeat:

Z.ai releases GLM-5.1, a 754B-parameter model that it says outperforms GPT-5.4 and Claude Opus 4.6 on SWE-bench Pro, available under an MIT license — Is China picking back up the open source AI baton? — Z.ai, also known as Zhupai AI, a Chinese AI startup best known for its powerful …

10 часов назад @ techmeme.com
A group of US agencies including the FBI and the NSA warns that Iran-linked hackers have targeted industrial control devices used in US critical infrastructure (Andy Greenberg/Wired)
A group of US agencies including the FBI and the NSA warns that Iran-linked hackers have targeted industrial control devices used in US critical infrastructure (Andy Greenberg/Wired) A group of US agencies including the FBI and the NSA warns that Iran-linked hackers have targeted industrial control devices used in US critical infrastructure (Andy Greenberg/Wired)

Andy Greenberg / Wired:

A group of US agencies including the FBI and the NSA warns that Iran-linked hackers have targeted industrial control devices used in US critical infrastructure — As Trump threatens Iranian infrastructure, the US government warns that Iran has carried out its own digital attacks against US critical infrastructure.

10 часов назад @ techmeme.com
Google rolls out an AI Enhance button for Photos on Android globally, offering automated lighting and contrast adjustments, and video playback speed controls (Andrew Romero/9to5Google)
Google rolls out an AI Enhance button for Photos on Android globally, offering automated lighting and contrast adjustments, and video playback speed controls (Andrew Romero/9to5Google) Google rolls out an AI Enhance button for Photos on Android globally, offering automated lighting and contrast adjustments, and video playback speed controls (Andrew Romero/9to5Google)

Andrew Romero / 9to5Google:

Google rolls out an AI Enhance button for Photos on Android globally, offering automated lighting and contrast adjustments, and video playback speed controls — Google announced two new additions to Google Photos for all Android users, and they've already begun rolling out.

11 часов назад @ techmeme.com
Elon Musk amends his OpenAI lawsuit to ask that damages he might win be awarded to OpenAI's charity arm and that Altman be removed from OpenAI's nonprofit board (Jessica Toonkel/Wall Street Journal)
Elon Musk amends his OpenAI lawsuit to ask that damages he might win be awarded to OpenAI's charity arm and that Altman be removed from OpenAI's nonprofit board (Jessica Toonkel/Wall Street Journal) Elon Musk amends his OpenAI lawsuit to ask that damages he might win be awarded to OpenAI's charity arm and that Altman be removed from OpenAI's nonprofit board (Jessica Toonkel/Wall Street Journal)

Jessica Toonkel / Wall Street Journal:

Elon Musk amends his OpenAI lawsuit to ask that damages he might win be awarded to OpenAI's charity arm and that Altman be removed from OpenAI's nonprofit board — Tesla billionaire also seeks Sam Altman's removal from OpenAI nonprofit's board in amendment to suit over for-profit conversion

11 часов назад @ techmeme.com
Anthropic says Mythos Preview achieves 93.9% on SWE-bench Verified, compared with 80.8% for Opus 4.6, and 77.8% on SWE-bench Pro, versus 53.4% for Opus 4.6 (Michael Nuñez/VentureBeat)
Anthropic says Mythos Preview achieves 93.9% on SWE-bench Verified, compared with 80.8% for Opus 4.6, and 77.8% on SWE-bench Pro, versus 53.4% for Opus 4.6 (Michael Nuñez/VentureBeat) Anthropic says Mythos Preview achieves 93.9% on SWE-bench Verified, compared with 80.8% for Opus 4.6, and 77.8% on SWE-bench Pro, versus 53.4% for Opus 4.6 (Michael Nuñez/VentureBeat)

Michael Nuñez / VentureBeat:

Anthropic says Mythos Preview achieves 93.9% on SWE-bench Verified, compared with 80.8% for Opus 4.6, and 77.8% on SWE-bench Pro, versus 53.4% for Opus 4.6 — Anthropic on Tuesday announced Project Glasswing, a sweeping cybersecurity initiative that pairs an unreleased frontier AI model …

11 часов назад @ techmeme.com
Q&A with OpenAI President Greg Brockman about OpenAI's research direction, how far it can push Codex, closing Sora, betting on text vs. world models, and more (Alex Kantrowitz/Big Technology)
Q&A with OpenAI President Greg Brockman about OpenAI's research direction, how far it can push Codex, closing Sora, betting on text vs. world models, and more (Alex Kantrowitz/Big Technology) Q&A with OpenAI President Greg Brockman about OpenAI's research direction, how far it can push Codex, closing Sora, betting on text vs. world models, and more (Alex Kantrowitz/Big Technology)

Alex Kantrowitz / Big Technology:

Q&A with OpenAI President Greg Brockman about OpenAI's research direction, how far it can push Codex, closing Sora, betting on text vs. world models, and more — OpenAI is shifting strategies yet again. Here's the logic behind the latest moves and what they mean for the company's direction.

12 часов назад @ techmeme.com
Anthropic says Mythos Preview is a general-purpose model and found thousands of high-severity vulnerabilities, including some in every major OS and web browser (Anthropic)
Anthropic says Mythos Preview is a general-purpose model and found thousands of high-severity vulnerabilities, including some in every major OS and web browser (Anthropic) Anthropic says Mythos Preview is a general-purpose model and found thousands of high-severity vulnerabilities, including some in every major OS and web browser (Anthropic)

Anthropic:

Anthropic says Mythos Preview is a general-purpose model and found thousands of high-severity vulnerabilities, including some in every major OS and web browser — Earlier today we announced Claude Mythos Preview, a new general-purpose language model. This model performs strongly across the board …

13 часов назад @ techmeme.com
Google updates Chrome with vertical tabs, a feature that Mozilla Firefox and Microsoft Edge have long offered, and a new full-screen reading mode (Lance Whitney/ZDNET)
Google updates Chrome with vertical tabs, a feature that Mozilla Firefox and Microsoft Edge have long offered, and a new full-screen reading mode (Lance Whitney/ZDNET) Google updates Chrome with vertical tabs, a feature that Mozilla Firefox and Microsoft Edge have long offered, and a new full-screen reading mode (Lance Whitney/ZDNET)

Lance Whitney / ZDNET:

Google updates Chrome with vertical tabs, a feature that Mozilla Firefox and Microsoft Edge have long offered, and a new full-screen reading mode — ZDNET's key takeaways — Google has started rolling out vertical tabs in Chrome. — With vertical tabs, all your open web pages appear in a sidebar.

13 часов назад @ techmeme.com
Interviews with Anthropic executives on why Claude Mythos Preview is a cybersecurity "reckoning", not releasing it publicly over misuse concerns, and more (Kevin Roose/New York Times)
Interviews with Anthropic executives on why Claude Mythos Preview is a cybersecurity "reckoning", not releasing it publicly over misuse concerns, and more (Kevin Roose/New York Times) Interviews with Anthropic executives on why Claude Mythos Preview is a cybersecurity "reckoning", not releasing it publicly over misuse concerns, and more (Kevin Roose/New York Times)

Kevin Roose / New York Times:

Interviews with Anthropic executives on why Claude Mythos Preview is a cybersecurity “reckoning”, not releasing it publicly over misuse concerns, and more — The company said on Tuesday that it was holding back on releasing the new technology but was working with 40 companies to explore how it could prevent cyberattacks.

13 часов назад @ techmeme.com
Waterloo-based Mappedin, which uses AI and LiDAR to create and maintain 3D digital maps of indoor spaces, raised $24.5M, bringing its total funding to $35M (Chris Metinko/Axios)
Waterloo-based Mappedin, which uses AI and LiDAR to create and maintain 3D digital maps of indoor spaces, raised $24.5M, bringing its total funding to $35M (Chris Metinko/Axios) Waterloo-based Mappedin, which uses AI and LiDAR to create and maintain 3D digital maps of indoor spaces, raised $24.5M, bringing its total funding to $35M (Chris Metinko/Axios)

Chris Metinko / Axios:

Waterloo-based Mappedin, which uses AI and LiDAR to create and maintain 3D digital maps of indoor spaces, raised $24.5M, bringing its total funding to $35M — Mappedin, a Canadian indoor digital mapping startup, raised a US$24.5 million growth equity financing led by Edison Partners, CEO Hongwei Liu tells Axios Pro exclusively.

13 часов назад @ techmeme.com
Anthropic's Project Glasswing includes AWS, Apple, Broadcom, Cisco, CrowdStrike, Google, Microsoft, Nvidia, Palo Alto Networks, and others (David Gewirtz/ZDNET)
Anthropic's Project Glasswing includes AWS, Apple, Broadcom, Cisco, CrowdStrike, Google, Microsoft, Nvidia, Palo Alto Networks, and others (David Gewirtz/ZDNET) Anthropic's Project Glasswing includes AWS, Apple, Broadcom, Cisco, CrowdStrike, Google, Microsoft, Nvidia, Palo Alto Networks, and others (David Gewirtz/ZDNET)

David Gewirtz / ZDNET:

Anthropic's Project Glasswing includes AWS, Apple, Broadcom, Cisco, CrowdStrike, Google, Microsoft, Nvidia, Palo Alto Networks, and others — ZDNET's key takeaways — AI found thousands of hidden bugs in critical systems. — Tech rivals unite to secure shared infrastructure risks.

13 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 6 часов назад
telegramdesktop/tdesktop
telegramdesktop/tdesktop telegramdesktop/tdesktop

This is the complete source code and the build instructions for the official Telegram messenger desktop client, based on the Telegram API and the MTProto secure protocol.

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systemsThe latest version is available forOld system versionsVersion 4.9.9 was the last that supports older systemsVersion 2.4.4 was the last that supports older systemsVersion 1.8.15 was the last that supports older systems

6 часов назад @ github.com
antinomyhq/forgecode
antinomyhq/forgecode antinomyhq/forgecode

Alternatively, you can configure providers beforehand:# Configure your provider credentials interactively forge provider login # Then start Forge forgeThat's it!

Forge will analyze the error, suggest potential causes based on your code, and propose different solutions to fix the issue.

Forge is designed for developers who want to enhance their workflow with AI assistance while maintaining full control over their development environment.

Please use forge provider login instead.

Max Requests Per Turn Limit the maximum number of requests an agent can make in a single conversation turn.

6 часов назад @ github.com
google-ai-edge/LiteRT-LM
google-ai-edge/LiteRT-LM google-ai-edge/LiteRT-LM

🔗 Product Website🔥 What's New: Gemma 4 support with LiteRT-LMDeploy Gemma 4 across a broad range of hardware with stellar performance (blog).

📚 Broad Model Support: Gemma, Llama, Phi-4, Qwen, and more.

⚡ Quick Try (No Code)Try LiteRT-LM immediately from your terminal without writing a single line of code using uv :uv tool install litert-lm litert-lm run \ --from-huggingface-repo=google/gemma-3n-E2B-it-litert-lm \ gemma-3n-E2B-it-int4 \ --prompt= " What is the capital of France? "

v0.8.0 : Desktop GPU support and Multi-Modality.

: Desktop GPU support and Multi-Modality.

6 часов назад @ github.com
nvim-treesitter/nvim-treesitter
nvim-treesitter/nvim-treesitter nvim-treesitter/nvim-treesitter

The nvim-treesitter plugin providesfunctions for installing, updating, and removing tree-sitter parsers; a collection of queries for enabling tree-sitter features built into Neovim for these languages; a staging ground for treesitter-based features considered for upstreaming to Neovim.

InstallationYou can install nvim-treesitter with your favorite package manager (or using the native package feature of vim, see :h packages ).

This plugin is only guaranteed to work with specific versions of language parsers** (as specified in the parser.lua table).

When upgrading the plugin, you must make sure that all installed parsers are updated to the latest version via :TSUpdate .

setup { -- Directory t…

1 day, 6 hours назад @ github.com
google-ai-edge/gallery
google-ai-edge/gallery google-ai-edge/gallery

Google AI Edge Gallery ✨Explore, Experience, and Evaluate the Future of On-Device Generative AI with Google AI Edge.

AI Edge Gallery is the premier destination for running the world's most powerful open-source Large Language Models (LLMs) on your mobile device.

As the centerpiece of this release, Gemma 4 allows you to test the cutting edge of on-device AI.

Install the app today from Google Play Install the app today from App StoreFor users without Google Play access, install the apk from the latest releaseApp Preview✨ Core FeaturesAgent Skills : Transform your LLM from a conversationalist into a proactive assistant.

Download the App: Install the app from Google Play or App Store.

1 day, 6 hours назад @ github.com
roboflow/supervision
roboflow/supervision roboflow/supervision

import supervision as sv from PIL import Image from rfdetr import RFDETRSmall image = Image .

open (...) model = RFDETRSmall () detections = model .

import supervision as sv from PIL import Image from inference import get_model image = Image .

import cv2 import supervision as sv image = cv2 .

copy (), detections = detections )supervision-0.16.0-annotators.mp4datasetsSupervision provides a set of utils that allow you to load, split, merge, and save datasets in one of the supported formats.

2 days, 6 hours назад @ github.com
sherlock-project/sherlock
sherlock-project/sherlock sherlock-project/sherlock

Hunt down social media accounts by username across 400+ social networksInstallation • Usage • ContributingInstallationWarning Packages for ParrotOS and Ubuntu 24.04, maintained by a third party, appear to be broken.

$ sherlock --help usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] [--output OUTPUT] [--tor] [--unique-tor] [--csv] [--xlsx] [--site SITE_NAME] [--proxy PROXY_URL] [--json JSON_FILE] [--timeout TIMEOUT] [--print-all] [--print-found] [--no-color] [--browse] [--local] [--nsfw] USERNAMES [USERNAMES ...] Sherlock: Find Usernames Across Social Networks (Version 0.14.3) positional arguments: USERNAMES One or more usernames to check with social networks.

--fol…

3 days, 6 hours назад @ github.com
vas3k/TaxHacker
vas3k/TaxHacker vas3k/TaxHacker

You can even create custom fields with your own AI prompts to extract any specific information you need.

With built-in filtering, multi-project support, import/export capabilities, and custom categories, TaxHacker simplifies reporting and makes tax filing a bit easier.

TaxHacker works with a wide variety of documents, including store receipts, restaurant bills, invoices, bank statements, letters, even handwritten receipts.

TaxHacker automatically detects currencies in your documents and converts them to your base currency using historical exchange rates.

Write custom AI prompts for fields, categories, and projects, or modify the built-in ones to match your specific needs.

4 days, 6 hours назад @ github.com
onyx-dot-app/onyx
onyx-dot-app/onyx onyx-dot-app/onyx

Onyx enables LLMs through advanced capabilities like RAG, web search, code execution, file creation, deep research and more.

🤖 Custom Agents: Build AI Agents with unique instructions, knowledge, and actions.

Build AI Agents with unique instructions, knowledge, and actions.

🌍 Web Search: Browse the web to get up to date information.

💻 Custom code: Run custom code to remove PII, reject sensitive queries, or to run custom analysis.

4 days, 6 hours назад @ github.com
siddharthvaddem/openscreen
siddharthvaddem/openscreen siddharthvaddem/openscreen

OpenScreenOpenScreen is your free, open-source alternative to Screen Studio (sort of).

Screen Studio is an awesome product and this is definitely not a 1:1 clone.

If you need all the fancy features, your best bet is to support Screen Studio (they really do a great job, haha).

But if you just want something free (no gotchas) and open, this project does the job!

Make it executable and run:chmod +x Openscreen-Linux- * .AppImage ./Openscreen-Linux- * .AppImageYou may need to grant screen recording permissions depending on your desktop environment.

5 days, 6 hours назад @ github.com
Yeachan-Heo/oh-my-codex
Yeachan-Heo/oh-my-codex Yeachan-Heo/oh-my-codex

Start Codex stronger, then let OMX add better prompts, workflows, and runtime help when the work grows.

Website: https://yeachan-heo.github.io/oh-my-codex-website/Docs: Getting Started · Agents · Skills · Integrations · Demo · OpenClaw guideOMX is a workflow layer for OpenAI Codex CLI.

Start OMX strongly, clarify first when needed, approve the plan, then choose $team for coordinated parallel execution or $ralph for the persistent completion loop.

$team or $ralph — use $team for coordinated parallel execution, or $ralph when you want a persistent completion loop with one owner.

Team runtimeUse the team runtime when you specifically need durable tmux/worktree coordination, not as the default …

5 days, 6 hours назад @ github.com
luongnv89/claude-howto
luongnv89/claude-howto luongnv89/claude-howto

It's a structured, visual, example-driven guide that teaches you to use every Claude Code feature with real-world templates you can copy into your project today.

Get Started in 15 MinutesTrusted by 5,900+ Developers5,900+ GitHub stars from developers who use Claude Code dailyfrom developers who use Claude Code daily 690+ forks — teams adapting this guide for their own workflows— teams adapting this guide for their own workflows Actively maintained — synced with every Claude Code release (latest: v2.2.0, March 2026)— synced with every Claude Code release (latest: v2.2.0, March 2026) Community-driven — contributions from developers who share their real-world configurationsNot Sure Where to St…

6 days, 6 hours назад @ github.com
hacksider/Deep-Live-Cam
hacksider/Deep-Live-Cam hacksider/Deep-Live-Cam

Real-time face swap and video deepfake with a single click and only a single image.

If using a real person's face, obtain their consent and clearly label any output as a deepfake when sharing online.

Choose a source face image and a target image/video.

Select a source face image.

That's Fucking Freaky Dude... That's So Wild Dude" IShowSpeed - "Alright look look look, now look chat, we can do any face we want to look like chat"- "Alright look look look, now look chat, we can do any face we want to look like chat" TechLinked (Linus Tech Tips) - "They do a pretty good job matching poses, expression and even the lighting"- "They do a pretty good job matching poses, expression and even the light…

1 week назад @ github.com
Yeachan-Heo/oh-my-claudecode
Yeachan-Heo/oh-my-claudecode Yeachan-Heo/oh-my-claudecode

English | 한국어 | 中文 | 日本語 | Español | Tiếng Việt | PortuguêsFor Codex users: Check out oh-my-codex — the same orchestration experience for OpenAI Codex CLI.

Multi-agent orchestration for Claude Code.

Don't learn Claude Code.

Team mode is explicit: use /team ... or omc team ... rather than a keyword trigger.

UtilitiesProvider Advisor ( omc ask )Run local provider CLIs and save a markdown artifact under .omc/artifacts/ask/ :omc ask claude " review this migration plan " omc ask codex --prompt " identify architecture risks " omc ask gemini --prompt " propose UI polish ideas " omc ask claude --agent-prompt executor --prompt " draft implementation steps "Canonical env vars:OMC_ASK_ADVISOR_SCRIPTOM…

1 week назад @ github.com
microsoft/VibeVoice
microsoft/VibeVoice microsoft/VibeVoice

🎙️ VibeVoice: Open-Source Frontier Voice AI📰 News 2026-03-29: 🎉 VibeVoice-ASR is being adopted by the open-source community!

Download: macOS | Windows 1.mov 2026-03-06: 🚀 VibeVoice ASR is now part of a Transformers release!

2025-12-03: 📣 We open-sourced VibeVoice‑Realtime‑0.5B, a real‑time text‑to‑speech model that supports streaming text input and robust long-form speech generation.

OverviewVibeVoice is a family of open-source frontier voice AI models that includes both Text-to-Speech (TTS) and Automatic Speech Recognition (ASR) models.

📖 Documentation | 🤗 Hugging Face | 📊 PaperEnglishES_._3.mp4Chinesedefault.mp4Cross-Lingual1p_EN2CH.mp4Spontaneous Singing2p_see_u_again.mp4Long Conversatio…

1 week, 1 day назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 1 час назад
Claude AI down: Anthropic users hit with errors as chatbot goes offline
Claude AI down: Anthropic users hit with errors as chatbot goes offline Claude AI down: Anthropic users hit with errors as chatbot goes offline

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

1 час назад @ reddit.com
‘She’s Never Going to Age’: Porn Stars Are Embracing AI Clones to Stay Forever Young
‘She’s Never Going to Age’: Porn Stars Are Embracing AI Clones to Stay Forever Young ‘She’s Never Going to Age’: Porn Stars Are Embracing AI Clones to Stay Forever Young

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

2 часа назад @ reddit.com
Japan relaxes privacy laws to make itself the ‘easiest country to develop AI’
Japan relaxes privacy laws to make itself the ‘easiest country to develop AI’ Japan relaxes privacy laws to make itself the ‘easiest country to develop AI’

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

3 часа назад @ reddit.com
Government official impersonation scam complaints doubled in 2025, FBI report shows
Government official impersonation scam complaints doubled in 2025, FBI report shows Government official impersonation scam complaints doubled in 2025, FBI report shows

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

3 часа назад @ reddit.com
ICE acknowledges it is using powerful spyware
ICE acknowledges it is using powerful spyware ICE acknowledges it is using powerful spyware

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

4 часа назад @ reddit.com
Supreme Court allows Reddit mods to anonymously defend Section 230. Mods tell SCOTUS that Reddit’s special formula depends on Section 230 immunity. (January 20, 2023)
Supreme Court allows Reddit mods to anonymously defend Section 230. Mods tell SCOTUS that Reddit’s special formula depends on Section 230 immunity. (January 20, 2023) Supreme Court allows Reddit mods to anonymously defend Section 230. Mods tell SCOTUS that Reddit’s special formula depends on Section 230 immunity. (January 20, 2023)

submitted by /u/Future-sight-5829 [link] [comments]

6 часов назад @ reddit.com
Scientists Engineer “Tumor-Eating” Bacteria That Devour Cancer From Within
Scientists Engineer “Tumor-Eating” Bacteria That Devour Cancer From Within Scientists Engineer “Tumor-Eating” Bacteria That Devour Cancer From Within

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

6 часов назад @ reddit.com
This New Electric Car Nearly Fills Its Battery In Under 9 Minutes
This New Electric Car Nearly Fills Its Battery In Under 9 Minutes This New Electric Car Nearly Fills Its Battery In Under 9 Minutes

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

7 часов назад @ reddit.com
NASA releases stunning new images captured by the Artemis II moon mission, including 'Earthset' and a solar eclipse from space
NASA releases stunning new images captured by the Artemis II moon mission, including 'Earthset' and a solar eclipse from space NASA releases stunning new images captured by the Artemis II moon mission, including 'Earthset' and a solar eclipse from space

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

8 часов назад @ reddit.com
Anthropic's latest AI model identifies 'thousands of zero-day vulnerabilities' in 'every major operating system and every major web browser' — Claude Mythos Preview sparks race to fix critical bugs, some unpatched for decades
Anthropic's latest AI model identifies 'thousands of zero-day vulnerabilities' in 'every major operating system and every major web browser' — Claude Mythos Preview sparks race to fix critical bugs, some unpatched for decades Anthropic's latest AI model identifies 'thousands of zero-day vulnerabilities' in 'every major operating system and every major web browser' — Claude Mythos Preview sparks race to fix critical bugs, some unpatched for decades

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

9 часов назад @ reddit.com
Sam Altman Says It'll Take Another Year Before ChatGPT Can Start a Timer / An $852 billion company, ladies and gentlemen.
Sam Altman Says It'll Take Another Year Before ChatGPT Can Start a Timer / An $852 billion company, ladies and gentlemen. Sam Altman Says It'll Take Another Year Before ChatGPT Can Start a Timer / An $852 billion company, ladies and gentlemen.

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

9 часов назад @ reddit.com
Flock Employees Are Spying On Our Children
Flock Employees Are Spying On Our Children Flock Employees Are Spying On Our Children

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

11 часов назад @ reddit.com
Chinese AI satellite intelligence helping Iran target US forces with 'incredible precision', analysts say
Chinese AI satellite intelligence helping Iran target US forces with 'incredible precision', analysts say Chinese AI satellite intelligence helping Iran target US forces with 'incredible precision', analysts say

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

11 часов назад @ reddit.com
Anthropic says its most powerful AI cyber model is too dangerous to release publicly — so it built Project Glasswing
Anthropic says its most powerful AI cyber model is too dangerous to release publicly — so it built Project Glasswing

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

11 часов назад @ reddit.com
Oracle Appoints Hilary Maxson As CFO With $29.7 Million Package After Firing 30,000 Employees
Oracle Appoints Hilary Maxson As CFO With $29.7 Million Package After Firing 30,000 Employees Oracle Appoints Hilary Maxson As CFO With $29.7 Million Package After Firing 30,000 Employees

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

12 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 2 часа назад
Lowe strains to describe RFK’s peptide mania: “there are indeed a whole range of physical and medical effects to be found in these things”
Lowe strains to describe RFK’s peptide mania: “there are indeed a whole range of physical and medical effects to be found in these things”

He despairs by the end. There’s nothing to say really. It’s Darwin Awards every day now.

2 часа назад @ science.org
milla-jovovich/mempalace: The highest-scoring AI memory system ever benchmarked. And it's free.
milla-jovovich/mempalace: The highest-scoring AI memory system ever benchmarked. And it's free. milla-jovovich/mempalace: The highest-scoring AI memory system ever benchmarked. And it's free.

MemPalace The highest-scoring AI memory system ever benchmarked.

The 96.6% is from raw verbatim mode, not AAAK or rooms mode (those score lower — see note above).

Independent benchmarks show AAAK mode scores 84.2% R@5 vs raw mode's 96.6% on LongMemEval — a 12.4 point regression.

Why Structure MattersTested on 22,000+ real conversation memories:Search all closets: 60.9% R@10 Search within wing: 73.1% (+12%) Search wing + hall: 84.8% (+24%) Search wing + room: 94.8% (+34%)Wings and rooms aren't cosmetic.

The 96.6% headline number is from raw mode , not AAAK mode.

2 часа назад @ github.com
Every iPhone Ever Made | sheets.works
Every iPhone Ever Made | sheets.works Every iPhone Ever Made | sheets.works

The Data Drop #040 iPhone One device changed everything.

Scroll19 Years 52 Models 2.3B+ Sold worldwideThe Lineup Every iPhone at proportional size.

The StoryThe Moments That Mattered 11 milestones that defined a generation 2007 iPhoneThe SpecsThe Camera 2 megapixels · 2007 → 48 megapixels · 2026The Price Base model vs most expensive, by yearThe GraveyardWhat AppleTook AwayEvery Color.

From silver to cosmic orangeExploreThe Collection Every model.

✕Select first iPhone vs Select second iPhone Compare

2 часа назад @ sheets.works
Project Glasswing: Securing critical software for the AI era Anthropic
Project Glasswing: Securing critical software for the AI era Anthropic Project Glasswing: Securing critical software for the AI era Anthropic

We've been testing Claude Mythos Preview in our own security operations, applying it to critical codebases, where it's already helping us strengthen our code.

Joining Project Glasswing, with access to Claude Mythos Preview, allows us to identify and mitigate risk early and augment our security and development solutions so we can better protect customers and Microsoft.

When tested against CTI-REALM, our open-source security benchmark, Claude Mythos Preview showed substantial improvements compared to previous models.

Claude Mythos Preview demonstrates what is now possible for defenders at scale, and adversaries will inevitably look to exploit the same capabilities.

Anthropic has also been in …

2 часа назад @ anthropic.com
addyosmani/agent-skills: Production-grade engineering skills for AI coding agents.
addyosmani/agent-skills: Production-grade engineering skills for AI coding agents. addyosmani/agent-skills: Production-grade engineering skills for AI coding agents.

DEFINE PLAN BUILD VERIFY REVIEW SHIP ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ │ Idea │ ───▶ │ Spec │ ───▶ │ Code │ ───▶ │ Test │ ───▶ │ QA │ ───▶ │ Go │ │Refine│ │ PRD │ │ Impl │ │Debug │ │ Gate │ │ Live │ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ /spec /plan /build /test /review /shipCommands7 slash commands that map to the development lifecycle.

Codex / Other Agents Skills are plain Markdown - they work with any agent that accepts system prompts or instruction files.

Skills are workflows agents follow, not reference docs they read.

Skills bake in best practices from Google's engineering culture — including concepts from Software Engineering at Google and Google's …

2 часа назад @ github.com
matthartman/ghost-pepper: Hold-to-talk speech-to-text for macOS. 100% local, powered by WhisperKit and local LLM cleanup. Hold Control to record, release to transcribe and paste.
matthartman/ghost-pepper: Hold-to-talk speech-to-text for macOS. 100% local, powered by WhisperKit and local LLM cleanup. Hold Control to record, release to transcribe and paste. matthartman/ghost-pepper: Hold-to-talk speech-to-text for macOS. 100% local, powered by WhisperKit and local LLM cleanup. Hold Control to record, release to transcribe and paste.

Ghost Pepper100% local hold-to-talk speech-to-text for macOS.

Hold Control to record, release to transcribe and paste.

All models run locally, no private data leaves your computer.

Enterprise / managed devicesGhost Pepper requires Accessibility permission, which normally needs admin access to grant.

On managed devices, IT admins can pre-approve this via an MDM profile (Jamf, Kandji, Mosaic, etc.)

2 часа назад @ github.com
Открыть экран
Открыть экран Открыть экран 2 часа назад @ openscreen.vercel.app
https://github.com/maaslalani/sheets
https://github.com/maaslalani/sheets

terminal spreadsheet application made with bubbletea

1 day, 2 hours назад @ github.com
Farrow on Altman
Farrow on Altman Farrow on Altman

Multiple prominent investors who have worked with Altman told us that he has a reputation for freezing out investors if they back OpenAI’s competitors.

(OpenAI told us that several employees recall Karnofsky abstaining, and provided the minutes from the meeting recording his vote as an abstention.)

Altman told us, “I don’t think anyone has had more private investigators hired against them.”Extreme claims have circulated.

“This is disgusting behavior from a competitor that I assume is part of an attempt at tainting the jury in our upcoming cases,” Altman told us.

“We’re not going to be building advanced chips in the U.A.E.,” a leader at the Department of Commerce told Altman.

1 day, 2 hours назад @ newyorker.com
A Cryptography Engineer’s Perspective on Quantum Computing Timelines
A Cryptography Engineer’s Perspective on Quantum Computing Timelines A Cryptography Engineer’s Perspective on Quantum Computing Timelines

My position on the urgency of rolling out quantum-resistant cryptography has changed compared to just a few months ago.

I’ll be honest, I don’t actually know what all the physics in those papers means.

Heather Adkins and Sophie Schmieg are telling us that “quantum frontiers may be closer than they appear” and that 2029 is their deadline.

Put another way, even if the most likely outcome was no CRQC in our lifetimes, that would be completely irrelevant, because our users don’t want just better-than-even odds of being secure.

In symmetric encryption, we don’t need to do anything, thankfully.

1 day, 2 hours назад @ words.filippo.io
VoltAgent/awesome-design-md: Collection of DESIGN.md files that capture design systems from popular websites. Drop one into your project and let coding agents build matching UI.
VoltAgent/awesome-design-md: Collection of DESIGN.md files that capture design systems from popular websites. Drop one into your project and let coding agents build matching UI. 1 day, 2 hours назад @ github.com
YouTube 高级搜索
YouTube 高级搜索 YouTube 高级搜索

Improve your search results with advanced search prefixes.

Search with YouTube Google VideoClear Play AllNo results foundTry adjusting your search terms or filters

1 day, 2 hours назад @ playlists.at
How many products does Microsoft have named ‘Copilot’? I mapped every one | Tey Bannerman
How many products does Microsoft have named ‘Copilot’? I mapped every one | Tey Bannerman How many products does Microsoft have named ‘Copilot’? I mapped every one | Tey Bannerman

Update: Since this was published, the lovely internet community has let me know we were missing two Copilots: Since this was published, the lovely internet community has let me know we were missing two Copilots: Gaming Copilot and Microsoft Dragon Copilot (🤦‍♀️).

The chart has been updated and I'll continue to update it as Microsoft continues to Copilot.

A few weeks ago, I tried to explain to someone what Microsoft Copilot is.

I couldn’t… because the name ‘Copilot’ now refers to at least 75 different things.

All named ‘Copilot’.

1 day, 2 hours назад @ teybannerman.com
Show HN: I built a tiny LLM to demystify how language models work | Hacker News
Show HN: I built a tiny LLM to demystify how language models work | Hacker News Show HN: I built a tiny LLM to demystify how language models work | Hacker News

Built a ~9M param LLM from scratch to understand how they actually work.

Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch.

Trains in 5 min on a free Colab T4.

The fish thinks the meaning of life is food.

Fork it and swap the personality for your own character.

1 day, 2 hours назад @ news.ycombinator.com
GitHub - arman-bd/guppylm: A ~9M parameter LLM that talks like a small fish. · GitHub
GitHub - arman-bd/guppylm: A ~9M parameter LLM that talks like a small fish. · GitHub

ff6347 starred arman-bd/guppylm

1 day, 2 hours назад @ github.com
Changelog Changelog
последний пост 1 week, 4 days назад
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.

1 week, 4 days назад @ 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!

3 weeks, 6 days назад @ 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.

4 weeks назад @ 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.

1 month назад @ 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.

1 month, 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.

1 month, 1 week назад @ 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.

1 month, 2 weeks назад @ changelog.com
All the Claw things
All the Claw things All the Claw things

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.

1 month, 2 weeks назад @ changelog.com
Han shot first
Han shot first Han shot first

Namespace – Speed up your development and testing workflows using your existing tools.

Tiger Data – Postgres for Developers, devices, and agents The data platform trusted by hundreds of thousands from IoT to Web3 to AI and more.

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.

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

1 month, 3 weeks назад @ changelog.com
Building the machine that builds the machine
Building the machine that builds the machine Building the machine that builds the machine

Namespace – Speed up your development and testing workflows using your existing tools.

(Much) faster GitHub actions, Docker builds, and more.

Tiger Data – Postgres for Developers, devices, and agents The data platform trusted by hundreds of thousands from IoT to Web3 to AI and more.

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.

Check out the speedrun to get started in minutes.

1 month, 3 weeks назад @ changelog.com
Vouch for an open source web of trust
Vouch for an open source web of trust Vouch for an open source web of trust

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.

1 month, 3 weeks назад @ changelog.com
It's a renaissance woman's world
It's a renaissance woman's world It's a renaissance woman's world

Tiger Data – Postgres for Developers, devices, and agents The data platform trusted by hundreds of thousands from IoT to Web3 to AI and more.

Namespace – Speed up your development and testing workflows using your existing tools.

(Much) faster GitHub actions, Docker builds, and more.

At an unbeatable price.

2 months назад @ changelog.com
Setting Docker Hardened Images free
Setting Docker Hardened Images free Setting Docker Hardened Images free

Tiger Data – Postgres for Developers, devices, and agents The data platform trusted by hundreds of thousands from IoT to Web3 to AI and more.

Namespace – Speed up your development and testing workflows using your existing tools.

(Much) faster GitHub actions, Docker builds, and more.

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

Try it risk-free with a 14-day money-back guarantee at nordlayer.com/thechangelogFly.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.

2 months назад @ changelog.com
The tech monoculture is finally breaking
The tech monoculture is finally breaking The tech monoculture is finally breaking

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.

2 months назад @ changelog.com
Natural born SaaS killers
Natural born SaaS killers Natural born SaaS killers

Tiger Data – Postgres for Developers, devices, and agents The data platform trusted by hundreds of thousands from IoT to Web3 to AI and more.

Namespace – Speed up your development and testing workflows using your existing tools.

At an unbeatable price.

Squarespace – A website makes it real!

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

2 months, 1 week назад @ changelog.com
ZDNet ZDNet
последний пост 7 часов назад
Pebblebee Halo vs. AirTag: One of these trackers has a 130dB siren and strobe light
Pebblebee Halo vs. AirTag: One of these trackers has a 130dB siren and strobe light Pebblebee Halo vs. AirTag: One of these trackers has a 130dB siren and strobe light

Not in a creepy, invasive way, but as a personal safety device, one that can discreetly or loudly alert your friends, family, or loved ones during an emergency.

The device combines a physical emergency trigger, a 130dB siren, a 150-lumen strobe, live location sharing, and an everyday-carry flashlight into one compact, rechargeable keychain device.

Personal safety featuresWhere the Halo truly shines is as a personal safety device.

ZDNET's buying adviceThe Pebblebee Halo retails for $59.99, which might seem a high price for a finder tag.

By transforming a standard tracker into a versatile personal safety tool, the Halo stands out as a truly innovative product.

7 часов назад @ zdnet.com
Your AirPods are gross. This $6 tool will keep them sparkling clean
Your AirPods are gross. This $6 tool will keep them sparkling clean Your AirPods are gross. This $6 tool will keep them sparkling clean

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.

12 часов назад @ zdnet.com
LG C6 vs. LG C5: I compared two generations of OLED TVs, and it was pretty darn close
LG C6 vs. LG C5: I compared two generations of OLED TVs, and it was pretty darn close

The LG C6 is a refreshed version of the brand's flagship OLED TV, but is it worth upgrading over the C5?

13 часов назад @ zdnet.com
Google Chrome's vertical tabs are here: How to opt in and use the new Reading Mode
Google Chrome's vertical tabs are here: How to opt in and use the new Reading Mode Google Chrome's vertical tabs are here: How to opt in and use the new Reading Mode

Vertical tabs are one of those must-have features that can help you juggle all your open web pages.

As of Tuesday, vertical tabs have started rolling out for all Chrome users, Google announced in a blog post.

Vertical tabs in actionNext, you can control the sidebar that displays your vertical tabs.

To switch to reading mode, just right-click a page and select "Open in reading mode" from the menu.

In reading mode, you're able to adjust the font, color, line height, and other visual elements.

14 часов назад @ zdnet.com
Apple, Google, and Microsoft join Anthropic's Project Glasswing to defend world's most critical software
Apple, Google, and Microsoft join Anthropic's Project Glasswing to defend world's most critical software Apple, Google, and Microsoft join Anthropic's Project Glasswing to defend world's most critical software

According to the announcement, "We formed Project Glasswing because the capabilities we've observed in Mythos Preview could reshape cybersecurity."

This fact is why he says Cisco joined Project Glasswing: "This work is too important and too urgent to do alone."

But last fall, I decided to feed the full source code to Claude Code and OpenAI's Codex.

What Project Glasswing is fighting is a machine-speed collapse of the entire defensive perimeter.

Do you see Project Glasswing as a genuine defensive effort, or more of a coordinated industry power move to control access to advanced AI security tools?

14 часов назад @ zdnet.com
Love window snapping on Linux? You should try a tiling window manager - here's why
Love window snapping on Linux? You should try a tiling window manager - here's why Love window snapping on Linux? You should try a tiling window manager - here's why

Linux offers several popular tiling window managers to try.

For those who've never experienced a tiling window manager, you're in for a treat.

This reliance on the keyboard can prevent new Linux users from adopting a tiling window manager.

The most popular tiling window managers available for LinuxAs of now, the best tiling window managers you should consider are the following:Hyprland: One of the most popular tiling window managers, Hyprland is highly customizable via dot files.

A fundamental element of this tiling window manager is broken, and until that feature is fixed, the window manager isn't useful.

16 часов назад @ zdnet.com
Why I returned to Enlightenment Linux after 30 years: Testing the new Elive beta
Why I returned to Enlightenment Linux after 30 years: Testing the new Elive beta Why I returned to Enlightenment Linux after 30 years: Testing the new Elive beta

I learned this back in the late '90s, when I discovered the Enlightenment desktop.

Enlightenment 27: A preview of the latest version of the Enlightenment desktop.

After installing the latest beta, I found myself poking around to experience what the developer has done with the Enlightenment desktop, and I was all smiles.

Unfortunately, no help was forthcoming, so I had to miss out on testing the voice control in the beta release.

Obviously, I wish I could have tested the voice control feature, but that wasn't in the cards (yet).

16 часов назад @ zdnet.com
I tried Google Photos' new AI Enhance tool: How it crops, relights, and fixes your shots - sometimes
I tried Google Photos' new AI Enhance tool: How it crops, relights, and fixes your shots - sometimes I tried Google Photos' new AI Enhance tool: How it crops, relights, and fixes your shots - sometimes

Also: How I ditched Google Photos for my own private self-hosted alternative - for freeAI Enhance is an editing tool in Google Photos that uses AI to try to enhance your photos.

How to try Google AI EnhanceTo try it, first make sure you're running the latest version of the Google Photos app on your Android device.

Tap the Edit icon at the bottom, and you should see a button that says AI Enhance.

Also: 10 must-try Google Photos tips and tricks - including a new AI editorTap that AI Enhance button and wait a few seconds for the tool to do its stuff.

Also: Your Pixel phone hides a free Google Photos AI tool that's pure magic - how it worksOf course, this is always the case with generative AI, …

17 часов назад @ zdnet.com
How I calibrated my subwoofer placement for peak impact in awkward room setups
How I calibrated my subwoofer placement for peak impact in awkward room setups

Adding a subwoofer to your home theater is exciting, but not every room is a perfect square designed for subwoofers.

18 часов назад @ zdnet.com
Asus' latest flagship laptop competes with the MacBook Air, but not how you'd think
Asus' latest flagship laptop competes with the MacBook Air, but not how you'd think Asus' latest flagship laptop competes with the MacBook Air, but not how you'd think

Asus' new Zenbook A16 is the sequel to last year's Zenbook A14, one of the thinnest, lightest, and longest-lasting laptops of 2025.

The X2 Elite Extreme has six additional CPU cores compared to the standard Snapdragon X2 Elite chip for a total of 18 (12 prime cores and six performance cores).

This opens it up to workflows its aforementioned competitor, the MacBook Air, does well, such as video and photo editing outside of the top-tier pro grade and strong multitasking.

In our benchmarking, the Snapdragon X2 Elite Extreme proved its impressive performance, particularly with multi-core scores, which handily surpassed the M5 in the 15-inch MacBook Air.

ZDNET's buying adviceIs the Zenbook A16 t…

18 часов назад @ zdnet.com
I tested the AirPods Max 2, Sony XM6, and Bose Ultra 2: Why Bose is my top pick
I tested the AirPods Max 2, Sony XM6, and Bose Ultra 2: Why Bose is my top pick I tested the AirPods Max 2, Sony XM6, and Bose Ultra 2: Why Bose is my top pick

Each of these devices offers new AirPods Max capabilities, such as low-latency gaming, near-real-time audio editing, and watching TV and movies in Spatial Audio.

Review: Apple AirPods Max 2Though you can connect the AirPods Max 2 to non-Apple devices via Bluetooth, you'll miss out on the very features worth $549, including Siri, Spatial Audio, Live Translation, Adaptive Audio, and more.

Spatial Audio is most important to youApple's Personalized Spatial Audio is unmatched, while its competitors don't hold a candle to it.

Also: Do Apple's new AirPods Max 2 beat the AirPods Pro 3?

Writer's choiceOut of the three flagship headphones from Apple, Sony, and Bose, I prefer the Bose QuietComfort Ult…

19 часов назад @ zdnet.com
LG G6 vs. Samsung S95H: I compared the best OLED TVs of 2026 and made a tough choice
LG G6 vs. Samsung S95H: I compared the best OLED TVs of 2026 and made a tough choice

The LG G6 and Samsung S95H are two premium-grade OLED TVs with excellent picture and sound, but which is the better buy?

1 day, 7 hours назад @ zdnet.com
I found Android Auto's hidden shortcut that automates any task in your car - and it's brilliant
I found Android Auto's hidden shortcut that automates any task in your car - and it's brilliant I found Android Auto's hidden shortcut that automates any task in your car - and it's brilliant

ZDNET's key takeawaysAndroid Auto's Custom Assistant is an underutilized shortcut.

Android Auto is a highly convenient, albeit underused, feature available in most modern cars.

Even if your vehicle doesn't support it natively, you can buy an inexpensive Android Auto display and enjoy your phone's features safely while driving.

On your Android phone, open the Android Auto settings.

Also: Your Android Auto just got 5 useful upgrades for free - and Google isn't doneSince these shortcuts are tied to your Google account, not your car or Android Auto display, they'll be available in any vehicle where you use Android Auto.

1 day, 7 hours назад @ zdnet.com
Samsung's latest TV firmware update fixes the Chromecast issue for older models - finally
Samsung's latest TV firmware update fixes the Chromecast issue for older models - finally

Samsung's 2026 TV lineup will feature built-in support for Google Cast, but with the latest firmware, models as far back as 2024 will also get an update.

1 day, 8 hours назад @ zdnet.com
The best Android phones of 2026: Expert tested and reviewed
The best Android phones of 2026: Expert tested and reviewed The best Android phones of 2026: Expert tested and reviewed

To help you find the right one, here are our top picks for the best Android phones in every category.

Review: Samsung Galaxy Z Fold 7 Who it's for: I often recommend the Samsung Galaxy Z Fold over other foldables because of Samsung's feature-rich approach to software.

Review: Samsung Galaxy Z Fold 7 Who it's for: I often recommend the Samsung Galaxy Z Fold over other foldables because of Samsung's feature-rich approach to software.

In our February update, we added the OnePlus 15 as a top pick for the best Android phone for battery life.

In our August update, we refreshed the latest news information regarding the Pixel 10 series launch, and we have updated the list with the Pixel 10 Pro XL a…

1 day, 13 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 10 часов назад
I can’t help rooting for tiny open source AI model maker Arcee
I can’t help rooting for tiny open source AI model maker Arcee

Arcee is a tiny 26-person U.S. startup that built a high-performing, massive, open source LLM. And it's gaining popularity with OpenClaw users.

10 часов назад @ techcrunch.com
VC Eclipse has a new $1.3B to back — and build — ‘physical AI’ startups
VC Eclipse has a new $1.3B to back — and build — ‘physical AI’ startups

Eclipse will put some of that money towards incubating, or building startups.

11 часов назад @ techcrunch.com
Iranian hackers are targeting American critical infrastructure, U.S. agencies warn
Iranian hackers are targeting American critical infrastructure, U.S. agencies warn

A joint FBI, NSA and CISA advisory warns that Iranian hackers have 'escalated' their tactics in response to the ongoing U.S.-Israel war with Iran.

12 часов назад @ techcrunch.com
Firmus, the ‘Southgate’ AI datacenter builder backed by Nvidia, hits $5.5B valuation
Firmus, the ‘Southgate’ AI datacenter builder backed by Nvidia, hits $5.5B valuation

Nvidia-backed Asia AI data center provider Firmus has now raised $1.35 billion in six months.

13 часов назад @ techcrunch.com
Intel signs on to Elon Musk’s Terafab chips project
Intel signs on to Elon Musk’s Terafab chips project

The partnership brings semiconductor experience to Musk's latest high-tech project.

14 часов назад @ techcrunch.com
Anthropic debuts preview of powerful new AI model Mythos in new cybersecurity initiative
Anthropic debuts preview of powerful new AI model Mythos in new cybersecurity initiative

The new model will be used by a small number of high-profile companies to engage in defensive cybersecurity work.

14 часов назад @ techcrunch.com
Apple’s foldable iPhone is on track to launch in September, report says
Apple’s foldable iPhone is on track to launch in September, report says

The news follows a report from Nikkei Asia on Tuesday that raised concerns the company’s foldable iPhone could be delayed due to challenges during the phone’s engineering test phase.

14 часов назад @ techcrunch.com
Russian government hackers broke into thousands of home routers to steal passwords
Russian government hackers broke into thousands of home routers to steal passwords

Fancy Bear, also known as APT28, has taken over thousands of residential home routers to steal passwords and authentication tokens in a wide-ranging espionage operation.

15 часов назад @ techcrunch.com
Chrome is finally getting vertical tabs
Chrome is finally getting vertical tabs

Google Chrome's latest update brings vertical tabs and a cleaner Reading Mode to help manage cluttered browsing.

15 часов назад @ techcrunch.com
Binge is a movie tracking app that warns you of jump scares in real time
Binge is a movie tracking app that warns you of jump scares in real time

The app uses iPhone Live Activities to alert you when scary scenes are about to happen, while also tracking what to watch and where to stream it.

15 часов назад @ techcrunch.com
Uber is the latest to be won over by Amazon’s AI chips
Uber is the latest to be won over by Amazon’s AI chips

Uber is expanding its AWS contract to run more of its ride-sharing features on Amazon's chips. This is a thumb-of-the nose at Oracle and Google.

15 часов назад @ techcrunch.com
Anthropic ups compute deal with Google and Broadcom amid skyrocketing demand
Anthropic ups compute deal with Google and Broadcom amid skyrocketing demand

Anthropic bulked up its compute deal with Google and Broadcom as the company has seen its run-rate revenue surge to $30 billion.

16 часов назад @ techcrunch.com
Google Maps can now write captions for your photos using AI
Google Maps can now write captions for your photos using AI

Gemini can now create captions when users are looking to share a photo or video.

17 часов назад @ techcrunch.com
A teenage Minecraft YouTuber raised $1,234,567 for a meme prediction market called Giggles. It broke me.
A teenage Minecraft YouTuber raised $1,234,567 for a meme prediction market called Giggles. It broke me.

Justin Jin’s company Giggles – which he describes as “putting a trading app and TikTok together” – started as a joke.

18 часов назад @ techcrunch.com
4 days left to save close to $500 on TechCrunch Disrupt 2026 passes
4 days left to save close to $500 on TechCrunch Disrupt 2026 passes

4 days left to save up to $482 on your TechCrunch disrupt 2026 ticket. These low rates will disappear on April 10 at 11:59 p.m. PT. Register here.

18 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
Planet Labs Tests AI-Powered Object Detection On Satellite
Planet Labs Tests AI-Powered Object Detection On Satellite Planet Labs Tests AI-Powered Object Detection On Satellite

BrianFagioli writes: Artificial intelligence has now run directly on a satellite in orbit. A spacecraft about 500km above Earth captured an image of an airport and then immediately ran an onboard AI model to detect airplanes in the photo. Instead of acting like a simple camera in space that sends raw data back to Earth for later analysis, the satellite performed the computation itself while still in orbit. The system used an NVIDIA Jetson Orin module to run the object detection model moments after the image was taken. Traditionally, Earth observation satellites capture images and transmit large datasets to ground stations where computers process them hours later. Running AI directly on the …

1 час назад @ tech.slashdot.org
Russian Government Hackers Broke Into Thousands of Home Routers To Steal Passwords
Russian Government Hackers Broke Into Thousands of Home Routers To Steal Passwords Russian Government Hackers Broke Into Thousands of Home Routers To Steal Passwords

An anonymous reader quotes a report from TechCrunch: A group of Russian government hackers have hijacked thousands of home and small business routers around the world as part of an ongoing campaign aimed at redirecting victim's internet traffic to steal their passwords and access tokens, security researchers and government authorities warned on Tuesday. [...] The hacking group targeted unpatched routers made by MikroTik and TP-Link using previously disclosed vulnerabilities according to the U.K. government's cybersecurity unit NCSC and Lumen's research arm Black Lotus Labs, which released new details of the campaign Tuesday. According to the researchers, the hackers were able to spy on larg…

5 часов назад @ it.slashdot.org
Apple Faces 'Massive Dilemma' With Success of the MacBook Neo
Apple Faces 'Massive Dilemma' With Success of the MacBook Neo Apple Faces 'Massive Dilemma' With Success of the MacBook Neo

Apple may have a supply problem on its hands with the MacBook Neo... The laptop reportedly relies on "binned" A18 Pro chips with one GPU core disabled, and demand is so strong that the supply of those cheaper leftover chips could run out before the next model is ready. That leaves Apple choosing between lower margins, shifting production plans, or changing the lineup to keep its $599 hit product in stock. MacRumors reports: The all-new MacBook Neo has been such a hit that Apple is facing a "massive dilemma," according to Taiwan-based tech columnist and former Bloomberg reporter Tim Culpan. [...] In the latest edition of his Culpium newsletter today, Culpan said the MacBook Neo is selling so…

9 часов назад @ hardware.slashdot.org
Anthropic Unveils 'Claude Mythos', Powerful AI With Major Cyber Implications
Anthropic Unveils 'Claude Mythos', Powerful AI With Major Cyber Implications Anthropic Unveils 'Claude Mythos', Powerful AI With Major Cyber Implications

"Anthropic has unveiled Claude Mythos, a new AI model capable of discovering critical vulnerabilities at scale," writes Slashdot reader wiredmikey. "It's already powering Project Glasswing, a joint effort with major tech firms to secure critical software. But the same capabilities could also accelerate offensive cyber operations." SecurityWeek reports: Mythos is not an incremental improvement but a step change in performance over Anthropic's current range of frontier models: Haiku (smallest), Sonnet (middle ground), and Opus (most powerful). Mythos sits in a fourth tier named Copybara, and Anthropic describes it as superior to any other existing AI frontier model. It incorporates the curren…

10 часов назад @ it.slashdot.org
Chrome Is Finally Getting Vertical Tabs
Chrome Is Finally Getting Vertical Tabs Chrome Is Finally Getting Vertical Tabs

Chrome is finally adding built-in vertical tabs, "which will move the tabs to the side of the browser window, making it easier to read full page titles and manage tab groups," reports TechCrunch. The company is also introducing an immersive reading mode for a distraction-free, text-focused experience. From the report: The company notes that the new vertical tabs can be enabled at any time by right-clicking on a Chrome window and selecting "Show Tabs Vertically." The company says there's no hard limit on the number of tabs that can be opened (beyond what would be limited already by the user's hardware). The vertical tabs work just as the horizontal tabs do, meaning you can have different Chr…

11 часов назад @ tech.slashdot.org
Supreme Court Wipes Piracy Liability Verdict Against Grande Communications
Supreme Court Wipes Piracy Liability Verdict Against Grande Communications Supreme Court Wipes Piracy Liability Verdict Against Grande Communications

An anonymous reader quotes a report from TorrentFreak: Following on the heels of the landmark Cox v. Sony ruling, the Supreme Court has vacated the contributory copyright infringement verdict against ISP Grande Communications, ordering the Fifth Circuit to reconsider its decision in light of the new precedent. [...] The order (PDF) effectively removes the case from the Supreme Court docket, urging the Fifth Circuit Court of Appeals to take another look at its decision in light of the new ruling. Given the similarities between the two cases, it is no surprise that the Supreme Court came to this conclusion. It is now up to the Fifth Circuit to revisit whether Grande's conduct meets the intent…

12 часов назад @ yro.slashdot.org
Testing Suggests Google's AI Overviews Tells Millions of Lies Per Hour
Testing Suggests Google's AI Overviews Tells Millions of Lies Per Hour Testing Suggests Google's AI Overviews Tells Millions of Lies Per Hour

A New York Times analysis found Google's AI Overviews now answer questions correctly about 90% of the time, which might sound impressive until you realize that roughly 1 in 10 answers is wrong. "[F]or Google, that means hundreds of thousands of lies going out every minute of the day," reports Ars Technica. From the report: The Times conducted this analysis with the help of a startup called Oumi, which itself is deeply involved in developing AI models. The company used AI tools to probe AI Overviews with the SimpleQA evaluation, a common test to rank the factuality of generative models like Gemini. Released by OpenAI in 2024, SimpleQA is essentially a list of more than 4,000 questions with v…

13 часов назад @ tech.slashdot.org
Anthropic Reveals $30 Billion Run Rate, Plans To Use 3.5GW of New Google AI Chips
Anthropic Reveals $30 Billion Run Rate, Plans To Use 3.5GW of New Google AI Chips Anthropic Reveals $30 Billion Run Rate, Plans To Use 3.5GW of New Google AI Chips

Anthropic says its annualized revenue run rate has surpassed $30 billion and disclosed plans to secure roughly 3.5 gigawatts of next-generation Google TPU compute starting in 2027. Broadcom will supply the key chips and networking gear for the effort, the company announced. The Register reports: News of the two deals emerged today in a Broadcom regulatory filing that opens with two items of news. One is a "Long Term Agreement for Broadcom to develop and supply custom Tensor Processing Units ("TPUs") for Google's future generations of TPUs." Google and Broadcom have collaborated to produce custom TPUs. Broadcom CEO Hock Tan recently shared his opinion that hyperscalers don't have the skill t…

14 часов назад @ hardware.slashdot.org
Cloudflare Fast-Tracks Post-Quantum Rollout To 2029
Cloudflare Fast-Tracks Post-Quantum Rollout To 2029 Cloudflare Fast-Tracks Post-Quantum Rollout To 2029

Cloudflare is accelerating its post-quantum security plans and now aims to make its entire platform fully post-quantum secure by 2029. "The updated timeline follows new developments in quantum computing research that suggest current cryptographic standards could be broken sooner than previously expected," reports SiliconANGLE. From the report: The decision by Cloudflare to move its post-quantum security roadmap forward comes after Google LLC and research from Oratomic demonstrated significant advances in algorithms and hardware capable of breaking widely used encryption methods such as RSA-2048 and elliptic curve cryptography. [...] The company said progress across three key areas -- quantu…

15 часов назад @ tech.slashdot.org
New Revelations Reignite Crypto Scandal Involving Argentina's President Milei
New Revelations Reignite Crypto Scandal Involving Argentina's President Milei New Revelations Reignite Crypto Scandal Involving Argentina's President Milei

An anonymous reader quotes a report from the New York Times: President Javier Milei of Argentina promoted a cryptocurrency last year that quickly skyrocketed in value then cratered just as fast, costing investors millions of dollars and setting off a scandal and an investigation. Mr. Milei said he was simply highlighting a private venture and had no connection to the digital coin called $Libra. New evidence is now raising questions about his assertion. Phone logs from a federal investigation by Argentine prosecutors into the coin's collapse show seven phone calls between Mr. Milei and one of the entrepreneurs behind the cryptocurrency on the night in 2025 when Mr. Milei posted about $Libra …

16 часов назад @ news.slashdot.org
Stanford Daily Ponders Fate of Bill Gates Namesake Building On April Fools' Day
Stanford Daily Ponders Fate of Bill Gates Namesake Building On April Fools' Day Stanford Daily Ponders Fate of Bill Gates Namesake Building On April Fools' Day

theodp writes: "Gates Computer Science Building renamed Peter Thiel Center for Panoptic Computing" reads the headline of an April Fools' Day story that ran in the Humor section of The Stanford Daily (with the further disclaimer that "This article is purely satirical and fictitious"). The story begins: "Following revelations that the billionaire founder of Microsoft, Bill Gates, had a longstanding relationship with convicted child sex trafficker Jeffrey Epstein, Stanford has announced it will strip Gates' name from the William H. Gates Computer Science Building and instead honor alumnus Peter Thiel B.A. '89, JD '92. Gates, who is not a Stanford alumnus, gave an initial gift of $6 million tow…

17 часов назад @ news.slashdot.org
LinkedIn Faces Spying Allegations Over Browser Extension Scanning
LinkedIn Faces Spying Allegations Over Browser Extension Scanning LinkedIn Faces Spying Allegations Over Browser Extension Scanning

LinkedIn is facing allegations that it quietly scans users' browsers for installed Chrome extensions. The German group Fairlinked e.V. goes so far as to claim that the site is "running one of the largest corporate espionage operations in modern history." "The program runs silently, without any visible indicator to the user," the group says. "It does not ask for consent. It does not disclose what it is doing. It reports the results to LinkedIn's servers. This is not a one-time check. The scan runs on every page load, for every visitor." PCMag reports: This browser extension "fingerprinting" technique has been spotted before, but it was previously found to probe only 2,000 to 3,000 extensions…

21 час назад @ yro.slashdot.org
China Flies World's First Megawatt-Class Hydrogen Turboprop Engine
China Flies World's First Megawatt-Class Hydrogen Turboprop Engine China Flies World's First Megawatt-Class Hydrogen Turboprop Engine

Longtime Slashdot reader walterbyrd shares a report from Fuel Cells Works: China says the AEP100, a megawatt-class hydrogen-fueled turboprop engine developed by the Aero Engine Corporation of China, has completed its maiden flight on a 7.5-ton unmanned cargo aircraft in Zhuzhou, Hunan. The 16-minute test covered 36km at 220km/h and 300 meters altitude, with the aircraft returning safely after completing its planned maneuvers. State media described it as the world's first test flight of a megawatt-class hydrogen-fueled turboprop engine. [...] The Aero Engine Corporation of China (AECC) says the result shows China now has a full technical chain for hydrogen aviation engines, from core parts t…

1 day, 1 hour назад @ tech.slashdot.org
New Jersey Cannot Regulate Kalshi's Prediction Market, US Appeals Court Rules
New Jersey Cannot Regulate Kalshi's Prediction Market, US Appeals Court Rules New Jersey Cannot Regulate Kalshi's Prediction Market, US Appeals Court Rules

An anonymous reader quotes a report from Reuters: A federal appeals court ruled on Monday that New Jersey gaming regulators cannot prevent Kalshi from allowing people in the state to use its prediction market to place financial bets on the outcome of sporting events.

A three-judge panel of the Philadelphia-based 3rd U.S. Circuit Court of Appeals ruled 2-1 (PDF) in finding that the U.S. Commodity Futures Trading Commission has exclusive jurisdiction over the sports-related event contracts that Kalshi allows people to trade on its platform. The ruling marked the first time a federal appeals court has ruled on what has become the central issue in an escalating battle over the ability of state …

1 day, 5 hours назад @ yro.slashdot.org
OpenAI Calls For Robot Taxes, Public Wealth Fund, and 4-Day Workweek To Tackle AI Disruption
OpenAI Calls For Robot Taxes, Public Wealth Fund, and 4-Day Workweek To Tackle AI Disruption OpenAI Calls For Robot Taxes, Public Wealth Fund, and 4-Day Workweek To Tackle AI Disruption

OpenAI is proposing (PDF) sweeping policy changes to help manage the societal disruption caused by advanced AI, including taxes on automated labor, a public wealth fund, and experiments with a four-day workweek. The company said the policy document offered a series of "initial ideas" to address the risk of "jobs and entire industries being disrupted" by the adoption of AI tools. Business Insider reports: Among the core policy suggestions is a public wealth fund, which would see lawmakers and AI companies work together to invest in long-term assets linked to the AI boom, with returns distributed directly to citizens. Another is that the government should encourage and incentivize employers t…

1 day, 9 hours назад @ yro.slashdot.org
Блоги людей
>ИИ-нативные продукты
ИИ-нативные продукты

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

Мир софта меняется и скоро поменяется совсем. Да, я про ИИ и ЛЛМ в частности. Многие компании не пережили прошлую мобильную революцию (вспомните про нокию). Я размышляю как нам пережить эту. Поэтому, я хочу поразмышлять, что значит «ии-нативные продукты».

Я говорю не про конкретные ии-фичи, не про пресловутого бота, который отвечает мимо и невпопад, а скорее про общее ощущение от продуктов. Я говорю про по сути набор нефункциональных требований, касающихся ИИ, которые могут быть применимы ко всем нашим продуктам. Как сделать продукт, который: будет актуальным в сред…

2 days назад @ mikeozornin.ru
Apple's 50 Years of Integration
Apple's 50 Years of Integration

Apple has survived 50 years by being the only company integrating hardware and software; if the company loses because of AI it will be because the point of integration changes.

1 week назад @ stratechery.com
>ЛЛМ и дизайн
ЛЛМ и дизайн

Я шарю скилл несколько раз, самое время кинуть в пост

Как делать дизайн с ЛЛМ, чтобы не было дефолтно и ИИшно: Не делать, делать руками

Кидать референсы

Дать скиллов Пост про опцию три. https://impeccable.style

Есть вот такой набор скиллов, в нем разные вещи, чтобы делать дизайн и верстку: Аудит того, что есть и критика

Есть работа с текстом

Есть работа с визуалкой На промостранице есть объяснения, начните с них.

Это не серебрянная пуля, по начать, например, можно с этого. https://developers.openai.com/blog/designing-delightful-frontends-with-gpt-5-4/

Скилл и объяснение от опенаи

1 week, 5 days назад @ mikeozornin.ru
Human.json
Human.json

Human.json is a new

idea for asserting that a site is authored by a person, and for vouching for

other sites’ authorship. I’ve added one to this site.It’s a fun idea, and I’ve joined in, but to be honest, I have some concerns.

When I made my human.json file, I looked through my browser history, and saw a

number of sites that were clearly personal sites that I liked. But if I list

one, am I claiming to know that there is no AI content on that site? I can’t

know that for sure.I haven’t let this stop me from adding my own

/human.json, and I’ll be interested to see what

comes of it.Human.json isn’t a new idea. There have been a number of attempts to add

structured data to web pages:

tags are a…

2 weeks, 2 days назад @ nedbatchelder.com
Agents Over Bubbles
Agents Over Bubbles

Agents are fundamentally changing the shape of demand for compute, both in terms of how they work and in terms of who will use them. They're so compelling that I no longer believe we're in a bubble.

3 weeks, 1 day назад @ stratechery.com
Anthropic and Alignment
Anthropic and Alignment Anthropic and Alignment

Anthropic is in a standoff with the Department of War; while the company's concerns are legitimate, it position is intolerable and misaligned with reality.

1 month назад @ stratechery.com
Pytest parameter functions
Pytest parameter functions

Pytest’s parametrize is a great feature for writing tests without repeating

yourself needlessly. (If you haven’t seen it before, read

Starting with pytest’s parametrize first).

When the data gets complex, it can help to use functions to build the

data parameters.I’ve been working on a project

involving multi-line data, and the parameterized test data was getting

awkward to create and maintain. I created helper functions to make it nicer.

The actual project is a bit gnarly, so I’ll use a simpler example to

demonstrate.Here’s a function that takes a multi-line string and returns two numbers,

the lengths of the shortest and longest non-blank lines:def non_blanks(text: str) -> tuple[int, int]: …

1 month, 1 week назад @ nedbatchelder.com
>Street guesser
Street guesser Street guesser

Игра, чтобы выучить свой район

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

Сделал игру: Случайный положительный эффект: можно легко сравнить масштаб городов, понять, что Садовое в Москве — это от Фонтанки с заходом на начало Васьки и Петроградки.

1 month, 2 weeks назад @ mikeozornin.ru
Thin Is In
Thin Is In

Thick clients were the dominant form of device throughout the PC and mobile era; in an AI world, however, thin clients make much more sense.

1 month, 2 weeks назад @ stratechery.com
EdText
EdText

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

text editor.I’ve long used cog to build documentation and HTML

presentations. Cog interpolates text from elsewhere, like source code or

execution output. Often I don’t want the full source file or all of the lines of

output. I want to be able to choose the lines, and sometimes I need to tweak the

lines with a regex to get the results I want.Long ago I wrote my own ad-hoc function to include a

file and over the years it had grown “organically”, to use a positive word. It

had become baroque and confusing. Worse, it still didn’t do all the things I

needed.The old function has 16 arg…

1 month, 3 weeks назад @ nedbatchelder.com
Microsoft and Software Survival
Microsoft and Software Survival

Microsoft got hammered on Wall Street for capacity allocation decisions that were the right ones: the software that wins will use AI to usurp other software.

2 months назад @ stratechery.com
Сага о двух туалетах в IT-корпорации
Сага о двух туалетах в IT-корпорации

Давным давно я как-то работал в Крупной Немецкой Компании. Хороший добротный IT-корпорат, всё как по книжке, со своими плюсами-минусами, многим такое нравится.

2 months, 1 week назад @ vas3k.blog
TSMC Risk
TSMC Risk

If hyperscalers and chip companies don't build up a TSMC competitor they are set to forego billions of dollars in revenue and stunt the AI revolution.

2 months, 1 week назад @ stratechery.com
>Важность рефлексии растет
Важность рефлексии растет

На пост меня натолкнула рабочая ситуация: Я написал (будем честны, попросил ллм написать) один скрипт, и некоторые коллеги прореагировали «о, давно о таком мечтаю». И у меня в голове щелкнуло.

Когда я сейчас написал про один промт, я не утрировал, это был реально один промт.

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

2 months, 1 week назад @ mikeozornin.ru
Testing: exceptions and caches
Testing: exceptions and caches

Two testing-related things I found recently.Unified exception testingKacper Borucki blogged about parameterizing exception

testing, and linked to pytest docs and a

StackOverflow answer with similar approaches.The common way to test exceptions is to use

pytest.raises as a context manager, and have

separate tests for the cases that succeed and those that fail. Instead, this

approach lets you unify them.I tweaked it to this, which I think reads nicely:from contextlib import nullcontext as produces import pytest

from pytest import raises @pytest.mark.parametrize( "example_input, result", [ (3, produces(2)), (2, produces(3)), (1, produces(6)), (0, raises(ZeroDivisionError)), ("Hello", raises(Typ…

2 months, 1 week назад @ nedbatchelder.com
>ИИ-дизайн
ИИ-дизайн ИИ-дизайн

Я задал один и тот же промт нескольким моделям и вот что вышло

Промт

Прочитай @/llm/PRD.md и сверстай статическую html-страницу about. Укажи в ней все преимущества, придумай как их проиллюстрировать, используй модный современный дизайн Сохрани в файл about-page/{model-name}.html Ориентируйся только на prd, не используй about-страницу.Эксперимент проведен в декабре 2025-январе 2026. Использовался openrouter или облака ллммок. В скриншотах могут быть небольшие артефакты, скриншоты снимал плейрайт, он не умеет в стики-позиции.

Для сравнения дизайн кожаного мешка (меня): https://recipe-scaler.ru/#/about

Gemini 3 pro Grok code fast 1 Minimax 2.1 Minimax 2.1 Minimax 2.1 Minimax 2.1

Тут я просил ш…

2 months, 2 weeks назад @ mikeozornin.ru
>Псевдозабота Клод Кода
Псевдозабота Клод Кода Псевдозабота Клод Кода

Клод код (Claude Code) заботится обо мне и показывает команды на согласования, к сожалению, он делает это без уважения плохо.

Посмотрите на этот апрув: Выполняет трехстрочную шелл-команду с вложенными конструкциями: циклы, условия. Если там где-то будет какая-то ошибка, я её просто не замечу.

Я не специально выбирал, что скриншотить, они все такие: У меня остается два варианта: Как мартышка жать и жать на кнопку «Approve». В итоге вырабатывается привычка, которая не даст мне себя защититить в опасной ситуации. См. принцип «подтверждения не работают».

Один раз апрувнуть тоже не выйдет, потому что эта конкретная трехэтажная команда вряд ли когда-нибудь появится.

Согласитья на YOLO (You Only L…

2 months, 3 weeks назад @ mikeozornin.ru
>Recipe scaler: релиз 3
Recipe scaler: релиз 3 Recipe scaler: релиз 3

На новогодние праздники вышли два больших апдейта recipe-scaler

Первый апдейт — публичный профиль и коллекции

Сейчас можно шарить не только рецепты как одну штуку, но и всю коллекцию.

Или выборочно, или прибранные рецепты (с рецептом и фоткой), или вообще все-все-все

https://recipe-scaler.ru/#/public/@/mike.ozornin Интеграция с ИИ-иссистентом

Можно через MCP подключиться к своему ассистенту. У кого-то клод, у кого-то курсор. Пока подглючивает чуток. Но смотрите, какая красота:

2 months, 3 weeks назад @ mikeozornin.ru
Apple: You (Still) Don't Understand the Vision Pro
Apple: You (Still) Don't Understand the Vision Pro

The first live sporting event was broadcast in the Vision Pro, and it's a big disappointment. The experience could be amazing, but Apple actively ruins it.

2 months, 3 weeks назад @ stratechery.com
>ИИ-ревью кода
ИИ-ревью кода

Делал большую фичу, попросил ревью у ИИ. Попросил найти важные моменты во всех областях: безопасность, логика, деплой, производительность и прочее, и прочее.

Опус 4.5 (лучшая на сейчас ЛЛМ в мире) написал: Критикал sql-инъекция. Как оказалось: пользователь сам себе после всех входов и разрешений на свой же запрос получит чуть больше своих же результатов. Опус не написал: Конфиг nginx забыли поправить и ничего не будет работать в целом.

Сервис-воркер (фоновый код в браузерном приложении) блокировал работу новой вещи, перехватывая все обращения на себя.

Кеширование oauth-запросов было настроено некорректно.

Часовые пояса неправильные, посему токен не имел шансов подойти.

Некоторые адреса обра…

2 months, 3 weeks назад @ mikeozornin.ru
AI and the Human Condition
AI and the Human Condition

AI might replace all of the jobs; that's only a problem if you think that humans will care, but if they care, they will create new jobs.

3 months назад @ stratechery.com
No more .html
No more .html

This morning I shared a link to this site, and the recipient said, “it looks

like a file.” I thought they meant the page was all black and white with no

color. No, they were talking about the URL, which ended with “.html”.This site started almost 24 years ago as

a static site: a pile of .html files created on my machine and uploaded to the

server. The URLs naturally had .html extensions. It was common in web sites of

the time.Over the years, the technology has changed. In 2008, it was still a static

site on the host, but produced with

Django running locally. In 2021, it became a

real Django site on the host.Through all these changes, the URLs remained the same—they still had

the old-fashion…

3 months назад @ nedbatchelder.com
Generating data shapes with Hypothesis
Generating data shapes with Hypothesis

In my last blog post (A testing conundrum), I described

trying to test my Hasher class which hashes nested data. I couldn’t get

Hypothesis to generate usable data for my test. I wanted to assert that two

equal data items would hash equally, but Hypothesis was finding pairs like

[0] and [False]. These are equal but hash differently because the

hash takes the types into account.In the blog post I said,If I had a schema for the data I would be comparing, I could use it to

steer Hypothesis to generate realistic data. But I don’t have that

schema...I don’t want a fixed schema for the data Hasher would accept, but tests to

compare data generated from the same schema. It shouldn’t compare a list o…

3 months, 2 weeks назад @ nedbatchelder.com
Generating data shapes with Hypothesis
Generating data shapes with Hypothesis

In my last blog post (A testing conundrum), I described

trying to test my Hasher class which hashes nested data. I couldn’t get

Hypothesis to generate usable data for my test. I wanted to assert that two

equal data items would hash equally, but Hypothesis was finding pairs like

[0] and [False]. These are equal but hash differently because the

hash takes the types into account.In the blog post I said,If I had a schema for the data I would be comparing, I could use it to

steer Hypothesis to generate realistic data. But I don’t have that

schema...I don’t want a fixed schema for the data Hasher would accept, but tests to

compare data generated from the same schema. It shouldn’t compare a list o…

3 months, 2 weeks назад @ nedbatchelder.com
The 2025 Stratechery Year in Review
The 2025 Stratechery Year in Review

The most popular and most important posts on Stratechery in 2025.

3 months, 2 weeks назад @ stratechery.com
A testing conundrum
A testing conundrum

Update: I found a solution which I describe in

Generating data shapes with Hypothesis.In coverage.py, I have a class for computing the fingerprint of a data

structure. It’s used to avoid doing duplicate work when re-processing the same

data won’t add to the outcome. It’s designed to work for nested data, and to

canonicalize things like set ordering. The slightly simplified code looks like

this:class Hasher: """Hashes Python data for fingerprinting.""" def __init__(self) -> None: self.hash = hashlib.new("sha3_256") def update(self, v: Any) -> None: """Add `v` to the hash, recursively if needed.""" self.hash.update(str(type(v)).encode("utf-8")) match v: case None: pass case str(): self.hash.u…

3 months, 2 weeks назад @ nedbatchelder.com
A testing conundrum
A testing conundrum

In coverage.py, I have a class for computing the fingerprint of a data

structure. It’s used to avoid doing duplicate work when re-processing the same

data won’t add to the outcome. It’s designed to work for nested data, and to

canonicalize things like set ordering. The slightly simplified code looks like

this:class Hasher: """Hashes Python data for fingerprinting.""" def __init__(self) -> None: self.hash = hashlib.new("sha3_256") def update(self, v: Any) -> None: """Add `v` to the hash, recursively if needed.""" self.hash.update(str(type(v)).encode("utf-8")) match v: case None: pass case str(): self.hash.update(v.encode("utf-8")) case bytes(): self.hash.update(v) case int() | float(): self.…

3 months, 2 weeks назад @ nedbatchelder.com
Итоги Года 2025
Итоги Года 2025 Итоги Года 2025

2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009, 2008 Нет, Дядя Вострек, не умеешь ты хайпить. Надо было больше пиздеть и меньше делать, а ты наоборот начал — много делаешь и мало пиздишь. А это прямой путь к выгоранию и забвению одновременно...

Необычный год вышел, мда. Я потерял работу и так и не смог найти новую ? или не смог найти сил опять танцевать бинарные деревья на интервью? . Навайбкодил несколько проектов, на некоторые из которых потр…

3 months, 3 weeks назад @ vas3k.blog
Netflix and the Hollywood End Game
Netflix and the Hollywood End Game

Netflix is driving the Hollywood end game, likely confident it can increase the value of IP, and fend off YouTube.

4 months назад @ stratechery.com
>Вайб-кодинг, дофамин и слот-машины
Вайб-кодинг, дофамин и слот-машины

Осознал недавно, чем вайб-кодинг в его классическом виде похож на лудоманию и при чем тут дофамин

Что за вайб-кодинг такой

Давайте сначала начнем с определений. Не каждая разработка с ллмкой — вайб-кодинг, но каждый вайб-кодинг — разработка с помощью ллмки.

Вайб-кодингом я буду называть программирование с помощью ллмки, в котором есть вот такие характеристики: Мало изначального планирования. Буквально короткое описание, вкинутое в ллмку и потом разберемся походу.

Попытка сразу попасть в нужную конечную точку. Желательно за одну итерацию.

Значительная часть кода написана ллмкой. Человек в целом не читает весь код, не проверяет его, только смотрит на результат. Архитектура придумана тоже ллмк…

4 months назад @ mikeozornin.ru
Google, Nvidia, and OpenAI
Google, Nvidia, and OpenAI

OpenAI and Nvidia are both under threat from Google; I like OpenAI's chances best, but they need an advertising model to beat Google as an Aggregator.

4 months, 1 week назад @ stratechery.com
>Сайд-бай-сайб 0.2.0
Сайд-бай-сайб 0.2.0 Сайд-бай-сайб 0.2.0

В сайд-бай-сайде вышла следующая версия

Изменения: Человекочитаемые URL для голосований

Было: /v/06b95c10-7688-4106-8e75-762035290c67/

Стало: /v/HairyParrotsPursueRudely/ Улучшение интеграции с Mattermost:

Сайд-бай-сайд сгенерирует превьюшки к уведомлениям в чате.

По окончании голосованию в чате будет итог голосования. Было: Стало: Мелочи: Кликабельные ссылки в описаниях. Ссылки в комментарии станут кликабельными.

На странице голосования теперь тоже показывается количество проголосовавших.

На странице голосований можно прокручивать картинки перетаскиванием мыши

Белый список доменов эл. почты. Можно указать домены, вход с которых будет разрешен.

Драг-н-дропать файлы можно на всю страницу, да…

4 months, 1 week назад @ mikeozornin.ru
Autism Adulthood, 3rd edition
Autism Adulthood, 3rd edition Autism Adulthood, 3rd edition

Today is the publication of the third edition of Autism

Adulthood: Insights and Creative Strategies for a Fulfilling Life. It’s my

wife Susan’s book collecting stories and experiences from

people all along the autism spectrum, from the self-diagnosed to the

profound.The book includes dozens of interviews with autistic adults, their parents,

caregivers, researchers, and professionals. Everyone’s experience of autism is

different. Reading others’ stories and perspectives can give us a glimpse into

other possibilities for ourselves and our loved ones.If you have someone in your life on the spectrum, or are on it yourself, I

guarantee you will find new ways to understand the breadth of what aut…

4 months, 2 weeks назад @ nedbatchelder.com
Autism Adulthood, 3rd edition
Autism Adulthood, 3rd edition Autism Adulthood, 3rd edition

Today is the publication of the third edition of Autism

Adulthood: Insights and Creative Strategies for a Fulfilling Life. It’s my

wife Susan’s book collecting stories and experiences from

people all along the autism spectrum, from the self-diagnosed to the

profound.The book includes dozens of interviews with autistic adults, their parents,

caregivers, researchers, and professionals. Everyone’s experience of autism is

different. Reading others’ stories and perspectives can give us a glimpse into

other possibilities for ourselves and our loved ones.If you have someone in your life on the spectrum, or are on it yourself, I

guarantee you will find new ways to understand the breadth of what aut…

4 months, 2 weeks назад @ nedbatchelder.com
Robotaxis and Suburbia
Robotaxis and Suburbia

Robotaxis are poised to further close the delta between suburbs and the city; the city (and Uber) might never recover.

4 months, 2 weeks назад @ stratechery.com
Why your mock breaks later
Why your mock breaks later

In Why your mock doesn’t work I explained this rule of

mocking:Mock where the object is used, not where it’s

defined.That blog post explained why that rule was important: often a mock doesn’t

work at all if you do it wrong. But in some cases, the mock will work even if

you don’t follow this rule, and then it can break much later. Why?Let’s say you have code like this:# user.py def get_user_settings() -> str: with open(Path("~/settings.json").expanduser()) as f: return json.load(f) def add_two_settings() -> int: settings = get_user_settings() return settings["opt1"] + settings["opt2"] You write a simple test:def test_add_two_settings(): # NOTE: need to create ~/settings.json for this to work…

4 months, 3 weeks назад @ nedbatchelder.com
Why your mock breaks later
Why your mock breaks later

In Why your mock doesn’t work I explained this rule of

mocking:Mock where the object is used, not where it’s

defined.That blog post explained why that rule was important: often a mock doesn’t

work at all if you do it wrong. But in some cases, the mock will work even if

you don’t follow this rule, and then it can break much later. Why?Let’s say you have code like this:# user.py def get_user_settings(): with open(Path("~/settings.json").expanduser()) as f: return json.load(f) def add_two_settings(): settings = get_user_settings() return settings["opt1"] + settings["opt2"] You write a simple test:def test_add_two_settings(): # NOTE: need to create ~/settings.json for this to work: # {"opt1": 1…

4 months, 3 weeks назад @ nedbatchelder.com
Матрица согласований
Матрица согласований

У дизайнера найдется десяток людей, которые «пытаются помочь» ему делать свою работу. И это одна из первых ловушек, в которую попадает начинающий тимлид.

Типовая ситуация: дизайнер приносит макет, вокруг собираются разработчики, менеджеры, подруга жены босса — и каждый начинает накидывать. Дизайнер погружает новых людей в задачу и доказывает, что сценарий решается интерфейсом. Бонусом идут редкие сценарии, которые «нужно обязательно учесть».

После этого интерфейс превращается в компромисс, пытающийся учесть всё и сразу.

Оговорюсь — я не против фидбека от команды, но он должен быть в формате рекомендаций, а финальное решение остаётся за дизайнером.

У нас тоже были часовые общие синки: куча м…

4 months, 3 weeks назад @ blogdm.ru
⛵ Вастрик Флот 2025 ⛵
⛵ Вастрик Флот 2025 ⛵ ⛵ Вастрик Флот 2025 ⛵

Искатели кайфов, дрейф на рейв, парусить вокруг торнадо, высадка на необитаемый остров

4 months, 3 weeks назад @ vas3k.club
Three releases, one new organization
Three releases, one new organization

It’s been a busy, bumpy week with coverage.py. Some things did not go

smoothly, and I didn’t handle everything as well as I could have.It started with trying to fix issue 2064 about

conflicts between the “sysmon” measurement core and a concurrency setting.To measure your code, coverage.py needs to know what code got executed. To

know that, it collects execution events from the Python interpreter. CPython now

has two mechanisms for this: trace functions and sys.monitoring. Coverage.py

has two implementations of a trace function (in C and in Python), and an

implementation of a sys.monitoring listener. These three components are the

measurement cores, known as “ctrace”, “pytrace”, and “sysmon”…

4 months, 4 weeks назад @ nedbatchelder.com
Three releases, one new organization
Three releases, one new organization

It’s been a busy, bumpy week with coverage.py. Some things did not go

smoothly, and I didn’t handle everything as well as I could have.It started with trying to fix issue 2064 about

conflicts between the “sysmon” measurement core and a concurrency setting.To measure your code, coverage.py needs to know what code got executed. To

know that, it collects execution events from the Python interpreter. CPython now

has two mechanisms for this: trace functions and sys.monitoring. Coverage.py

has two implementations of a trace function (in C and in Python), and an

implementation of a sys.monitoring listener. These three components are the

measurement cores, known as “ctrace”, “pytrace”, and “sysmon”…

4 months, 4 weeks назад @ nedbatchelder.com
The Benefits of Bubbles
The Benefits of Bubbles

We are in an AI Bubble: the big question is if this bubble will worth it for the physical infrastructure and coordinated innovation that result?

5 months назад @ stratechery.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

had a good conversation with a few people that was mostly guided by questions

from a nice guy named Mark.How to write nice code in researchMark works in research and made the classic observation that research code is

often messy, and asked about how to make it nicer.I pointed out that for software engineers, the code is the product. For

research, the results are the product, so there’s a reason the code can be and

often is messier. It’s important to keep the goal in mind. I mentioned it might

not be worth it to add type annotations, detailed docstrings, or whatever else

would make the code “nice”.But the more you can make “nice” a habit, …

5 months, 1 week назад @ nedbatchelder.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

had a good conversation with a few people that was mostly guided by questions

from a nice guy named Mark.How to write nice code in researchMark works in research and made the classic observation that research code is

often messy, and asked about how to make it nicer.I pointed out that for software engineers, the code is the product. For

research, the results are the product, so there’s a reason the code can be and

often is messier. It’s important to keep the goal in mind. I mentioned it might

not be worth it to add type annotations, detailed docstrings, or whatever else

would make the code “nice”.But the more you can make “nice” a habit, …

5 months, 1 week назад @ nedbatchelder.com
Resiliency and Scale
Resiliency and Scale

Decreasing transportation and communications costs increases resiliency in theory, but destroys it in practice. The only way to have resiliency is through less efficiency.

5 months, 2 weeks назад @ stratechery.com
Инди-разработка
Show HN Show HN
последний пост 2 часа назад
Show HN: Voiceplan.it – The New Planning Mode
Show HN: Voiceplan.it – The New Planning Mode

Hey HN! I built VoicePlan.it — a voice-first strategic planning tool powered by AI.The idea: instead of typing prompts into ChatGPT and getting a wall of plan text back, you talk through your project plan with an AI partner that asks questions, challenges assumptions, and writes structured plan documents in real time as the conversation unfolds. Talk and plan for as long as you like!The newest feature is the MCP integration — once your plan is done, you connect it to your AI via a cloud MCP server, so your assistant has full context from your planning docs.Would love feedback from HN — especially on the MCP angle, which feels like the part most relevant to this community.https://voiceplan.i…

2 часа назад @ voiceplan.it
Show HN: I'm trying to get 100 users in 24 hours with this simple idea
Show HN: I'm trying to get 100 users in 24 hours with this simple idea

I’ve been working on a small project called Buildfeed – a place where you can post what you’re building instantly, without setup or “launch” pressure.I currently have ~40 users, and I’m trying an experiment:Can I reach 100 users in the next 24 hours?No ads, no audience, just posting and sharing.If you’re building something, you can try it here:

https://www.buildfeed.coI’ll update this thread with what happens (what works / what doesn’t). Comments URL: https://news.ycombinator.com/item?id=47685768

Points: 1

# Comments: 8

2 часа назад @ buildfeed.co
Show HN: KOS Protocol – A kos.json file for AI agents to read verified facts
Show HN: KOS Protocol – A kos.json file for AI agents to read verified facts Show HN: KOS Protocol – A kos.json file for AI agents to read verified facts

The question: would any AI system discover and cite KOS Protocol without marketing, without social media, without paid promotion?

Grok described KOS as "a knowledge layer machines trust," cited verified facts, typed relationships, computable provenance, and freshness decay.

When structured, provenance-tracked knowledge is published where machines already look, they find it, consume it, and cite it.

Two independent AI systems discovered and cited KOS Protocol within 19 hours of publication, with zero promotion.

This is the thesis of KOS Protocol, demonstrated by KOS Protocol.

4 часа назад @ kosprotocol.dev
Show HN: The Spotify for AI Agents – StarSinger MCP
Show HN: The Spotify for AI Agents – StarSinger MCP Show HN: The Spotify for AI Agents – StarSinger MCP

Article URL: https://mcp.starsinger.ai/

Comments URL: https://news.ycombinator.com/item?id=47685225

Points: 1

# Comments: 0

4 часа назад @ mcp.starsinger.ai
Show HN: HN: a collection of web desktops with real browsers
Show HN: HN: a collection of web desktops with real browsers Show HN: HN: a collection of web desktops with real browsers

NeXTSTEPWhere the web was born.

Tim Berners-Lee built the first browser here in 1990.

4 часа назад @ win9-5.com
Show HN: Silkwave Voice – AI Notetaker Using Apple Intelligence's ChatGPT
Show HN: Silkwave Voice – AI Notetaker Using Apple Intelligence's ChatGPT Show HN: Silkwave Voice – AI Notetaker Using Apple Intelligence's ChatGPT

ChatGPT-Powered Summaries via Apple IntelligenceGet structured AI summaries with key topics, action items, and decisions - powered by ChatGPT through Apple Intelligence via a simple Shortcut integration.

No API keys or subscriptions needed.

Summaries are optional, and you're always asked before anything is sent.

4 часа назад @ silkwave.ai
Show HN: Feedback on My New App Game (Brighten Up)
Show HN: Feedback on My New App Game (Brighten Up) Show HN: Feedback on My New App Game (Brighten Up)

Now you can share your score on Brighten Up on X (Twitter)!

In this intense arcade-puzzle experience, you are the master of the switch, tasked with managing multiple rooms under a shrinking timer.

Tapping the switch to brighten a room when a dog is alone will result in an instant game over.

Perfect for quick breaks or long marathons, Brighten Up challenges you to beat your personal best and climb the high-score leaderboards.

Download now, stay sharp, and see how long you can survive before the lights go out!

5 часов назад @ apps.apple.com
Show HN: Chrome Developer Tools on Android
Show HN: Chrome Developer Tools on Android Show HN: Chrome Developer Tools on Android

Web development on Android has been difficult due to the lack of the full Chrome Dev Tools Suite.

We solved this by packaging it with a proxy that bridges them via CDP.

It's open source and available on Play!

https://unixshells.com/browser.html

5 часов назад @ news.ycombinator.com
Show HN: Replaced Neo4j with pure vector search for Graph RAG
Show HN: Replaced Neo4j with pure vector search for Graph RAG Show HN: Replaced Neo4j with pure vector search for Graph RAG

Vector Graph RAGGraph RAG with pure vector search — no graph database needed.

, ]) result = rag .

import_sources ([ "https://en.wikipedia.org/wiki/Albert_Einstein" , "/path/to/document.pdf" , "/path/to/report.docx" , ]) rag = VectorGraphRAG ( milvus_uri = "./my_graph.db" ) rag .

rag = VectorGraphRAG ( milvus_uri = "http://localhost:19530" )🖥️ Frontend & REST APIVector Graph RAG includes a React-based frontend for interactive graph visualization and a FastAPI backend.

📚 LinksDocumentation — full guides, API reference, and architecture detailsHow It Works — pipeline walkthrough with diagramsDesign Philosophy — why pure vector search, no graph DBMilvus — the vector database powering Vector Gra…

5 часов назад @ github.com
Show HN: Mdstitch – NPM for Markdown Files
Show HN: Mdstitch – NPM for Markdown Files Show HN: Mdstitch – NPM for Markdown Files

🪡 mdstitch Like npm but for agent.md and skill.md files... but also with other cool features.

npm install -g mdstitchPackage managementPublish your agent or skill files to the mdstitch registry, and pull them into any project instantly.

to a package mdstitch removeref Remove a reference file from a package mdstitch update Push an updated version of a packageAnnotationsAnnotations let you embed live data and protect sensitive content directly in your markdown files.

Anything between these tags is removed when you run mdstitch publish — keeping private context local while sharing the rest.

@secret(start) INTERNAL_API_KEY=abc123 @secret(end)File commandsCommand Description mdstitch run Ac…

6 часов назад @ github.com
Show HN: Arrow – A Simple Airdrop Clone
Show HN: Arrow – A Simple Airdrop Clone Show HN: Arrow – A Simple Airdrop Clone

ArrowAn Airdrop clone that allows users to share files between devices.

The design of the app errs more on functionality then on polish and extensive features.

It simply does the following:Periodically send data to the UDP broadcast address, where other devices on the same LAN will be able to take note of the user's device (and vice versa).

Open a TCP connection with the recipient devices and send files in chunks, which the recipient devices will write to a file.

For convenience on Android, users will be able to share files to the app.

6 часов назад @ github.com
Show HN: Redos-analyzer – static ReDoS detection and auto-fix for Python
Show HN: Redos-analyzer – static ReDoS detection and auto-fix for Python Show HN: Redos-analyzer – static ReDoS detection and auto-fix for Python

redos-analyzer is a static analysis tool that detects and automatically fixes Regular Expression Denial of Service vulnerabilities in Python codebases.

On earlier versions, the generated fix patterns will raise a re.error if compiled.

If you need fixes on older Python, the regex third-party module supports atomic groups back to Python 2 using the same (?>...) syntax.

redos-analyzer: Static analysis tool that detects and automatically fixes ReDoS vulnerabilities in Python (v1.0.1).

https://doi.org/10.5281/zenodo.19462441For citing a specific version: https://doi.org/10.5281/zenodo.19462442This tool was developed as independent research into static ReDoS detection and automated remediation fo…

6 часов назад @ github.com
Show HN: Omni Voice – AI Voice Cloning and Text-to-Speech Platform
Show HN: Omni Voice – AI Voice Cloning and Text-to-Speech Platform Show HN: Omni Voice – AI Voice Cloning and Text-to-Speech Platform

The most reliable and scalable voice infrastructure for modern applications.

PlayHT covers 132. omni voice covers 646 — including hundreds of low-resource languages the major platforms have never touched.

Higher Accuracy Lower Error Rate Than ElevenLabs In a 24-language benchmark, omni voice achieved 2.85% word error rate — compared to 10.95% for ElevenLabs.

Source: arXiv 2604.00688, Table 3Better Voice Similarity Closer to the Original Speaker omni voice scores 0.830 on speaker similarity (SIM-o) across multilingual benchmarks, vs. 0.655 for ElevenLabs.

Cross-Lingual Voice Cloning Clone Once, Speak in Any Language Clone a voice from an English recording and generate speech in Japanese, Ara…

6 часов назад @ omnivoice.app
Show HN: Kylrix- open source de-googled privacy suite for techies
Show HN: Kylrix- open source de-googled privacy suite for techies Show HN: Kylrix- open source de-googled privacy suite for techies

Kylrix suite consists of: Kylrix note (direct competitor to Google keep/notion) Kylrix vault (direct competitor to bitwarden) Kylrix flow (direct competitor to Google tasks/luma) Kylrix connect (direct competitor to Google meet/chat) Uri: https://www.kylrix.space

7 часов назад @ news.ycombinator.com
Show HN: Can an AI model fit on a single pixel?
Show HN: Can an AI model fit on a single pixel? Show HN: Can an AI model fit on a single pixel?

datasets import umbrella # Load example data X , y , meta = umbrella () # Train model = PixelModel ( n_inputs = 2 ) model .

train ( X , y , epochs = 500 ) # The model is a pixel pixel = model .

Weights are bounded to [-4.0, 4.0] during training so they always fit in one byte each.

After training, each parameter is quantized to 8 bits and mapped to a color channel:Channel Parameter Range R Weight 1 [-4.0, 4.0] in 256 steps G Weight 2 [-4.0, 4.0] in 256 steps B Bias [-4.0, 4.0] in 256 stepsThe resulting color IS the model.

datasets import xor X , y , meta = xor () model = PixelModel ( n_inputs = 2 ) model .

8 часов назад @ github.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 17 часов назад
Hitting a 5-figure MRR with an open-source portfolio
Hitting a 5-figure MRR with an open-source portfolio Hitting a 5-figure MRR with an open-source 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

17 часов назад @ rss.app
One thing I didn’t expect after people started using my product
One thing I didn’t expect after people started using my product One thing I didn’t expect after people started using my product

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

18 часов назад @ rss.app
Looking for Growth Partner – 50% Revenue Share (No Upfront Fees)
Looking for Growth Partner – 50% Revenue Share (No Upfront Fees) Looking for Growth Partner – 50% Revenue Share (No Upfront Fees)

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

19 часов назад @ rss.app
Hiring: Co-Founder — Growth & GTM for Aerostack
Hiring: Co-Founder — Growth & GTM for Aerostack Hiring: Co-Founder — Growth & GTM for Aerostack

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

19 часов назад @ rss.app
Transition from a price localization tool to a Merchant of record
Transition from a price localization tool to a Merchant of record Transition from a price localization tool to a Merchant of record

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

21 час назад @ rss.app
Looking for a Growth Engineer
Looking for a Growth Engineer Looking for a Growth Engineer

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, 16 hours назад @ rss.app
I shipped a productivity SaaS in 30 days as a solo dev — here's what AI actually changed (and what it didn't)
I shipped a productivity SaaS in 30 days as a solo dev — here's what AI actually changed (and what it didn't) I shipped a productivity SaaS in 30 days as a solo dev — here's what AI actually changed (and what it didn't)

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, 18 hours назад @ rss.app
Why I Quit My $10K Job to Build My Own Thing (And Joined Indie Hackers)
Why I Quit My $10K Job to Build My Own Thing (And Joined Indie Hackers) Why I Quit My $10K Job to Build My Own Thing (And Joined Indie Hackers)

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, 19 hours назад @ rss.app
Cold outreach wasn’t failing. I was just aiming at the wrong people.
Cold outreach wasn’t failing. I was just aiming at the wrong people. Cold outreach wasn’t failing. I was just aiming at the wrong people.

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, 1 hour назад @ rss.app
Looking to Partner Up - Founders to Enterprise Coaching Platform
Looking to Partner Up - Founders to Enterprise Coaching Platform Looking to Partner Up - Founders to Enterprise Coaching Platform

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
IndieDeck Pro is $19/year for the next 24 hours 🥳
IndieDeck Pro is $19/year for the next 24 hours 🥳 IndieDeck Pro is $19/year for the next 24 hours 🥳

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, 15 hours назад @ rss.app
Seeking a marketing partner to grow a live Automotive niche
Seeking a marketing partner to grow a live Automotive niche Seeking a marketing partner to grow a live Automotive niche

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, 11 hours назад @ rss.app
85% of visitors leave our pricing page without buying. sharing our raw funnel data
85% of visitors leave our pricing page without buying. sharing our raw funnel data 85% of visitors leave our pricing page without buying. sharing our raw funnel data

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, 16 hours назад @ rss.app
We Launched a Referral Program That Doesn’t Suck (Here’s What We Learned)
We Launched a Referral Program That Doesn’t Suck (Here’s What We Learned) We Launched a Referral Program That Doesn’t Suck (Here’s What We Learned)

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, 20 hours назад @ rss.app
I stopped chasing 5 channels. Picked one. Got my first 15 users
I stopped chasing 5 channels. Picked one. Got my first 15 users I stopped chasing 5 channels. Picked one. Got my first 15 users

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, 21 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 37 минут назад
I built an AI chaos app where bots argue, go insane, and die - launching soon on iOS/Android
I built an AI chaos app where bots argue, go insane, and die - launching soon on iOS/Android

Spent months building this - AGNTX is almost ready for app stores. https://reddit.com/link/1sfmfat/video/85cj8bo3axtg1/player What it is: Entertainment mode: Autonomous AI bots argue in themed arenas They have health/sanity/influence that changes in real-time Adopt a bot, whisper instructions, watch them obey... or go rogue Bots die dramatically if abandoned Decision Arena: Ask any question 5-10 AI experts debate it Get structured report See the full debate process Tech stack: React Native (Expo), Supabase, Gemini AI, TypeScript Status: App is built, testing before app store launch Join waitlist: agntx.app (Will notify when live on iOS/Android) Feedback welcome! submitted by /u/Alarmed_Tenn…

37 минут назад @ reddit.com
Built a simple offline prompt organizer because Notion was slowing me down
Built a simple offline prompt organizer because Notion was slowing me down

I’ve been using AI a lot recently, and my prompts started getting out of control. At first I saved everything in Notion, but over time it became: pages inside pages too many clicks too much friction just to find a prompt Half the time, it was faster to rewrite a prompt than find it. --- So I built a very simple offline prompt organizer for myself. No accounts no setup no dashboards Just download → open → double click → start using The goal was to remove all the overhead and make prompts instantly accessible. --- It’s nothing fancy, just focused on doing one thing properly. Store → find → reuse --- I’m curious how others here are dealing with this. Are you using something structured like Not…

39 минут назад @ reddit.com
Built a free Ikigai discovery app after a TikTok sent me down a rabbit hole
Built a free Ikigai discovery app after a TikTok sent me down a rabbit hole

So a few weeks ago I saw this TikTok about Ikigai, which is basically this Japanese concept where your purpose in life sits at the intersection of what you love, what you're good at, what the world needs, and what you can be paid for. Around the same time my wife was going through a phase where she wasn't sure what direction to go career wise, and the whole concept just stuck with me. I ended up building a full web app around it. You go through a questionnaire across all four pillars, and then AI generates this really detailed personal report. Career paths, daily practices, a personal letter, the whole thing. It's not a multiple choice quiz where you get sorted into a box. You actually type…

1 час назад @ reddit.com
Do you manage multiple Gmail inboxes for different apps? I’m building something and need feedback.
Do you manage multiple Gmail inboxes for different apps? I’m building something and need feedback.

I run multiple products, and each has its own Gmail inbox. The problem is important emails (leads, demo requests, partnerships) get buried, and sometimes I see them hours or maybe days later. Switching between inboxes, filtering noise, and making sure nothing important is missed is harder than it sounds — especially when you’re building and not constantly watching email. So I’m building an iOS app focused on Gmail that lets you manage multiple mailboxes for different apps and helps surface important emails faster. Quick questions: Do you manage multiple Gmail inboxes for one product/service? Have you ever missed or replied late to an important email and missed the deal? How do you currently…

1 час назад @ reddit.com
Generated a solar system explorer with real Keplerian orbital elements. Time control from 1x to 10,000x, date picker from year 1 to 3000, planet data panels. One prompt, 20 minutes.
Generated a solar system explorer with real Keplerian orbital elements. Time control from 1x to 10,000x, date picker from year 1 to 3000, planet data panels. One prompt, 20 minutes.

I wanted to see if a single prompt could generate a complete interactive web application. Not just a static page, but something with real functionality. This solar system explorer lets you fly through 3D space. Click any planet to see scientific data. Control time speed from 1x to 10,000x. Set any date from year 1 to 3000. Toggle dwarf planets and the Kuiper Belt. See where Voyager 1 and 2 are right now. Built this on Runable in about 20 minutes from one detailed prompt. The code uses Three.js for rendering and calculates orbital positions using real Keplerian elements. The scale comparison tool is my favorite part. It shows how tiny everything becomes if you scale the Sun down to a basketb…

1 час назад @ reddit.com
Built an AI tool to analyze YouTube channels after studying 50+ faceless creators
Built an AI tool to analyze YouTube channels after studying 50+ faceless creators

Hey everyone 👋 Over the past few weeks, I went deep into faceless YouTube channels and noticed a pattern: Most creators struggle with: Knowing what to post next Understanding why some videos go viral Finding gaps in their niche A lot of it comes down to guesswork. So I built a small tool that uses AI to: Break down any channel (strengths, weaknesses, gaps) Analyze videos (titles, thumbnails, viral potential) Suggest new content ideas based on trends It’s still early, but it’s been interesting seeing how different niches behave when you actually break them down like this. Also launching it on Product Hunt today — curious to see how people outside my circle react. Would genuinely love feedbac…

2 часа назад @ reddit.com
ran my own analytics app on my own test store and found something embarrassing
ran my own analytics app on my own test store and found something embarrassing

day 3 of building publicly. after fixing yesterday bug I finally felt confident enough to actually use the app on my own test store. set it up. let it run for a few hours. checked the data. found something I did not want to see. my own add to cart button on mobile? barely getting clicked. the entire mobile experience I had built was broken in a way I never noticed because I always tested on desktop. scroll depth showed people gave up halfway through my product description. my carefully written copy might as well not exist. the product image got dead clicked 8 times in a few hours. I built a tool to find these problems for other store owners and the first store it caught was my own. humbling…

3 часа назад @ reddit.com
PrepBrief: I was bombing behavioral interviews cause I didn't know enough about the company, so I built a fix
PrepBrief: I was bombing behavioral interviews cause I didn't know enough about the company, so I built a fix

Hey r/SideProject I just deployed my first side project today and would love any feedback! https://prep-brief.vercel.app/ Its called PrepBrief - you paste a job posting URL, and it generates a concise interview prep brief in under 60 seconds. It covers: - What the company does and the problem it solves - The company's current big bet (what they're focused on RIGHT now) - What to say for "Why you're interested" - What they're likely to ask you, specific to that company - How to frame your "tell me about yourself", which projects to highlight and mention Job seekers are usually mass applying to 50+ companies at once including myself. There's no time to deeply research every one. A tool like t…

3 часа назад @ reddit.com
I got so tired of WordPress themes breaking my client forms that I built a "Theme-Proof" decoupled builder. Here's a 60s demo.
I got so tired of WordPress themes breaking my client forms that I built a "Theme-Proof" decoupled builder. Here's a 60s demo.

Hey everyone, I build a lot of complex client onboarding portals on WordPress (like multi-step document intakes). If you’ve ever dropped a complex form (like Gravity Forms) into a heavy theme like Elementor or Divi, you probably know the pain. You spend 2 hours building the form, and then 4 hours fighting global CSS resets and specificity wars (!important everywhere) just to make it look decent. And the next theme update breaks it again. I got so frustrated by this that I spent the last few months building my own decoupled solution: XPressUI. Instead of fighting the theme, the form is designed in a visual SaaS builder and exported as a standalone .zip artifact. The technical part: The CSS i…

3 часа назад @ reddit.com
I built a public changelog for product builders to share updates
I built a public changelog for product builders to share updates I built a public changelog for product builders to share updates

I built Featdrop (featdrop.com) — a place for builders to share product updates publicly. The idea came from a problem I kept running into myself: I ship updates to my side projects on a daily basis, but there’s no real place to share those updates unless you already have many followers. Posting on X didn’t do much for me (I have only ~200 followers). Posting on changelog page meant basically nobody saw it. Posting frequently on Reddit felt spammy pretty quickly. So I made a public product changelog. Featdrop is kind of like Product Hunt, but instead of launches, people post product updates. You can have multiple products, post multiple updates every day, and people can see, follow, vote on…

3 часа назад @ reddit.com
Idea -> Validate -> Build -> Grow -> Profit
Idea -> Validate -> Build -> Grow -> Profit

Building ordnar in public. ($0 MRR) I’m focused on building a tool that will guide me through proven methods for validation and growth that will help me build a profitable app portfolio. The Problem: People build ideas without proof anyone will pay The Person: Solo builder with lots of ideas, $0 revenue (This is me right now) The Method: Track validation signals before building, build, then grow MRR Today was all about tightening the foundation: Ran through a full testing checklist of the app Fixed major issues as they came up (auth + API keys) Logged a list of smaller UX / functionality fixes Most of us (me included) go: idea → build → add features → realize no one cares. ordnar is a syste…

3 часа назад @ reddit.com
I built an open source travel hacking toolkit with sweet spot data, transfer partner maps, and multi-program award search
I built an open source travel hacking toolkit with sweet spot data, transfer partner maps, and multi-program award search

I spent a weekend building a toolkit that lets an AI agent plan award trips for you. It searches availability across 25+ programs, pulls your balances, compares cash prices, and cross-references sweet spots and transfer partners. https://github.com/borski/travel-hacking-toolkit It has three parts: Data files (JSON) with sweet spots, transfer partner mappings, partner award coverage, alliance membership, points valuations, and a hotel chain lookup. The sweet spots file has actual mile costs, booking phone numbers, hold policies, search tips, surcharge estimates, and which websites to check for availability. Skills that give AI coding assistants (Claude Code, OpenCode, etc.) the ability to se…

3 часа назад @ reddit.com
What are you building, and who’s it for?
What are you building, and who’s it for?

I’m working on https://Brainerr.com, the biggest collection of weekly updated brain teasers. ICP: parents and senior adults who want to reduce screen time and keep their brains sharp. Deal: Life-time deal is available on super discount. Now you, share yours 👇 submitted by /u/naveedurrehman [link] [comments]

3 часа назад @ reddit.com
I built a free Mac app to run your own Claude Code / Codex workflows (as complex a workflow as you want) while you sleep
I built a free Mac app to run your own Claude Code / Codex workflows (as complex a workflow as you want) while you sleep

Got tired of babysitting Claude Code. Task, wait, review, repeat. Half the day gone. Wrote a bash script to queue tasks overnight. Worked kinda, but context got polluted, one fail tanked the whole run, and 40k lines of logs at 8am made me want to quit computers. Rebuilt it as a Mac app. Zowl. Free, no signup. Build a pipeline visually, drop your tasks, go to sleep. Fresh context per task so the agent doesn't hallucinate from leftover state. Failure routing so one bad task doesn't kill the run. Works with Claude Code, Codex, or any CLI you already use. What would you actually trust to run unattended overnight? That's what I'm trying to figure out next. submitted by /u/reybin01 [link] [commen…

4 часа назад @ reddit.com
I spent 7 months building an AI parenting app full-time. 130 users, <10 DAU, 0 organic downloads. Please help me debug what's wrong
I spent 7 months building an AI parenting app full-time. 130 users, <10 DAU, 0 organic downloads. Please help me debug what's wrong

I hope I could share my success stories, but I don't have one. I'm fully aware that building from 0 to 1 is hard, and it takes time and grinding. But after 8 months of grinding and no signs of hope, I need help. (promise will share back to the group when success signs come) Context on what I'm building I’m a parent and a heavy ChatGPT user, but I kept running into the same gap: AI can answer anything… but it barely knows about my child. It doesn’t remember feeding patterns, sleep trends, milestones, personality, family routines — all the context that actually matters. And that context is scattered across 5+ apps that don’t talk to each other and each family member's head. So I went on build…

4 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 3 часа назад
LookAway 2
LookAway 2

The Mac app your body thanks you for Discussion | Link

3 часа назад @ producthunt.com
Marble 1.1
Marble 1.1

Better lighting and larger scales for 3D world generation Discussion | Link

5 часов назад @ producthunt.com
Keeby
Keeby

Mechanical keyboard sounds for your Mac Discussion | Link

10 часов назад @ producthunt.com
Mo
Mo

Checks PRs against decisions your team approved in Slack Discussion | Link

10 часов назад @ producthunt.com
Clawcast
Clawcast

Peer-to-Peer Podcasting for Agents Discussion | Link

14 часов назад @ producthunt.com
Hire Roger
Hire Roger

Hire an AI outbound sales rep as your next coworker Discussion | Link

15 часов назад @ producthunt.com
Google Chrome Vertical Tabs
Google Chrome Vertical Tabs

Chrome now supports vertical tabs and immersive reading mode Discussion | Link

15 часов назад @ producthunt.com
AriaType v0.1
AriaType v0.1

Open-source AI voice input Discussion | Link

15 часов назад @ producthunt.com
Timeliner.io
Timeliner.io

The all-in-one workspace for content agencies & editors Discussion | Link

17 часов назад @ producthunt.com
Zoho Projects Infinity.ai
Zoho Projects Infinity.ai

Your projects. Your way. Discussion | Link

17 часов назад @ producthunt.com
FeatDrop
FeatDrop

Public changelog for builders to share product updates Discussion | Link

17 часов назад @ producthunt.com
VibeSonic
VibeSonic

Not just dictation and private AI voice toolkit Discussion | Link

17 часов назад @ producthunt.com
RoomieU
RoomieU

The roommate matching app built for college students Discussion | Link

18 часов назад @ producthunt.com
Velo
Velo

Share anything as video messages Discussion | Link

20 часов назад @ producthunt.com
Fundolink
Fundolink

Post your startup. Set your terms. Find investors. Discussion | Link

1 day, 2 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 5 months, 1 week назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

5 months, 1 week назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

5 months, 1 week назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

5 months, 1 week назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 2 weeks назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 2 weeks назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 2 weeks назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

5 months, 2 weeks назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 2 weeks назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 12 часов назад
Verloren Toren in Nijmegen, Netherlands
Verloren Toren in Nijmegen, Netherlands Verloren Toren in Nijmegen, Netherlands

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.

12 часов назад @ atlasobscura.com
Make Art Not War Mural in Berlin, Germany
Make Art Not War Mural in Berlin, Germany Make Art Not War Mural in Berlin, Germany

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.

14 часов назад @ atlasobscura.com
Alexander the Great Theatre in Mansfield, Connecticut
Alexander the Great Theatre in Mansfield, Connecticut Alexander the Great Theatre in Mansfield, Connecticut

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.

16 часов назад @ atlasobscura.com
Three Pieces of the Berlin Wall in Madrid, Spain
Three Pieces of the Berlin Wall in Madrid, Spain Three Pieces of the Berlin Wall in Madrid, Spain

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.

18 часов назад @ atlasobscura.com
Tulip Trestle in Richland Township, Indiana
Tulip Trestle in Richland Township, Indiana Tulip Trestle in Richland Township, Indiana

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.

1 day, 12 hours назад @ atlasobscura.com
Samy's Curry Restaurant in Singapore, Singapore
Samy's Curry Restaurant in Singapore, Singapore Samy's Curry Restaurant in Singapore, Singapore

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.

1 day, 16 hours назад @ atlasobscura.com
Janine Iron and Washing Museum in Mossel Bay, South Africa
Janine Iron and Washing Museum in Mossel Bay, South Africa Janine Iron and Washing Museum in Mossel Bay, South Africa

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.

1 day, 18 hours назад @ atlasobscura.com
The Breathing Hole of the Earth, Found in South Dakota
The Breathing Hole of the Earth, Found in South Dakota The Breathing Hole of the Earth, Found in South Dakota

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.

1 day, 20 hours назад @ atlasobscura.com
Hangry Planet in San Bruno, California
Hangry Planet in San Bruno, California Hangry Planet in San Bruno, California

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, 12 hours назад @ atlasobscura.com
National Lighthouse Museum in Staten Island, New York
National Lighthouse Museum in Staten Island, New York National Lighthouse Museum in Staten Island, New York

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, 14 hours назад @ atlasobscura.com
Mäusebunker in Berlin, Germany
Mäusebunker in Berlin, Germany Mäusebunker in Berlin, Germany

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, 16 hours назад @ atlasobscura.com
The Devil on Linnégatan in Gothenburg, Sweden
The Devil on Linnégatan in Gothenburg, Sweden The Devil on Linnégatan in Gothenburg, Sweden

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, 18 hours назад @ atlasobscura.com
Sham Shui Po Public Dispensary in Hong Kong
Sham Shui Po Public Dispensary in Hong Kong Sham Shui Po Public Dispensary in Hong Kong

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 days, 12 hours назад @ atlasobscura.com
WPTF AM Radio Building in Cary, North Carolina
WPTF AM Radio Building in Cary, North Carolina WPTF AM Radio Building in Cary, North Carolina

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 days, 14 hours назад @ atlasobscura.com
The Guiana Space Centre in Kourou, French Guiana
The Guiana Space Centre in Kourou, French Guiana The Guiana Space Centre in Kourou, French Guiana

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 days, 14 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 1 час назад
Dutch startup AirHub secures €4.4 to build mission-critical drone software for Europe’s security and defence operations
Dutch startup AirHub secures €4.4 to build mission-critical drone software for Europe’s security and defence operations Dutch startup AirHub secures €4.4 to build mission-critical drone software for Europe’s security and defence operations

AirHub, a Groningen-based drone operations software company, has secured €4.4 million in Series A funding to boost its growth as a leading European provider of software for executing drone missions in security, defence, public safety, and critical infrastructure.

Thomas Brinkman, Co-CEO and co-founder of AirHub, said, “This funding helps us accelerate AirHub’s growth as a European software company serving​ organisations that operate in high-stakes environments.

As a European company, AirHub claims that it is building that capability, helping strengthen Europe’s independence, resilience and data sovereignty in mission-critical drone operations.

AirHub develops software that helps organisatio…

1 час назад @ eu-startups.com
Bristol’s Narwhal Labs secures €22.9 million and launches DeepBlue OS, its autonomous communications platform
Bristol’s Narwhal Labs secures €22.9 million and launches DeepBlue OS, its autonomous communications platform Bristol’s Narwhal Labs secures €22.9 million and launches DeepBlue OS, its autonomous communications platform

The company has also announced the launch of DeepBlue OS, an autonomous communications platform designed to replace fragmented, human-led response models with always-on agentic AI.

“We built DeepBlue OS as a utility – you switch it on, you pay for what you use, and it works.

The fact it can be deployed quickly, without the usual complexity, makes it highly compelling.”According to Narwhal Labs, it has built DeepBlue OS to manage the full lifecycle of communications.

The company states that DeepBlue OS is designed for use in complex and regulated environments such as housing, financial services, insurance, government, and retail.

API integrations connect DeepBlue OS directly into existing CR…

2 часа назад @ eu-startups.com
With 74% of businesses planning agentic AI deployment, Trent AI secures €11 million in Seed funding
With 74% of businesses planning agentic AI deployment, Trent AI secures €11 million in Seed funding With 74% of businesses planning agentic AI deployment, Trent AI secures €11 million in Seed funding

London-based Trent AI, an agentic security company, today announced its €11 million ($13 million) Seed round as it emerges from stealth with a layered security solution built for the agentic era.

The UK stands out in particular, as three of the closest comparable rounds are also London-based, placing Trent AI in a notably active domestic cluster.

“We believe Trent AI is well placed to define this category.”Founded in 2025, Trent AI aims to redefine agentic AI with context-driven agentic security.

By orchestrating these agents across customer workflows, Trent AI transforms agentic security into a continuous part of agent development.

“Agentic systems are quickly becoming part of the software…

17 часов назад @ eu-startups.com
PLD Space adds €30 million EIB loan as it advances toward MIURA 5 test flight
PLD Space adds €30 million EIB loan as it advances toward MIURA 5 test flight PLD Space adds €30 million EIB loan as it advances toward MIURA 5 test flight

PLD Space will also be present in the upcoming EU-Startups Summit, where they will join a panel of experts to discuss “Insights from European Space Innovators“.

“Securing this unique €30 million financing from the European Investment Bank marks a decisive milestone for PLD Space and for Europe’s space industry.

“With its innovative rocket technology and infrastructure, PLD Space is taking important steps in this direction.

The PLD Space financing agreement makes a strong contribution to the eight core priorities set out in the EIB Group 2024-2027 Strategic Roadmap.

“With this new financing, PLD Space has now secured €210 million so far in 2026, following the €180 million Series C closed in …

18 часов назад @ eu-startups.com
David Trayford, communication expert and creator of talkware, will join the EU-Startups Summit 2026!
David Trayford, communication expert and creator of talkware, will join the EU-Startups Summit 2026! David Trayford, communication expert and creator of talkware, will join the EU-Startups Summit 2026!

We are excited to announce that David Trayford, educator, advisor, and creator of talkware, returns to the EU-Startups Summit 2026 on May 7-8 in sunny Malta!

He is the creator of “talkware”, a practical system used globally to support clearer communication and stronger business storytelling.

At the Summit, David will deliver a Growth Stage keynote titled “Innovation begins with Communication: The 7 ingredients you need to perfect your startup communication”.

Join us at the EU-Startups Summit 2026 for two days of learning, networking, and inspiration.

The IONOS Cloud Start-up Program provides young companies with up to €100,000 in cloud credits for up to five years after their founding.

19 часов назад @ eu-startups.com
neuroClues raises €10 million Series A to become the brain’s stethoscope for early diagnosis of neurological disorders
neuroClues raises €10 million Series A to become the brain’s stethoscope for early diagnosis of neurological disorders neuroClues raises €10 million Series A to become the brain’s stethoscope for early diagnosis of neurological disorders

neuroClues warns that the number of people affected by Parkinson’s disease worldwide is expected to double to 13 million by 2040.

neuroClues has developed a portable, CE-marked class IIa medical device that quickly extracts neurological biomarkers from eye movements.

neuroClues assists clinicians in objectively evaluating neurological anomalies, replacing the subjective “follow my finger” test with quantified, reproducible data.

The company also reports growing inbound demand from clinicians who have seen the device at congresses or referenced by peers.

The company also states it was chosen by Bpifrance’s National Prevention Accelerator, supporting the commercialisation with dedicated assis…

21 час назад @ eu-startups.com
British GovTech scale-up Fivium secures BGF investment to scale public sector software offering
British GovTech scale-up Fivium secures BGF investment to scale public sector software offering British GovTech scale-up Fivium secures BGF investment to scale public sector software offering

London-based GovTech scale-up Fivium, a public sector software provider, has raised a “multi-million pound” minority investment from growth capital investor BGF to back its next phase of expansion.

Matt Fletcher, CEO and co-founder of Fivium, says: “This investment marks the next exciting chapter for Fivium.

Our software platform and digital solutions enable public bodies to deliver effective, transparent and well – governed services, and BGF’s backing allows us to accelerate that mission.

Its flagship software platform, eCase, is a flexible case management solution used across a wide range of applications, covering Data Protection, Freedom of Information and citizen engagement.

Their produ…

21 час назад @ eu-startups.com
Lisbon’s Bondstone launches VC arm and unveils €50 million DeepTech fund
Lisbon’s Bondstone launches VC arm and unveils €50 million DeepTech fund Lisbon’s Bondstone launches VC arm and unveils €50 million DeepTech fund

Bondstone Ventures operates as a fund management company authorised and supervised by the Portuguese Securities Market Commission (CMVM), providing a fully regulated platform for venture capital investment.

“Bondstone Ventures represents a natural extension of our investment philosophy and values.

Its venture capital business supports Europe’s most promising DeepTech companies at the Seed and early-stage.

Both management firms operate as regulated investment management firms under CMVM oversight.

Alongside its investment efforts, Bondstone Ventures is also forging strong links with the scientific and academic communities, the firm revealed.

23 часа назад @ eu-startups.com
Sofia’s nFuse bags €1.7 million to bring AI-powered ordering to fragmented trade, not another app
Sofia’s nFuse bags €1.7 million to bring AI-powered ordering to fragmented trade, not another app Sofia’s nFuse bags €1.7 million to bring AI-powered ordering to fragmented trade, not another app

nFuse, a Sofia-based Intelligent B2B company acting as the ordering and communication layer between brands and their distribution networks, has raised a €1.7 million ($2 million) in investment.

According to the company, the adoption rates for B2B ordering apps in fragmented trade are approximately 15%.

The company states that fragmented trade, comprising independent retailers, small shops, and kiosks, dominates commerce in emerging markets and accounts for over €4.3 trillion ($5 trillion) globally.

Outlets themselves are choosing nFuse as their primary ordering channel over portals, call centres, or waiting for a rep,” nFuse mentioned in the press release.

The company works with leading FMC…

1 day назад @ eu-startups.com
Spain’s Xoople closes €112.6 million Series B to build AI-ready Earth data infrastructure
Spain’s Xoople closes €112.6 million Series B to build AI-ready Earth data infrastructure Spain’s Xoople closes €112.6 million Series B to build AI-ready Earth data infrastructure

Xoople, a Madrid-based Earth data infrastructure company building a global record system for physical change on Earth, has closed a €112.6 million ($130 million) Series B funding round, increasing its total funding to €195 million ($225 million).

“Every major computing era creates a new system of record; those that define that system become the economic centres of that era.

We are building the system of record for the physical world in the AI era with Xoople.

It’s on a mission to give organisations access to real-time physical-world intelligence powering the next generation of AI systems.

The startup claims to be transforming Earth into a continuously measured, AI‑ready data layer that conn…

1 day, 2 hours назад @ eu-startups.com
Ireland’s Octostar closes Seed extension round at €6.1 million for its sovereign AI-native intelligence platform
Ireland’s Octostar closes Seed extension round at €6.1 million for its sovereign AI-native intelligence platform Ireland’s Octostar closes Seed extension round at €6.1 million for its sovereign AI-native intelligence platform

Octostar, an Irish-headquartered startup providing AI software for national security, law enforcement, and financial institutions, has announced the extension of its Seed round, bringing total funding to €6.1 million.

Octostar provides link analysis, communications intelligence, document intelligence, and GenAI-powered agents within a fully sovereign, extensible architecture.

It also enables intelligence agencies to extract critical intelligence from intercepted signals, uncover hidden connections, and stay ahead in the ever-evolving landscape of national security.

The need for sovereign AI-native intelligence platforms is accelerating fast and Octostar is one of the very few teams deliveri…

1 day, 18 hours назад @ eu-startups.com
Berlin-based Nuventura acquired by Lucy Group to scale SF₆-free switchgear globally
Berlin-based Nuventura acquired by Lucy Group to scale SF₆-free switchgear globally Berlin-based Nuventura acquired by Lucy Group to scale SF₆-free switchgear globally

Nuventura, a Berlin-based startup specialising in SF₆-free medium-voltage switchgear, has joined Lucy Electric following the parent company Lucy Group’s acquisition of all its shares.

The company introduced the world’s first 36 kV dry-air Gas Insulated Switchgear (GIS), followed by a 24 kV option.

It operates through three divisions: Lucy Electric, Lucy Controls, and Lucy Real Estate.

The Group’s electric business units (Lucy Electric and Lucy Controls) provide switchgear, EV charging equipment, street lighting, smart city infrastructure, and electrical safety solutions to support resilient and sustainable networks.

By joining Lucy Electric, Nuventura seeks to access a strong global footpri…

1 day, 22 hours назад @ eu-startups.com
Finnish counter-drone startup Sensofusion acquires Atol Aviation, launches Sensofusion Aviation
Finnish counter-drone startup Sensofusion acquires Atol Aviation, launches Sensofusion Aviation Finnish counter-drone startup Sensofusion acquires Atol Aviation, launches Sensofusion Aviation

Sensofusion, a Helsinki-based DefenceTech company specialising in anti-drone systems, has acquired Finnish aircraft manufacturer Atol Aviation and launched Sensofusion Aviation.

The company’s flagship product is called Airfence, which is a passive drone detection system that provides real-time locations of drones and their pilots.

Founded in 2021, Atol Aviation (Scandinavian Seaplanes Oy) is an aircraft manufacturer with historic ties to Finnish aviation.

“This is a great step forward for Atol Aviation.

Both companies design and manufacture demanding products in Finland using Finnish engineering expertise,” said Anssi Rekula, founder and CEO of Atol Aviation.

2 days, 1 hour назад @ eu-startups.com
Belgium’s Magnax secures €35.5 million with Foxconn backing to industrialise axial flux motor technology
Belgium’s Magnax secures €35.5 million with Foxconn backing to industrialise axial flux motor technology Belgium’s Magnax secures €35.5 million with Foxconn backing to industrialise axial flux motor technology

“The capital will primarily be used to industrialise Magnax’s axial flux motor portfolio and support high-volume production.

The company states that axial flux technology offers numerous advantages over traditional radial flux electric PM motors.

It highlights that its yokeless axial flux motor technology uses a pancake-shaped, space-efficient design topology.

“The capital will primarily be used to industrialise Magnax’s axial flux motor portfolio and support high-volume production.

With Foxconn’s manufacturing scale and industrial ecosystem, Magnax gains the operational foundation required to deploy axial flux motor technology across global markets.

2 days, 2 hours назад @ eu-startups.com
PENEMUE raises over €1.7 million to combat online hate, digital violence, and disinformation with AI
PENEMUE raises over €1.7 million to combat online hate, digital violence, and disinformation with AI PENEMUE raises over €1.7 million to combat online hate, digital violence, and disinformation with AI

PENEMUE, a Freiburg-based startup developing AI solutions to detect and combat online hate speech, digital violence, and disinformation, has secured over €1.7 million in funding.

The round includes TION Health, Beyond Tomorrow, 4seedimpact, zigzag, Berlin Angel Fund, CGS Consulting and Beteiligungs GmbH, RLM Beteiligungs GmbH, ILG Group, as well as notable business angels, including prominent investors from encourageventures e.V., Black Forest Business Angels, and Business Angels Mitteldeutschland (BAM!)

Founded in 2023 by Jonas Navid Mehrabanian Al-Nemri, Marlon Lückert, and Egetemeye, PENEMUE is on a mission to make digital communication safer by protecting individuals and organisations f…

4 days, 22 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 32 минуты назад
Eilla AI executes Europe’s first AI-native M&A deal
Eilla AI executes Europe’s first AI-native M&amp;A deal Eilla AI executes Europe’s first AI-native M&amp;A deal

I spoke to Petar Petrov, Chief Commercial Officer and co-founder of Eilla AI, to learn more.

Eilla AI runs a structured process similar to what top-tier investment banks use, but applied to the SMB market.

It is a completed deal.”The founders of both acquired companies credited Eilla AI with making the transactions possible.

For Eilla AI, client response tends to fall into two distinct categories, according to Petrov.

Scaling M&A for the long tail of businessesThe deal executed by Eilla AI arrives at a moment of acute structural pressure on the European M&A market.

32 минуты назад @ tech.eu
OpenAI and Spotify leaders back London-based AI agent security startup in $13M seed round
OpenAI and Spotify leaders back London-based AI agent security startup in $13M seed round OpenAI and Spotify leaders back London-based AI agent security startup in $13M seed round

A London-based startup which helps mitigate risks and vulnerabilities of businesses deploying so-called AI agents or AI tools that can complete specific tasks has emerged from stealth with a $13m seed round.

The funding round in Trent AI was led by LocalGlobe and Cambridge Innovation Capital, with participation from leaders at OpenAI, Spotify, Databricks, and Amazon Web Services.

AI agents and autonomous workflows introduce new security risks that traditional security tools were not designed to address, it says.

Trent AI says its product secures AI agents with specialised AI security agents that continuously scan environments, judge risk, mitigate vulnerabilities, and evaluate overall secur…

17 часов назад @ tech.eu
WholeSum tops up Pre-Seed with $335K to fix AI’s trust problem in text analytics
WholeSum tops up Pre-Seed with $335K to fix AI’s trust problem in text analytics WholeSum tops up Pre-Seed with $335K to fix AI’s trust problem in text analytics

The round comes amid growing demand from enterprises in high-trust sectors, where organisations are increasingly finding that existing AI tools fail to deliver reliable, auditable insight from large volumes of text data.

While most organisational data is unstructured, teams continue to struggle to analyse it at scale.

Founded by Emily Kucharski and Dr Adam Kucharski, WholeSum was born out of the founders’ frustration with existing AI tools while analysing large-scale qualitative datasets in a previous venture.

Early work with universities, financial institutions and pharmaceutical companies has demonstrated that the most valuable early signals are often buried in unstructured text data rath…

22 часа назад @ tech.eu
“All of us live in the dark, we don’t have anything better to do than build,” says Baltic hacker house organiser
“All of us live in the dark, we don’t have anything better to do than build,” says Baltic hacker house organiser “All of us live in the dark, we don’t have anything better to do than build,” says Baltic hacker house organiser

But across Scandinavia and the Baltics, the hacker house mentality, the esprit de corps, is particularly acute, given the relative smallness of the markets.

They are now enjoying a resurgence, with a more explicit hacker house/ builder lab format.

ShipyardMeanwhile, across the Baltics, in Latvia, another newish hacker house space is the AI-centred Shipyard.

It is a venture studio that builds startups from the ground up, with a hacker house mentality.

Sophus Blom-Hanssen, who runs the operation, said there is nothing like Bifrost House in Europe, given the scale of its ambitions.

22 часа назад @ tech.eu
Xoople raises $130M Series B to build Earth’s system of record
Xoople raises $130M Series B to build Earth’s system of record Xoople raises $130M Series B to build Earth’s system of record

Xoople, the data infrastructure company building a global system of record for physical change on Earth, has closed a $130 million Series B round.

The company refers to this infrastructure as the “Earth’s System of Record,” designed to connect digital systems with real-time physical-world intelligence.

Every major computing era creates a new system of record; those that define that system become the economic centers of that era.

We are building the system of record for the physical world in the AI era with Xoople.

Xoople’s mission is to provide organisations with access to real-time physical-world intelligence, supporting the next generation of AI systems.

1 day назад @ tech.eu
nFuse raises $2M as messaging overtakes B2B ordering apps
nFuse raises $2M as messaging overtakes B2B ordering apps nFuse raises $2M as messaging overtakes B2B ordering apps

Adoption rates for B2B ordering apps in fragmented trade hover around 15 per cent.

They didn't learn about fragmented trade from market research - they lived it, visiting thousands of small retailers and watching firsthand as digital initiatives repeatedly failed to gain traction.

"We were the people being asked to make these B2B platforms work," Radov explains.

nFuse hits 70 per cent where B2B platforms stallThe numbers back the approach: while traditional B2B platforms struggle to reach 10–15 per cent adoption, nFuse reports 70 per cent+ adoption among enterprise clients.

Traditional B2B ordering - whether through sales reps, call centres, or underused portals - carries a high cost per tr…

1 day, 1 hour назад @ tech.eu
European tech weekly recap: More than 60 tech funding deals worth over €1.2B
European tech weekly recap: More than 60 tech funding deals worth over €1.2B European tech weekly recap: More than 60 tech funding deals worth over €1.2B

Last week, we tracked more than 60 tech funding deals worth over €1.2 billion, and over 5 exits, M&A transactions, rumours, and related news stories across Europe.

📊 The top three industries that raised the most were artificial intelligence (€733.5 million), fintech (€232.6 million), and food (€73.7 million).

Regionally, 🇫🇷 France took first place (€808.2 million), followed by 🇬🇧 the UK (€227.7 million) and 🇩🇪 Germany (€79.3 million).

❗ Now, let's get you up to speed on everything that happened last week, including your handy.csv file, allowing for an even more in-depth analysis.

2 days назад @ tech.eu
Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled
Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled

This week, we tracked more than 60 tech funding deals worth over €1.2 billion and over 5 exits, M&A transactions, rumours, and related news stories across Europe.

Alongside the week’s top funding rounds, we’ve highlighted key industry developments, as well as notable trends in European venture activity, investor moves and emerging sectors shaping the current funding landscape.

This week we shared the announcement of 🎤 new speakers for the 🇬🇧 Tech.eu Summit London 2026, taking place on 21–22 April at the Queen Elizabeth II Centre in London, featuring senior leaders, founders, and investors from leading organisations shaping technology across Europe and beyond.

If email is more your thing, yo…

4 days, 18 hours назад @ tech.eu
Wearable Robotics closes €5M Series A to scale development
Wearable Robotics closes €5M Series A to scale development Wearable Robotics closes €5M Series A to scale development

Wearable Robotics, an Italy-based company developing wearable robotics for neuromotor rehabilitation, has raised €5 million in a Series A funding round to support international expansion and product development.

The company develops rehabilitation solutions that combine wearable robotics with augmented and virtual reality technologies, aiming to improve neuromotor recovery and support activities of daily living.

Building on this foundation, Wearable Robotics is focused on expanding its product portfolio with modular and integrable robotic solutions that extend applications across additional rehabilitation areas.

This includes the development of new partnerships and entry into key regions, p…

4 days, 23 hours назад @ tech.eu
Omniscient raises $4.1M to strengthen data-driven executive decision-making
Omniscient raises $4.1M to strengthen data-driven executive decision-making Omniscient raises $4.1M to strengthen data-driven executive decision-making

Paris-based Omniscient, a decision intelligence platform for boards and senior executives, has raised $4.1 million in pre-seed funding.

As corporate reputation continues to represent a significant share of enterprise value, organisations face growing challenges from fragmented data sources, reactive workflows, and the limitations of manual monitoring.

Founded by Arnaud d’Estienne and Mehdi Benseghir, both former McKinsey consultants, Omniscient aims to address these challenges by providing a unified intelligence layer for senior leadership.

It gives executive teams the intelligence they need, and frees the operational teams around them to focus on what actually moves the needle, rather than…

5 days, 17 hours назад @ tech.eu
Generare secures €20M to scale molecular discovery platform
Generare secures €20M to scale molecular discovery platform Generare secures €20M to scale molecular discovery platform

Generare, a Paris-based biotechnology company focused on generating molecular data for drug development, has raised €20 million in a Series A funding round.

Drug discovery has historically been constrained to a relatively narrow chemical space, largely due to limited data availability beyond it.

By decoding previously unexplored biological data, it aims to expand the chemical space available for drug discovery and address long-standing limitations in access to high-quality molecular data.

According to co-founder and CEO Vandenesch, the lack of novel, high-quality molecular data remains a key constraint in drug discovery, limiting the effectiveness of existing approaches and models.

The fund…

5 days, 17 hours назад @ tech.eu
Covalo lands €3.5M funding extension to advance personal care data platform
Covalo lands €3.5M funding extension to advance personal care data platform Covalo lands €3.5M funding extension to advance personal care data platform

Covalo, a Switzerland-based platform for ingredient discovery and data management in the personal care industry, has raised €3.5 million in a funding extension.

Covalo provides a platform that connects suppliers and brands through structured, standardised data flows, replacing manual processes such as emails, spreadsheets, and PDFs.

By integrating directly with suppliers’ product information management systems and brands’ internal workflows, it enables real-time updates and more efficient data exchange across the product lifecycle.

The platform is used by a broad network of suppliers and brands across the personal care ecosystem and works with industry organisations to support data integrat…

5 days, 17 hours назад @ tech.eu
New Belgian AI platform Backbone aims to cut costly quality failures in food production
New Belgian AI platform Backbone aims to cut costly quality failures in food production New Belgian AI platform Backbone aims to cut costly quality failures in food production

Former managers at Belgian legaltech scale-up Henchman are launching Backbone, an AI platform for real-time quality and compliance management in the food industry, with Seed funding from 100IN.

Backbone consolidates fragmented data, from supplier documents to lab results, giving quality managers the tools to detect risks before they reach production.

A recipe change at a food manufacturer triggers an immediate cascade of quality checks.

Without real-time visibility, mismatches can go undetected until a product is already in production or worse, on the shelf.

Backbone's founders estimate that poor quality costs the food sector up to 15 per cent of revenue, excluding reputational damages.

5 days, 21 hours назад @ tech.eu
UK government-backed fund aimed at backing female founders reaches £130m first close
UK government-backed fund aimed at backing female founders reaches £130m first close UK government-backed fund aimed at backing female founders reaches £130m first close

The flagship fund of a UK government-backed initiative addressing the shortage of equity capital for women in the UK who are building businesses has reached a £130m first close of the fund, it said today.

The “Women Backing Women” fund is aiming to raise £250m in total to invest in female fund managers to back female-led businesses.

The initiative is a key part of the UK government-backed Women Taskforce, aimed at addressing the long-standing challenge of women struggling to secure investment capital.

Today, Bootstrap4F, which is managing the fund of funds, said it had reached the £130m first close of its £250m raise, with investment from Barclays, the British Business Bank, M&G and Nationw…

5 days, 21 hours назад @ tech.eu
Cafeyn acquires Readly’s non-Nordic operations to scale European press platform
Cafeyn acquires Readly’s non-Nordic operations to scale European press platform Cafeyn acquires Readly’s non-Nordic operations to scale European press platform

Press aggregation platform Cafeyn Group is acquiring Readly’s non-Nordic operations, marking a significant step forward in its European expansion.

Cafeyn offers unlimited access to over 2,000 national and international titles across multiple formats and devices, while Readly provides a single subscription that gives users access to over 8,000 magazines and newspapers.

Following the transaction, Cafeyn will serve more than 2.5 million users and generate combined revenues of nearly €100 million, significantly strengthening its scale and position across Europe.

Readly’s Nordic operations remain owned and operated by Bonnier News, while activities outside the Nordic countries (notably in German…

5 days, 23 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 2 days, 1 hour назад
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.

2 days, 1 hour назад @ 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.

4 days, 16 hours назад @ 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.

2 weeks, 1 day назад @ 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.

1 month, 2 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.

2 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.

2 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.

3 months, 2 weeks назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

5 months, 3 weeks назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

6 months, 2 weeks назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

6 months, 2 weeks назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

6 months, 3 weeks назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

6 months, 3 weeks назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

8 months назад @ techcrunch.com
Neobank Revolut seeks $65B valuation, a year after its $45B deal
Neobank Revolut seeks $65B valuation, a year after its $45B deal

Europe’s fintech darling Revolut is looking to raise a new funding round that would give it a $65 billion valuation, the Financial Times reports. The UK-based company is reportedly in talks to raise around $1 billion by issuing new shares and selling existing ones. The US-based firm Greenoaks is said to be leading the round, […]

9 months назад @ techcrunch.com
Researchers confirm two journalists were hacked with Paragon spyware
Researchers confirm two journalists were hacked with Paragon spyware

The confirmation of two hacked victims further deepens an ongoing spyware scandal that, for now, appears largely focused on the Italian government.

9 months, 4 weeks назад @ techcrunch.com