Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Granite 4.1: IBM's 8B Model Matching 32B MoE
Granite 4.1: IBM's 8B Model Matching 32B MoE

Comments

1 час назад @ firethering.com
DataCenter.FM – background noise app featuring the sound of the AI bubble
DataCenter.FM – background noise app featuring the sound of the AI bubble DataCenter.FM – background noise app featuring the sound of the AI bubble

DataCenter.FMExperience the real-world sounds of AIwith this interactive audio generatorPower up!

4 часа назад @ datacenter.fm
Mozilla's Opposition to Chrome's Prompt API
Mozilla's Opposition to Chrome's Prompt API Mozilla's Opposition to Chrome's Prompt API

Saved searches Use saved searches to filter your results more quicklyWe read every piece of feedback, and take your input very seriously.

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

4 часа назад @ github.com
Scott Aaronson on quantum: "Will you heed my warnings NOW?"
Scott Aaronson on quantum: "Will you heed my warnings NOW?" Scott Aaronson on quantum: "Will you heed my warnings NOW?"

I’d now like to add a few words of my own, not presuming to speak for my fellow Coinbase panelists.

And besides, haven’t there already been years of warnings and meetings about the quantum threat to RSA, Diffie-Hellman, and elliptic curve cryptography?

Indeed, when you think about it that way, isn’t racing to build a cryptographically relevant QC, as quickly as possible, the most ethical, socially responsible thing for an American QC company to do?

Does it remind you of the galaxy-brained arguments that AI company after AI company offered over the last decade for why “really, if you think about it, accelerating toward dangerous superintelligence is the safest course that we could possibly t…

5 часов назад @ scottaaronson.blog
Copy Fail: 732 Bytes to Root on Every Major Linux Distribution
Copy Fail: 732 Bytes to Root on Every Major Linux Distribution Copy Fail: 732 Bytes to Root on Every Major Linux Distribution

Copy Fail: 732 Bytes to Root on Every Major Linux Distribution.

The Root Cause: Page Cache Pages in the Writable ScatterlistAF_ALG is a socket type that exposes the kernel's crypto subsystem to unprivileged userspace.

In the AF_ALG in-place path, this write crosses from the output buffer into the chained page cache tag pages.

Nobody connected the 2017 in-place optimization to authencesn's scratch writes or to the splice path's use of page cache pages.

The scatterwalk crosses from the output buffer into the chained page cache page.

6 часов назад @ xint.io
Monad Tutorials Timeline
Monad Tutorials Timeline Monad Tutorials Timeline

This is a comprehensive timeline of monad tutorials and related articles.

2006-10 Monad Transformers Step by Step - Martin Grabmüller (also: updated version and associated Haskell code) Monad transformers are rarely covered in introductory tutorials.

For Real - Karsten Wagner A monad is like a macro2007-02 Crash Course in Monads Monads for Mathematicians - Vlad Patryshev Author's Description: This crash course starts with an EASY!

2007-08 Monad (sans metaphors) - Claus Reinke From a discussion about monad tutorials on Haskell Café (the name is due to haskellwiki user 'Green tea').

2008-12 From Monoids to Monads - Dan Piponiyear 20092009-01 Abstraction, intuition, and the “monad tutorial fal…

7 часов назад @ wiki.haskell.org
Biology is a Burrito: A text- and visual-based journey through a living cell
Biology is a Burrito: A text- and visual-based journey through a living cell Biology is a Burrito: A text- and visual-based journey through a living cell

Biology was my refuge because it was simple: Read the textbook, memorize the facts, and ace the exam.

Rob is a master of physical biology; a person who has spent decades building a numerical intuition for biology.

I took courses like Physical Biology of the Cell and wrote out statistical mechanics equations on big whiteboards.

In biology textbooks, one often reads sentences like, "A protein's substrate has a concentration of 0.5 millimolar."

We ought to teach students of biology to think as mathematicians: to carefully quantify biology, to think in absolute units, and to develop a feeling for the organism.

8 часов назад @ burrito.bio
Where the Goblins Came From
Where the Goblins Came From

Comments

8 часов назад @ openai.com
Finetuning Activates Verbatim Recall of Copyrighted Books in LLMs
Finetuning Activates Verbatim Recall of Copyrighted Books in LLMs Finetuning Activates Verbatim Recall of Copyrighted Books in LLMs

Alignment Whack-a-Mole: Finetuning Activates Verbatim Recall of Copyrighted Books in Large Language ModelsThe paper is now on arxiv and check out our demo!

This repository contains the data preprocessing pipeline, finetuning scripts, memorization evaluation code, and analysis scripts for our paper.

Full book content and model generations are not included because the books are copyrighted and the generations contain large portions of verbatim text.

Finetuning and GenerationWe provide scripts for finetuning and generating completions via the OpenAI, Vertex AI, and Tinker APIs.

[ { "book_name" : " The Road " , "author_name" : " Cormac McCarthy " , "excerpt_id" : " p_id1 " , "excerpt_text" : " …

8 часов назад @ github.com
Functional Programmers need to take a look at Zig
Functional Programmers need to take a look at Zig

Functional Programmers need to take a look at Zig.

This is probably a blog post in its own right but the programming language industry has not grokked the meaning of monads.

So if I want an imperative programming language I can implement MonadCont (the continuation monad), if I want a logic programming language I can implement LogicT (a monad that has non-deterministic semantics and backtracking).

I’m bullish on Zig because Zig (and its BDFL Andrew Kelley) are innovating and have the courage to innovate.

{ .value = the_val }; } pub fn nothing () Self { return .nothing; } pub fn map ( self : Self , comptime B : type , f : fn (T) B) Maybe(B) { return switch (self) { .value => |v| .

8 часов назад @ pure-systems.org
The Zig project's rationale for their firm anti-AI contribution policy
The Zig project's rationale for their firm anti-AI contribution policy

Zig has one of the most stringent anti-LLM policies of any major open source project:No LLMs for issues.

But @bunjavascript says:We do not currently plan to upstream this, as Zig has a strict ban on LLM-authored contributions.

In Contributor Poker and Zig's AI Ban (via Lobste.rs) Zig Software Foundation VP of Community Loris Cro explains the rationale for this strict ban.

Instead, we try our best to help new contributors to get their work in, even if they need some help getting there.

In contributor poker, you bet on the contributor, not on the contents of their first PR.

9 часов назад @ simonwillison.net
Zulip 12.0 Released
Zulip 12.0 Released Zulip 12.0 Released

A total of 160 people contributed commits to Zulip since the 11.0 release, bringing the project to 1,680 code contributors.

The encryption happens seamlessly when you use Zulip Server 12.0 with an up-to-date version of the Zulip mobile app for Android or iOS.

Zulip Cloud is always up to date with the latest Zulip improvements.

— Tim Abbott, Zulip project leaderP.S.

mitry06 (Japanese translation)Code contributionsWhat follows is a summary of the commits contributed to Zulip during the 12.0 release cycle.

9 часов назад @ blog.zulip.com
A Grounded Conceptual Model for Ownership Types in Rust
A Grounded Conceptual Model for Ownership Types in Rust

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.

10 часов назад @ cacm.acm.org
Craig Venter has died
Craig Venter has died

Comments

10 часов назад @ jcvi.org
Claude.ai and API Unavailable
Claude.ai and API Unavailable Claude.ai and API Unavailable

Comments

10 часов назад @ status.claude.com
Hacker News Hacker News
последний пост 1 час назад
Claude.ai Down Again?
Claude.ai Down Again? Claude.ai Down Again?

Please run /login · API Error: 403 {"type":"error","error":{"type":"permission_error","message":"Account is no longer a member of the organization associated with this token."}}

Can't reach Claude Check your connection.

10 часов назад @ news.ycombinator.com
Joby Kicks Off NYC Electric Air Taxi Demos with Historic JFK Flight
Joby Kicks Off NYC Electric Air Taxi Demos with Historic JFK Flight Joby Kicks Off NYC Electric Air Taxi Demos with Historic JFK Flight

The Port Authority of New York and New Jersey (PANYNJ), which hosted Monday’s flight, also plans air taxi demonstrations with Joby competitor Archer Aviation this spring.

In a few months, test flights will expand to include electric aircraft from Joby, Archer, Beta Technologies, Boeing’s Wisk Aero, and Electra.

Joby believes its air taxi could turn one- or two-hour commutes from Manhattan or Midtown to JFK into seven-minute flights.

New York City, Los Angeles, and Miami are candidates to be the first U.S. cities to launch routine electric air taxi flights.

Joby in 2023 conducted New York City’s first electric air taxi flight, lifting off from the Downtown Skyport.

10 часов назад @ flyingmag.com
Mike: open-source legal AI
Mike: open-source legal AI Mike: open-source legal AI

Zero license cost.

No vendor lock-in.

No per-seat pricing that rises every year.

Compliance, residency, and privilege stay under your control.

Add practice-specific workflows, integrate your DMS, wire in your own citation engine.

10 часов назад @ mikeoss.com
View transactions sent to a Monero address
View transactions sent to a Monero address View transactions sent to a Monero address

For a moment there it seemed that you were trying to peek into this Monero address:47xmhbRuYpSYSrVZx2RsPBhaAQByZq3ucAT6ULxHvDAu8c853ErpLHqBdDmpVzcmWFdZFCWrfZYwp3rqs14zxXx95S7Fyv2No?

Hmmm... it really looks like you were, like, trying to check out this dude's balance.

13 часов назад @ localmonero.co
> Be Alexandra Elbakyan
> Be Alexandra Elbakyan

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.

13 часов назад @ nitter.space
Germany has become the largest ammunition producer in the world
Germany has become the largest ammunition producer in the world

Comments

13 часов назад @ prm.ua
Gooseworks (YC W23) Is Hiring a Founding Growth Engineer
Gooseworks (YC W23) Is Hiring a Founding Growth Engineer Gooseworks (YC W23) Is Hiring a Founding Growth Engineer

Founding Growth Engineer – GooseworksGooseworks is hiring a Founding Growth Engineer!

What is GooseworksGooseworks is the workspace where companies stand up and manage teams of AI coworkers that do real growth work — outbound, content, SEO/AEO, Reddit growth, partnerships, UGC, influencer marketing, and more.

We sell two things:The product — a workspace where AI coworkers run growth engines.

Customer growth engines (50%)You own customer outcomes.

First 7 daysOnboard and get to know the teamCreate skills for our public repositorySet up 1-2 useful growth engines end-to-end (for Gooseworks!)

14 часов назад @ ycombinator.com
Vera: a programming language designed for machines to write
Vera: a programming language designed for machines to write Vera: a programming language designed for machines to write

VeraVera (v-ERR-a) is a programming language designed for large language models to write.

Getting startedPrerequisitesPython 3.11+GitNode.js 22+ (optional, for browser runtime and parity tests)Installationgit clone https://github.com/aallan/vera.git cd vera python -m venv .venv source .venv/bin/activate pip install -e " .

[dev] "The workflow$ vera check examples/absolute_value.vera OK: examples/absolute_value.vera $ vera verify examples/safe_divide.vera OK: examples/safe_divide.vera Verification: 4 verified (Tier 1) $ vera run examples/hello_world.vera Hello, World!

What's next: the path from "working language" to "the language agents actually use" — see ROADMAP.md for the four strategic mi…

14 часов назад @ github.com
I benchmarked Claude Code's caveman plugin against "be brief."
I benchmarked Claude Code's caveman plugin against "be brief." I benchmarked Claude Code's caveman plugin against "be brief."

Caveman, a popular Claude Code compression plugin, vs. "be brief."

I benchmarked it against two words: "be brief."

The dataset shape:ts interface PromptCase { id : string ; category : string ; prompt : string ; key_points : string [ ] ; must_use_terms ?

Caveman lite and full landed close to brief.

Repo: cc-compression-bench · Video: youtu.be/wijoYNiZq3M · Caveman plugin: juliusbrussee/cavemanIf you've got a compression strategy you want benchmarked against the same dataset, the harness is strategy-agnostic.

14 часов назад @ maxtaylor.me
I accidentally made law enforcement shut down their fake honeypot
I accidentally made law enforcement shut down their fake honeypot I accidentally made law enforcement shut down their fake honeypot

How I stumbled across a fake booter site run by international police, and how they panicked when I started diggingWhat is Operation PowerOFF?

They even set up robots.txt files, sitemaps, SEO friendly meta tags, and everything else a real website needs to rank on search engines.

It had fake network speed graphs that updated on the current time, and a fake counter of connected bots.

A teenager looks up a DDoS site, clicks a button, and gets a huge jump scare with police badges.

So yeah, those honeypots are real and out there, so the message clearly is: "you can't trust DDoS services".

14 часов назад @ lina.sh
Alphabet Announces First Quarter 2026 Results
Alphabet Announces First Quarter 2026 Results

Comments

15 часов назад @ abc.xyz
Pentagon spending on drones jumps from $225M to $55B in one year
Pentagon spending on drones jumps from $225M to $55B in one year Pentagon spending on drones jumps from $225M to $55B in one year

In one recent engagement, Gulf air defenses tracked dozens of incoming drones alongside ballistic missiles, intercepting many but underscoring how clustered attacks can strain even advanced systems.

Officials increasingly have emphasized rapid production and lower-cost designs, aiming to field large numbers of systems quickly rather than relying on smaller fleets of more expensive platforms.

Russian forces have begun experimenting with larger "carrier" drones capable of launching smaller attack drones mid-flight, extending range and complicating air defenses, while Iran has refined the use of mass-produced strike drones to overwhelm defenses through sustained attacks.

The goal is to build d…

15 часов назад @ foxnews.com
California high-speed rail price tag jumps to $231B, nearly 7x 2008 estimate
California high-speed rail price tag jumps to $231B, nearly 7x 2008 estimate California high-speed rail price tag jumps to $231B, nearly 7x 2008 estimate

California’s long-delayed high-speed rail project is now facing renewed scrutiny after state leaders revealed a dramatically higher price tag, now estimated at roughly $231 billion, nearly seven times the original $33 billion projection approved by voters in 2008.

Senator Tony Strickland sharply criticized the updated costs and timeline, pointing to what he described as a major breakdown in public trust.

Can you explain that?”California High-Speed Rail Authority officials say the project’s future depends on attracting private investors and focusing on a broader, more commercially viable vision, connecting Los Angeles to San Francisco.

Ian Choudri, CEO of the California High-Speed Rail Autho…

15 часов назад @ kmph.com
OpenTrafficMap
OpenTrafficMap

Keine Ampel ausgewähltAuf eine Lane oder Verbindung klicken, um Debug-Daten zu sehen.

16 часов назад @ opentrafficmap.org
Kyoto cherry blossoms now bloom earlier than at any point in 1,200 years
Kyoto cherry blossoms now bloom earlier than at any point in 1,200 years

Comments

16 часов назад @ jivx.com
Lobsters Lobsters
последний пост 2 часа назад
Mozilla's position on the Prompt API
Mozilla's position on the Prompt API Mozilla's position on the Prompt API

To use the Mastodon web application, please enable JavaScript.

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

2 часа назад @ mastodon.social
Amber-Lang 0.6.0 - New release, check what's new
Amber-Lang 0.6.0 - New release, check what's new Amber-Lang 0.6.0 - New release, check what's new

Now you can deploy Amber scripts in a broader range of UNIX environments.

, [ "content-type: text/plain" ])Performance improvementsThe Amber standard library has been optimized for better performance in the generated Bash code.

Combined with the math improvements below, Amber scripts now run significantly faster, especially in loops and data processing tasks.

In addition, we have improved the documentation generation around shell function declarations and more reliably preserve indentation in doc code blocks!

Amber scripts in the codebaseMore Amber scripts are now used internally in the project (see scripts/), demonstrating Amber's capabilities and dogfooding the language in its own develop…

2 часа назад @ docs.amber-lang.com
A text editor as a user interface
A text editor as a user interface A text editor as a user interface

For this example, I’ll show how I’ve created a text interface for the popular Python video downloader, yt-dlp .

($destination) puts "Error: #{$destination} doesn't exist."

$settings_file puts "Error: #{$settings_file} was not written!"

The text file specifies a destination sub-directory, a base filename, and the page URL hosting the video.

I do not use a randomly named temporary text file because I want to re-use my last settings (if there were any).

3 часа назад @ ratfactor.com
Where the goblins came from
Where the goblins came from

Comments

5 часов назад @ openai.com
Breaking ten years of C API compatibility in Futhark
Breaking ten years of C API compatibility in Futhark Breaking ten years of C API compatibility in Futhark

Most of Futhark’s backends generate C code, and so the way you interact with a compiled Futhark program is via a C API.

Each Futhark entry point function becomes a C function, and each Futhark function parameter become a C function parameter.

You have no way to construct a value, or inspects its contents, except through the mechanisms provided by the generated C API.

This means that the automatic unpacking is no longer necessary, since you can just extract the tuple components you care about using the C API.

We have a semantic gap between the C API and the types in the original Futhark program.

7 часов назад @ futhark-lang.org
in which more paths are charted towards code independence
in which more paths are charted towards code independence in which more paths are charted towards code independence

But at the same time, I don't see Codeberg as the be-all and end-all of Github replacements, for a couple reasons.

Anyway, whether you end up using Trac or not, I hope you can find something that works for your project.

My implementation of OAuth login using dynamic client registration clocks in at around a hundred lines of code.

It's a lot like English: I'm not using it because it's good; I'm using it because it's both tolerable and ubiquitous.

[5] As a grudging compromise, I've installed a Github OAuth plugin for users who don't have a Fediverse account, but like ... come on, people.

9 часов назад @ technomancy.us
GitHub is sinking
GitHub is sinking GitHub is sinking

TL;DR: GitHub used to be cool and now it’s a lame slop graveyard.

Whatever the truth, it’s impossible to miss the delightful experience that is Microsoft GitHub if you use it semi-regularly.

Alt Line chart showing GitHub average uptime by month following the Microsoft acquisition.

Git is not GitHubGitHub has become synonymous with “source control” and I worry too many users don’t know that Git is not GitHub.

Microsoft is turning GitHub into the Moltbook of code, it ain’t for you and me anymore.

11 часов назад @ dbushell.com
Your Clippy Config Should Be Stricter
Your Clippy Config Should Be Stricter Your Clippy Config Should Be Stricter

After debugging some code that compiled but mysteriously stopped in production, I realized that it’s useful to enable more Clippy lints to catch bugs that the compiler won't prevent by itself.

We can stave off many of these types of bugs by making Clippy even stricter than it already is.

Stricter Clippy rules make it easier to rely on code you didn't personally write.

indexing_slicing - arr[i] / &arr[a..b]- / unwrap_used - Option::unwrap / Result::unwrap- / panic - panic!

Either works but I personally prefer setting these to warn and running Clippy with -D warnings before committing and on CI.

11 часов назад @ emschwartz.me
Copy Fail — 732 Bytes to Root
Copy Fail — 732 Bytes to Root Copy Fail — 732 Bytes to Root

Who is affectedIf your kernel was built between 2017 and the patch — which covers essentially every mainstream Linux distribution — you're in scope.

Copy Fail requires only an unprivileged local user account — no network access, no kernel debugging features, no pre-installed primitives.

The kernel crypto API ( AF_ALG ) ships enabled in essentially every mainstream distro's default config, so the entire 2017 → patch window is in play out of the box.

Distributions we directly verified:Distribution Kernel Ubuntu 24.04 LTS 6.17.0-1007-aws Amazon Linux 2023 6.18.8-9.213.amzn2023 RHEL 14.3 6.12.0-124.45.1.el10_1 SUSE 16 6.12.0-160000.9-defaultThese are what we tested directly.

Other distributions…

14 часов назад @ copy.fail
How Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
How Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained How Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained

On April 3, 2026, Salvatore Dipietro, an engineer at AWS, posted a patch to the Linux kernel mailing list.

The reason: on a 96-vCPU Graviton4 machine running Linux 7.0, PostgreSQL throughput had dropped to roughly half of what it produced on Linux 6.x.

In this post, we will trace what changed in Linux 7.0, how PostgreSQL manages memory, and what role memory pages play in making the problem appear (or disappear).

PostgreSQL Memory ManagementPostgreSQL, like most databases, doesn’t store data as rows in a flat file.

PostgreSQL's shared buffer pool, like all memory on Linux, is backed by Linux memory pages under the hood.

15 часов назад @ read.thecoder.cafe
Functional Programmers need to take a look at Zig
Functional Programmers need to take a look at Zig

Functional Programmers need to take a look at Zig.

This is probably a blog post in its own right but the programming language industry has not grokked the meaning of monads.

So if I want an imperative programming language I can implement MonadCont (the continuation monad), if I want a logic programming language I can implement LogicT (a monad that has non-deterministic semantics and backtracking).

I’m bullish on Zig because Zig (and its BDFL Andrew Kelley) are innovating and have the courage to innovate.

{ .value = the_val }; } pub fn nothing () Self { return .nothing; } pub fn map ( self : Self , comptime B : type , f : fn (T) B) Maybe(B) { return switch (self) { .value => |v| .

16 часов назад @ pure-systems.org
Copy Fail: 732 Bytes to Root on Every Major Linux Distributions
Copy Fail: 732 Bytes to Root on Every Major Linux Distributions Copy Fail: 732 Bytes to Root on Every Major Linux Distributions

Copy Fail: 732 Bytes to Root on Every Major Linux DistributionsXint Code Research TeamCopy Fail (CVE-2026-31431) is a logic bug in the Linux kernel's authencesn cryptographic template.

A local unprivileged user can turn this into root by corrupting the page cache of a setuid binary.

The Root Cause: Page Cache Pages in the Writable ScatterlistAF_ALG is a socket type that exposes the kernel's crypto subsystem to unprivileged userspace.

In the AF_ALG in-place path, this write crosses from the output buffer into the chained page cache tag pages.

The scatterwalk crosses from the output buffer into the chained page cache page.

17 часов назад @ xint.io
FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies
FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies

The problem is the widespread use of HTTP as the protocol between reverse proxies and backends, even though it's unfit for the job.

There's also an enduring lack of awareness of the security problems with HTTP reverse proxying.

In an alternate timeline, Watchfire's research was taken seriously and people went looking for other protocols for reverse proxies.

When I benchmarked Go's FastCGI server behind a variety of reverse proxies, some workloads had worse throughput compared to HTTP/1.1 or HTTP/2.

If it ever became the bottleneck, I'd rather buy more hardware than deal with the nightmare of HTTP reverse proxying.

18 часов назад @ agwa.name
Early Impressions of Chrome from a Firefox User
Early Impressions of Chrome from a Firefox User

Early Impressions of Chrome from a Firefox UserI’ve used Firefox for many years now, but I had to switch to Chrome recently on my work computer for corporate reasons.

I’ve visited our repo URLs many times in Chrome and had Chrome to the point where typing g i autofilled my most visited repo URL, which would’ve been fine behaviour.

I’ve done some initial research to see if you can enable the Firefox autocomplete behaviour in Chrome, but for some reason every article seems to be asking how to port the Chrome autocomplete to Firefox instead.

No native screenshottingToday I found myself trying to screenshot a part of a webpage, which is another quality-of-life feature from Firefox.

Who really k…

18 часов назад @ abefehr.com
Contributor Poker and Zig's AI Ban
Contributor Poker and Zig's AI Ban Contributor Poker and Zig's AI Ban

I’ve already written on the subject in general, but today I’ll focus on one specific aspect: contributor poker.

The reason I call it “contributor poker” is because, just like people say about the actual card game, “you play the person, not the cards”.

In contributor poker, you bet on the contributor, not on the contents of their first PR.

Banning AI contributionsThere has been a lot of speculation about why the Zig project bans AI contributions, but now that you understand the importance of contributor poker, it’s easy to see why we do it.

Contributor poker is a key part of our strategy and it’s in the project’s best interest to push back against anything that hinders our ability to play th…

19 часов назад @ kristoff.it
Techmeme Techmeme
последний пост 55 минут назад
OpenAI says its models, starting with GPT-5.1, "increasingly mentioned goblins, gremlins, and other creatures", leading to prompt instructions to mitigate it (OpenAI)
OpenAI says its models, starting with GPT-5.1, "increasingly mentioned goblins, gremlins, and other creatures", leading to prompt instructions to mitigate it (OpenAI) OpenAI says its models, starting with GPT-5.1, "increasingly mentioned goblins, gremlins, and other creatures", leading to prompt instructions to mitigate it (OpenAI)

OpenAI:

OpenAI says its models, starting with GPT-5.1, “increasingly mentioned goblins, gremlins, and other creatures”, leading to prompt instructions to mitigate it — Starting with GPT-5.1, our models began developing a strange habit: they increasingly mentioned goblins, gremlins, and other creatures in their metaphors.

55 минут назад @ techmeme.com
Sources: strong AI demand in China nearly doubles prices for Nvidia's B300 servers to ~$1M each, as a crackdown on chip smuggling dries up black market supply (Reuters)
Sources: strong AI demand in China nearly doubles prices for Nvidia's B300 servers to ~$1M each, as a crackdown on chip smuggling dries up black market supply (Reuters) Sources: strong AI demand in China nearly doubles prices for Nvidia's B300 servers to ~$1M each, as a crackdown on chip smuggling dries up black market supply (Reuters)

Reuters:

Sources: strong AI demand in China nearly doubles prices for Nvidia's B300 servers to ~$1M each, as a crackdown on chip smuggling dries up black market supply — Strong demand for AI computing equipment in China has nearly doubled prices for Nvidia's B300 servers to about 7 million yuan …

1 час назад @ techmeme.com
Samsung says the memory shortage will worsen in 2027 as customers are already placing orders for that year, leading to a projected supply gap larger than 2026 (Kim Jaewon/Nikkei Asia)
Samsung says the memory shortage will worsen in 2027 as customers are already placing orders for that year, leading to a projected supply gap larger than 2026 (Kim Jaewon/Nikkei Asia) Samsung says the memory shortage will worsen in 2027 as customers are already placing orders for that year, leading to a projected supply gap larger than 2026 (Kim Jaewon/Nikkei Asia)

Kim Jaewon / Nikkei Asia:

Samsung says the memory shortage will worsen in 2027 as customers are already placing orders for that year, leading to a projected supply gap larger than 2026 — SEOUL — Samsung Electronics is warning that the global memory chip shortage will worsen next year as anxious customers …

1 час назад @ techmeme.com
How Kosovo's tech industry, driven by local companies like business outsource provider SPEEEX, is helping cut youth unemployment and changing Pristina's skyline (Bloomberg)
How Kosovo's tech industry, driven by local companies like business outsource provider SPEEEX, is helping cut youth unemployment and changing Pristina's skyline (Bloomberg) How Kosovo's tech industry, driven by local companies like business outsource provider SPEEEX, is helping cut youth unemployment and changing Pristina's skyline (Bloomberg)

Bloomberg:

How Kosovo's tech industry, driven by local companies like business outsource provider SPEEEX, is helping cut youth unemployment and changing Pristina's skyline — From the rooftop terrace of Kosovo's innovation center, Shpend Lila pointed out a red-brick building on a recent weekday morning.

1 час назад @ techmeme.com
Sony confirms that some digital PS4 and PS5 games require a one-time online license check "to confirm the game's license", likely to combat refund scams (Gabe Gurwin/GameSpot)
Sony confirms that some digital PS4 and PS5 games require a one-time online license check "to confirm the game's license", likely to combat refund scams (Gabe Gurwin/GameSpot) Sony confirms that some digital PS4 and PS5 games require a one-time online license check "to confirm the game's license", likely to combat refund scams (Gabe Gurwin/GameSpot)

Gabe Gurwin / GameSpot:

Sony confirms that some digital PS4 and PS5 games require a one-time online license check “to confirm the game's license”, likely to combat refund scams — The problem appears to be affecting both PS4 and PS5 games purchased after March 2026. — A new quirk has begun affecting …

1 час назад @ techmeme.com
European software companies, including SAP, Capgemini, Nemetschek, Hexagon, and Dassault, report better-than-expected earnings despite AI fears and the Iran war (Chloe Meley/Bloomberg)
European software companies, including SAP, Capgemini, Nemetschek, Hexagon, and Dassault, report better-than-expected earnings despite AI fears and the Iran war (Chloe Meley/Bloomberg) European software companies, including SAP, Capgemini, Nemetschek, Hexagon, and Dassault, report better-than-expected earnings despite AI fears and the Iran war (Chloe Meley/Bloomberg)

Chloe Meley / Bloomberg:

European software companies, including SAP, Capgemini, Nemetschek, Hexagon, and Dassault, report better-than-expected earnings despite AI fears and the Iran war — Europe's software companies are doing better than expected this earnings season, brushing off fears around artificial intelligence …

2 часа назад @ techmeme.com
Analysis: Meta, Alphabet, Microsoft, and Amazon's combined capex hit a record $130B in Q1 and is projected to reach $725B in 2026, up 77% from $410B in 2025 (Financial Times)
Analysis: Meta, Alphabet, Microsoft, and Amazon's combined capex hit a record $130B in Q1 and is projected to reach $725B in 2026, up 77% from $410B in 2025 (Financial Times) Analysis: Meta, Alphabet, Microsoft, and Amazon's combined capex hit a record $130B in Q1 and is projected to reach $725B in 2026, up 77% from $410B in 2025 (Financial Times)

Financial Times:

Analysis: Meta, Alphabet, Microsoft, and Amazon's combined capex hit a record $130B in Q1 and is projected to reach $725B in 2026, up 77% from $410B in 2025 — Meta stock drops on capex increase while Alphabet's cloud business grows faster than rivals Amazon and Microsoft

5 часов назад @ techmeme.com
Analysis: Meta, Alphabet, Microsoft, and Amazon's combined capex hit a record $130B in Q1, and it is set to reach $725B in 2026, up 77% from $410B in 2025 (Financial Times)
Analysis: Meta, Alphabet, Microsoft, and Amazon's combined capex hit a record $130B in Q1, and it is set to reach $725B in 2026, up 77% from $410B in 2025 (Financial Times) Analysis: Meta, Alphabet, Microsoft, and Amazon's combined capex hit a record $130B in Q1, and it is set to reach $725B in 2026, up 77% from $410B in 2025 (Financial Times)

Financial Times:

Analysis: Meta, Alphabet, Microsoft, and Amazon's combined capex hit a record $130B in Q1, and it is set to reach $725B in 2026, up 77% from $410B in 2025 — Meta stock drops on capex increase while Alphabet's cloud business grows faster than rivals Amazon and Microsoft

5 часов назад @ techmeme.com
GoTo reports net income of ~$15M for Q1 2026, its first ever, after job cuts and unit disposals helped Indonesia's largest internet company reduce costs (Olivia Poh/Bloomberg)
GoTo reports net income of ~$15M for Q1 2026, its first ever, after job cuts and unit disposals helped Indonesia's largest internet company reduce costs (Olivia Poh/Bloomberg) GoTo reports net income of ~$15M for Q1 2026, its first ever, after job cuts and unit disposals helped Indonesia's largest internet company reduce costs (Olivia Poh/Bloomberg)

Olivia Poh / Bloomberg:

GoTo reports net income of ~$15M for Q1 2026, its first ever, after job cuts and unit disposals helped Indonesia's largest internet company reduce costs — GoTo Group shares jumped after the Indonesian ride-hailing and food delivery company reported its first-ever net income, a major milestone in its turnaround effort.

5 часов назад @ techmeme.com
GoTo reports net income of ~$15M for Q1 2026, its first ever, after job cuts and unit disposals helped Indonesia's largest internet company reduce costs (Olivia Poh/Bloomberg)
GoTo reports net income of ~$15M for Q1 2026, its first ever, after job cuts and unit disposals helped Indonesia's largest internet company reduce costs (Olivia Poh/Bloomberg) GoTo reports net income of ~$15M for Q1 2026, its first ever, after job cuts and unit disposals helped Indonesia's largest internet company reduce costs (Olivia Poh/Bloomberg)

Olivia Poh / Bloomberg:

GoTo reports net income of ~$15M for Q1 2026, its first ever, after job cuts and unit disposals helped Indonesia's largest internet company reduce costs — GoTo Group shares jumped after the Indonesian ride-hailing and food delivery company reported its first-ever net income, a major milestone in its turnaround effort.

5 часов назад @ techmeme.com
A look at Eka, which trains its robotic claw on a "vision-force-action model" incorporating realistic joints, motors, and physics principles into its simulation (Will Knight/Wired)
A look at Eka, which trains its robotic claw on a "vision-force-action model" incorporating realistic joints, motors, and physics principles into its simulation (Will Knight/Wired) A look at Eka, which trains its robotic claw on a "vision-force-action model" incorporating realistic joints, motors, and physics principles into its simulation (Will Knight/Wired)

Will Knight / Wired:

A look at Eka, which trains its robotic claw on a “vision-force-action model” incorporating realistic joints, motors, and physics principles into its simulation — From sorting chicken nuggets to screwing in lightbulbs, Eka's robotic claw feels like we're approaching a ChatGPT moment for the physical world.

5 часов назад @ techmeme.com
A look at Eka, which trains its robotic claw on a "vision-force-action model" incorporating realistic joints, motors, and physics principles into its simulation (Will Knight/Wired)
A look at Eka, which trains its robotic claw on a "vision-force-action model" incorporating realistic joints, motors, and physics principles into its simulation (Will Knight/Wired) A look at Eka, which trains its robotic claw on a "vision-force-action model" incorporating realistic joints, motors, and physics principles into its simulation (Will Knight/Wired)

Will Knight / Wired:

A look at Eka, which trains its robotic claw on a “vision-force-action model” incorporating realistic joints, motors, and physics principles into its simulation — From sorting chicken nuggets to screwing in lightbulbs, Eka's robotic claw feels like we're approaching a ChatGPT moment for the physical world.

5 часов назад @ techmeme.com
Apple shipped 71.6% of all smartphones with satellite connectivity in 2025; smartphones with satellite connectivity to reach 46% of global shipments by 2030 (Counterpoint Research)
Apple shipped 71.6% of all smartphones with satellite connectivity in 2025; smartphones with satellite connectivity to reach 46% of global shipments by 2030 (Counterpoint Research) Apple shipped 71.6% of all smartphones with satellite connectivity in 2025; smartphones with satellite connectivity to reach 46% of global shipments by 2030 (Counterpoint Research)

Counterpoint Research:

Apple shipped 71.6% of all smartphones with satellite connectivity in 2025; smartphones with satellite connectivity to reach 46% of global shipments by 2030 — - Driven by premium devices from OEMs such as Apple, Samsung, Google and Huawei, satellite connectivity will reach 46% of the smartphones shipped globally in 2030.

5 часов назад @ techmeme.com
Apple shipped 71.6% of all smartphones with satellite connectivity in 2025; smartphones with satellite connectivity to reach 46% of global shipments by 2030 (Counterpoint Research)
Apple shipped 71.6% of all smartphones with satellite connectivity in 2025; smartphones with satellite connectivity to reach 46% of global shipments by 2030 (Counterpoint Research) Apple shipped 71.6% of all smartphones with satellite connectivity in 2025; smartphones with satellite connectivity to reach 46% of global shipments by 2030 (Counterpoint Research)

Counterpoint Research:

Apple shipped 71.6% of all smartphones with satellite connectivity in 2025; smartphones with satellite connectivity to reach 46% of global shipments by 2030 — - Driven by premium devices from OEMs such as Apple, Samsung, Google and Huawei, satellite connectivity will reach 46% of the smartphones shipped globally in 2030.

5 часов назад @ techmeme.com
Anthropic unveils BioMysteryBench to test Claude's bioinformatics skills against human experts, and says Mythos solved ~30% of 23 questions that stumped experts (Anthropic)
Anthropic unveils BioMysteryBench to test Claude's bioinformatics skills against human experts, and says Mythos solved ~30% of 23 questions that stumped experts (Anthropic) Anthropic unveils BioMysteryBench to test Claude's bioinformatics skills against human experts, and says Mythos solved ~30% of 23 questions that stumped experts (Anthropic)

Anthropic:

Anthropic unveils BioMysteryBench to test Claude's bioinformatics skills against human experts, and says Mythos solved ~30% of 23 questions that stumped experts — In this post, Brianna, a researcher on the discovery team, shares results from a recent bioinformatics benchmarking effort.

6 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 55 минут назад
Anthropic unveils BioMysteryBench to test Claude's bioinformatics skills against human experts, and says Mythos solved ~30% of 23 questions that stumped experts (Anthropic)
Anthropic unveils BioMysteryBench to test Claude's bioinformatics skills against human experts, and says Mythos solved ~30% of 23 questions that stumped experts (Anthropic) Anthropic unveils BioMysteryBench to test Claude's bioinformatics skills against human experts, and says Mythos solved ~30% of 23 questions that stumped experts (Anthropic)

Anthropic:

Anthropic unveils BioMysteryBench to test Claude's bioinformatics skills against human experts, and says Mythos solved ~30% of 23 questions that stumped experts — In this post, Brianna, a researcher on the discovery team, shares results from a recent bioinformatics benchmarking effort.

6 часов назад @ techmeme.com
Hyundai unveils Pleos Connect, a next-generation infotainment system with Gleo AI voice assistant, debuting in May on the new Grandeur sedan in South Korea (Hyonhee Shin/Bloomberg)
Hyundai unveils Pleos Connect, a next-generation infotainment system with Gleo AI voice assistant, debuting in May on the new Grandeur sedan in South Korea (Hyonhee Shin/Bloomberg) Hyundai unveils Pleos Connect, a next-generation infotainment system with Gleo AI voice assistant, debuting in May on the new Grandeur sedan in South Korea (Hyonhee Shin/Bloomberg)

Hyonhee Shin / Bloomberg:

Hyundai unveils Pleos Connect, a next-generation infotainment system with Gleo AI voice assistant, debuting in May on the new Grandeur sedan in South Korea — Hyundai Motor Co. unveiled a next-generation infotainment system — anchored by a new AI voice assistant capable of natural …

7 часов назад @ techmeme.com
Hyundai unveils Pleos Connect, a next-generation infotainment system with Gleo AI voice assistant, debuting in May on the new Grandeur sedan in South Korea (Hyonhee Shin/Bloomberg)
Hyundai unveils Pleos Connect, a next-generation infotainment system with Gleo AI voice assistant, debuting in May on the new Grandeur sedan in South Korea (Hyonhee Shin/Bloomberg) Hyundai unveils Pleos Connect, a next-generation infotainment system with Gleo AI voice assistant, debuting in May on the new Grandeur sedan in South Korea (Hyonhee Shin/Bloomberg)

Hyonhee Shin / Bloomberg:

Hyundai unveils Pleos Connect, a next-generation infotainment system with Gleo AI voice assistant, debuting in May on the new Grandeur sedan in South Korea — Hyundai Motor Co. unveiled a next-generation infotainment system — anchored by a new AI voice assistant capable of natural …

7 часов назад @ techmeme.com
Leaked audio: San Francisco and Austin first responders told the NHTSA that Waymo robotaxis are "backsliding" and committing more traffic violations than before (Aarian Marshall/Wired)
Leaked audio: San Francisco and Austin first responders told the NHTSA that Waymo robotaxis are "backsliding" and committing more traffic violations than before (Aarian Marshall/Wired) Leaked audio: San Francisco and Austin first responders told the NHTSA that Waymo robotaxis are "backsliding" and committing more traffic violations than before (Aarian Marshall/Wired)

Aarian Marshall / Wired:

Leaked audio: San Francisco and Austin first responders told the NHTSA that Waymo robotaxis are “backsliding” and committing more traffic violations than before — “I believe the technology was deployed too quickly in too vast amounts, with hundreds of vehicles, when it wasn't really ready …

7 часов назад @ techmeme.com
Leaked audio: San Francisco and Austin first responders told the NHTSA that Waymo robotaxis are "backsliding" and committing more traffic violations than before (Aarian Marshall/Wired)
Leaked audio: San Francisco and Austin first responders told the NHTSA that Waymo robotaxis are "backsliding" and committing more traffic violations than before (Aarian Marshall/Wired) Leaked audio: San Francisco and Austin first responders told the NHTSA that Waymo robotaxis are "backsliding" and committing more traffic violations than before (Aarian Marshall/Wired)

Aarian Marshall / Wired:

Leaked audio: San Francisco and Austin first responders told the NHTSA that Waymo robotaxis are “backsliding” and committing more traffic violations than before — “I believe the technology was deployed too quickly in too vast amounts, with hundreds of vehicles, when it wasn't really ready …

7 часов назад @ techmeme.com
OpenAI says it has signed contracts for 10GW of US AI compute capacity, with 3GW+ added in the past 90 days, hitting a goal it once aimed to reach by 2029 (Dina Bass/Bloomberg)
OpenAI says it has signed contracts for 10GW of US AI compute capacity, with 3GW+ added in the past 90 days, hitting a goal it once aimed to reach by 2029 (Dina Bass/Bloomberg) OpenAI says it has signed contracts for 10GW of US AI compute capacity, with 3GW+ added in the past 90 days, hitting a goal it once aimed to reach by 2029 (Dina Bass/Bloomberg)

Dina Bass / Bloomberg:

OpenAI says it has signed contracts for 10GW of US AI compute capacity, with 3GW+ added in the past 90 days, hitting a goal it once aimed to reach by 2029 — OpenAI has met a key milestone for securing AI capacity in the US several years ahead of schedule, boosting the startup's ambitious plans for data center expansion.

7 часов назад @ techmeme.com
OpenAI says it has signed contracts for 10GW of US AI compute capacity, with 3GW+ added in the past 90 days, hitting a goal it once aimed to reach by 2029 (Dina Bass/Bloomberg)
OpenAI says it has signed contracts for 10GW of US AI compute capacity, with 3GW+ added in the past 90 days, hitting a goal it once aimed to reach by 2029 (Dina Bass/Bloomberg) OpenAI says it has signed contracts for 10GW of US AI compute capacity, with 3GW+ added in the past 90 days, hitting a goal it once aimed to reach by 2029 (Dina Bass/Bloomberg)

Dina Bass / Bloomberg:

OpenAI says it has signed contracts for 10GW of US AI compute capacity, with 3GW+ added in the past 90 days, hitting a goal it once aimed to reach by 2029 — OpenAI has met a key milestone for securing AI capacity in the US several years ahead of schedule, boosting the startup's ambitious plans for data center expansion.

7 часов назад @ techmeme.com
Musk v. Altman: internal 2017 emails show Musk sought majority voting control over OpenAI co-founders, withheld promised funding, and tried to poach researchers (Wired)
Musk v. Altman: internal 2017 emails show Musk sought majority voting control over OpenAI co-founders, withheld promised funding, and tried to poach researchers (Wired) Musk v. Altman: internal 2017 emails show Musk sought majority voting control over OpenAI co-founders, withheld promised funding, and tried to poach researchers (Wired)

Wired:

Musk v. Altman: internal 2017 emails show Musk sought majority voting control over OpenAI co-founders, withheld promised funding, and tried to poach researchers — Tensions flared on the third day of trial in Musk v. Altman as OpenAI's lawyers cross-examined Musk.

8 часов назад @ techmeme.com
Musk v. Altman: internal 2017 emails show Musk sought majority voting control over OpenAI co-founders, withheld promised funding, and tried to poach researchers (Wired)
Musk v. Altman: internal 2017 emails show Musk sought majority voting control over OpenAI co-founders, withheld promised funding, and tried to poach researchers (Wired) Musk v. Altman: internal 2017 emails show Musk sought majority voting control over OpenAI co-founders, withheld promised funding, and tried to poach researchers (Wired)

Wired:

Musk v. Altman: internal 2017 emails show Musk sought majority voting control over OpenAI co-founders, withheld promised funding, and tried to poach researchers — Tensions flared on the third day of trial in Musk v. Altman as OpenAI's lawyers cross-examined Musk.

8 часов назад @ techmeme.com
FDA launches a pilot using AI and cloud computing to give the agency a "direct data feed" to real-time clinical data, aiming to shorten drug approval timelines (Frank Konkel/Nextgov/FCW)
FDA launches a pilot using AI and cloud computing to give the agency a "direct data feed" to real-time clinical data, aiming to shorten drug approval timelines (Frank Konkel/Nextgov/FCW) FDA launches a pilot using AI and cloud computing to give the agency a "direct data feed" to real-time clinical data, aiming to shorten drug approval timelines (Frank Konkel/Nextgov/FCW)

Frank Konkel / Nextgov/FCW:

FDA launches a pilot using AI and cloud computing to give the agency a “direct data feed” to real-time clinical data, aiming to shorten drug approval timelines — The first-of-its-kind pilot could lead to speedier regulatory approval of medical drugs and devices and potentially reduce …

8 часов назад @ techmeme.com
The US FDA launches a pilot using AI and cloud computing to give the agency a "direct data feed" to real-time clinical data, aiming to speed up drug approval (Frank Konkel/Nextgov/FCW)
The US FDA launches a pilot using AI and cloud computing to give the agency a "direct data feed" to real-time clinical data, aiming to speed up drug approval (Frank Konkel/Nextgov/FCW) The US FDA launches a pilot using AI and cloud computing to give the agency a "direct data feed" to real-time clinical data, aiming to speed up drug approval (Frank Konkel/Nextgov/FCW)

Frank Konkel / Nextgov/FCW:

The US FDA launches a pilot using AI and cloud computing to give the agency a “direct data feed” to real-time clinical data, aiming to speed up drug approval — The first-of-its-kind pilot could lead to speedier regulatory approval of medical drugs and devices and potentially reduce …

8 часов назад @ techmeme.com
SenseTime releases SenseNova-U1, an open-source image model that it says can "read" images without translating them to text, reducing computing power needs (Zeyi Yang/Wired)
SenseTime releases SenseNova-U1, an open-source image model that it says can "read" images without translating them to text, reducing computing power needs (Zeyi Yang/Wired) SenseTime releases SenseNova-U1, an open-source image model that it says can "read" images without translating them to text, reducing computing power needs (Zeyi Yang/Wired)

Zeyi Yang / Wired:

SenseTime releases SenseNova-U1, an open-source image model that it says can “read” images without translating them to text, reducing computing power needs — With US restrictions limiting its access to advanced tech, SenseTime is doubling down on open source with a new model optimized to run on Chinese-made chips.

8 часов назад @ techmeme.com
SenseTime releases SenseNova-U1, an open-source image model that it says can "read" images without translating them to text, reducing computing power needs (Zeyi Yang/Wired)
SenseTime releases SenseNova-U1, an open-source image model that it says can "read" images without translating them to text, reducing computing power needs (Zeyi Yang/Wired) SenseTime releases SenseNova-U1, an open-source image model that it says can "read" images without translating them to text, reducing computing power needs (Zeyi Yang/Wired)

Zeyi Yang / Wired:

SenseTime releases SenseNova-U1, an open-source image model that it says can “read” images without translating them to text, reducing computing power needs — With US restrictions limiting its access to advanced tech, SenseTime is doubling down on open source with a new model optimized to run on Chinese-made chips.

8 часов назад @ techmeme.com
Analysts: TikTok Shop generated $4.9B in US sales during Q1 2026, doubling its volume from the previous year; Q1 consumer spending on the platform rose 46% YoY (Jennifer Williams/Wall Street Journal)
Analysts: TikTok Shop generated $4.9B in US sales during Q1 2026, doubling its volume from the previous year; Q1 consumer spending on the platform rose 46% YoY (Jennifer Williams/Wall Street Journal) Analysts: TikTok Shop generated $4.9B in US sales during Q1 2026, doubling its volume from the previous year; Q1 consumer spending on the platform rose 46% YoY (Jennifer Williams/Wall Street Journal)

Jennifer Williams / Wall Street Journal:

Analysts: TikTok Shop generated $4.9B in US sales during Q1 2026, doubling its volume from the previous year; Q1 consumer spending on the platform rose 46% YoY — Ralph Lauren, Olaplex and Ulta Beauty recently launched storefronts on the platform — Americans are increasingly turning …

8 часов назад @ techmeme.com
Analysts: TikTok Shop generated $4.9B in US sales during Q1 2026, doubling its volume from the previous year; Q1 consumer spending on the platform rose 46% YoY (Jennifer Williams/Wall Street Journal)
Analysts: TikTok Shop generated $4.9B in US sales during Q1 2026, doubling its volume from the previous year; Q1 consumer spending on the platform rose 46% YoY (Jennifer Williams/Wall Street Journal) Analysts: TikTok Shop generated $4.9B in US sales during Q1 2026, doubling its volume from the previous year; Q1 consumer spending on the platform rose 46% YoY (Jennifer Williams/Wall Street Journal)

Jennifer Williams / Wall Street Journal:

Analysts: TikTok Shop generated $4.9B in US sales during Q1 2026, doubling its volume from the previous year; Q1 consumer spending on the platform rose 46% YoY — Ralph Lauren, Olaplex and Ulta Beauty recently launched storefronts on the platform — Americans are increasingly turning …

8 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 9 часов назад
trycua/cua
trycua/cua trycua/cua

pip install cua# Requires Python 3.11 or later from cua import Sandbox , Image # Same API regardless of OS or runtime async with Sandbox .

linux ()) as sb : # or .macos() .windows() .android() result = await sb .

screenshot () await sb .

click ( 100 , 200 ) await sb .

) await sb .

9 часов назад @ github.com
huggingface/ml-intern
huggingface/ml-intern huggingface/ml-intern

ML InternAn ML intern that autonomously researches, writes, and ships good quality ML related code using the Hugging Face ecosystem — with deep access to docs, papers, datasets, and cloud compute.

Quick StartInstallationgit clone [email protected]:huggingface/ml-intern.git cd ml-intern uv sync uv tool install -e .That's it.

UsageInteractive mode (start a chat session):ml-internHeadless mode (single prompt, auto-approve):ml-intern " fine-tune llama on my dataset "Options:ml-intern --model anthropic/claude-opus-4-6 " your prompt " ml-intern --model openai/gpt-5.5 " your prompt " ml-intern --max-iterations 100 " your prompt " ml-intern --no-stream " your prompt "Supported GatewaysML Intern curren…

9 часов назад @ github.com
CJackHwang/ds2api
CJackHwang/ds2api CJackHwang/ds2api

Saved searches Use saved searches to filter your results more quicklyWe read every piece of feedback, and take your input very seriously.

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

1 day, 8 hours назад @ github.com
AIDC-AI/Pixelle-Video
AIDC-AI/Pixelle-Video AIDC-AI/Pixelle-Video

Saved searches Use saved searches to filter your results more quicklyWe read every piece of feedback, and take your input very seriously.

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

1 day, 8 hours назад @ github.com
GyulyVGC/sniffnet
GyulyVGC/sniffnet GyulyVGC/sniffnet

Support Sniffnet's development 💖Sniffnet is completely free, open-source software which needs lots of effort and time to develop and maintain.

If you appreciate Sniffnet, sponsor the project to support its growth.

Check out the Sniffnet Wiki, a comprehensive manual to help you thoroughly master the application from a basic setup to the most advanced functionalities.

TroubleshootingSee details Missing dependencies Most of the errors that may arise are likely due to your system missing dependencies required to correctly analyze a network adapter.

Check the required dependencies page for instructions on how to proceed depending on your operating system.

2 days, 9 hours назад @ github.com
HKUDS/RAG-Anything
HKUDS/RAG-Anything HKUDS/RAG-Anything

🚀 RAG-Anything: All-in-One RAG Framework🎉 News[2025.10]🎯📢 🚀 We have released the technical report of RAG-Anything.

func , model = "text-embedding-3-large" , api_key = api_key , base_url = base_url , ), ) # Initialize RAGAnything rag = RAGAnything ( config = config , llm_model_func = llm_model_func , vision_model_func = vision_model_func , embedding_func = embedding_func , ) # Process a document await rag .

func , model = "text-embedding-3-large" , api_key = api_key , base_url = base_url , ), ) ) await rag .

func , model = "text-embedding-3-large" , api_key = api_key , base_url = base_url , ), ) ) # Initialize storage (this will load existing data if available) await lightrag_instance .

llm_…

3 days, 9 hours назад @ github.com
mattpocock/skills
mattpocock/skills mattpocock/skills

Agent Skills For Real EngineersMy agent skills that I use every day to do real engineering - not vibe coding.

to-prd — Turn the current conversation context into a PRD and submit it as a GitHub issue.

npx skills@latest add mattpocock/skills/triage-issueimprove-codebase-architecture — Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/ .

npx skills@latest add mattpocock/skills/scaffold-exercisesTooling & Setupsetup-pre-commit — Set up Husky pre-commit hooks with lint-staged, Prettier, type checking, and tests.

npx skills@latest add mattpocock/skills/setup-pre-commitgit-guardrails-claude-code — Set up Claude Code hooks to bl…

3 days, 9 hours назад @ github.com
Fincept-Corporation/FinceptTerminal
Fincept-Corporation/FinceptTerminal Fincept-Corporation/FinceptTerminal

# Build from source (Linux + X11 required) git clone https://github.com/Fincept-Corporation/FinceptTerminal.git cd FinceptTerminal docker build -t fincept-terminal .

macOS: Qt Online Installer → Qt 6.8.3 > macOS (install path: ~/Qt/6.8.3/macos )Build (using CMake presets — recommended)git clone https://github.com/Fincept-Corporation/FinceptTerminal.git cd FinceptTerminal/fincept-qtStep 1 — Configure (one-time, or after CMakeLists.txt changes):cmake -- preset win - release # Windows (PowerShell) cmake -- preset linux - release # Linux cmake -- preset macos - release # macOSStep 2 — Compile (run this for every code change):cmake -- build -- preset win - release # Windows cmake -- build -- pre…

3 days, 9 hours назад @ github.com
Anil-matcha/Open-Generative-AI
Anil-matcha/Open-Generative-AI Anil-matcha/Open-Generative-AI

Open Generative AI — Uncensored Open-Source Alternative to Higgsfield AI, Freepik AI, Krea AI, Openart AIThe free, open-source, unrestricted alternative to Higgsfield AI, Freepik, Krea, Openart AI.

Why Open Generative AI instead of Higgsfield AI, Freepik, Krea AI, Openart AI?

Video models (Wan 2.2, Hunyuan, LTX) and large image models (Flux, Qwen-Image).

The Wan2GP models become available — image models in Image Studio, video models reachable via the same generation API (Image Studio rejects video output explicitly; full Video Studio wiring is on the roadmap).

Model Type Notes Flux.1 Dev Image 1024px, 28 steps Qwen Image Image 1024px, 30 steps Wan 2.2 (T2V / I2V) Video Slow on consumer GPUs…

4 days, 8 hours назад @ github.com
Z4nzu/hackingtool
Z4nzu/hackingtool Z4nzu/hackingtool

Feature Description 🐍 Python 3.10+ All Python 2 code removed, modern syntax throughout 🖥 OS-aware menus Linux-only tools hidden automatically on macOS 📦 185+ tools 35 new modern tools added across 6 categories 🔍 Search Type / to search all tools by name, description, or keyword 🏷 Tag filter Type t to filter by 19 tags — osint, web, c2, cloud, mobile... 💡 Recommend Type r — "I want to scan a network" → shows relevant tools ✅ Install status ✔/✘ shown next to every tool — know what's ready ⚡ Install all Option 97 in any category — batch install at once 🔄 Smart update Each tool has Update — auto-detects git pull / pip upgrade / go install 📂 Open folder Jump into any tool's directory for manual …

4 days, 8 hours назад @ github.com
tractorjuice/arc-kit
tractorjuice/arc-kit tractorjuice/arc-kit

ArcKit - Enterprise Architecture Governance ToolkitBuild better enterprise architecture through structured governance, vendor procurement, and design review workflows.

GitHub Copilot (VS Code):# Create a new architecture governance project arckit init payment-modernization --ai copilot # Or initialize in current directory arckit init .

--ai copilotOpenCode CLI:# Create a new architecture governance project arckit init payment-modernization --ai opencode # Or initialize in current directory arckit init .

--ai opencodeCodex CLI:# Create a new architecture governance project arckit init payment-modernization --ai codex # Minimal install (skip docs and guides) arckit init payment-modernization …

4 days, 8 hours назад @ github.com
thunderbird/thunderbolt
thunderbird/thunderbolt thunderbird/thunderbolt

Currently, we are targeting enterprise customers that want to deploy it on-prem.

Thunderbolt is under active development, currently undergoing a security audit, and preparing for enterprise production readiness.

Development : The development guide will help you get started.

All participants in the Thunderbolt community agree to follow these guidelines and Mozilla's Community Participation Guidelines.

Please do not file public GitHub issues for security vulnerabilities.

4 days, 8 hours назад @ github.com
deepseek-ai/DeepGEMM
deepseek-ai/DeepGEMM deepseek-ai/DeepGEMM

2025.09.28: DeepGEMM now supports scoring kernels (weighted ReLU MQA logits) for the lightning indexer for DeepSeek v3.2.

The input shape layout is NT (non-transposed A, transposed B).

And the data format for the scaling factor of SM90 and SM100 is different:SM90 requires scaling factors in FP32 format.

transform_weights_for_mega_moe ( l1_weights , l2_weights ) # Copy inputs into the buffer before each call # You may fuse these into previous kernels buffer .

copy_ ( topk_weights ) # Run the fused mega MoE kernel y = torch .

5 days, 9 hours назад @ github.com
Alishahryar1/free-claude-code
Alishahryar1/free-claude-code Alishahryar1/free-claude-code

Claude Code running via NVIDIA NIM, completely freeFeaturesFeature Description Zero Cost 40 req/min free on NVIDIA NIM.

Install Claude CodeInstall uv# Install uv (required to run the project) pip install uvIf uv is already installed, run uv self update to get the latest version.

MODEL is the fallback for unrecognized Claude models.

Examples with native tool-use support: LiquidAI/LFM2-24B-A2B-GGUFunsloth/MiniMax-M2.5-GGUFunsloth/GLM-4.7-Flash-GGUFunsloth/Qwen3.5-35B-A3B-GGUF Browse: model.lmstudio.aillama.cpp models Run models locally using llama-server .

Improve test coverageNot accepting Docker integration PRs for nowgit checkout -b my-feature uv run ruff format && uv run ruff check && uv …

5 days, 9 hours назад @ github.com
zilliztech/claude-context
zilliztech/claude-context zilliztech/claude-context

Your entire codebase as Claude's contextClaude Context is an MCP plugin that adds semantic code search to Claude Code and other AI coding agents, giving them deep context from your entire codebase.

🧠 Your Entire Codebase as Context: Claude Context uses semantic search to find all relevant code from millions of lines.

ConfigurationUse the command line interface to add the Claude Context MCP server:claude mcp add claude-context \ -e OPENAI_API_KEY=sk-your-openai-api-key \ -e MILVUS_ADDRESS=your-zilliz-cloud-public-endpoint \ -e MILVUS_TOKEN=your-zilliz-cloud-api-key \ -- npx @zilliz/claude-context-mcp@latestSee the Claude Code MCP documentation for more details about MCP server management.

Yo…

6 days, 9 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 2 часа назад
Mitchell Hashimoto says GitHub ‘no longer for serious work'
Mitchell Hashimoto says GitHub ‘no longer for serious work' Mitchell Hashimoto says GitHub ‘no longer for serious work'

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

2 часа назад @ reddit.com
Ted Cruz Rips FCC Over ABC Broadcast License Review Following Kimmel Joke: "It Is Not Government’s Job to Censor Speech" | GOP senator previously compared agency chairman Brendan Carr to a "mafioso" for threats to revoke broadcasters' licenses over disfavo
Ted Cruz Rips FCC Over ABC Broadcast License Review Following Kimmel Joke: "It Is Not Government’s Job to Censor Speech" | GOP senator previously compared agency chairman Brendan Carr to a "mafioso" for threats to revoke broadcasters' licenses over disfavo Ted Cruz Rips FCC Over ABC Broadcast License Review Following Kimmel Joke: "It Is Not Government’s Job to Censor Speech" | GOP senator previously compared agency chairman Brendan Carr to a "mafioso" for threats to revoke broadcasters' licenses over disfavo

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

3 часа назад @ reddit.com
Attempt to repeal Colorado's right-to-repair law fails
Attempt to repeal Colorado's right-to-repair law fails Attempt to repeal Colorado's right-to-repair law fails

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

9 часов назад @ reddit.com
Nanoscale device generates continuous electricity from evaporating water and some sunlight — paves the path for battery-free sensors, wearable electronics, and more
Nanoscale device generates continuous electricity from evaporating water and some sunlight — paves the path for battery-free sensors, wearable electronics, and more Nanoscale device generates continuous electricity from evaporating water and some sunlight — paves the path for battery-free sensors, wearable electronics, and more

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

9 часов назад @ reddit.com
Satya Nadella admits Microsoft needs to "win back" Windows 11 fans, improve performance for low RAM PCs
Satya Nadella admits Microsoft needs to "win back" Windows 11 fans, improve performance for low RAM PCs Satya Nadella admits Microsoft needs to "win back" Windows 11 fans, improve performance for low RAM PCs

submitted by /u/Quantum-Coconut [link] [comments]

10 часов назад @ reddit.com
ABC can beat U.S President FCC's license threat if owner Disney is willing to fight | Broadcast license renewals are “all but automatic” due to 1996 change in US law.
ABC can beat U.S President FCC's license threat if owner Disney is willing to fight | Broadcast license renewals are “all but automatic” due to 1996 change in US law. ABC can beat U.S President FCC's license threat if owner Disney is willing to fight | Broadcast license renewals are “all but automatic” due to 1996 change in US law.

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

12 часов назад @ reddit.com
Claude AI agent’s confession after deleting a firm’s entire database: ‘I violated every principle I was given’
Claude AI agent’s confession after deleting a firm’s entire database: ‘I violated every principle I was given’ Claude AI agent’s confession after deleting a firm’s entire database: ‘I violated every principle I was given’

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

12 часов назад @ reddit.com
A.I. Bots Told Scientists How to Make Biological Weapons
A.I. Bots Told Scientists How to Make Biological Weapons A.I. Bots Told Scientists How to Make Biological Weapons

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

12 часов назад @ reddit.com
Google signs classified Pentagon AI deal but exits $100 million drone swarm program — report claims employees revolted over ethical fears, delivered letter to CEO Pichai
Google signs classified Pentagon AI deal but exits $100 million drone swarm program — report claims employees revolted over ethical fears, delivered letter to CEO Pichai Google signs classified Pentagon AI deal but exits $100 million drone swarm program — report claims employees revolted over ethical fears, delivered letter to CEO Pichai

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

14 часов назад @ reddit.com
Meta’s Reality Labs lost over $4 billion in first quarter / The Reality Labs unit has now accumulated over $80 billion in total operating losses since late 2020.
Meta’s Reality Labs lost over $4 billion in first quarter / The Reality Labs unit has now accumulated over $80 billion in total operating losses since late 2020. Meta’s Reality Labs lost over $4 billion in first quarter / The Reality Labs unit has now accumulated over $80 billion in total operating losses since late 2020.

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

15 часов назад @ reddit.com
China's Gen Z Turns Dead Shopping Malls Into Real-Life Battle Royale Arenas
China's Gen Z Turns Dead Shopping Malls Into Real-Life Battle Royale Arenas China's Gen Z Turns Dead Shopping Malls Into Real-Life Battle Royale Arenas

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

15 часов назад @ reddit.com
Valve chief Gabe Newell saw today's consoles coming a long time ago: "All the consoles are using PC graphics hardware now"
Valve chief Gabe Newell saw today's consoles coming a long time ago: "All the consoles are using PC graphics hardware now" Valve chief Gabe Newell saw today's consoles coming a long time ago: "All the consoles are using PC graphics hardware now"

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

16 часов назад @ reddit.com
OpenAI Codex system prompt includes explicit directive to "never talk about goblins"
OpenAI Codex system prompt includes explicit directive to "never talk about goblins" OpenAI Codex system prompt includes explicit directive to "never talk about goblins"

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

16 часов назад @ reddit.com
Your Car May Soon Be Monitoring Everything You Do Behind The Wheel
Your Car May Soon Be Monitoring Everything You Do Behind The Wheel Your Car May Soon Be Monitoring Everything You Do Behind The Wheel

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

16 часов назад @ reddit.com
Drone strikes on data centers spook Big Tech, halting Middle East projects | Uninsurable war damage is forcing tech companies to rethink Middle East plans.
Drone strikes on data centers spook Big Tech, halting Middle East projects | Uninsurable war damage is forcing tech companies to rethink Middle East plans. Drone strikes on data centers spook Big Tech, halting Middle East projects | Uninsurable war damage is forcing tech companies to rethink Middle East plans.

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

17 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 6 часов назад
Bugs Rust Won't Catch | corrode Rust Consulting
Bugs Rust Won't Catch | corrode Rust Consulting Bugs Rust Won't Catch | corrode Rust Consulting

In April 2026, Canonical disclosed 44 CVEs in uutils, the Rust reimplementation of GNU coreutils that ships by default since 25.10.

If you write systems code in Rust, this is the most concentrated look at where Rust’s safety ends that you’ll likely find anywhere right now.

A &Path in Rust looks like a value, but remember that to the kernel it’s just a name.

The original --preserve-root check in chmod was literally this:if recursive && preserve_root && file == Path :: new ( "/" ) { return Err ( PreserveRoot ); }That comparison is bypassed by anything that resolves to / but isn’t spelled / .

Here’s the fix:fn is_root (file : & Path ) -> bool { matches!

6 часов назад @ corrode.dev
FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies
FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies

The problem is the widespread use of HTTP as the protocol between reverse proxies and backends, even though it's unfit for the job.

There's also an enduring lack of awareness of the security problems with HTTP reverse proxying.

In an alternate timeline, Watchfire's research was taken seriously and people went looking for other protocols for reverse proxies.

When I benchmarked Go's FastCGI server behind a variety of reverse proxies, some workloads had worse throughput compared to HTTP/1.1 or HTTP/2.

If it ever became the bottleneck, I'd rather buy more hardware than deal with the nightmare of HTTP reverse proxying.

6 часов назад @ agwa.name
The woes of sanitizing SVGs
The woes of sanitizing SVGs The woes of sanitizing SVGs

It turns out that while Scratch sanitized SVGs before working on them in scratch-svg-renderer, unsanitized SVGs were still being passed to Paper.js.

Surely, if this were fixed, SVGs would be fully safe and would require no further security fixes.

--> < style > .image-set-with-inner-url-function { background-image: image-set(url(https://example.com/ping) 1x); } < rect class = " image-set-with-inner-url-function " > <!-- image-set() can also be used in inline style attributes.

Surely, if this were fixed, SVGs would be fully safe and would require no further security fixes.

Surely, if this were fixed, SVGs would be fully safe and would require no further security fixes.

6 часов назад @ muffin.ink
Matt Pocock AI Skills
Matt Pocock AI Skills Matt Pocock AI Skills

Skills For Real EngineersMy agent skills that I use every day to do real engineering - not vibe coding.

Why These Skills ExistI built these skills as a way to fix common failure modes I see with Claude Code, Codex, and other coding agents.

triage — Triage issues through a state machine of triage roles.

improve-codebase-architecture — Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/ .

— Find deepening opportunities in a codebase, informed by the domain language in and the decisions in .

6 часов назад @ github.com
pi.dev
pi.dev pi.dev

Pi - Build a tiny CLI tool Pi is a minimal terminal coding harness.

Customize Pi with extensions, skills, prompt templates, and themes.

Read the docsChange the harness, not your workflow Pi - Build a custom workflow extension Pi isn't a sealed product.

15+ providers, hundreds of models Pi - Switch models mid-session Anthropic, OpenAI, Google, Azure, Bedrock, Mistral, Groq, Cerebras, xAI, Hugging Face, Kimi For Coding, MiniMax, OpenRouter, Ollama, and more.

See prompt templates.

6 часов назад @ pi.dev
Notepad++ for Mac: Free Native macOS Code Editor
Notepad++ for Mac: Free Native macOS Code Editor Notepad++ for Mac: Free Native macOS Code Editor

Notepad++ is now available as a native macOS application.

It is a free, open-source source code editor and Notepad replacement that supports many programming languages and is great for general text editing.

No Wine, Porting Kit, or emulation layer is needed — this is a full native port governed by the GNU General Public License.

I hope you enjoy Notepad++ on macOS as much as I enjoy bringing it to the Mac.

This project is an independent open-source community port of Notepad++ to macOS, started on March 10, 2026.

6 часов назад @ notepad-plus-plus-mac.org
Home | Laws of UX
Home | Laws of UX Home | Laws of UX

Users spend most of their time on other sites.

This means that users prefer your site to work the same way as all the other sites they already know.

6 часов назад @ lawsofux.com
Before GitHub
Before GitHub Before GitHub

GitHub was part of the social infrastructure of Open Source for a very long time.

GitHub changed how Open Source feels, and later npm and other systems changed how dependencies feel.

A Smaller WorldBefore GitHub, Open Source was a much smaller world.

What GitHub Gave UsIt is easy now to talk only about GitHub’s failures, of which there are currently many, but that would be unfair: GitHub was, and continues to be, a tremendous gift to Open Source.

But maybe the most underappreciated thing GitHub did was archival work: GitHub became a library.

6 часов назад @ lucumr.pocoo.org
cell: terminal spreadsheet editor with vim keybindings
cell: terminal spreadsheet editor with vim keybindings cell: terminal spreadsheet editor with vim keybindings

cellA terminal spreadsheet editor with Vim keybindings, written in Rust.

InstallFrom crates.io:cargo install cell-sheet-tuiPre-built binaries for Linux, macOS, and Windows are available on the GitHub Releases page.

When saving a CSV that contains formulas, cell warns you and suggests saving as .cell instead.

to force a CSV save.

Comparison with sc-imsc-im is a battle-tested terminal spreadsheet built on the classic sc (Spreadsheet Calculator, 1981).

6 часов назад @ github.com
Just a moment...
Just a moment...

Cursor Camp https://ift.tt/jzVXu6E fun, games

6 часов назад @ neal.fun
Who Owns the Code Written by LLMs?
Who Owns the Code Written by LLMs? Who Owns the Code Written by LLMs?

TL; DR Agentic coding tools like Claude Code, Cursor, and Codex generate code that may be uncopyrightable, owned by your employer, or contaminated by open source licenses you cannot see.

On March 31, 2026, Anthropic accidentally published 512,000 lines of Claude Code’s source code in a routine software update through a missing configuration file.

What it means for you: Code that Claude Code or Cursor generated and you accepted without meaningful modification may not be copyrightable by anyone.

He had used Claude Code for work projects and for a personal fitness tracking app built on evenings and weekends.

The open source contamination problemEven if you own your AI-generated code, you may h…

1 day, 6 hours назад @ legallayer.substack.com
Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue | Tom's Hardware
Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue | Tom's Hardware Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue | Tom's Hardware

Jer Crane was inspired to write a public response after an AI coding agent deleted his firm’s entire production database.

It used the AI coding agent Cursor, running Anthropic's flagship Claude Opus 4.6.

“It took 9 seconds.”Article continues belowThe AI agent was set to complete a routine task in the PocketOS staging environment.

Cursor and Claude’s failureCrane decided to ask his AI agent why it went through with its dastardly database deletion deed.

Crane’s use of an AI coding agent on the Railway platform wasn’t exploring new frontiers, or wasn’t supposed to be.

1 day, 6 hours назад @ tomshardware.com
Ghostty Is Leaving GitHub – Mitchell Hashimoto
Ghostty Is Leaving GitHub – Mitchell Hashimoto Ghostty Is Leaving GitHub – Mitchell Hashimoto

April 28, 2026Writing this makes me irrationally sad, but Ghostty will be leaving GitHub1.

I'm GitHub user 1299, joined Feb 2008.

Since then, I've opened GitHub every single day.

On vacations I'd have bookmarks of different projects on GitHub I wanted to study.

I love GitHub more than a person should love a thing, and I'm mad at it.

1 day, 6 hours назад @ mitchellh.com
Introducing talkie: a 13B vintage language model from 1930
Introducing talkie: a 13B vintage language model from 1930 Introducing talkie: a 13B vintage language model from 1930

Introducing talkie: a 13B vintage language model from 1930Nick Levine, David Duvenaud, Alec RadfordApril 2026Claude chats with talkie, a 13B language model trained on pre-1931 text Connecting... Jump to new messagesThis is a 24/7 live feed of Claude Sonnet 4.6 prompting talkie-1930-13b-it in order to explore its knowledge, capabilities, and inclinations.

Right: An example of a successful solution to a Python coding problem produced by a vintage language model.

talkie is the largest vintage language model we are aware of, and we plan to continue scaling significantly.

Training vintage language modelsDeveloping vintage language models presents unique challenges.

Are you an individual or insti…

1 day, 6 hours назад @ talkie-lm.com
I Left Port 22 Open for 54 Days: An SSH Honeypot Study
I Left Port 22 Open for 54 Days: An SSH Honeypot Study

Field report from an SSH honeypot left open for 54 days: 269K login attempts, 48K unique passwords, and a surprising cast of attackers.

1 day, 6 hours назад @ arman-bd.hashnode.dev
Changelog Changelog
последний пост 20 часов назад
Bitwarden CLI compromised
Bitwarden CLI compromised Bitwarden CLI compromised

Changelog News!

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

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

20 часов назад @ changelog.com
Exploring with agents
Exploring with agents Exploring with agents

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

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

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

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

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

5 days, 15 hours назад @ changelog.com
Astral has been acquired by OpenAI
Astral has been acquired by OpenAI Astral has been acquired by OpenAI

Changelog News!

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

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

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

1 month, 2 weeks назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

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

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

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

2 months назад @ 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.

2 months назад @ 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.

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

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

2 months, 2 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.

2 months, 2 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.

2 months, 2 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, 3 weeks назад @ 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, 3 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 2 часа назад
The best cloud phone systems of 2026: Expert tested and reviewed
The best cloud phone systems of 2026: Expert tested and reviewed The best cloud phone systems of 2026: Expert tested and reviewed

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.

2 часа назад @ zdnet.com
The case against an imminent software developer apocalypse
The case against an imminent software developer apocalypse The case against an imminent software developer apocalypse

Software developer jobs have continued to growAI is certainly not killing the software developer, Bessen said in a recent analysis.

At that time, the employed software developer population was just under 2.1 million.

A shift, rather than extinctionThere are academics who are also seeing a shift in software jobs, rather than extinction.

"Careful case studies find that AI improves the productivity of software developers -- that is, the software produced per developer -- by 30%, 50%, or more.

"From 2003 to 2022, developer productivity grew at 3.9% per year; but from 2022 through 2025, it grew at 6% per year."

2 часа назад @ zdnet.com
Privacy in the AI era is possible, says Proton's CEO, but one thing keeps him up at night
Privacy in the AI era is possible, says Proton's CEO, but one thing keeps him up at night Privacy in the AI era is possible, says Proton's CEO, but one thing keeps him up at night

However, Yen doesn't think the rise of AI tools has popularized data privacy concerns amongst the public.

Earlier interventionOne way to protect future generations from data privacy risks is to keep them out of Big Tech's ecosystem altogether.

Also: Worried about AI privacy?

"There's Google Workspace and Proton Workspace, and they look kind of equivalent," Yen said of his company's recently released enterprise suite.

Also: Proton launches a Google Workspace alternative - and it's fully encryptedPrivacy may yield a better product, but who covers those additional costs?

9 часов назад @ zdnet.com
Windows changes are coming: Here's how to get a sneak peek at what's next
Windows changes are coming: Here's how to get a sneak peek at what's next Windows changes are coming: Here's how to get a sneak peek at what's next

Pavan Davaluri, the executive vice president who runs the Windows and Devices group, promised sweeping changes to Windows 11.

(For a brief history of the program and what had gone wrong, see my post from last November: "The Windows Insider Program is a confusing mess.")

If you're currently participating in the Windows Insider Program, these are meaningful improvements.

Beta is a refresh of the previous Beta Channel and previews what we plan to ship in the coming weeks.

These changes will also apply to the Windows Insider Program for Business.

10 часов назад @ zdnet.com
Eero Signal keeps your business online during internet outages
Eero Signal keeps your business online during internet outages

A cellular backup device that connects to your Eero mesh Wi-Fi system, Eero Signal provides backup internet when your primary wired connection goes down, saving you time and money.

14 часов назад @ zdnet.com
HP vs. Dell: I've tested dozens of laptops from both brands, and here's my advice
HP vs. Dell: I've tested dozens of laptops from both brands, and here's my advice HP vs. Dell: I've tested dozens of laptops from both brands, and here's my advice

I've found a 14-inch HP laptop retailing for as low as $220 on the company's official website.

I highly recommend HP laptops to students, office workers, or just about anyone looking for a reliable machine that won't break the bank.

You want a great gaming laptopIf you read my Lenovo vs. Dell comparison, you'll know I said that Dell made the better gaming laptop.

You want better value for moneyWhile HP has the better budget options on the low end, I'd argue that Dell laptops provide better overall value.

If portability, cost, and battery life are more important to you (especially if you travel often), I think you'll find HP laptops to be more your style.

18 часов назад @ zdnet.com
Our readers can't stop buying these 10 gadgets - and No. 4 really surprised us
Our readers can't stop buying these 10 gadgets - and No. 4 really surprised us

These gadgets and gizmos are the most popular among ZDNET readers so far this year.

19 часов назад @ zdnet.com
Is Facebook adding Gen Z phrases to your shared posts? You're not alone, bestie
Is Facebook adding Gen Z phrases to your shared posts? You're not alone, bestie Is Facebook adding Gen Z phrases to your shared posts? You're not alone, bestie

The added phrases are often Gen Z slang.

What's most odd is that the added text is often Gen Z slang.

These phrases appear on posts where the text doesn't even make sense -- and from posters who are decidedly not Gen Z.

I found multiple Reddit posts, a Facebook post from a Georgia news anchor, and plenty of other social media comments complaining about the added Gen Z flair.

What's causing the Facebook Gen Z glitch?

19 часов назад @ zdnet.com
Samsung Galaxy Z Flip 7 vs. Motorola Razr Ultra (2026): I compared both, and it's not even close
Samsung Galaxy Z Flip 7 vs. Motorola Razr Ultra (2026): I compared both, and it's not even close Samsung Galaxy Z Flip 7 vs. Motorola Razr Ultra (2026): I compared both, and it's not even close

The company has officially revealed the rest of the 2026 Razr series, which consists of the base model, the Razr+, and the Razr Ultra as the new flagship.

Keep in mind that this isn't a formal review of the 2026 Razr Ultra.

Also: Samsung Galaxy Z Flip 7 hands-on: These 3 features make such a big differenceThat's just the tip of the iceberg.

On top of that, the Razr Ultra is being given 16GB of RAM instead of 12GB like the Galaxy Z Flip 7.

You want better camerasOn paper, photography is an area where the 2026 Motorola Razr Ultra could pull ahead.

19 часов назад @ zdnet.com
The best VPN for small businesses in 2026: Expert tested and reviewed
The best VPN for small businesses in 2026: Expert tested and reviewed The best VPN for small businesses in 2026: Expert tested and reviewed

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.

20 часов назад @ zdnet.com
After years of Linux, I tried GhostBSD and found it incredibly stable - and nearly unbreakable
After years of Linux, I tried GhostBSD and found it incredibly stable - and nearly unbreakable After years of Linux, I tried GhostBSD and found it incredibly stable - and nearly unbreakable

Unlike Linux, which only provides a kernel and drivers (with third parties adding the remaining bits), FreeBSD gives you everything.

Also: My 5 favorite open source operating systems that aren't LinuxBy switching to FreeBSD, GhostBSD also benefits from the latest upstream improvements, which include enhanced hardware support, security updates, and kernel advancements.

Screenshot by Jack Wallen\ZDNETI then decided to install KDE Plasma and see if GhostBSD would play well with it.

Sure, I can break GhostBSD (because I've spent so many years with Linux), but it's not nearly as easy as you might think.

I'm inclined to say GhostBSD is best for people with enough Linux experience who want to use …

20 часов назад @ zdnet.com
Health is Tim Cook's defining legacy - and your Apple Watch proves it
Health is Tim Cook's defining legacy - and your Apple Watch proves it Health is Tim Cook's defining legacy - and your Apple Watch proves it

ZDNET's key takeawaysThe Apple Watch is one of Tim Cook's biggest successes.

When Tim Cook unveiled the first Apple Watch in 2014, he called it the most personal product Apple had developed.

Early days for the Apple WatchBefore the Apple Watch, there were devices like the Fitbit and Nike's FuelBand.

These include the Apple Women's Health Study, the Apple Heart and Movement Study, and the Apple Hearing Study.

The health products du jour may change, but their ethos, operation model, and potential health solutions owe much to Cook's Apple Watch.

20 часов назад @ zdnet.com
These two critical Mac security features are off by default - how to turn them on and why you should
These two critical Mac security features are off by default - how to turn them on and why you should These two critical Mac security features are off by default - how to turn them on and why you should

Also: 6 MacOS settings I immediately change on every new Mac - and whyUpon arriving at that conclusion, I realized I needed to get serious about security on MacOS.

Open System Settings The first thing to do is open System Settings, which can be done by clicking the Apple icon at the left edge of the Menu Bar (top bar).

Click Firewall.

Enable Firewall Click the On/Off slider for Firewall until it's in the On position.

Jack Wallen/ZDNETHow to enable Stealth Mode on your MacOnce you have Firewall turned on, click Options, and you'll see "Enable stealth mode" at the bottom.

21 час назад @ zdnet.com
I've used Android Auto for years, and these 5 changes solved my biggest issues
I've used Android Auto for years, and these 5 changes solved my biggest issues I've used Android Auto for years, and these 5 changes solved my biggest issues

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.

21 час назад @ zdnet.com
5 ways your Windows updates are about to get a lot less painful
5 ways your Windows updates are about to get a lot less painful 5 ways your Windows updates are about to get a lot less painful

The first changes in that effort are beginning to appear, targeting one of the most painful points of all: Windows Update.

Also: Microsoft's Windows Insider Program is no longer a confusing messThe latest round of improvements, announced in a blog post titled "Your Windows update experience just got updated," should make those infuriating moments a thing of the past.

The new interface lets you choose a specific date from a calendar control on the Windows Update page, up to 35 days in advance.

From experience, I know that a half-installed update that's waiting for a restart can make Windows behave in unpredictable ways.

You should see only one restart a monthThe single biggest complaint I he…

23 часа назад @ zdnet.com
TechCrunch TechCrunch
последний пост 7 часов назад
SoftBank is creating a robotics company that builds data centers — and already eyeing a $100B IPO
SoftBank is creating a robotics company that builds data centers — and already eyeing a $100B IPO

You need infrastructure to build AI a and robots, but apparently you also need AI and robots to build infrastructure.

7 часов назад @ techcrunch.com
Amazon, Meta join fight to end Google Pay, PhonePe dominance in India
Amazon, Meta join fight to end Google Pay, PhonePe dominance in India

PhonePe and Google Pay command 80% of India's UPI instant payments network. Rivals are set to meet with regulators to lobby for restrictions.

10 часов назад @ techcrunch.com
Amazon’s cloud business is surging — and so is its capital spending
Amazon’s cloud business is surging — and so is its capital spending

The e-commerce giant is making more money than expected from AWS but it's also spending a lot, and will continue to do so in the near term, its chief executive said.

11 часов назад @ techcrunch.com
Sources: Anthropic could raise a new $50B round at a valuation of $900B
Sources: Anthropic could raise a new $50B round at a valuation of $900B

The maker of Claude has received multiple pre-emptive offers at valuations in the $850 billion to $900 billion range, according to sources familiar with the matter.

11 часов назад @ techcrunch.com
On the stand, Elon Musk can’t escape his own tweets
On the stand, Elon Musk can’t escape his own tweets

Elon Musk took the stand for the second day for his attempt to legally dismantle OpenAI.

11 часов назад @ techcrunch.com
Meta is still burning money on AR/VR
Meta is still burning money on AR/VR

Meta is losing billions on Reality Labs each quarter, and its AI expenditures are only going to increase its spending.

11 часов назад @ techcrunch.com
Satya Nadella says he’s ready to ‘exploit’ the new OpenAI deal
Satya Nadella says he’s ready to ‘exploit’ the new OpenAI deal

Microsoft gets to offer OpenAI's tech to its cloud customers and doesn't have to pay for it. "We fully plan to exploit it," Nadella said.

12 часов назад @ techcrunch.com
Microsoft says it has over 20M paid Copilot users, and they really are using it
Microsoft says it has over 20M paid Copilot users, and they really are using it

Despite the lingering perception that no one really uses Copilot, Microsoft said on Wednesday that the number of users and engagement is growing.

12 часов назад @ techcrunch.com
Google Cloud surpasses $20B but says growth was capacity-constrained
Google Cloud surpasses $20B but says growth was capacity-constrained

Google Cloud topped $20B in quarterly revenue for the first time, fueled by surging demand for AI. But capacity constraints mean it could have grown even faster.

13 часов назад @ techcrunch.com
Google gains 25M subscriptions in Q1, driven by YouTube and Google One
Google gains 25M subscriptions in Q1, driven by YouTube and Google One

Google added 25M paid subscriptions in Q1, reaching 350M total, as YouTube and Google One grow.

14 часов назад @ techcrunch.com
Fusion power startup Zap Energy pulls a partial pivot, adding nuclear fission to the mix
Fusion power startup Zap Energy pulls a partial pivot, adding nuclear fission to the mix

Surprise! Fusion startup Zap Energy says it will be developing fission reactors alongside its fusion devices.

15 часов назад @ techcrunch.com
Parallel Web Systems hits $2B valuation five months after its last big raise
Parallel Web Systems hits $2B valuation five months after its last big raise

The AI agent-tool startup founded by former Twitter CEO Parag Agrawal has raised $100 million, led by Sequoia, months after raising a previous $100 million.

17 часов назад @ techcrunch.com
Google Photos uses AI to make the iconic closet from ‘Clueless’ a reality
Google Photos uses AI to make the iconic closet from ‘Clueless’ a reality

Google recreates Cher's closet from "Clueless" with AI.

19 часов назад @ techcrunch.com
More Gemini features are coming to Google TV
More Gemini features are coming to Google TV

Google TV just got more Gemini features, including the ability to transform photos and videos with tools Nano Banana and Veo.

19 часов назад @ techcrunch.com
Bill Gurley, Jack Altman back startup Pursuit, which helps companies sell to government
Bill Gurley, Jack Altman back startup Pursuit, which helps companies sell to government

On Wednesday, Pursuit announced a $22 million seed round led by Mike Rosengarten, the co-founder of OpenGov with out big-name VCs participating.

19 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 55 минут назад
DOJ Sues Cloudera For Deliberately Excluding American Workers From Tech Jobs
DOJ Sues Cloudera For Deliberately Excluding American Workers From Tech Jobs DOJ Sues Cloudera For Deliberately Excluding American Workers From Tech Jobs

Longtime Slashdot reader schwit1 shares a report from ZeroHedge: The Justice Department on Tuesday sued Cloudera, accusing the enterprise data and artificial intelligence company of deliberately engineering a hiring process that excluded American workers from at least seven lucrative technology positions while the firm pursued permanent residency sponsorship for foreign workers on temporary visas. In a 14-page complaint filed with the Office of the Chief Administrative Hearing Officer, the department's Civil Rights Division alleges that Cloudera, from March 31, 2024, through at least January 28, 2025, instructed job candidates to submit applications to a dedicated email address, amerijobpos…

55 минут назад @ yro.slashdot.org
First Tesla Semi Rolls Off High-Volume Production Line
First Tesla Semi Rolls Off High-Volume Production Line First Tesla Semi Rolls Off High-Volume Production Line

Tesla has produced the first Semi from its new high-volume production line at Gigafactory Nevada, a milestone for the long-delayed electric Class 8 truck program after years of pilot builds and delays. Electrek reports: The Tesla Semi has had one of the longest gestation periods in Tesla's history. First unveiled in 2017, the truck was originally promised for production in 2019. That target slipped repeatedly -- to 2020, then 2021, then 2022 -- before Tesla finally delivered a handful of units to PepsiCo in late 2022. Those early trucks were essentially hand-built on a pilot line. Tesla spent the next three years refining the design, cutting roughly 1,000 lbs from the truck, and building ou…

4 часа назад @ tech.slashdot.org
Elon Musk Says OpenAI Betrayed Him, Clashes With Company's Attorney
Elon Musk Says OpenAI Betrayed Him, Clashes With Company's Attorney Elon Musk Says OpenAI Betrayed Him, Clashes With Company's Attorney

An anonymous reader quotes a report from the San Francisco Chronicle: Elon Musk returned to the witness stand Wednesday in Oakland federal court for a second day of testimony in his case against OpenAI, detailing his shift from being an enthusiastic supporter of the nonprofit to feeling betrayed. He also clashed repeatedly with OpenAI's attorney over questions that Musk believed were unfair. He said his feelings towards OpenAI CEO Sam Altman and President Greg Brockman shifted from a "phase one" of support, "phase two" of doubts, and finally "phase three, where I'm sure they're looting the nonprofit. We're currently in phase three," Musk said with a chuckle. Musk said he was a "fool" for gi…

8 часов назад @ yro.slashdot.org
New Sam Bankman-Fried Trial Would Be Huge Waste of Court's Time, Judge Says
New Sam Bankman-Fried Trial Would Be Huge Waste of Court's Time, Judge Says New Sam Bankman-Fried Trial Would Be Huge Waste of Court's Time, Judge Says

A federal judge denied Sam Bankman-Fried's request for a new trial, calling his claims of DOJ witness intimidation "wildly conspiratorial" and unsupported by the record. Judge Lewis Kaplan said (PDF) the FTX founder's motion appeared tied to a pre-indictment plan to recast himself as a Republican victim of Biden's DOJ in hopes of gaining sympathy, leniency, or even a Trump pardon. Ars Technica reports: Bankman-Fried was sentenced to 25 years in prison in 2024 for "masterminding one of the largest financial frauds in American history," US District Judge Lewis Kaplan wrote in his order. He was convicted on all charges, including wire fraud, conspiracy to commit securities fraud, commodities f…

12 часов назад @ yro.slashdot.org
Ubuntu's AI Plans Have Linux Users Looking For a 'Kill Switch'
Ubuntu's AI Plans Have Linux Users Looking For a 'Kill Switch' Ubuntu's AI Plans Have Linux Users Looking For a 'Kill Switch'

Canonical's plan to add AI features to Ubuntu has sparked pushback from users who are concerned it could follow Windows 11's AI-heavy direction. "After Canonical's announcement earlier this week that it's bringing AI features to Ubuntu, replies included requests for an AI 'kill switch' or a way to disable the upcoming features," reports The Verge. Canonical says it has no plans for a "global AI kill switch" but it will allow users to remove any AI features they don't want. From the report: In his original post, [Canonical's VP of engineering, Jon Seager] said the upcoming AI features will include accessibility tools like AI speech-to-text and text-to-speech, along with agentic AI features f…

13 часов назад @ news.slashdot.org
Joby Demos Its Air Taxi In NYC
Joby Demos Its Air Taxi In NYC Joby Demos Its Air Taxi In NYC

Joby Aviation has completed demonstration flights of its electric air taxi over New York City, testing real routes between JFK and Manhattan helipads as it prepares for a future commercial service. The company says its eVTOL could turn a 60- to 120-minute airport trip into a flight of under 10 minutes, though commercial launch still depends on FAA certification. Electrive reports: To launch operations in New York City, Joby acquired Blade Urban Air Mobility last year. Blade already enables helicopter flights for affluent travelers between Manhattan and airports such as JFK or Newark in just five minutes, avoiding up to two hours of traffic and typical airport hassles. Joby aims to replace t…

14 часов назад @ tech.slashdot.org
Apple Gives Up On the Vision Pro After M5 Refresh Flop
Apple Gives Up On the Vision Pro After M5 Refresh Flop Apple Gives Up On the Vision Pro After M5 Refresh Flop

MacRumors reports that Apple has effectively paused work on Vision Pro after the M5 refresh failed to revive demand. The team has reportedly been reassigned and the company is now shifting focus toward smart glasses instead. From the report: The Vision Pro has been criticized for its high price tag and its uncomfortable weight. The device is over 1.3 pounds, and even with the more comfortable Dual Knit Band that Apple added to redistribute weight, it continues to be hard to wear for long periods of time. The M5 chip added a 120Hz refresh rate, 10 percent more rendered pixels, and around 30 additional minutes of battery life, but the price tag stayed at $3,499, and it ended up not selling we…

15 часов назад @ apple.slashdot.org
California High-Speed Rail Price Tag Jumps To $231 Billion
California High-Speed Rail Price Tag Jumps To $231 Billion California High-Speed Rail Price Tag Jumps To $231 Billion

Longtime Slashdot reader schwit1 writes: California's long-delayed high-speed rail project is now facing renewed scrutiny after state leaders revealed a dramatically higher price tag, now estimated at roughly $231 billion, nearly seven times the original $33 billion projection approved by voters in 2008. The revised figures have reignited talks in Sacramento over whether the project can realistically be completed, how long it will take, and whether the state can continue to fund it at this scale. Senator Strickland pointed to comments from Lou Thompson, former chair of the California High-Speed Rail Authority peer review group, who recently criticized the latest draft business plan. Thompso…

16 часов назад @ tech.slashdot.org
Colorado's Anti-Repair Bill Is Dead
Colorado's Anti-Repair Bill Is Dead Colorado's Anti-Repair Bill Is Dead

An anonymous reader quotes a report from Wired: A controversial bill in Colorado that would have undone some repair protections in the state has failed. The bill had been the target of right-to-repair advocates, who saw it as a bellwether for how tech companies might try to undo repair legislation more broadly in the US. Colorado's landmark 2024 repair law, the Consumer Right to Repair Digital Electronic Equipment, went into effect in January 2026 and ensured access to tools and documentation people needed to modify and fix digital electronics such as phones, computers, and Wi-Fi routers. The new bill, SB26-090, would have carved out an exception to those repair protections for "critical in…

17 часов назад @ news.slashdot.org
GitHub 'No Longer a Place For Serious Work', Says Hashicorp Co-Founder
GitHub 'No Longer a Place For Serious Work', Says Hashicorp Co-Founder GitHub 'No Longer a Place For Serious Work', Says Hashicorp Co-Founder

Hashicorp co-founder Mitchell Hashimoto says GitHub's frequent outages have made it "no longer a place for serious work," prompting him to move his Ghostty terminal emulator project elsewhere after 18 years on the platform. The Register reports: "I've been angry about it. I've hurt people's feelings. I've been lashing out. Because GitHub is failing me, every single day, and it is personal. It is irrationally personal," he wrote. The reason for his ire is the service has become unreliable. "For the past month I've kept a journal where I put an 'X' next to every date where a GitHub outage has negatively impacted my ability to work," he wrote. "Almost every day has an 'X'. On the day I am writ…

18 часов назад @ games.slashdot.org
Should Schools Get Rid of Homework?
Should Schools Get Rid of Homework? Should Schools Get Rid of Homework?

Tony Isaac shares a report from NPR: Federal survey data shows that the amount of math homework assigned to fourth and eighth grade students, in particular, has been steadily declining for the past decade. Some educators and parents say this is a good thing -- students shouldn't spend six or more hours a day at school and still have additional schoolwork to complete at home. But the research on homework is complicated. Some studies show that students who spend more time on homework perform better than their peers. For example, a longitudinal study released in 2021 of more than 6,000 students in Germany, Uruguay and the Netherlands found that lower-performing students who increased the amoun…

19 часов назад @ news.slashdot.org
Humanoid Robots Start Sorting Luggage In Tokyo Airport Test Amid Labor Shortage
Humanoid Robots Start Sorting Luggage In Tokyo Airport Test Amid Labor Shortage Humanoid Robots Start Sorting Luggage In Tokyo Airport Test Amid Labor Shortage

An anonymous reader quotes a report from Ars Technica: Humanoid robots are getting a new gig as baggage handlers and cargo loaders at Tokyo's Haneda Airport -- part of a Japan Airlines experiment to address a human labor shortage as airport visitor numbers have surged in recent years. The demonstration, set to launch in May 2026, could eventually test humanoid robots in a wide range of airport tasks, including cleaning aircraft cabins and possibly handling ground support equipment such as baggage carts, according to a Japan Airlines press release. The trials are scheduled to run until 2028, which suggests that travelers flying into or out of Tokyo may spot some of the robots at work. [...] …

20 часов назад @ hardware.slashdot.org
FDA Grants Quick Review For 3 Psychedelic Drug Trials
FDA Grants Quick Review For 3 Psychedelic Drug Trials FDA Grants Quick Review For 3 Psychedelic Drug Trials

An anonymous reader quotes a report from NBC News: The Food and Drug Administration on Friday granted a quick review of three experimental psychedelic drugs meant to treat major depression and post-traumatic stress disorder. It's the latest move by the Trump administration signaling a shift in policy toward treatments that also give users a high -- coming a day after the Justice Department said it would ease restrictions on state-licensed medical marijuana. UK-based biotech company Compass Pathways said Friday it has received an expedited review for its experimental form of synthetic psilocybin for treatment-resistant depression. In a press release the company cited two large, phase 3 studi…

1 day назад @ science.slashdot.org
New Report Finds Some Babies Spend Up To Eight Hours a Day on Screens
New Report Finds Some Babies Spend Up To Eight Hours a Day on Screens New Report Finds Some Babies Spend Up To Eight Hours a Day on Screens

fjo3 shares a report from The Times: More than two-thirds of babies under two use screens, a report has found, and some are exposed for up to eight hours a day. Nearly a third of newborns were found to be watching screens for more than three hours a day, while almost 20 percent of infants of four to 11 months used screens for more than an hour a day. The report comes after the government issued guidance that children under two do not use screens at all, apart from communal activities such as video-calling relatives. In a review of the current research, researchers found evidence linking screen time to poorer outcomes for children, including an increased risk of obesity, short-sightedness, s…

1 day, 4 hours назад @ mobile.slashdot.org
Musk Testifies OpenAI Was Created As Nonprofit To Counter Google
Musk Testifies OpenAI Was Created As Nonprofit To Counter Google Musk Testifies OpenAI Was Created As Nonprofit To Counter Google

Elon Musk testified on day two of his trial against OpenAI, saying he helped create the company as a nonprofit counterweight to Google and would not have backed it if the goal had been private profit. CNBC reports: Musk on Tuesday was the first witness called to testify in the trial. He spoke about his upbringing, his many companies, his role in founding OpenAI and his understanding of its structure. Musk said in his testimony that he was not opposed to the creation of a small for-profit subsidiary, "as long as the tail didn't wag the dog." Musk said he was motivated to start OpenAI to serve as a counterweight to Google. He got the idea after an argument he had with Google co-founder Larry …

1 day, 8 hours назад @ yro.slashdot.org
Блоги людей
School is artificial
School is artificial

One of the hard parts of moving from school to “the real world” is adjusting

to all the ways that school is artificial. It’s different from the real

world.I’ve been thinking about this because of questions I see young learners

commonly asking. Too often the questions are meaningless in the real world, and

even if you could get answers, the answers would use useless.How long does it take to learn Python? In school, learning is divided

into discrete labelled chunks. A class called “Beginning Python” might last four

months. Everyone in the class will be taught the same things at the same pace.

The objectives are laid out by the teacher, and at the end you will get a

grade.Outside of school, le…

4 days, 14 hours назад @ nedbatchelder.com
Tim Cook's Impeccable Timing
Tim Cook's Impeccable Timing

Tim Cook had an extraordinary run — and impeccable timing, both in terms of when he became CEO, and when he is stepping down.

1 week, 2 days назад @ stratechery.com
>Recipe scaler: набор изменений номер 5
Recipe scaler: набор изменений номер 5 Recipe scaler: набор изменений номер 5

Еще новинки самого лучшего в мире менеджера рецептов

Как вы помните (не помните, конечно), я делаю самый удобный и продвинутый менеджер рецептов — recipe-scaler.ru.

С момента прошлого поста прошла неделя. За это время я в фоне поделал еще пару классных штук. 1. Список покупок

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

Ну не кайф ли? Плюс одно приложение внутри приложения. 2. Расширение для Хрома

Телеграм у некоторых не работает, чтобы можно было сохранить рецепт я сделал расширение. Жмакаете, и рецепт отправляет в приложение.

Recipe …

2 weeks, 2 days назад @ mikeozornin.ru
Mythos, Muse, and the Opportunity Cost of Compute
Mythos, Muse, and the Opportunity Cost of Compute

Does Aggregation Theory survive in a world of constrained compute? Yes, insomuch as controlling demand will give power over supply.

2 weeks, 3 days назад @ stratechery.com
Linklint
Linklint

I wrote a Sphinx extension to eliminate excessive links:

linklint. It started as a linter to check and modify

.rst files, but it grew into a Sphinx extension that works without changing the

source files.It all started with a topic in the discussion forums: Should

not underline links, which argued that the underlining was distracting from

the text. Of course we did not remove underlines, they are important for

accessibility and for seeing that there are links at all.But I agreed that there were places in the docs that had too many links. In

particular, there are two kinds of link that are excessive:

Links within a section to the same section. These arise naturally when

describing a function …

2 weeks, 3 days назад @ nedbatchelder.com
>Recipe scaler: набор изменений номер 4
Recipe scaler: набор изменений номер 4 Recipe scaler: набор изменений номер 4

Рассказываю о новинках самого лучшего в мире менеджера рецептов

Как вы помните (не помните, конечно), я делаю самый удобный и продвинутый менеджер рецептов — recipe-scaler.ru.

С момента прошлого поста прошло два месяца. За это время я в фоне поделал еще немного разных штук. 1. Раздел Discovery

Можно почитать чужие рецепты. Пока рецепты людей, но потом будут еще и коллекции, ищу где можно найти рецептов так, чтобы не нарушить сразу 100 миллионов авторских прав 2. Универсальный импорт

Импорт сильно прокачался. Сейчас можно импортировать что угодно: много рецептов за раз, много ссылок, рецепты из произвольного текста или файла произвольного формата. Можно даже импортировать рецепты из фотограф…

3 weeks, 2 days назад @ mikeozornin.ru
>ИИ-нативные продукты
ИИ-нативные продукты

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

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

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

3 weeks, 3 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 month назад @ stratechery.com
>ЛЛМ и дизайн
ЛЛМ и дизайн

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

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

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

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

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

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

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

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

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

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

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

1 month, 2 weeks назад @ 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, 4 weeks назад @ 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]: …

2 months назад @ nedbatchelder.com
>Street guesser
Street guesser Street guesser

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

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

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

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

2 months, 1 week назад @ 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…

2 months, 2 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, 3 weeks назад @ stratechery.com
Сага о двух туалетах в IT-корпорации
Сага о двух туалетах в IT-корпорации

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

3 months назад @ 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.

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

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

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

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

3 months назад @ 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…

3 months назад @ 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3 months, 2 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.

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

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

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

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

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

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

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

3 months, 2 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, 3 weeks назад @ 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, 3 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…

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

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

4 months, 1 week назад @ stratechery.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.…

4 months, 1 week назад @ nedbatchelder.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…

4 months, 1 week назад @ nedbatchelder.com
Итоги Года 2025
Итоги Года 2025 Итоги Года 2025

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

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

4 months, 2 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, 3 weeks назад @ stratechery.com
>Вайб-кодинг, дофамин и слот-машины
Вайб-кодинг, дофамин и слот-машины

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

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

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

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

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

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

4 months, 3 weeks назад @ 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, 4 weeks назад @ stratechery.com
>Сайд-бай-сайб 0.2.0
Сайд-бай-сайб 0.2.0 Сайд-бай-сайб 0.2.0

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

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

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

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

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

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

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

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

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

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

5 months назад @ 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…

5 months, 1 week назад @ 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…

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

5 months, 1 week назад @ 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…

5 months, 2 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…

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

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

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

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

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

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

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

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

5 months, 2 weeks назад @ vas3k.club
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: Mnheme Evolves – Personality and Free Will Enter the System
Show HN: Mnheme Evolves – Personality and Free Will Enter the System

Article URL: https://medium.com/@aatel.license/mnheme-evolves-personality-and-free-will-enter-the-system-662581f7b93e

Comments URL: https://news.ycombinator.com/item?id=47960418

Points: 1

# Comments: 0

1 час назад @ medium.com
Show HN: I built a zero-tracking news hub to escape doomscrolling at (AGE 17y)
Show HN: I built a zero-tracking news hub to escape doomscrolling at (AGE 17y) Show HN: I built a zero-tracking news hub to escape doomscrolling at (AGE 17y)

https://simplifiednewshub.netlify.app/ Comments URL: https://news.ycombinator.com/item?id=47960358

Points: 3

# Comments: 0

1 час назад @ news.ycombinator.com
Show HN: Bin collection calendars for the entire UK
Show HN: Bin collection calendars for the entire UK

Hi HN,I built ukbinday to provide a nicer way to find your bin collection days and actually remember when to put them out.It shows your upcoming collections and generates a calendar that updates automatically as the schedule comes out. Coverage is at about 85% of the UK so far and I'm working on getting that to 100%. There is also an API for the Home Automation community.This was built on top of two amazing open-source projects without which this would not exist:

https://github.com/robbrad/UKBinCollectionData & https://github.com/mampfes/hacs_waste_collection_schedule

Thank you to all the contributors of those repositories! Comments URL: https://news.ycombinator.com/item?id=47960112

Points:…

2 часа назад @ ukbinday.co.uk
Show HN: Multiplayer Voronoi
Show HN: Multiplayer Voronoi Show HN: Multiplayer Voronoi

A multiplayer hommage to Jean-Michel Sanejouand's Jeu de Topo (1963), a game with no winner or loser where partners arrange stones until both points of view are satisfied.Here, stones become colored points in a game based on Voronoi diagrams. The original opposing points of view become each player's screen: everyone shares the same points, but phones, tablets, and browser windows frame the space differently, so each player is likely seeing a different Voronoi view. Comments URL: https://news.ycombinator.com/item?id=47960061

Points: 1

# Comments: 0

2 часа назад @ voronoi.charlespierre.fr
Show HN: Brifly – stop re-explaining your codebase to Claude Code every week
Show HN: Brifly – stop re-explaining your codebase to Claude Code every week Show HN: Brifly – stop re-explaining your codebase to Claude Code every week

Hey HN -- I built Brifly because I was tired of reexplaining the same architecture to Claude Code/AI Agents every time.You can have a memory layer where you store everything about your company or project. When an AI agent is used by an engineer, you can simply ask it to use the CLI, and it will go and retrieve the relevant information.There is also management of who last edited a file, so you can understand who is responsible for the latest context level changes stored in Brifly.You can create different spaces, invite people to them, create threads for discussions, and add video and audio messages. By the way, transcriptions from video messages are also taken into account by the AI chat whe…

2 часа назад @ getbrifly.com
Show HN: Token Thermodynamics
Show HN: Token Thermodynamics Show HN: Token Thermodynamics

We often focus on tokens/second and dollars/token, but rarely on the environmental cost per token. This work presents a step-by-step analysis of the energy and water footprint of LLM inference. Comments URL: https://news.ycombinator.com/item?id=47960034

Points: 1

# Comments: 0

2 часа назад @ mybinder.org
Show HN: Spec27 – Spec-driven validation for AI agents
Show HN: Spec27 – Spec-driven validation for AI agents Show HN: Spec27 – Spec-driven validation for AI agents

Early AccessWhat's This Thing?

>>Spec27>>Get HelpSpec27 is a new project from Safe Intelligence.

We’re taking a spec-driven approach to AI application and agent testing.

Create specs, auto-generate test cases, and run them against agents, no matter what they are built on.

If you're having trouble or would rather just talk to the team, you can schedule a chat here.

2 часа назад @ spec27.ai
Show HN: Arkloop – Open-source, local-first Agent client
Show HN: Arkloop – Open-source, local-first Agent client Show HN: Arkloop – Open-source, local-first Agent client

Open-source / Clean / Powerful — Your AI Agent PlatformEarly Access — Arkloop is currently in early public access; all releases are Alpha.

Arkloop is a design-focused open-source AI agent platform.

Multi-model routing, sandboxed execution, persistent memory — a clean desktop app, ready out of the box.

Open System Settings → Privacy & Security.

Developmentbin/ci-local quick # Quick local CI bin/ci-local integration # Go integration tests bin/ci-local full # Full checkThe self-hosting deployment path is still in development.

2 часа назад @ github.com
Show HN: Pg_column_Tetris – a pg extension for optimal column alignment
Show HN: Pg_column_Tetris – a pg extension for optimal column alignment Show HN: Pg_column_Tetris – a pg extension for optimal column alignment

A PostgreSQL extension that enforces optimal column alignment to minimize row padding waste.

To guarantee this, PostgreSQL inserts invisible padding bytes between columns whenever needed.

Optimal column order is free performance: zero runtime cost, just a smarter CREATE TABLE .

Strict mode — enforce alignment in CI/migrationsIn strict mode, CREATE TABLE with suboptimal column order is blocked and rolled back.

The error message includes the optimal column order so you can fix it immediately:SELECT column_tetris .

4 часа назад @ github.com
Show HN: RSME:A Reactive Stability Mutation Encryption
Show HN: RSME:A Reactive Stability Mutation Encryption

403 ForbiddenAccess to this resource has been blocked due to unusual traffic from your network.

If you believe this is a mistake, please contact [email protected] with the reference information below.

5 часов назад @ zenodo.org
Show HN: I built a zero-tracking news hub to escape doom scrolling at (AGE 17y)
Show HN: I built a zero-tracking news hub to escape doom scrolling at (AGE 17y) Show HN: I built a zero-tracking news hub to escape doom scrolling at (AGE 17y)

https://simplifiednewshub.netlify.app/ Comments URL: https://news.ycombinator.com/item?id=47958722

Points: 2

# Comments: 0

5 часов назад @ news.ycombinator.com
Show HN: Task Manager for AI Agents (MCP, Opensource)
Show HN: Task Manager for AI Agents (MCP, Opensource) Show HN: Task Manager for AI Agents (MCP, Opensource)

AgentRQ ── Agent-Human Collaboration PlatformWatch on YouTube in HDAgentRQ is a modern, high-performance platform designed for seamless collaboration between human operators and AI agents.

It leverages the Model Context Protocol (MCP) to allow AI models (like Claude) to interact directly with your workspace's task management system.

CoreMCP (Supervisor) : A global MCP server that allows agents to manage all workspaces, tasks, and statistics across the entire platform.

: A global MCP server that allows agents to manage all workspaces, tasks, and statistics across the entire platform.

: List tasks within a specific workspace.

6 часов назад @ github.com
Show HN: Vela Coach – an open-source coach that reads your Granola transcripts
Show HN: Vela Coach – an open-source coach that reads your Granola transcripts Show HN: Vela Coach – an open-source coach that reads your Granola transcripts

The kind of thing a $500/hour coach would write after binging 90 days of your calendar.

Live: coach.vela.partners · License: MIT · Status: alphaWhat it doesSign in with Granola — OAuth 2.0 + PKCE, no API keys to copy.

Bring your own AI — pick OpenAI, Anthropic, or Google Gemini and paste your own API key once.

How it stays privateTokens, your AI provider key, founder profile, and readings live in your browser's localStorage.

The repo's open-source OAuth client is pre-registered for localhost:4070 .

7 часов назад @ github.com
Show HN: Lssh – Terminal-native remote access suite for SSH and cloud targets
Show HN: Lssh – Terminal-native remote access suite for SSH and cloud targets Show HN: Lssh – Terminal-native remote access suite for SSH and cloud targets

lsshls + ssh = lsshlssh is a terminal-native remote access suite for SSH workflows, cloud inventories, and provider-backed connectors.

Just run:lsshWant to generate an lssh config from your existing SSH config?

How the lssh suite is differentlssh combines host selection, interactive SSH, parallel command execution, forwarding, and connector/provider-backed targets.

lsshell focuses on parallel interactive shell workflows instead of just launching many terminals.

focuses on parallel interactive shell workflows instead of just launching many terminals.

8 часов назад @ github.com
Show HN: I built a zero-tracking news hub to escape doomscrolling at (AGE 17y)
Show HN: I built a zero-tracking news hub to escape doomscrolling at (AGE 17y) Show HN: I built a zero-tracking news hub to escape doomscrolling at (AGE 17y)

https://simplifiednewshub.netlify.app/ Comments URL: https://news.ycombinator.com/item?id=47957408

Points: 1

# Comments: 0

9 часов назад @ news.ycombinator.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 22 часа назад
A cleaner way to build file upload features
A cleaner way to build file upload features A cleaner way to build file upload features

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

22 часа назад @ rss.app
Building a $15M+ ARR SaaS from a gap he found at his brick-and-mortar
Building a $15M+ ARR SaaS from a gap he found at his brick-and-mortar Building a $15M+ ARR SaaS from a gap he found at his brick-and-mortar

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 назад @ rss.app
Looking for a sales partner
Looking for a sales partner Looking for a sales partner

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
Google's Data Safety labels are basically useless. So I built something that actually checks.
Google's Data Safety labels are basically useless. So I built something that actually checks. Google's Data Safety labels are basically useless. So I built something that actually checks.

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
Building a $1.7M/yr tech-enabled consultancy by productizing a repeatable 2-week service
Building a $1.7M/yr tech-enabled consultancy by productizing a repeatable 2-week service Building a $1.7M/yr tech-enabled consultancy by productizing a repeatable 2-week service

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
Day 3 of marketing with zero audience. Here's what's actually working (and what isn't).
Day 3 of marketing with zero audience. Here's what's actually working (and what isn't). Day 3 of marketing with zero audience. Here's what's actually working (and what isn'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, 21 hours назад @ rss.app
Hiring: Technical Co-Founder for NOVAInetwork
Hiring: Technical Co-Founder for NOVAInetwork Hiring: Technical Co-Founder for NOVAInetwork

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, 23 hours назад @ rss.app
I Tried Studying With AI and Found My Weak Spots
I Tried Studying With AI and Found My Weak Spots I Tried Studying With AI and Found My Weak Spots

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

2 days, 5 hours назад @ rss.app
Cloud vs Cybersecurity Certifications | 2026 Path Makes More Sense
Cloud vs Cybersecurity Certifications | 2026 Path Makes More Sense Cloud vs Cybersecurity Certifications | 2026 Path Makes More Sense

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, 6 hours назад @ rss.app
We built a browser automation AI agent. Here's what we learned about distribution that nobody talks about.
We built a browser automation AI agent. Here's what we learned about distribution that nobody talks about. We built a browser automation AI agent. Here's what we learned about distribution that nobody talks about.

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, 9 hours назад @ rss.app
Building a Job Tracker SaaS
Building a Job Tracker SaaS Building a Job Tracker SaaS

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, 10 hours назад @ rss.app
I built a business idea validator. Now I'm scared mine is the bad idea.
I built a business idea validator. Now I'm scared mine is the bad idea. I built a business idea validator. Now I'm scared mine is the bad idea.

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, 18 hours назад @ rss.app
What worked and what didn't — Sunday PH launch with zero email list (0 votes, not featured)
What worked and what didn't — Sunday PH launch with zero email list (0 votes, not featured) What worked and what didn't — Sunday PH launch with zero email list (0 votes, not featured)

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, 19 hours назад @ rss.app
AI nutrition tracker builders: what actually converts users?
AI nutrition tracker builders: what actually converts users? AI nutrition tracker builders: what actually converts 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, 22 hours назад @ rss.app
Code is Cheap, but Scaling AI MVPs is Hard. Let’s Fix Yours.
Code is Cheap, but Scaling AI MVPs is Hard. Let’s Fix Yours. Code is Cheap, but Scaling AI MVPs is Hard. Let’s Fix Yours.

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

4 days, 12 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 1 час назад
I built a Belgian fries shop review app while working full-time. 2 months in, 200 organic users, no marketing budget yet.
I built a Belgian fries shop review app while working full-time. 2 months in, 200 organic users, no marketing budget yet.

Hey everyone, sharing what I've been building because I'd love feedback from this community. Two months ago I asked my housemates "anyone got an app idea?" One of them said "an app to rate fries shops". I started building that night. The premise: in Belgium we have around 4500 fries shops and they're a serious part of culture. But existing review platforms (Google, TripAdvisor) give you 4 stars and 3 generic words. That tells you nothing about whether the actual fries were any good. So I built "Friturisme". You check in at a fries shop, select what you ordered, and rate separately on multiple categories: fries, burger, snacks, sauces, service, price-quality, and an "authenticity" score. Cat…

1 час назад @ reddit.com
I need advice from succesfull SaaS founders
I need advice from succesfull SaaS founders

Hey, so a few days ago I built and published my own saas (AI contract reviewer) and I dont know how should I market it or how to get my first client. I used product hunt and im waiting but idk if it will do anything at all. I used linkedin too, I sent emails to freelancer web designers telling them about my saas but no one answered me yet. So I would like some feedback or some sort of advice on how should I market it. In other subreddits I got told that building a saas that involves legal documentation its a bad idea, but i dont want to surrender yet. Thanks in advance! If you want the link for it tell me, idk if im allowed to post it here. submitted by /u/Playful-Pollution-60 [link] [comme…

2 часа назад @ reddit.com
Sharing a project I’ve been working on AppMint – would love feedback
Sharing a project I’ve been working on AppMint – would love feedback

I’ve been working on an Android project called AppMint, and I wanted to share what I’ve built so far and get honest feedback from the community. What problem I was trying to solve Many people have websites, offline HTML projects, or even AI‑generated game/app source code, but struggle to turn them into a usable Android app—especially without restrictions or expensive tools. What AppMint currently does Converts websites or offline HTML into an Android app Converts AI‑generated uncompiled source code (ZIP) into Android apps Supports Android phones, tablets, and Android TV Allows users to add their own ads Completely free with no product restrictions Typical workflow Use any AI tool to generat…

2 часа назад @ reddit.com
I’m thinking of building a graveyard for failed AI-era side projects. Useful or just startup voyeurism?
I’m thinking of building a graveyard for failed AI-era side projects. Useful or just startup voyeurism?

I’ve been reading startup failure databases lately, and most of them are about VC-backed companies that raised millions and died. Interesting, but as a solo builder, I often find those stories too far away from my reality. I’m considering curating a database/newsletter of small product autopsies from the AI era. Not unicorn failures. Not “we raised $50M and hired too fast.” More like: - focus on very small teams - anywhere from $0 to <$100k/mo revenue range - real distribution attempts - what worked - what didn’t - why it stalled - what the founder would do differently - whether the idea is worth reviving My concern: maybe this is just fun to browse, but not actually useful. What would make…

2 часа назад @ reddit.com
I built Beyz, a desktop assistant for live interviews, coding rounds, and meetings
I built Beyz, a desktop assistant for live interviews, coding rounds, and meetings

Hey everyone, I’m sharing bezy.ai, a Mac and Windows desktop app for people who want AI support while a conversation is actually happening. Most tools I tried fell into two buckets: mock practice before the call, or notes after the call. Beyz is built for the middle part. The app runs on desktop and works across interviews, technical rounds, and meetings. In interview mode, it can keep your role, background, company info, and talking points available while you answer. In coding mode, it focuses more on breaking down the problem, approach, edge cases, and complexity. In meeting mode, it is more about following the conversation, keeping track of what was said, and turning the session into a t…

2 часа назад @ reddit.com
I was tired of paying for AI tools to read my PDFs, so I built a simple browser-based Chat PDF (No storage, no limits)
I was tired of paying for AI tools to read my PDFs, so I built a simple browser-based Chat PDF (No storage, no limits)

I was tired of paying for AI tools to read my PDFs, so I built a simple browser-based Chat PDF (No storage, no limits) I kept hitting the same walls with most ""Chat with PDF"" tools—either they have a 2-page limit on the free version, they make you create an account, or they save your sensitive documents on their servers. Since I needed something more private for my own work, I built a simple ilovepdf2.com tool that runs right in your browser. Why I made it this way: Privacy First: Your PDFs stay on your local device; nothing is uploaded to a server. No Signups: You can start chatting immediately without giving away your email. Clean Interface: No ads or ""pro"" pop-ups every five seconds.…

3 часа назад @ reddit.com
Built a calculator that converts price tags into days of your life — would love feedback
Built a calculator that converts price tags into days of your life — would love feedback

Built this over the last few weeks with claude ,with no tech background: truepriceof.com You enter a price, your monthly take-home, and your monthly savings. It tells you: - How many **days of your working life** this purchase costs - How many **months of savings** it wipes out - What that money becomes in **10–20 years** if invested instead No signup. No data stored (nothing you enter gets stored anywhere). Runs entirely in your browser. Would love to know: does the output actually make you pause before buying? Or does it feel preachy? 🔗 truepriceof.com submitted by /u/Fanofoot [link] [comments]

3 часа назад @ reddit.com
I published ~800 SEO pages for a side project. After a month, Google had indexed only 120.
I published ~800 SEO pages for a side project. After a month, Google had indexed only 120.

Hey everyone, I ran into an SEO problem recently that I didn’t expect to be this annoying. Context: nights‑and‑weekends side project while working a full‑time dev job. The idea was simple. Ship a small SaaS. Use programmatic SEO pages to bring in early traffic. Nothing crazy. The setup The project generates location‑style pages for a niche problem space. Over about three weeks I published roughly 800 pages. Every page had: · unique data · internal links · a clean template · included in the XML sitemap My assumption was simple. Publish → submit sitemap → Google discovers pages. That assumption was wrong. The problem After about a month I checked Search Console. Total pages indexed: ~120. Eve…

3 часа назад @ reddit.com
I got tired of opening 10 tabs to compare products, so I built this
I got tired of opening 10 tabs to compare products, so I built this

Every time I had to make a buying decision — phones, laptops, SaaS tools, credit cards, anything — I'd end up with 10 tabs, half-read reviews, and still no clear answer. So I built AnyCompare. Paste in any two or more products, get a clean side-by-side comparison with features, pros/cons, and a verdict. Not just tech — anything people compare. Just launched on Product Hunt today 🚀 would love feedback from this community. 👉 anycompare.app 👉 https://www.producthunt.com/products/anycompare?utm_source=other&utm_medium=social What's the last thing you had to compare before making a purchase? That's exactly who I built this for. submitted by /u/Venkat2004 [link] [comments]

3 часа назад @ reddit.com
I built a Chrome extension so my EA can log into my Stripe without ever seeing the password
I built a Chrome extension so my EA can log into my Stripe without ever seeing the password

Long time lurker here. Glad to be posting something I'm excited about! Six months ago I was texting a TOTP code to my EA every time she needed to access our Stripe account. Every. Single. Time. I looked at the options: 1Password Teams lets users see and export the password. LastPass shared folders — same problem. Cloud PCs were $40/user/month just for a login. So I built Blinkr. It's a Chrome extension that injects credentials directly into the browser. The user clicks "Log in" and gets in — they never see the username, password, or MFA code. There's a significan't amount of security to achieve this and Admin can revoke access instantly. Demo here: https://share.descript.com/view/rRUVbgvCkx…

3 часа назад @ reddit.com
What are you building today?
What are you building today?

I am currently working on NextIsOnMe a social app that turns generosity into real connections (the Host treats for the meet) Happy to see the app going up to 20% of all the features that I expect it will have when it's fully completed Lets go for a productive May buddies! Get your heads down! submitted by /u/NextIsOnMe_ [link] [comments]

4 часа назад @ reddit.com
I Built a Free Prompt Library for Engineering Leaders
I Built a Free Prompt Library for Engineering Leaders

Hey folks, I built a free, open-source prompt library on GitHub. In here you can find 81 prompts across 6 categories, each one designed around a real situation that comes up repeatedly in engineering leadership: writing a performance review, running an incident, drafting a roadmap, making a hiring decision, etc. ➡ shiphrahx/AI-for-engineering-leaders: Practical AI playbooks for engineering leaders to improve delivery, decision-making, and team productivity with real workflows, prompts, and systems. If that ends up being useful for you, give it a star 🫶. If you have prompts that should be in here, open a PR. The whole point is for this to grow into something genuinely comprehensive and colla…

4 часа назад @ reddit.com
I launched my FREE F1 Management game on here 1 month ago. Here's the latest..
I launched my FREE F1 Management game on here 1 month ago. Here's the latest..

Hi all 4 weeks ago I posted my free F1 manager game on here, and got a lot of great feedback! Since then I have updated the game every day, that's over 32 days of updates, specifically including the requests from this community and those on r/f1dynasty For those that don't know, I was inspired by dumbmatter and his r/BasketballGM (BBGM) game, which I have played for 8+ years. I have tried my best to honour a F1 game while keeping it somewhat simple. It's not for diehard purists, but for those who want to have a bit of fun and to pass some time while at work, or "watching" something on TV (hopefully F1 soon!) https://f1dynasty.com/ is the link Thanks to this community the game now has: Creat…

4 часа назад @ reddit.com
I spent quite a long time building the metronome app I wanted as a guitarist
I spent quite a long time building the metronome app I wanted as a guitarist

I'm a guitarist and developer, and I've been slowly building a music practice app that started as a personal frustration project: Real Drum Metronome. Link: https://www.realdrummetronome.com The original itch was simple: most online metronomes are useful, but they feel dead. You set BPM, hear a click, and that is basically the whole experience. I wanted something I would actually enjoy keeping open while practicing guitar, and over time it turned into a bigger practice tool. What it does now: - drum-groove metronome instead of only a click - Band Session mode, so multiple musicians can join from their phones and follow the same pulse - custom preset editor for songs, warmups, and drills - p…

4 часа назад @ reddit.com
OpenSource SBOM Factory for Python projects [GitHub Action]
OpenSource SBOM Factory for Python projects [GitHub Action]

OSSentinel Vigil is a Python toolkit for software supply chain compliance — license conflict detection, SBOM generation, policy enforcement, and dependency health scoring (soon). Built for developers. Why did I do it? EU Cyber Resilience Act mandates SBOMs for software sold in Europe US EO 14028 requires supply chain transparency for federal software Existing tools are fragmented, hard to configure, and don't talk to each other Link for the core: https://github.com/jokerz5575/vigil Link for the GitHub action: https://github.com/jokerz5575/vigil-action I am eager to get feedback and input! Please let me know! submitted by /u/immagodig [link] [comments]

4 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 6 часов назад
Motorola Razr Fold
Motorola Razr Fold

A foldable phone built for pen-first productivity Discussion | Link

6 часов назад @ producthunt.com
SuperMind
SuperMind

Business that Runs Itself Discussion | Link

6 часов назад @ producthunt.com
Docky
Docky

Pin, group, and remove apps easily from your dock Discussion | Link

8 часов назад @ producthunt.com
AstroGrid
AstroGrid

Explore the entire universe in your browser, in real 3D Discussion | Link

8 часов назад @ producthunt.com
Basedash Dashboard Agent
Basedash Dashboard Agent

Describe a dashboard. Get a dashboard. Discussion | Link

8 часов назад @ producthunt.com
File Generation in Gemini
File Generation in Gemini

Generate production-ready files directly in your chat Discussion | Link

9 часов назад @ producthunt.com
Miaw AI secretary
Miaw AI secretary

Non-invasive AI secretary to help without context switching Discussion | Link

9 часов назад @ producthunt.com
MailToDock
MailToDock

Turn Gmail into Google Tasks with AI-powered Discussion | Link

9 часов назад @ producthunt.com
KushoAI for Playwright
KushoAI for Playwright

Open-source Terminal UI, just record & get exhaustive tests Discussion | Link

16 часов назад @ producthunt.com
Spec27 Early Access
Spec27 Early Access

Spec-driven testing for AI agents and AI apps Discussion | Link

17 часов назад @ producthunt.com
Voice Agent API
Voice Agent API

One API to build production-ready voice agents Discussion | Link

18 часов назад @ producthunt.com
Crin AI
Crin AI

Learn about AI & watch text become tokens in a node graph Discussion | Link

19 часов назад @ producthunt.com
Mistral Medium 3.5
Mistral Medium 3.5

A 128B model for coding, reasoning, and long tasks Discussion | Link

19 часов назад @ producthunt.com
ElevenMusic
ElevenMusic

AI-assisted music creation with built-in discovery, royalty Discussion | Link

21 час назад @ producthunt.com
Invite Only
Invite Only

The event invite that actually gets people to show up Discussion | Link

1 day, 1 hour назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 6 months назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

6 months назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

6 months назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

6 months назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 1 week назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

6 months, 1 week назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 1 week назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 15 часов назад
Africatown Heritage House in Mobile, Alabama
Africatown Heritage House in Mobile, Alabama Africatown Heritage House in Mobile, Alabama

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.

15 часов назад @ atlasobscura.com
Rewind Wind Turbine Blade Benches in Rotterdam, Netherlands
Rewind Wind Turbine Blade Benches in Rotterdam, Netherlands Rewind Wind Turbine Blade Benches in Rotterdam, 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.

17 часов назад @ atlasobscura.com
Hufeisensiedlung in Berlin, Germany
Hufeisensiedlung in Berlin, Germany Hufeisensiedlung 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.

19 часов назад @ atlasobscura.com
Ancien Barrage Hastière in Hastière, Belgium
Ancien Barrage Hastière in Hastière, Belgium Ancien Barrage Hastière in Hastière, Belgium

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.

21 час назад @ atlasobscura.com
FAME Studios in Muscle Shoals, Alabama
FAME Studios in Muscle Shoals, Alabama FAME Studios in Muscle Shoals, Alabama

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, 15 hours назад @ atlasobscura.com
Seimei Shrine in Kyoto, Japan
Seimei Shrine in Kyoto, Japan Seimei Shrine in Kyoto, Japan

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, 15 hours назад @ atlasobscura.com
Cars of Socialism Museum in Peshtera, Bulgaria
Cars of Socialism Museum in Peshtera, Bulgaria Cars of Socialism Museum in Peshtera, Bulgaria

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, 17 hours назад @ atlasobscura.com
Route 66: The Mother Road
Route 66: The Mother Road

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, 19 hours назад @ atlasobscura.com
The Sculpture Garden of the Museo Sa Bassa Blanca in Alcúdia, Spain
The Sculpture Garden of the Museo Sa Bassa Blanca in Alcúdia, Spain The Sculpture Garden of the Museo Sa Bassa Blanca in Alcúdia, 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.

1 day, 19 hours назад @ atlasobscura.com
Autophoto in New York, New York
Autophoto in New York, New York Autophoto in New York, 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.

1 day, 21 hours назад @ atlasobscura.com
The Daniel Bean Statue in Brownfield, Maine
The Daniel Bean Statue in Brownfield, Maine The Daniel Bean Statue in Brownfield, Maine

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

The action you just performed triggered the security solution.

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

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

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

2 days, 15 hours назад @ atlasobscura.com
Club Med Ruins in Governor's Harbour, The Bahamas
Club Med Ruins in Governor's Harbour, The Bahamas Club Med Ruins in Governor's Harbour, The Bahamas

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

The action you just performed triggered the security solution.

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

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

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

2 days, 19 hours назад @ atlasobscura.com
Fremont Tree in Felton, California
Fremont Tree in Felton, California Fremont Tree in Felton, 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.

2 days, 21 hours назад @ atlasobscura.com
Elephant Tree in Potsdam, Germany
Elephant Tree in Potsdam, Germany Elephant Tree in Potsdam, 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.

5 days, 21 hours назад @ atlasobscura.com
The Rose of Turaida in Sigulda, Latvia
The Rose of Turaida in Sigulda, Latvia The Rose of Turaida in Sigulda, Latvia

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.

6 days, 15 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 1 час назад
Cambridge-based Arm spin-out Kigen secures €11.5 million to scale eSIM cybersecurity
Cambridge-based Arm spin-out Kigen secures €11.5 million to scale eSIM cybersecurity

Kigen, a Cambridge-based startup specialising in eSIM and Remote SIM Provisioning (RSP) security technologies, has secured €11.5 million (£10 million) in funding from Salica Investments, a UK-based investment firm. The growth debt investment will support Kigen’s next phase of growth across the UK, EU, and US. “This investment allows us to accelerate our next phase […]

The post Cambridge-based Arm spin-out Kigen secures €11.5 million to scale eSIM cybersecurity appeared first on EU-Startups.

1 час назад @ eu-startups.com
Dutch quantum startup Groove Quantum raises €16 million to advance scalable chip manufacturing
Dutch quantum startup Groove Quantum raises €16 million to advance scalable chip manufacturing

Groove Quantum, a Delft-based quantum computing startup developing scalable germanium spin-qubit processors, has raised €16 million in combined funding and unveiled an 18-qubit semiconductor spin-qubit processor, which the company says is the largest of its kind ever built. The round includes €10 million in equity co-led by Innovation Industries and 55 North, with participation from […]

The post Dutch quantum startup Groove Quantum raises €16 million to advance scalable chip manufacturing appeared first on EU-Startups.

1 час назад @ eu-startups.com
Rocsys raises €11.1 million and unveils world’s first multi-bay hands-free charging solution for robotaxi fleets
Rocsys raises €11.1 million and unveils world’s first multi-bay hands-free charging solution for robotaxi fleets

Rocsys, a Rijswijk-based startup specialising in hands-free depot solutions for autonomous electric vehicles, has announced the Rocsys M1, the world’s first hands-free charging solution capable of serving multiple bays in robotaxi operations. The company has also announced a €11.1 million ($13 million) Series A extension led by Capricorn Partners, with participation from Scania Invest, Forward.One, […]

The post Rocsys raises €11.1 million and unveils world’s first multi-bay hands-free charging solution for robotaxi fleets appeared first on EU-Startups.

3 часа назад @ eu-startups.com
Swedish legal AI startup Legora raises €42 million extension to Series D – bringing total to over €500 million
Swedish legal AI startup Legora raises €42 million extension to Series D – bringing total to over €500 million

Stockholm’s Legora today announced a €42 million ($50 million) extension of its previously announced Series D financing, bringing the total round to €513 million ($600 million) in equity and valuing the company at €4.7 billion ($5.6 billion) post-money. The extension adds Atlassian and NVentures (NVIDIA’s venture capital arm) as corporate investors, alongside new financial investors, […]

The post Swedish legal AI startup Legora raises €42 million extension to Series D – bringing total to over €500 million appeared first on EU-Startups.

4 часа назад @ eu-startups.com
Swiss semiconductor startup Mosaic SoC raises €3.2 million to bring spatial intelligence to low-power devices
Swiss semiconductor startup Mosaic SoC raises €3.2 million to bring spatial intelligence to low-power devices

Mosaic SoC, a Swiss semiconductor startup building dedicated perception chips that bring spatial intelligence to energy-constrained devices, has announced a €3.2 million ($3.8 million) pre-Seed round. The round was led by Founderful with participation from Kick Foundation. Last year, the company secured €162.4k (CHF 150k) from Venture Kick. “Spatial intelligence shouldn’t require an application-class processor […]

The post Swiss semiconductor startup Mosaic SoC raises €3.2 million to bring spatial intelligence to low-power devices appeared first on EU-Startups.

5 часов назад @ eu-startups.com
Earlybird VC closes €360 million Fund VIII, its largest yet, as it implements perpetual active ownership model
Earlybird VC closes €360 million Fund VIII, its largest yet, as it implements perpetual active ownership model

Berlin-based VC firm Earlybird VC has closed its eighth early-stage tech fund at €360 million. This marks the pan-European VC firm’s largest raise to date, as it maintains a steady fund cadence across market cycles. The firm asserts that it has consistently raised a new fund every three to four years, without fail, across both […]

The post Earlybird VC closes €360 million Fund VIII, its largest yet, as it implements perpetual active ownership model appeared first on EU-Startups.

6 часов назад @ eu-startups.com
Gifting marketplace Flowwow rebrands to Udora, separating from Russian business and raising €8.5 million for European growth
Gifting marketplace Flowwow rebrands to Udora, separating from Russian business and raising €8.5 million for European growth

Udora, a global gifting marketplace formerly known as Flowwow, has closed a €8.5 million ($10 million) private investment round and relaunched under their new brand to investe in a deeper local presence across Europe, expanding its product catalogue, and advancing AI-powered personalisation. According to a representative of the company, the rebranding is part of a […]

The post Gifting marketplace Flowwow rebrands to Udora, separating from Russian business and raising €8.5 million for European growth appeared first on EU-Startups.

21 час назад @ eu-startups.com
British biomaterials developer Ponda seeks fresh backing to scale plant-based insulation for fashion
British biomaterials developer Ponda seeks fresh backing to scale plant-based insulation for fashion

Bristol-based Ponda, a biomaterials company bringing plant-based insulation to fashion, has launched a new crowdfunding campaign on the platform Republic in order to scale their BioPuff product – made from wetland-grown bulrush. The company announced a €2 million Seed round in November, as covered by EU-Startups, and are aiming to raise at least €230k (£200k), with […]

The post British biomaterials developer Ponda seeks fresh backing to scale plant-based insulation for fashion appeared first on EU-Startups.

22 часа назад @ eu-startups.com
Leipzig’s Primogene raises €4.1 million to scale enzymatic biomanufacturing of complex bioactive molecules
Leipzig’s Primogene raises €4.1 million to scale enzymatic biomanufacturing of complex bioactive molecules

Primogene, a Leipzig-based BioTech startup enabling the sustainable and scalable manufacturing of complex, high-value molecules, has secured €4.1 million in Seed funding to expand its IP portfolio, strategic partnerships, and production capacities. The round was led by High-Tech Gründerfonds (HTGF) with additional investors including Technologiegründerfonds Sachsen (TGFS), better ventures, Sächsische Beteiligungsgesellschaft (SBG), Golzern Holding GmbH, […]

The post Leipzig’s Primogene raises €4.1 million to scale enzymatic biomanufacturing of complex bioactive molecules appeared first on EU-Startups.

1 day, 1 hour назад @ eu-startups.com
Germany’s mbiomics brings Series A to €30 million to scale microbiome therapeutics for chronic diseases
Germany’s mbiomics brings Series A to €30 million to scale microbiome therapeutics for chronic diseases

mbiomics, a Bavaria-based BioTech startup advancing scalable microbiome-based therapeutics for severe and chronic diseases, has announced the third closing of its Series A round at €12 million, bringing the total round size to €30 million. The round includes participation from existing investors, including MIG Fonds and Bayern Kapital. According to the company, this financing marks […]

The post Germany’s mbiomics brings Series A to €30 million to scale microbiome therapeutics for chronic diseases appeared first on EU-Startups.

1 day, 2 hours назад @ eu-startups.com
Practical info and special tips for the EU-Startups Summit 2026 in Malta – look inside!
Practical info and special tips for the EU-Startups Summit 2026 in Malta – look inside!

It’s almost time! The EU-Startups Summit 2026 is just days away, and we want to make sure you’re fully prepared to enjoy everything that sunny Malta (and the Summit!) has to offer. From exclusive discounts to insider tips and information, this guide brings together all the key details you’ll need to navigate the event smoothly. […]

The post Practical info and special tips for the EU-Startups Summit 2026 in Malta – look inside! appeared first on EU-Startups.

1 day, 3 hours назад @ eu-startups.com
As Europe pushes for AI sovereignty, Germany’s SPREAD raises €25 million to scale industrial AI
As Europe pushes for AI sovereignty, Germany’s SPREAD raises €25 million to scale industrial AI

SPREAD AI, a Berlin-based Engineering Intelligence Platform innovating how complex products are developed and operated, today announced it has raised €25 million ($30 million) in Series B funding to expand across Europe and the U.S., scale within the Salesforce ecosystem, and strengthen its presence in aerospace, defense, and heavy machinery sectors. The round was backed […]

The post As Europe pushes for AI sovereignty, Germany’s SPREAD raises €25 million to scale industrial AI appeared first on EU-Startups.

1 day, 3 hours назад @ eu-startups.com
Former Thiel Capital investor launches Off Piste Capital as Solo GP with €25 million early-stage fund
Former Thiel Capital investor launches Off Piste Capital as Solo GP with €25 million early-stage fund

Max Samuel, the former Thiel Capital investor and SNÖ Ventures General Partner, has launched Off Piste Capital, a new Solo GP venture firm, and held the first close of Off Piste Fund I, with a target of €25 million ($30 million). Off Piste Fund I is an early-stage venture fund investing in companies building the […]

The post Former Thiel Capital investor launches Off Piste Capital as Solo GP with €25 million early-stage fund appeared first on EU-Startups.

1 day, 4 hours назад @ eu-startups.com
Malta’s startup residency: A pathway for founders expanding into Europe (Sponsored)
Malta’s startup residency: A pathway for founders expanding into Europe (Sponsored)

If you’re already deep in the startup ecosystem, you know the playbook. These are familiar battlegrounds: product-market fit, scaling teams, refining go-to-market strategies. But when it comes to expanding into new markets, particularly the EU, the real friction often lies elsewhere: access, structure, and the right operating base. Malta is increasingly positioning itself as the […]

The post Malta’s startup residency: A pathway for founders expanding into Europe (Sponsored) appeared first on EU-Startups.

1 day, 4 hours назад @ eu-startups.com
Female-founded French startup Cleo Labs raises €1.5 million to automate international product compliance
Female-founded French startup Cleo Labs raises €1.5 million to automate international product compliance

Cleo Labs, a Paris-based RegTech startup specialising in product regulatory compliance, has today announced a €1.5 million funding round to accelerate the development of its AI-powered platform for international product compliance. The round was led by Larry Berger, alongside Kima Ventures and Financière Saint-James, as well as several tech ecosystem figures, including Boris Paillard (Le […]

The post Female-founded French startup Cleo Labs raises €1.5 million to automate international product compliance appeared first on EU-Startups.

1 day, 6 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 1 час назад
Invest Europe: PE- and VC-backed firms grow jobs 4%, 4x faster than Europe in 2024
Invest Europe: PE- and VC-backed firms grow jobs 4%, 4x faster than Europe in 2024 Invest Europe: PE- and VC-backed firms grow jobs 4%, 4x faster than Europe in 2024

Invest Europe has published the seventh edition of its Private Equity at Work report, highlighting continued job creation by private equity (PE) and venture capital (VC)-backed companies across Europe.

The report shows that PE- and VC-backed businesses increased employment by 4 per cent in 2024, marking the seventh consecutive year of net job growth and outperforming overall European employment trends.

Key industries such as ICT, Energy & Environment, and Financial & Insurance Activities all recorded job growth above the 4 per cent industry average.

Eric de Montgolfier, CEO of Invest Europe, said:When we first published Private Equity at Work, our aim was to show that private equity and ven…

1 час назад @ tech.eu
Mosaic SoC raises $3.8M pre-seed to build low-power perception chips for spatial computing
Mosaic SoC raises $3.8M pre-seed to build low-power perception chips for spatial computing Mosaic SoC raises $3.8M pre-seed to build low-power perception chips for spatial computing

Mosaic SoC, which builds dedicated perception chips that bring spatial intelligence to energy-constrained devices, has raised a $3.8 million Pre-Seed round led by Founderful with participation from Kick Foundation.

Mosaic SoC takes a different approach: a dedicated perception chip that provides a baseline layer of spatial intelligence, with a full application layer that ODMs can integrate and build on.

“Spatial intelligence shouldn’t require an application-class processor and a GPU,” said Alfio Di Mauro, CEO and co-founder of Mosaic SoC.

In smartphones, Mosaic SoC can act as a co-processor for the front camera, running always-on tracking and classification at a fraction of the power.

In its…

2 часа назад @ tech.eu
SPRIND launches €125M Next Frontier AI challenge to back new AI paradigms in Europe
SPRIND launches €125M Next Frontier AI challenge to back new AI paradigms in Europe SPRIND launches €125M Next Frontier AI challenge to back new AI paradigms in Europe

SPRIND has launched the Next Frontier AI challenge, inviting up to ten teams from across Europe to develop new approaches that expand current paradigms in artificial intelligence.

The selected teams will receive seed funding from SPRIND totalling €125 million.

"Europe produces top AI talent, but has so far failed to translate technological expertise into world-leading AI companies.

The 'Next Frontier AI' Challenge aims to create an environment in which technological expertise, entrepreneurial excellence and funding combine to ensure the next generation of leading AI companies comes from Europe," explains Jano Costard, Head of Challenges at SPRIND.

The new SPRIND Challenge aims to catalyse t…

2 часа назад @ tech.eu
Legora extends Series D to $600M with backing from Atlassian and NVentures, reaching $5.6B valuation
Legora extends Series D to $600M with backing from Atlassian and NVentures, reaching $5.6B valuation Legora extends Series D to $600M with backing from Atlassian and NVentures, reaching $5.6B valuation

The extension adds Atlassian and NVentures (NVIDIA’s venture capital arm) as corporate investors, alongside new financial investors, including Airtree, Barclays, Geodesic, Insight, Liberty Global and Nikesh Arora.

Legora recently surpassed $100 million in annual recurring revenue – placing it among the fastest-growing enterprise software companies in history.

It now serves tens of thousands of legal professionals at major corporate legal departments, such as Barclays, as well as leading global firms, such as White & Case, HSFK, and Linklaters.

For legal teams, this means moving beyond isolated use cases to integrated systems that combine firm data, jurisdictional knowledge, and intelligent …

2 часа назад @ tech.eu
Spiral Hydrogen raises €3.4M to build green hydrogen pilot in Rotterdam
Spiral Hydrogen raises €3.4M to build green hydrogen pilot in Rotterdam Spiral Hydrogen raises €3.4M to build green hydrogen pilot in Rotterdam

Estonian-Dutch deeptech startup Spiral Hydrogen has raised €2.7 million in pre-seed funding to advance its bubble-free electrolysis technology, with backing from byFounders, Norrsken Evolve, and Superangel, alongside €0.7 million in grants.

Spiral Hydrogen is developing a rotating, bubble-free electrolyser designed to improve the efficiency of green hydrogen production.

Its approach removes this constraint by routing gases through a porous electrode into a dedicated channel, enabling efficiency levels above 90 per cent and lowering the cost of hydrogen production.

Our technology solves one of the industry’s most persistent challenges - gas bubbles - and enables efficiency levels that could …

3 часа назад @ tech.eu
Software: 10 companies that raised the most in 2025
Software: 10 companies that raised the most in 2025 Software: 10 companies that raised the most in 2025

In 2025, Europe’s software ecosystem raised €8.1 billion and grew more focused, selective, and AI-driven.

While overall funding remained below peak levels, capital concentrated around a smaller number of scale-stage companies, with large rounds going to players like Bending Spoons, Your.World, and Brevo.

Beneath the headline rounds, early-stage funding stayed resilient, particularly for vertical software targeting regulated and operationally complex industries.

Overall, 2025 marked a transition to a more mature European software market, defined by disciplined investment at the top and a broad base of AI-native innovation underneath (for more detailed analyses of the European technology ecos…

3 часа назад @ tech.eu
Rocsys launches first multi-bay hands-free robotaxi charger, raises a $13M Series A extension
Rocsys launches first multi-bay hands-free robotaxi charger, raises a $13M Series A extension Rocsys launches first multi-bay hands-free robotaxi charger, raises a $13M Series A extension

Hands-free EV charging company Rocsys has introduced the Rocsys M1, a hands-free charging solution designed specifically for robotaxi depot operations.

As part of a broader autonomous depot platform, the M1 is currently in pilot deployment, with large-scale rollout planned for 2027.

The global robotaxi market is projected to reach $45.7 billion by 2030, increasing fleet utilisation and placing growing pressure on depot infrastructure.

Technically, the Rocsys M1 features a modular, multi-bay architecture capable of serving up to 10 charging bays with a single system.

As part of the broader Rocsys platform, the M1 integrates hardware, software and services into a connected ecosystem.

4 часа назад @ tech.eu
Online Oceans raises £4M to scale autonomous fleets for maritime security
Online Oceans raises £4M to scale autonomous fleets for maritime security Online Oceans raises £4M to scale autonomous fleets for maritime security

UK-based maritime defence startup Online Oceans has raised £4 million in funding to scale its autonomous surface vessels and fleet software platform.

Founded in 2025 by George Morton and Alistair Douglas, Online Oceans is developing autonomous systems designed to enable persistent maritime coverage.

Its platform supports dense, continuously connected fleets, offering an alternative to traditional approaches that rely on costly crewed vessels or limited autonomous deployments.

Commenting on the need for more cost-effective maritime monitoring, George Morton, founder and CEO of Online Oceans, said:We built Online Oceans to provide a more practical and scalable way for governments and operator…

4 часа назад @ tech.eu
ManaMind secures $1.5M to develop autonomous testing for gaming
ManaMind secures $1.5M to develop autonomous testing for gaming ManaMind secures $1.5M to develop autonomous testing for gaming

London-based ManaMind has raised $1.5 million in a pre-seed funding round to advance its AI-driven game testing platform.

Founded by Emil Kostadinov and Sabtain Ahmad, ManaMind is developing autonomous AI agents designed to replace repetitive manual quality assurance (QA) processes in game development.

By running testing in parallel with development, the platform aims to support faster release cycles and improve overall software quality.

Gaming is our launchpad, but our vision is to build the autonomous testing layer for all software and, ultimately, robotics.

While gaming is its initial focus, ManaMind aims to extend its autonomous testing approach to broader software and robotics applicat…

5 часов назад @ tech.eu
Earlybird closes €360M Fund VIII, doubling down on deeptech and long-term ownership
Earlybird closes €360M Fund VIII, doubling down on deeptech and long-term ownership Earlybird closes €360M Fund VIII, doubling down on deeptech and long-term ownership

Early bets from Fund VIIIThe first deployments from Fund VIII reflect Earlybird’s focus on AI infrastructure, vertical applications, and foundational technologies emerging across Europe.

From the new fund, Earlybird has already backed promising companies such as Black Forest Labs, SpAItial AI, Sintra, Arago, Porters, and Rivia.

Many of the Earlybird partners come from technical backgrounds in areas like aerospace and industrial engineering, which shapes how they see opportunities.

Before joining Earlybird, Retterath worked as a process automation engineer at ThyssenKrupp and as a management consultant with GE North America.

At a time when several European VC firms are exploring partial exit…

7 часов назад @ tech.eu
Featherless.ai secures $20M to expand serverless platform for open-source AI
Featherless.ai secures $20M to expand serverless platform for open-source AI Featherless.ai secures $20M to expand serverless platform for open-source AI

Featherless.ai, a platform for running open-source AI, has secured $20 million in Series A funding to give enterprises a new path to AI independence.

The round was co-led by AMD Ventures and Airbus Ventures, with participation from BMW i Ventures, Kickstart Ventures, Panache Ventures, and Wavemaker Ventures.

Its goal is to make all AI models available for serverless inference.

Through a strategic collaboration with AMD, Featherless.ai ensures that the world’s most popular open-source models run natively on AMD ROCm.

By providing a strong foundation for open-source AI, it helps expand access and supports a more competitive and diverse ecosystem.

8 часов назад @ tech.eu
Cleo Labs secures €1.5M to scale AI-driven product compliance globally
Cleo Labs secures €1.5M to scale AI-driven product compliance globally Cleo Labs secures €1.5M to scale AI-driven product compliance globally

Cleo Labs, a Paris-based company specialising in product regulatory compliance, has raised €1.5 million in a funding round to accelerate the development of its AI-powered platform for international compliance.

The company operates in a growing regtech market, where businesses face increasing complexity in navigating fragmented and evolving regulatory requirements across different countries.

Founded by Naomie Halioua and Anaelle Guez, who bring together expertise in both technology and legal compliance, Cleo Labs has developed an AI platform designed to automate regulatory compliance for companies selling physical products internationally.

Our ambition is to transform regulatory compliance -…

1 day, 1 hour назад @ tech.eu
Dex lands $5.3M to grow its AI-driven talent matching platform
Dex lands $5.3M to grow its AI-driven talent matching platform Dex lands $5.3M to grow its AI-driven talent matching platform

The round follows a pre-seed round raised in 2025, bringing the company’s total funding to $8.4 million.

Dex focuses on connecting software engineers with relevant job opportunities through an AI-driven approach.

Its product operates as an AI “talent agent”, engaging users in detailed conversations to understand their experience, motivations, and career goals.

When a strong mutual fit is identified, the platform facilitates direct introductions between candidates and hiring managers.

Dex positions itself as an alternative, aiming to improve how talent and opportunities are matched through AI.

1 day, 3 hours назад @ tech.eu
All3 raises $25M to boost construction productivity with robotics and AI
All3 raises $25M to boost construction productivity with robotics and AI All3 raises $25M to boost construction productivity with robotics and AI

The company is developing an integrated construction model that combines autonomous robotics, AI-powered design software, and robotic manufacturing.

Its system includes a legged robot for on-site assembly, alongside tools that enable the production of custom components, with the aim of improving efficiency, reducing costs, and lowering the environmental impact of construction projects.

Construction remains one of the world’s largest industries, with limited productivity gains over recent decades and continued reliance on manual labour.

The funding will be used to advance research and development in London and Belgrade and to deploy an initial fleet of robots on commercial construction proje…

1 day, 3 hours назад @ tech.eu
KOMPAS VC closes €160M Fund II for industrial tech startups
KOMPAS VC closes €160M Fund II for industrial tech startups KOMPAS VC closes €160M Fund II for industrial tech startups

KOMPAS VC, an early-stage venture capital firm focused on physical industries, has announced the €160 million final close of its second fund.

With Fund II, KOMPAS VC will continue investing in technologies aimed at improving productivity, resilience, and decarbonisation across sectors such as manufacturing, the built environment, energy, advanced materials, and logistics.

These industries are characterised by complex infrastructure and legacy systems, where transformation is both necessary and challenging.

The investor focuses on solutions that can be deployed in real-world industrial environments, including industrial AI, robotics, and cybersecurity.

With the new fund, KOMPAS VC plans to e…

1 day, 4 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 3 weeks, 3 days назад
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.

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

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

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

2 months, 1 week назад @ 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, 3 weeks назад @ 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.

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

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

6 months, 2 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.

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

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

7 months, 1 week назад @ 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 […]

7 months, 2 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, 4 weeks назад @ 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, 3 weeks назад @ techcrunch.com