Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Mercurial Dyson – a plan for the disassembly of planet Mercury
Mercurial Dyson – a plan for the disassembly of planet Mercury Mercurial Dyson – a plan for the disassembly of planet Mercury

On Mercury's surface this strongly limits industrial density, so the thermal problem is managed first by expansion, then by hotter radiators, and finally by shifting the main power-processing and heat-rejection burden off-planet.

Waste heat is negligible, transport distances are measured in metres, and surface area is effectively unlimited.

This is also the phase in which the project stops behaving like a civilization that merely occupies Mercury's surface.

Once distances between Mercury's surface and the dominant radiator structures become too large for practical piping, ballistic coolant traffic becomes attractive.

A realistic active ribbon separates reflective collection area, conversion…

1 час назад @ github.com
If you're running OpenClaw, you probably got hacked in the last week
If you're running OpenClaw, you probably got hacked in the last week

Your request has been blocked due to a network policy.

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

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

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

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

1 час назад @ old.reddit.com
I prefer OG style websites – what are yours?
I prefer OG style websites – what are yours? I prefer OG style websites – what are yours?

Whenever I discover a 'old' style website that is still actively maintained, I know I have found people who are prioritizing function over style.

I ran across this beauty today when following a link on the Wikipedia.

What OG style websites do you know about?

https://ucjeps.berkeley.edu/

3 часа назад @ news.ycombinator.com
Solar and batteries can power the world
Solar and batteries can power the world Solar and batteries can power the world

The solar costs include 50 €/kW for transformer and grid connection, but no further grid costs are included.

The CO 2 emissions limit is being used as a proxy for the overall backup fuel usage.

Once you have the optimisation result, you can add the backup costs separately.

If the fuel cost rises from 30 €/MWh to 50 €/MWh, the backup contribution rises to (11.5 + x) = 21.5 €/MWh.

Electricity demand doesn't necessarily follow population demand.

3 часа назад @ nworbmot.org
Marc Andreessen is wrong about introspection
Marc Andreessen is wrong about introspection Marc Andreessen is wrong about introspection

And he is entirely wrong about introspection.

Half of those ideas were themselves wrong; but "Freud was often wrong" is a very different argument from "people had no inner lives worth examining before 1910."

But you can't evaluate those claims without some account of human inner life, because human inner life is where the question of whether a life is going well actually gets answered.

Andreessen almost certainly has a rich inner life.

The practical consequences of an unexamined inner life at scale are not theoretical.

3 часа назад @ joanwestenberg.com
Show HN: ctx – an Agentic Development Environment (ADE)
Show HN: ctx – an Agentic Development Environment (ADE) Show HN: ctx – an Agentic Development Environment (ADE)

ctx is an Agentic Development Environment (ADE) Any coding agent.

ctx is an Agentic Development Environment (ADE) for teams using multiple coding agents.

For normal local workflows, you do not need a ctx account, and you can bring your own providers, models, and credentials.

What ctx helps you doUse Claude Code, Codex, Cursor, and other coding agents in one interface.

Let agents work with bounded autonomy instead of constant approval prompts.

4 часа назад @ ctx.rs
Big-Endian Testing with QEMU
Big-Endian Testing with QEMU Big-Endian Testing with QEMU

If we instruct a computer to store it at some memory address mem, the computer's endianness determines whether the least significant byte (0x78) or the most significant byte (0x12) gets stored at the first memory address, mem[0].

When programming, it is still important to write code that runs correctly on systems with either byte order (see for example The byte order fallacy).

But without access to a big-endian machine, how does one test it?

With its user mode emulation we can easily run a binary on an emulated big-endian system, and we can use GCC to cross-compile to that system.

We can get even more exotic, targeting IBM z/Architecture (s390x) which is also big-endian:$ sudo apt-get insta…

4 часа назад @ hanshq.net
Show HN: I built a frontpage for personal blogs
Show HN: I built a frontpage for personal blogs Show HN: I built a frontpage for personal blogs

Comments

5 часов назад @ text.blogosphere.app
Lower Price for ChatGPT Business
Lower Price for ChatGPT Business

Comments

5 часов назад @ help.openai.com
TDF ejects its core developers
TDF ejects its core developers

Trends in TDF board membershipThere are many great ways to contribute to FLOSS projects and coding is only one of them - let me underline that.

The elected board is (typically) ten people - seven full board members, and three deputies as spares if needed, here is how that looks:Another way of looking at board composition is to look at board members' affiliations over time.

The current chair of the TDF board (Eliane) who manages the Executive Director (ED) is curiously related to a staff member who is managed by the (ED) - arguably an extremely poor governance practice.

It is also worth noting that for over two years, no Collaboran or any of our partners have been on the TDF board.

the exper…

5 часов назад @ meeksfamily.uk
H.264 Streaming Fees: What Changed, Who's Affected, and What It Means
H.264 Streaming Fees: What Changed, Who's Affected, and What It Means H.264 Streaming Fees: What Changed, Who's Affected, and What It Means

H.264 Streaming Fees: What Changed, Who's Affected, and What It MeansH.264 (AVC) streaming royalties have been a solved problem for a long time.

To address these questions, we sent two sets of questions to Via and a separate set to patent licensing attorney Jim Harlan, JD/MBA.

That means streaming fees are not offset by device royalties, and a company that already hits the device cap still faces the streaming fees independently.

Companies typically evaluate both the geographic scope of the remaining patents and the operational realities of their services.

Portfolio licenses often reflect the value of the overall portfolio at a given point in time.

6 часов назад @ streamingmedia.com
United States Code (federal laws) in Git
United States Code (federal laws) in Git United States Code (federal laws) in Git

🇺🇸 United States Code as a Git RepositoryThe entire United States Code — every title, chapter, and section — stored as Markdown in a Git repository.

Each commit represents a point-in-time snapshot of federal law, with git diff revealing exactly what changed between enactments.

Understanding what changed and when has historically required navigating dense legal databases or reading legislative summaries written by someone else.

git diff congress/115..congress/116 --stat # Full text diff of Title 18 (Crimes) between 2019 and 2025 git diff annual/2019..annual/2025 -- uscode/title-18-crimes-and-criminal-procedure/ # When was a specific section last modified?

git diff annual/2013..annual/2025 --…

6 часов назад @ github.com
Bun: cgroup-aware AvailableParallelism / HardwareConcurrency on Linux
Bun: cgroup-aware AvailableParallelism / HardwareConcurrency on Linux Bun: cgroup-aware AvailableParallelism / HardwareConcurrency on Linux

Please reload this page .

Successfully merging this pull request may close these issues.

Add this suggestion to a batch that can be applied as a single commit.

Suggestions cannot be applied while the pull request is closed.

Suggestions cannot be applied while the pull request is queued to merge.

6 часов назад @ github.com
'Fatal decision': EU slammed for caving to US pressure on digital rules
'Fatal decision': EU slammed for caving to US pressure on digital rules 'Fatal decision': EU slammed for caving to US pressure on digital rules

The pushback comes after the Commission announced earlier on Wednesday that it is exploring a new EU-U.S. “dialogue” on digital rules, as Washington piles on the pressure over how Brussels enforces its laws on American tech giants.

“The European Commission must immediately clarify whether this is actually happening.

If confirmed, this is nothing short of complete capitulation to the Trump administration’s coercive tactics,” said Greens MEP Sergey Lagodinsky in a conversation with POLITICO, calling for EU-U.S. trade talks to be paused and the bloc’s anti-coercion instrument to be triggered.

Others warned the talks could weaken enforcement of landmark legislation designed to curb the power of…

6 часов назад @ politico.eu
RiskReady-open-source GRC platform with MCP gateway and human-approved mutations
RiskReady-open-source GRC platform with MCP gateway and human-approved mutations RiskReady-open-source GRC platform with MCP gateway and human-approved mutations

RiskReady Community Edition Open-source GRC platform.

254 AI tools.

What this is9 MCP servers expose 254 tools that connect Claude directly to your compliance database — risks, controls, policies, incidents, audits, evidence, ITSM, and organisation governance.

Every AI mutation is proposed, not executed.

Agent: Convenes AI Council → 6 specialists analyse in parallel → CISO synthesises → structured report with consensus, dissents, and prioritised actions Cost: $0.19 on Haiku.

7 часов назад @ github.com
Hacker News Hacker News
последний пост 1 час назад
Switzerland hosts 'CERN of semiconductor research'
Switzerland hosts 'CERN of semiconductor research' Switzerland hosts 'CERN of semiconductor research'

Switzerland hosts ‘CERN of semiconductor research’Universities use open-source technology to design chips Keystone / Laurent GillieronSwitzerland is fostering an open-source movement that frees universities and chip designers from the commercial shackles of monopolistic companies.

MoreMore Research frontiers How semiconductors are made This content was published on Making semiconductor chips for computers, machinery, transport and other devices is a costly and a lengthy process.

‘Freedom to operate’ in semiconductor researchThe Swiss federal technology institute ETH Zurich was a founding member of the association in 2015.

The centre’s semiconductor research has flourished under the RISC-V u…

7 часов назад @ swissinfo.ch
SSH certificates: the better SSH experience
SSH certificates: the better SSH experience SSH certificates: the better SSH experience

$ ssh -i demokey [email protected] Enter passphrase for key 'demokey': jane@node:~$The private SSH key still needs unlocking on use because I set a passphrase on it when creating it.

The connection fails, I then remove the offending host key from the known_hosts file using ssh-keygen , obtain the server’s host key fingerprint to re-validate TOFU, and finally accept the host key into my known_hosts again.

Offending ED25519 key in /Users/jpm/.ssh/known_hosts:649 Host key for 192.0.2.65 has changed and you have requested strict checking.

The following looks like an SSH public key file is actually an OpenSSH public certificate.

In particular I want to make sure we’re informed when server host key…

7 часов назад @ jpmens.net
Category Theory Illustrated – Types
Category Theory Illustrated – Types

Type theory is an alternative to set theory, as well as category theory itself, as a foundational language of mathematics, and it is as powerful a tool as any of those formalisms.

And the extra rules they added led to a new definition of set theory, known as Zermelo–Fraenkel set theory, or ZFC (the C at the end is a separate story) which is a version of set theory that is free of paradoxes.

Theory Set theory Type Theory Element Term Belongs to a Set Type Notation $a \in A$ $a : A$The biggest difference, between the two, when it comes to structure is that terms are bound to their types.

But first…Long disclaimerBefore we begin, let’s get this long disclaimer out of the way:Notice that in the…

8 часов назад @ abuseofnotation.github.io
Show HN: European alternatives to Google, Apple, Dropbox and 120 US apps
Show HN: European alternatives to Google, Apple, Dropbox and 120 US apps Show HN: European alternatives to Google, Apple, Dropbox and 120 US apps

EU providers are subject to the GDPR – the strictest data protection law worldwide.

Your data belongs to you, not advertising networks.

Note: US software can be compelled by the CLOUD Act to surrender data to US authorities – even if servers are located in Europe.

8 часов назад @ only-eu.eu
NHS staff refusing to use FDP over Palantir ethical concerns
NHS staff refusing to use FDP over Palantir ethical concerns

Comments

8 часов назад @ freevacy.com
April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini

April 2026 TLDR Setup for Ollama + Gemma 4 26B on a Mac mini (Apple Silicon)PrerequisitesMac mini with Apple Silicon (M1/M2/M3/M4/M5)At least 24GB unified memory for Gemma 4 26BmacOS with Homebrew installedStep 1: Install OllamaInstall the Ollama macOS app via Homebrew cask (includes auto-updates and MLX backend):brew install --cask ollama-appThis installs:Ollama.app in /Applications/in ollama CLI at /opt/homebrew/bin/ollamaStep 2: Start Ollamaopen -a OllamaThe Ollama icon will appear in the menu bar.

Ollama App — Launch at LoginClick the Ollama icon in the menu bar > Launch at Login (enable it).

Keep Models Loaded IndefinitelyBy default, Ollama unloads models after 5 minutes of inactivity.…

8 часов назад @ gist.github.com
Show HN: Apfel – The free AI already on your Mac
Show HN: Apfel – The free AI already on your Mac Show HN: Apfel – The free AI already on your Mac

Apple ships an on-device LLMStarting with macOS 26 (Tahoe), every Apple Silicon Mac includes a language model as part of Apple Intelligence.

Apple exposes it through the FoundationModels framework - a Swift API that gives apps access to SystemLanguageModel .

But Apple only uses it for SiriOut of the box, the on-device model powers Siri, Writing Tools, and system features.

There is no terminal command, no HTTP endpoint, no way to pipe text through it.

The FoundationModels framework exists, but you need to write a Swift app to use it.

8 часов назад @ apfel.franzai.com
Proton Meet Isn't What They Told You It Was
Proton Meet Isn't What They Told You It Was Proton Meet Isn't What They Told You It Was

Proton built Proton Meet to escape the CLOUD Act.

That’s why we’ve created Proton Meet.”Listen to this article 0:00 --:-- 1x Failed to load audioThe pitch is that Zoom, Google Meet, and Microsoft Teams are CLOUD Act-subject, and Proton Meet is the safe alternative.

The disclosure is in Proton Meet's own privacy policy: "Proton Meet relies on infrastructure providers LiveKit Cloud to deliver real-time video conferencing.

Proton built their CLOUD Act escape hatch on CLOUD Act infrastructure.

Proton Meet is the same architecture of promises, the same fine print, identical sub-policies.

8 часов назад @ sambent.com
New Rowhammer attacks give complete control of machines running Nvidia GPUs
New Rowhammer attacks give complete control of machines running Nvidia GPUs New Rowhammer attacks give complete control of machines running Nvidia GPUs

The cost of high-performance GPUs, typically $8,000 or more, means they are frequently shared among dozens of users in cloud environments.

Two new attacks demonstrate how a malicious user can gain full root control of a host machine by performing novel Rowhammer attacks on high-performance GPU cards made by Nvidia.

The attacks exploit memory hardware’s increasing susceptibility to bit flips, in which 0s stored in memory switch to 1s and vice versa.

Both attacks targeted DDR3 generations of DRAM.

From CPU to GPU: Rowhammer’s decade-long journeyOver the past decade, dozens of newer Rowhammer attacks have evolved to, among other things:The last feat proved that GDDR was susceptible to Rowhamme…

9 часов назад @ arstechnica.com
Pentagon Pete's Bigoted Reason for Firing Top General Leaks
Pentagon Pete's Bigoted Reason for Firing Top General Leaks

Comments

11 часов назад @ thedailybeast.com
A Rave Review of Superpowers (For Claude Code)
A Rave Review of Superpowers (For Claude Code) A Rave Review of Superpowers (For Claude Code)

A Rave Review of Superpowers (for Claude Code)02 Apr, 2026I have no connection to the authors of the Superpowers plugin for Claude Code, but I have been raving about it to everyone I talk to.

Using Claude Code with Superpowers is so much more productive and the features it builds are so much more correct than with stock Claude Code.

Design DocOnly after agreeing on the high-level version of the plan, Claude + Superpowers will write up a full design doc.

This is most similar to the kind of plan Claude Code would write without Superpowers.

Implementation Plan and ImplementationAfter you approve the design doc, Claude + Superpowers will write up an implementation plan and review that plan agai…

13 часов назад @ emschwartz.me
The open web isn't dying, we're killing it
The open web isn't dying, we're killing it The open web isn't dying, we're killing it

I just read Anil Dash’s recent piece, Endgame for the Open Web, and I think it is important.

We traded the open web awayThe large platforms did not become powerful only because they were aggressive, well funded, or unethical.

If a closed platform makes identity easier, payments easier, discovery easier, hosting easier, moderation easier, mobile apps easier, analytics easier, and the graph easier, then it does not merely offer a better product.

If the open web was truly valuable, then why did so few of us support it economically?

Open systems require maintainers, contributors, donors, paying members, standards participants, hosts, and institutions willing to absorb some friction in exchange …

15 часов назад @ ouvre-boite.com
I Built an SMS Gateway with a $20 Android Phone – Jonno.nz
I Built an SMS Gateway with a $20 Android Phone – Jonno.nz I Built an SMS Gateway with a $20 Android Phone – Jonno.nz

Here's what I did instead: grabbed a cheap Android phone, installed an open-source app called SMS Gateway for Android, and turned it into a full SMS gateway with a REST API.

Verify it:curl http://192.168.1.50:8080/health open http://192.168.1.50:8080/docsSend Your First SMScurl -X POST http://192.168.1.50:8080/message \ -u "admin:yourpassword" \ -H "Content-Type: application/json" \ -d '{ "textMessage": { "text": "Hello from my SMS gateway!"

: Date ; } export interface SmsProvider { send ( to : string , body : string ): Promise < string >; parseWebhook ( req : Request ): Promise < InboundSms | null >; webhookResponse (replyText?

SMSGATE_PASSWORD || "" ; export class SmsGateProvider implemen…

17 часов назад @ jonno.nz
Post Mortem: axios NPM supply chain compromise
Post Mortem: axios NPM supply chain compromise Post Mortem: axios NPM supply chain compromise

Post Mortem: axios npm supply chain compromiseDate: March 31, 2026Author: Jason SaaymanStatus: Remediation in progressOn March 31, 2026, two malicious versions of axios (1.14.1 and 0.30.4) were published to the npm registry through my compromised account.

The malicious versions were live for about 3 hours before being removed.

This gave them access to the npm account credentials, which they used to publish the malicious versions.

AcknowledgmentsThanks to @DigitalBrainJS for acting fast when the compromised account had higher permissions than his own and for getting npm to take action.

Thanks to Open Source Community and the npm security team for their fast response.

17 часов назад @ github.com
Every Law a Commit – US Law in GitHub
Every Law a Commit – US Law in GitHub Every Law a Commit – US Law in GitHub

Every Law a CommitQuick confession: when nick asked me to write this post, I had to be reminded that I have a blog.

Someone had turned Spanish law into a Git repository — every law a file, every reform a commit.

Each issue went through the gauntlet: specification, architecture review, security review, test writing, implementation, adversarial code review, and documentation.

What Comes NextThe current repo has the US Code as of today — Public Law 119-73.

The only thing law doesn't have — that every piece of software does — is a clean diff showing what changed and why.

18 часов назад @ v1d0b0t.github.io
Lobsters Lobsters
последний пост 1 час назад
Baby’s Second Garbage Collector
Baby’s Second Garbage Collector

Baby’s Second Garbage Collectorhow is garbbage collectedhow langauge get memory A very confused programming neophyteThirteen years ago, in two thousand thirteen, Baby’s First Garbage Collector was born.

Bob Nystrom wasn't kidding about Baby's First Garbage Collector.

Baby's First Garbage Collector is a starting point though.

Trouble in the primitive landsBaby's First Garbage Collector is what is called a precise garbage collector.

Baby's First Garbage Collector has grown up a lot.

1 час назад @ matheusmoreira.com
Signals, the push-pull based algorithm
Signals, the push-pull based algorithm Signals, the push-pull based algorithm

I wanted to dig into it, especially diving deep into the push-pull based algorithm, the core mechanism behind their reactivity.

Now that we have more context on what Signals are, let's dive into the push-pull based algorithm that is at the core of this system.

signal computed 1 computed 2 computed 3 computed 4At this point, we understand that the push-based approach propagates downward through notifications, and now we have to explore how the pull-based approach propagates upward through re-evaluation.

Computed: Pull-basedOne of the most important aspects of Signals may not be the signal function itself, but the computed .

signal computed 1 computed 2 computed 3Note that all setDirty calls …

2 часа назад @ willybrauner.com
Claude Code Found a Linux Vulnerability Hidden for 23 Years
Claude Code Found a Linux Vulnerability Hidden for 23 Years Claude Code Found a Linux Vulnerability Hidden for 23 Years

—Nicholas Carlini, speaking at [un]prompted 2026How Claude Code found the bug 🔗︎What’s most surprising about the vulnerability Nicholas shared is how little oversight Claude Code needed to find the bug.

He essentially just pointed Claude Code at the Linux kernel source code and asked, “Where are the security vulnerabilities?”Nicholas uses a simple script similar to the following:# Iterate over all files in the source tree.

-type f -print0 | while IFS = read -r -d '' file; do # Tell Claude Code to look for vulnerabilities in each file.

doneThe script tells Claude Code that the user is participating in a capture the flag cybersecurity competition, and they need help solving a puzzle.

Fun fact…

2 часа назад @ mtlynch.io
Slap: Functional Concatenative Language... with a Borrow Checker?
Slap: Functional Concatenative Language... with a Borrow Checker? Slap: Functional Concatenative Language... with a Borrow Checker?

Slap: Functional Concatenative Language… with a Borrow Checker?

Parametric types (à la Hindley–Milner) prevent mismatched data:[1] [2.0] cat -- TYPE ERROR: type variable conflict -- expected: int list -- got: float listLinear types (i.e.

Rust-like borrow checker) protect allocated memory from leakage, corruption, meddling, and abandonment.

The Slap type-checker automatically infers these for you, but you may add them for extra clarity/enforcement:-- double = n -> n * 2 'double (2 mul) def -- square : int -> int -- square = n -> n * n 'square (dup mul) [int lent in int move out] effect check defSlap's annotations are expressive enough to describe exotic stack effects:-- no effect 'noop () []…

3 часа назад @ taylor.town
Big-Endian Testing with QEMU
Big-Endian Testing with QEMU Big-Endian Testing with QEMU

If we instruct a computer to store it at some memory address mem, the computer's endianness determines whether the least significant byte (0x78) or the most significant byte (0x12) gets stored at the first memory address, mem[0].

When programming, it is still important to write code that runs correctly on systems with either byte order (see for example The byte order fallacy).

But without access to a big-endian machine, how does one test it?

With its user mode emulation we can easily run a binary on an emulated big-endian system, and we can use GCC to cross-compile to that system.

We can get even more exotic, targeting IBM z/Architecture (s390x) which is also big-endian:$ sudo apt-get insta…

4 часа назад @ hanshq.net
apfel: Free AI already on your Mac
apfel: Free AI already on your Mac apfel: Free AI already on your Mac

Apple ships an on-device LLMStarting with macOS 26 (Tahoe), every Apple Silicon Mac includes a language model as part of Apple Intelligence.

Apple exposes it through the FoundationModels framework - a Swift API that gives apps access to SystemLanguageModel .

But Apple only uses it for SiriOut of the box, the on-device model powers Siri, Writing Tools, and system features.

There is no terminal command, no HTTP endpoint, no way to pipe text through it.

The FoundationModels framework exists, but you need to write a Swift app to use it.

5 часов назад @ apfel.franzai.com
Lisette — Rust syntax, Go runtime
Lisette — Rust syntax, Go runtime Lisette — Rust syntax, Go runtime

Severity.Critical => { ... }🔴 nil is not supported ╭─[users.lis:3:12] 1 │ fn find(name: string) -> Option { 2 │ if name.is_empty() { 3 │ return nil · ─┬─ · ╰── does not exist 4 │ } 5 │ db.lookup(name) 6 │ } ╰──── help: Absence is encoded with Option in Lisette.

Use None to represent absent values🟡 Result is silently discarded ╭─[files.lis:7:3] 5 │ fn cleanup() -> Result<(), error> { 6 │ os.RemoveAll("cache_dir")?

7 │ os.Remove("temp.txt") · ──────────┬────────── · ╰── failure will go unnoticed 8 │ } ╰──── help: Handle this Result with ?

or match , or explicitly discard it with let _ = ...🟡 Private type Config in public API ╭─[config.lis:6:24] 5 │ struct Config { host: string, port: int } 6 …

5 часов назад @ lisette.run
What are you doing this weekend?
What are you doing this weekend? What are you doing this weekend?

Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too!

6 часов назад @ lobste.rs
Idiomatic Lisp and the nbody benchmark
Idiomatic Lisp and the nbody benchmark Idiomatic Lisp and the nbody benchmark

Idiomatic Lisp and the nbody benchmark April 2, 2026When talking to Lisp programmers, you often hear something like, “adapt Lisp to your problem, not your problem to Lisp.” The basic idea is this: if Lisp doesn’t let you easily write a solution to your problem because it lacks some fundamental constructs that make expressing solutions easy, then add them to Lisp first, then write your solution.

In some sense, idiomatic code in a particular language shouldn’t stand out amongst other code in that language, and idiomatic code should, in some sense, portray the identity of the language itself.

A quick benchmark reveals that the loopy Lisp code is only about 20% slower than the C code compiled w…

6 часов назад @ stylewarning.com
Adobe wrote to my hosts file
Adobe wrote to my hosts file

Your request has been blocked due to a network policy.

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

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

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

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

7 часов назад @ reddit.com
SSH certificates: the better SSH experience
SSH certificates: the better SSH experience SSH certificates: the better SSH experience

$ ssh -i demokey [email protected] Enter passphrase for key 'demokey': jane@node:~$The private SSH key still needs unlocking on use because I set a passphrase on it when creating it.

The connection fails, I then remove the offending host key from the known_hosts file using ssh-keygen , obtain the server’s host key fingerprint to re-validate TOFU, and finally accept the host key into my known_hosts again.

Offending ED25519 key in /Users/jpm/.ssh/known_hosts:649 Host key for 192.0.2.65 has changed and you have requested strict checking.

The following looks like an SSH public key file is actually an OpenSSH public certificate.

In particular I want to make sure we’re informed when server host key…

7 часов назад @ jpmens.net
800 Rust terminal projects in 3 years
800 Rust terminal projects in 3 years 800 Rust terminal projects in 3 years

I have discovered and shared ~800 open source Rust CLI projects over the past 3 years.

Above is a collage of screenshots from hundreds of Rust terminal and TUI projectsshared on Mastodon.

🔗 Click here to jump to the "Top 99 Rust terminal projects"!

Terminal Trove newsletter for weekly curated terminal projects(they sponsored me a while back which I'm super grateful for, definitely give them a sub!)

The full script is available on GitHub ⭐With using the data over the years, I present you the Top 99 Rust terminal projects as of April 2026!

9 часов назад @ blog.orhun.dev
Offensive Cybersecurity Time Horizons
Offensive Cybersecurity Time Horizons Offensive Cybersecurity Time Horizons

Sensitivity of frontier model P50 time horizons to source treatments and analytical choices, shown on a log scale.

METR’s software engineering time horizons [4] show Opus 4.6 at roughly 12 hours, well ahead of the 3.2h we find for the same model on offensive cybersecurity.

Undetected AI use would bias completion times downward (faster than unassisted), underestimating task difficulty and understating the measured time horizons.

This bias overestimates task difficulty (slower completions), shifting absolute time horizons upward without affecting the doubling time.

Refusals and provider-specific configurationsThe GPT-5.x Codex models (GPT-5.1 Codex Max, GPT-5.2 Codex, GPT-5.3 Codex) refused o…

12 часов назад @ lyptusresearch.org
1SubMl: experimental ML-like programming language with a unified module and value language, and more
1SubMl: experimental ML-like programming language with a unified module and value language, and more 1SubMl: experimental ML-like programming language with a unified module and value language, and more

1SubML1SubML is an experimental ML-like programming language with a unified module and value language, structural subtyping, global type inference, higher rank polymorphic types, existential types, higher kinded types (no partial application), recursive types, worst-case polynomial time type checking and much more.

Try ItTry 1SubML in the web playground -- edit, type-check, and run code directly in your browser.

height ; print " area = " , area `Circle {rad = 5.0 }; print " area = " , area `Rect {height = 4. ; length = 2.5 };Modules as ValuesIn 1SubML, modules are just records and module types are record types with existential ( type ) members.

There is no separate module language — modules…

12 часов назад @ github.com
A CSS Engine in OCaml
A CSS Engine in OCaml A CSS Engine in OCaml

Which grew into a typed AST and an optimiser, and ended up being useful on its own.

The result is Cascade, a 30,000-line OCaml library for parsing, generating, optimising, and diffing CSS.

let css = Cascade.Css.of_string {| .btn { display: inline-block; background-color: #3b82f6; color: white; padding: 0.5rem; } .btn { background-color: #2563eb; } |} Parse.

.btn { display: inline-block; background-color: #3b82f6; color: #fff; padding: 0.5rem; } .btn { background-color: #2563eb; } Print.

Css.to_string ~optimize:true (Css.v rules) merges the two .btn rules, keeping the last background-color (cascade order).

15 часов назад @ gazagnaire.org
Techmeme Techmeme
последний пост 1 час назад
Chinese semiconductor companies like SMIC reported record 2025 revenue, driven by AI demand and China's self-sufficiency push as a result of US restrictions (Arjun Kharpal/CNBC)
Chinese semiconductor companies like SMIC reported record 2025 revenue, driven by AI demand and China's self-sufficiency push as a result of US restrictions (Arjun Kharpal/CNBC) Chinese semiconductor companies like SMIC reported record 2025 revenue, driven by AI demand and China's self-sufficiency push as a result of US restrictions (Arjun Kharpal/CNBC)

Arjun Kharpal / CNBC:

Chinese semiconductor companies like SMIC reported record 2025 revenue, driven by AI demand and China's self-sufficiency push as a result of US restrictions — Chinese semiconductor firms have reported record revenue last year driven by AI demand, a shortage of memory chips and U.S. export restrictions …

1 час назад @ techmeme.com
Tower Semiconductor's market cap tops $20B, four years after a near-sale to Intel for $5B; shares are up ~60% over the past month and ~525% over the past year (CTech)
Tower Semiconductor's market cap tops $20B, four years after a near-sale to Intel for $5B; shares are up ~60% over the past month and ~525% over the past year (CTech) Tower Semiconductor's market cap tops $20B, four years after a near-sale to Intel for $5B; shares are up ~60% over the past month and ~525% over the past year (CTech)

CTech:

Tower Semiconductor's market cap tops $20B, four years after a near-sale to Intel for $5B; shares are up ~60% over the past month and ~525% over the past year — Once overlooked, the company is now central to investor expectations around AI. — Four years ago, Tower Semiconductor was nearly sold to Intel for $5 billion.

1 час назад @ techmeme.com
Sources: Huawei's Ascend 950PR chip, set for mass production soon, saw prices rise 20% after Chinese tech giants placed bulk orders to run DeepSeek's V4 model (Qianer Liu/The Information)
Sources: Huawei's Ascend 950PR chip, set for mass production soon, saw prices rise 20% after Chinese tech giants placed bulk orders to run DeepSeek's V4 model (Qianer Liu/The Information) Sources: Huawei's Ascend 950PR chip, set for mass production soon, saw prices rise 20% after Chinese tech giants placed bulk orders to run DeepSeek's V4 model (Qianer Liu/The Information)

Qianer Liu / The Information:

Sources: Huawei's Ascend 950PR chip, set for mass production soon, saw prices rise 20% after Chinese tech giants placed bulk orders to run DeepSeek's V4 model — When DeepSeek introduces its next-generation model, likely in the next few weeks, it will mark a milestone in China's yearslong quest for semiconductor self-sufficiency.

2 часа назад @ techmeme.com
Docs: Israeli AI chip startup Hailo is pursuing an urgent IPO via a SPAC merger at a valuation of less than $500M; it was last valued at $1.2B in 2024 (Meir Orbach/CTech)
Docs: Israeli AI chip startup Hailo is pursuing an urgent IPO via a SPAC merger at a valuation of less than $500M; it was last valued at $1.2B in 2024 (Meir Orbach/CTech) Docs: Israeli AI chip startup Hailo is pursuing an urgent IPO via a SPAC merger at a valuation of less than $500M; it was last valued at $1.2B in 2024 (Meir Orbach/CTech)

Meir Orbach / CTech:

Docs: Israeli AI chip startup Hailo is pursuing an urgent IPO via a SPAC merger at a valuation of less than $500M; it was last valued at $1.2B in 2024 — Israeli firm seeks critical funding through a SPAC merger amid mounting market pressures. — Israeli chip company Hailo …

2 часа назад @ techmeme.com
A US bill seeks to ban exports of DUV lithography tech to China, whose imports of chipmaking equipment reportedly grew from $10.7B in 2016 to ~$51.1B in 2025 (Jared Perlo/NBC News)
A US bill seeks to ban exports of DUV lithography tech to China, whose imports of chipmaking equipment reportedly grew from $10.7B in 2016 to ~$51.1B in 2025 (Jared Perlo/NBC News) A US bill seeks to ban exports of DUV lithography tech to China, whose imports of chipmaking equipment reportedly grew from $10.7B in 2016 to ~$51.1B in 2025 (Jared Perlo/NBC News)

Jared Perlo / NBC News:

A US bill seeks to ban exports of DUV lithography tech to China, whose imports of chipmaking equipment reportedly grew from $10.7B in 2016 to ~$51.1B in 2025 — The MATCH Act would tighten existing restrictions on a critical choke point for the AI industry, banning exports of certain manufacturing tools across China.

3 часа назад @ techmeme.com
Some startups and researchers who can't access the most advanced chips are adopting a "frugal AI" approach, building smaller models on open-weight systems (Rina Chandran/Rest of World)
Some startups and researchers who can't access the most advanced chips are adopting a "frugal AI" approach, building smaller models on open-weight systems (Rina Chandran/Rest of World) Some startups and researchers who can't access the most advanced chips are adopting a "frugal AI" approach, building smaller models on open-weight systems (Rina Chandran/Rest of World)

Rina Chandran / Rest of World:

Some startups and researchers who can't access the most advanced chips are adopting a “frugal AI” approach, building smaller models on open-weight systems — Amid a widening global divide in AI adoption, low-cost AI models that can deliver sovereignty and efficiency …

5 часов назад @ techmeme.com
The US NLRB rules that Amazon must negotiate with the Amazon Labor Union, which represents ~5K workers at its Staten Island warehouse; Amazon plans to appeal (Greg Bensinger/Reuters)
The US NLRB rules that Amazon must negotiate with the Amazon Labor Union, which represents ~5K workers at its Staten Island warehouse; Amazon plans to appeal (Greg Bensinger/Reuters) The US NLRB rules that Amazon must negotiate with the Amazon Labor Union, which represents ~5K workers at its Staten Island warehouse; Amazon plans to appeal (Greg Bensinger/Reuters)

Greg Bensinger / Reuters:

The US NLRB rules that Amazon must negotiate with the Amazon Labor Union, which represents ~5K workers at its Staten Island warehouse; Amazon plans to appeal — Amazon (AMZN.O) must negotiate with a labor union representing some 5,000 workers at a company warehouse on Staten Island …

8 часов назад @ techmeme.com
Matt Mullenweg says EmDash, while open source, is designed "to sell more Cloudflare services" and lacks the cross-platform democratization of WordPress (Matt Mullenweg)
Matt Mullenweg says EmDash, while open source, is designed "to sell more Cloudflare services" and lacks the cross-platform democratization of WordPress (Matt Mullenweg) Matt Mullenweg says EmDash, while open source, is designed "to sell more Cloudflare services" and lacks the cross-platform democratization of WordPress (Matt Mullenweg)

Matt Mullenweg:

Matt Mullenweg says EmDash, while open source, is designed “to sell more Cloudflare services” and lacks the cross-platform democratization of WordPress — So, two other Matts at Cloudflare announced EmDash — the spiritual successor to WordPress that solves plugin security.

12 часов назад @ techmeme.com
Sources: Chinese companies move to cement their role in humanoid robot supply chains as Tesla and others turn to China for components the US sees as strategic (Raffaele Huang/Wall Street Journal)
Sources: Chinese companies move to cement their role in humanoid robot supply chains as Tesla and others turn to China for components the US sees as strategic (Raffaele Huang/Wall Street Journal) Sources: Chinese companies move to cement their role in humanoid robot supply chains as Tesla and others turn to China for components the US sees as strategic (Raffaele Huang/Wall Street Journal)

Raffaele Huang / Wall Street Journal:

Sources: Chinese companies move to cement their role in humanoid robot supply chains as Tesla and others turn to China for components the US sees as strategic — Tesla and others turn to suppliers in China for components in an industry seen as strategic by Washington and Beijing

12 часов назад @ techmeme.com
Arcee AI releases Trinity-Large-Thinking, a 399B-parameter MoE AI model under an Apache 2.0 license, allowing full customization and commercial use (Carl Franzen/VentureBeat)
Arcee AI releases Trinity-Large-Thinking, a 399B-parameter MoE AI model under an Apache 2.0 license, allowing full customization and commercial use (Carl Franzen/VentureBeat) Arcee AI releases Trinity-Large-Thinking, a 399B-parameter MoE AI model under an Apache 2.0 license, allowing full customization and commercial use (Carl Franzen/VentureBeat)

Carl Franzen / VentureBeat:

Arcee AI releases Trinity-Large-Thinking, a 399B-parameter MoE AI model under an Apache 2.0 license, allowing full customization and commercial use — The baton of open source AI models has been passed on between several companies over the years since ChatGPT debuted in late 2022 …

13 часов назад @ techmeme.com
Anthropic researchers find that an AI model's representations of emotion can influence its behavior "in ways that matter," such as driving it to act unethically (Nat Rubio-Licht/The Deep View)
Anthropic researchers find that an AI model's representations of emotion can influence its behavior "in ways that matter," such as driving it to act unethically (Nat Rubio-Licht/The Deep View) Anthropic researchers find that an AI model's representations of emotion can influence its behavior "in ways that matter," such as driving it to act unethically (Nat Rubio-Licht/The Deep View)

Nat Rubio-Licht / The Deep View:

Anthropic researchers find that an AI model's representations of emotion can influence its behavior “in ways that matter,” such as driving it to act unethically — Can we teach machines to feel? Short answer: We don't know. But we can teach them to sound like they do.

14 часов назад @ techmeme.com
Noon, an AI-native product design tool, emerges from stealth with $44M in funding from Chemistry, First Round Capital, Scribble Ventures, and others (Vaibhavi Khanwalkar/The Economic Times)
Noon, an AI-native product design tool, emerges from stealth with $44M in funding from Chemistry, First Round Capital, Scribble Ventures, and others (Vaibhavi Khanwalkar/The Economic Times) Noon, an AI-native product design tool, emerges from stealth with $44M in funding from Chemistry, First Round Capital, Scribble Ventures, and others (Vaibhavi Khanwalkar/The Economic Times)

Vaibhavi Khanwalkar / The Economic Times:

Noon, an AI-native product design tool, emerges from stealth with $44M in funding from Chemistry, First Round Capital, Scribble Ventures, and others — San Francisco-headquartered startup Noon has emerged from stealth mode with $44 million in funding from Chemistry, First Round Capital …

14 часов назад @ techmeme.com
Microsoft partners with SoftBank and Sakura Internet to build AI data infrastructure in Japan, investing $10B over four years and training 1M AI engineers (Takashi Mochizuki/Bloomberg)
Microsoft partners with SoftBank and Sakura Internet to build AI data infrastructure in Japan, investing $10B over four years and training 1M AI engineers (Takashi Mochizuki/Bloomberg) Microsoft partners with SoftBank and Sakura Internet to build AI data infrastructure in Japan, investing $10B over four years and training 1M AI engineers (Takashi Mochizuki/Bloomberg)

Takashi Mochizuki / Bloomberg:

Microsoft partners with SoftBank and Sakura Internet to build AI data infrastructure in Japan, investing $10B over four years and training 1M AI engineers — Microsoft Corp. announced a four-year, $10 billion investment package in Japan, part of the US company's Asia-wide push to expand …

14 часов назад @ techmeme.com
Alcatraz, which develops AI-powered facial-recognition security systems for building access, raised a $50M Series B, bringing its total funding to $100M+ (Mike Wheatley/SiliconANGLE)
Alcatraz, which develops AI-powered facial-recognition security systems for building access, raised a $50M Series B, bringing its total funding to $100M+ (Mike Wheatley/SiliconANGLE) Alcatraz, which develops AI-powered facial-recognition security systems for building access, raised a $50M Series B, bringing its total funding to $100M+ (Mike Wheatley/SiliconANGLE)

Mike Wheatley / SiliconANGLE:

Alcatraz, which develops AI-powered facial-recognition security systems for building access, raised a $50M Series B, bringing its total funding to $100M+ — Cupertino-based facial recognition security startup Alcatraz said today it has raised $50 million in a Series B funding round led by BlackPeak Capital …

15 часов назад @ techmeme.com
Sources: Supabase is in talks to raise ~$500M at a ~$10B valuation, roughly doubling its October 2025 valuation; GIC is expected to lead the funding round (Katie Roof/The Information)
Sources: Supabase is in talks to raise ~$500M at a ~$10B valuation, roughly doubling its October 2025 valuation; GIC is expected to lead the funding round (Katie Roof/The Information) Sources: Supabase is in talks to raise ~$500M at a ~$10B valuation, roughly doubling its October 2025 valuation; GIC is expected to lead the funding round (Katie Roof/The Information)

Katie Roof / The Information:

Sources: Supabase is in talks to raise ~$500M at a ~$10B valuation, roughly doubling its October 2025 valuation; GIC is expected to lead the funding round — Singapore's GIC is in talks to lead an investment in database startup Supabase at a valuation of about $10 billion …

15 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Sony Interactive Entertainment acquires Cinemersive Labs, a UK startup developing tools to convert 2D photos and videos into 3D volumetric photographs (Ian Carlos Campbell/Engadget)
Sony Interactive Entertainment acquires Cinemersive Labs, a UK startup developing tools to convert 2D photos and videos into 3D volumetric photographs (Ian Carlos Campbell/Engadget) Sony Interactive Entertainment acquires Cinemersive Labs, a UK startup developing tools to convert 2D photos and videos into 3D volumetric photographs (Ian Carlos Campbell/Engadget)

Ian Carlos Campbell / Engadget:

Sony Interactive Entertainment acquires Cinemersive Labs, a UK startup developing tools to convert 2D photos and videos into 3D volumetric photographs — Cinemersive Labs will join the company's Visual Computing Group. — Sony Interactive Entertainment, owner of the PlayStation brand …

15 часов назад @ techmeme.com
A domestic shortage of electrical equipment such as transformers and switchgear is forcing the US to rely on Chinese imports, delaying data center construction (Bloomberg)
A domestic shortage of electrical equipment such as transformers and switchgear is forcing the US to rely on Chinese imports, delaying data center construction (Bloomberg) A domestic shortage of electrical equipment such as transformers and switchgear is forcing the US to rely on Chinese imports, delaying data center construction (Bloomberg)

Bloomberg:

A domestic shortage of electrical equipment such as transformers and switchgear is forcing the US to rely on Chinese imports, delaying data center construction — The struggle to manufacture transformers, switchgear and batteries domestically has forced the US to rely on imports, delaying data center construction.

16 часов назад @ techmeme.com
Sources: Sarvam AI is close to raising $300M-$350M at a ~$1.5B valuation, which could close as soon as next week; Bessemer Venture Partners is expected to lead (Saritha Rai/Bloomberg)
Sources: Sarvam AI is close to raising $300M-$350M at a ~$1.5B valuation, which could close as soon as next week; Bessemer Venture Partners is expected to lead (Saritha Rai/Bloomberg) Sources: Sarvam AI is close to raising $300M-$350M at a ~$1.5B valuation, which could close as soon as next week; Bessemer Venture Partners is expected to lead (Saritha Rai/Bloomberg)

Saritha Rai / Bloomberg:

Sources: Sarvam AI is close to raising $300M-$350M at a ~$1.5B valuation, which could close as soon as next week; Bessemer Venture Partners is expected to lead — India's homegrown artificial intelligence startup, Sarvam AI, is close to raising $300 million to $350 million as it seeks …

16 часов назад @ techmeme.com
Source: Anthropic has acquired Coefficient Bio, which was developing a platform that enables AI to run biotech tasks such as planning drug research, for ~$400M (The Information)
Source: Anthropic has acquired Coefficient Bio, which was developing a platform that enables AI to run biotech tasks such as planning drug research, for ~$400M (The Information) Source: Anthropic has acquired Coefficient Bio, which was developing a platform that enables AI to run biotech tasks such as planning drug research, for ~$400M (The Information)

The Information:

Source: Anthropic has acquired Coefficient Bio, which was developing a platform that enables AI to run biotech tasks such as planning drug research, for ~$400M — Anthropic has acquired AI biotech startup Coefficient Bio for roughly $400 million, according to a person with knowledge of the deal.

17 часов назад @ techmeme.com
Sources detail Fidji Simo's moves at OpenAI, including spearheading the TBPN acquisition and pushing OpenAI to cut Sora and avoid other social media products (Stephanie Palazzolo/The Information)
Sources detail Fidji Simo's moves at OpenAI, including spearheading the TBPN acquisition and pushing OpenAI to cut Sora and avoid other social media products (Stephanie Palazzolo/The Information) Sources detail Fidji Simo's moves at OpenAI, including spearheading the TBPN acquisition and pushing OpenAI to cut Sora and avoid other social media products (Stephanie Palazzolo/The Information)

Stephanie Palazzolo / The Information:

Sources detail Fidji Simo's moves at OpenAI, including spearheading the TBPN acquisition and pushing OpenAI to cut Sora and avoid other social media products — In recent weeks, Fidji Simo has burst into public view as the OpenAI executive bringing much-needed discipline to the AI startup …

18 часов назад @ techmeme.com
Sources: Meta has told members of its Oversight Board that it may stop funding the board after 2028, though eliminating all funding is not its preferred option (Casey Newton/Platformer)
Sources: Meta has told members of its Oversight Board that it may stop funding the board after 2028, though eliminating all funding is not its preferred option (Casey Newton/Platformer) Sources: Meta has told members of its Oversight Board that it may stop funding the board after 2028, though eliminating all funding is not its preferred option (Casey Newton/Platformer)

Casey Newton / Platformer:

Sources: Meta has told members of its Oversight Board that it may stop funding the board after 2028, though eliminating all funding is not its preferred option — Meta has told members of its independent Oversight Board that the company may stop funding it after 2028, sources familiar with the situation told Platformer.

18 часов назад @ techmeme.com
Amazon adds a 3.5% fuel and logistics surcharge to fulfillment fees for US and Canadian third-party sellers from April 17, as the Iran war drives up oil prices (Annie Palmer/CNBC)
Amazon adds a 3.5% fuel and logistics surcharge to fulfillment fees for US and Canadian third-party sellers from April 17, as the Iran war drives up oil prices (Annie Palmer/CNBC) Amazon adds a 3.5% fuel and logistics surcharge to fulfillment fees for US and Canadian third-party sellers from April 17, as the Iran war drives up oil prices (Annie Palmer/CNBC)

Annie Palmer / CNBC:

Amazon adds a 3.5% fuel and logistics surcharge to fulfillment fees for US and Canadian third-party sellers from April 17, as the Iran war drives up oil prices — Amazon is adding a 3.5% “fuel and logistics-related surcharge” to fees it collects from third-party sellers who use its fulfillment services …

19 часов назад @ techmeme.com
LinkedIn job posting data: companies added 640K AI-related jobs from 2023 to 2025 in the US, including 225K "head of AI" jobs, up 49% from the prior four years (Te-Ping Chen/Wall Street Journal)
LinkedIn job posting data: companies added 640K AI-related jobs from 2023 to 2025 in the US, including 225K "head of AI" jobs, up 49% from the prior four years (Te-Ping Chen/Wall Street Journal) LinkedIn job posting data: companies added 640K AI-related jobs from 2023 to 2025 in the US, including 225K "head of AI" jobs, up 49% from the prior four years (Te-Ping Chen/Wall Street Journal)

Te-Ping Chen / Wall Street Journal:

LinkedIn job posting data: companies added 640K AI-related jobs from 2023 to 2025 in the US, including 225K “head of AI” jobs, up 49% from the prior four years — AI is raising big fears about employment losses, but it is also giving rise to new engineering and training jobs

20 часов назад @ techmeme.com
Sources: SpaceX is floating a $2T+ valuation to prospective investors in its IPO; SpaceX's acquisition of xAI reportedly valued the combined company at $1.25T (Bloomberg)
Sources: SpaceX is floating a $2T+ valuation to prospective investors in its IPO; SpaceX's acquisition of xAI reportedly valued the combined company at $1.25T (Bloomberg) Sources: SpaceX is floating a $2T+ valuation to prospective investors in its IPO; SpaceX's acquisition of xAI reportedly valued the combined company at $1.25T (Bloomberg)

Bloomberg:

Sources: SpaceX is floating a $2T+ valuation to prospective investors in its IPO; SpaceX's acquisition of xAI reportedly valued the combined company at $1.25T — SpaceX boosted its target IPO valuation above $2 trillion, according to people familiar with the matter, as the world's …

21 час назад @ techmeme.com
Source: OpenAI bought TBPN, which was set to generate $30M in 2026, for "low hundreds of millions of dollars"; OpenAI says TBPN will be editorially independent (George Hammond/Financial Times)
Source: OpenAI bought TBPN, which was set to generate $30M in 2026, for "low hundreds of millions of dollars"; OpenAI says TBPN will be editorially independent (George Hammond/Financial Times) Source: OpenAI bought TBPN, which was set to generate $30M in 2026, for "low hundreds of millions of dollars"; OpenAI says TBPN will be editorially independent (George Hammond/Financial Times)

George Hammond / Financial Times:

Source: OpenAI bought TBPN, which was set to generate $30M in 2026, for “low hundreds of millions of dollars”; OpenAI says TBPN will be editorially independent — ChatGPT-maker moves into broadcasting with deal for TBPN after it had pledged to abandon ‘side-quests’

21 час назад @ techmeme.com
The CFTC sues Arizona, Connecticut, and Illinois over their actions against prediction markets, saying it has the "exclusive" authority to regulate such markets (Alex Harring/CNBC)
The CFTC sues Arizona, Connecticut, and Illinois over their actions against prediction markets, saying it has the "exclusive" authority to regulate such markets (Alex Harring/CNBC) The CFTC sues Arizona, Connecticut, and Illinois over their actions against prediction markets, saying it has the "exclusive" authority to regulate such markets (Alex Harring/CNBC)

Alex Harring / CNBC:

The CFTC sues Arizona, Connecticut, and Illinois over their actions against prediction markets, saying it has the “exclusive” authority to regulate such markets — A federal commission on Wednesday announced lawsuits against three states over its ability to exclusively regulate prediction markets.

22 часа назад @ techmeme.com
Mental health startup Kintsugi is shutting down and open-sourcing its AI tech to detect depression and anxiety, after failing to secure FDA clearance (Robert Hart/The Verge)
Mental health startup Kintsugi is shutting down and open-sourcing its AI tech to detect depression and anxiety, after failing to secure FDA clearance (Robert Hart/The Verge) Mental health startup Kintsugi is shutting down and open-sourcing its AI tech to detect depression and anxiety, after failing to secure FDA clearance (Robert Hart/The Verge)

Robert Hart / The Verge:

Mental health startup Kintsugi is shutting down and open-sourcing its AI tech to detect depression and anxiety, after failing to secure FDA clearance — Instead, a mental health startup shut down and open-sourced its tech. … For the past seven years, the California-based startup Kintsugi …

23 часа назад @ techmeme.com
OpenAI acquires popular tech news show TBPN; Fidji Simo says in a memo that the acquisition is meant to encourage constructive conversation around AI (Katie Deighton/Wall Street Journal)
OpenAI acquires popular tech news show TBPN; Fidji Simo says in a memo that the acquisition is meant to encourage constructive conversation around AI (Katie Deighton/Wall Street Journal) OpenAI acquires popular tech news show TBPN; Fidji Simo says in a memo that the acquisition is meant to encourage constructive conversation around AI (Katie Deighton/Wall Street Journal)

Katie Deighton / Wall Street Journal:

OpenAI acquires popular tech news show TBPN; Fidji Simo says in a memo that the acquisition is meant to encourage constructive conversation around AI — TBPN staff will help with marketing and communications at OpenAI but keep their editorial independence, the ChatGPT parent says

1 day назад @ techmeme.com
OpenAI acquires popular tech news show TBPN; the show will stay the same and will continue to air live at 11am PT weekdays (John Coogan/@johncoogan)
OpenAI acquires popular tech news show TBPN; the show will stay the same and will continue to air live at 11am PT weekdays (John Coogan/@johncoogan) OpenAI acquires popular tech news show TBPN; the show will stay the same and will continue to air live at 11am PT weekdays (John Coogan/@johncoogan)

John Coogan / @johncoogan:

OpenAI acquires popular tech news show TBPN; the show will stay the same and will continue to air live at 11am PT weekdays — TBPN has been acquired by OpenAI! The show is staying the same and we'll continue to go live at 11am pacific every weekday. This is a full circle moment for me as I've worked with @sama for well over a decade. He funded my first company in 2013. Then helped us fix a serious

1 day назад @ techmeme.com
Cursor launches Cursor 3, an "agent-first" coding product designed to compete with Claude Code and Codex by letting developers manage multiple AI agents (Maxwell Zeff/Wired)
Cursor launches Cursor 3, an "agent-first" coding product designed to compete with Claude Code and Codex by letting developers manage multiple AI agents (Maxwell Zeff/Wired) Cursor launches Cursor 3, an "agent-first" coding product designed to compete with Claude Code and Codex by letting developers manage multiple AI agents (Maxwell Zeff/Wired)

Maxwell Zeff / Wired:

Cursor launches Cursor 3, an “agent-first” coding product designed to compete with Claude Code and Codex by letting developers manage multiple AI agents — As Cursor launches the next generation of its product, the AI coding startup has to compete with OpenAI and Anthropic more directly than ever.

1 day назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 15 часов назад
siddharthvaddem/openscreen
siddharthvaddem/openscreen siddharthvaddem/openscreen

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

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

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

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

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

15 часов назад @ github.com
Yeachan-Heo/oh-my-codex
Yeachan-Heo/oh-my-codex Yeachan-Heo/oh-my-codex

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

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

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

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

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

15 часов назад @ github.com
luongnv89/claude-howto
luongnv89/claude-howto luongnv89/claude-howto

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

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

1 day, 15 hours назад @ github.com
hacksider/Deep-Live-Cam
hacksider/Deep-Live-Cam hacksider/Deep-Live-Cam

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

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

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

Select a source face image.

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

2 days, 13 hours назад @ github.com
Yeachan-Heo/oh-my-claudecode
Yeachan-Heo/oh-my-claudecode Yeachan-Heo/oh-my-claudecode

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

Multi-agent orchestration for Claude Code.

Don't learn Claude Code.

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

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

2 days, 15 hours назад @ github.com
microsoft/VibeVoice
microsoft/VibeVoice microsoft/VibeVoice

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

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

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

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

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

4 days, 4 hours назад @ github.com
pascalorg/editor
pascalorg/editor pascalorg/editor

StoresEach package has its own Zustand store for managing state:Store Package Responsibility useScene @pascal-app/core Scene data: nodes, root IDs, dirty nodes, CRUD operations.

useEditor apps/editor Editor state: active tool, structure layer visibility, panel states, editor-specific preferences.

Access patterns:// Subscribe to state changes (React component) const nodes = useScene ( ( state ) => state .

nodes ) const levelId = useViewer ( ( state ) => state .

levelId ) const activeTool = useEditor ( ( state ) => state .

4 days, 4 hours назад @ github.com
obra/superpowers
obra/superpowers obra/superpowers

SuperpowersSuperpowers is a complete software development workflow for your coding agents, built on top of a set of composable "skills" and some initial instructions that make sure your agent uses them.

As soon as it sees that you're building something, it doesn't just jump into trying to write code.

Claude Code or Cursor have built-in plugin marketplaces.

Enforces RED-GREEN-REFACTOR: write failing test, watch it fail, write minimal code, watch it pass, commit.

To contribute:Fork the repository Create a branch for your skill Follow the writing-skills skill for creating and testing new skills Submit a PRSee skills/writing-skills/SKILL.md for the complete guide.

4 days, 13 hours назад @ github.com
figma/mcp-server-guide
figma/mcp-server-guide figma/mcp-server-guide

Figma MCP Server GuideThe Figma MCP server brings Figma directly into your workflow by providing important design information and context to AI agents generating code from Figma design files.

By using the Figma MCP server and the related resources (including these skills), you agree to the Figma Developer Terms.

CursorThe recommended way to set up the Figma MCP server in Cursor is by installing the Figma Plugin, which includes MCP server settings as well as Agent Skills for common workflows.

If it does, you can manually add the Figma MCP server using this configuration:{ "mcpServers" : { "figma" : { "url" : " https://mcp.figma.com/mcp " } } }Prompting your MCP clientThe Figma MCP server int…

4 days, 15 hours назад @ github.com
hesreallyhim/awesome-claude-code
hesreallyhim/awesome-claude-code hesreallyhim/awesome-claude-code

Pick Your Style:Awesome Claude CodeA selectively curated list of skills, agents, plugins, hooks, and other amazing tools for enhancing your Claude Code workflow.

Tooling 🧰Tooling denotes applications that are built on top of Claude Code and consist of more components than slash-commands and CLAUDE.md filesGeneralIDE IntegrationsClaude Code Chat by andrepimenta - An elegant and user-friendly Claude Code chat interface for VS Code.

Usage MonitorsCC Usage by ryoppippi - Handy CLI tool for managing and analyzing Claude Code usage, based on analyzing local Claude Code logs.

Claude Code Usage Monitor by Maciek-roboblog - A real-time terminal-based tool for monitoring Claude Code token usage.

Clau…

4 days, 15 hours назад @ github.com
jingyaogong/minimind
jingyaogong/minimind jingyaogong/minimind

大语言模型(Large Language Model, LLM)的出现,引发了全球范围内对 AI 的空前关注。无论是 ChatGPT、DeepSeek 还是 Qwen,都以惊艳的效果让人真切感受到这场技术浪潮的冲击力。然而,动辄数百亿参数的模型规模,使得它们对个人设备而言不仅难以训练,甚至连部署都显得遥不可及。打开大模型的“黑盒子”,真正去理解其内部运作机制,本应是一件令人心潮澎湃的事。遗憾的是,绝大多数探索最终都止步于使用 LoRA 等技术对现有大模型做少量微调,学习一些新指令或特定任务。这更像是在教牛顿如何使用 21 世纪的智能手机——虽然有趣,却偏离了理解物理本质的初衷。与此同时,第三方的大模型框架与工具库,如 transformers / trl / peft 等,往往只暴露出高度抽象的接口。只需短短十几行代码,就可以完成“加载模型 + 加载数据集 + 推理 + 强化学习”的全流程训练。这种高效封装固然便利,却也在一定程度上把开发者与底层实现隔离开来,削弱了深入理解 LLM 核心代码的机会。我认为 “用乐高自己拼出一架飞机,远比坐在头等舱里飞行更让人兴奋”,然而更现实的问题是,互联网上充斥着大量付费课程和营销内容,用漏洞百出、一知半解的讲解包装所谓的 AI 教程。正因如此,本项目的初衷就是尽可能降低 LLM 的学习门槛,让每个人都能从理解每一行代码开始,从 0 开始亲手训练一个极小的语言模型。是的,从零开始训练,而不是仅仅停留在推理层面。最低只需不到 3 块钱的服务器成本,就能亲身体验从 0 到 1 构建一个语言模型的全过程。😊 一起感受创造的乐趣吧!在项目根目录:从…

5 days, 15 hours назад @ github.com
SakanaAI/AI-Scientist-v2
SakanaAI/AI-Scientist-v2 SakanaAI/AI-Scientist-v2

The AI Scientist-v2: Workshop-Level AutomatedScientific Discovery via Agentic Tree Search📚 [Paper] | 📝 [Blog Post] | 📂 [ICLR2025 Workshop Experiment]Fully autonomous scientific research systems are becoming increasingly capable, with AI playing a pivotal role in transforming how scientific discoveries are made.

Unlike its predecessor (AI Scientist-v1), the AI Scientist-v2 removes reliance on human-authored templates, generalizes across Machine Learning (ML) domains, and employs a progressive agentic tree search, guided by an experiment manager agent.

Note: The AI Scientist-v2 doesn’t necessarily produce better papers than v1, especially when a strong starting template is available.

Run AI S…

5 days, 15 hours назад @ github.com
letta-ai/claude-subconscious
letta-ai/claude-subconscious letta-ai/claude-subconscious

Claude SubconsciousA background agent that whispers to Claude Code.

Important Claude Subconscious is an experimental way to extend Claude Code (a closed source / black box agent) with the power of Letta's memory system, tool access, and context engineering.

Claude Code forgets everything between sessions.

How It WorksAfter each response, the transcript is sent to a Letta agent via the Letta Code SDK.

Set TMPDIR to work around this Claude Code bug:mkdir -p ~ /.claude/tmp export TMPDIR= " $HOME /.claude/tmp "Add to your shell profile ( ~/.bashrc or ~/.zshrc ) to make permanent.

6 days, 15 hours назад @ github.com
mvanhorn/last30days-skill
mvanhorn/last30days-skill mvanhorn/last30days-skill

New in V2: Smarter query construction, two-phase supplemental search, free X search via bundled Bird client, --days=N flag, automatic model fallback.

Example: Top Claude Code Skills (Recommendations)Query: /last30days top claude code skillsResearch Output:The Claude Code skills ecosystem has exploded with marketplaces, curated lists, and viral skill announcements.

[Reddit + X icons merge] "Scans Reddit & X from the last 30 days" 2.

Node.js 22+ - For X search (bundled Twitter GraphQL client)- For X search (bundled Twitter GraphQL client) Bundled X auth - Set AUTH_TOKEN and CT0 for popup-free local X search- Set and for popup-free local X search Alternate X backend - Set XAI_API_KEY if bundle…

1 week назад @ github.com
louis-e/arnis
louis-e/arnis louis-e/arnis

This free and open source project is designed to handle large-scale geographic data from the real world and generate detailed Minecraft worlds.

Choose your area on the map using the rectangle tool and select your Minecraft world - then simply click on Start Generation!

: Ensure that all components (e.g., data fetching, processing, and world generation) are cleanly separated into distinct modules for better maintainability and scalability.

Performance Optimization : We aim to keep a good performance and speed of the world generation process.

: We aim to keep a good performance and speed of the world generation process.

1 week назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 1 час назад
Bernie Sanders: AI Is a Threat to Everything the American People Hold Dear - It kills jobs, equality, connection, democracy and maybe the human race. Congress must act.
Bernie Sanders: AI Is a Threat to Everything the American People Hold Dear - It kills jobs, equality, connection, democracy and maybe the human race. Congress must act. Bernie Sanders: AI Is a Threat to Everything the American People Hold Dear - It kills jobs, equality, connection, democracy and maybe the human race. Congress must act.

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

1 час назад @ reddit.com
Scientists turn pig semen extract into eye drops that kill cancer in mice
Scientists turn pig semen extract into eye drops that kill cancer in mice Scientists turn pig semen extract into eye drops that kill cancer in mice

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

1 час назад @ reddit.com
CBP Facility Codes Sure Seem to Have Leaked Via Online Flashcards
CBP Facility Codes Sure Seem to Have Leaked Via Online Flashcards CBP Facility Codes Sure Seem to Have Leaked Via Online Flashcards

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

1 час назад @ reddit.com
Tesla Is Sitting On A Record 50,000 Unsold EVs
Tesla Is Sitting On A Record 50,000 Unsold EVs Tesla Is Sitting On A Record 50,000 Unsold EVs

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

2 часа назад @ reddit.com
After 36 years at the legendary FPS studio, Raven Software co-founder Brian Raffel is retiring | Raffel has led the Heretic and Call of Duty developer since its foundation.
After 36 years at the legendary FPS studio, Raven Software co-founder Brian Raffel is retiring | Raffel has led the Heretic and Call of Duty developer since its foundation. After 36 years at the legendary FPS studio, Raven Software co-founder Brian Raffel is retiring | Raffel has led the Heretic and Call of Duty developer since its foundation.

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

2 часа назад @ reddit.com
Colorado's landmark right-to-repair law faces pushback from tech giants
Colorado's landmark right-to-repair law faces pushback from tech giants Colorado's landmark right-to-repair law faces pushback from tech giants

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

4 часа назад @ reddit.com
Perplexity’s “Incognito Mode” is a “sham,” lawsuit says | Google, Meta, and Perplexity accused of sharing millions of chats to increase ad revenue
Perplexity’s “Incognito Mode” is a “sham,” lawsuit says | Google, Meta, and Perplexity accused of sharing millions of chats to increase ad revenue Perplexity’s “Incognito Mode” is a “sham,” lawsuit says | Google, Meta, and Perplexity accused of sharing millions of chats to increase ad revenue

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

4 часа назад @ reddit.com
Meta, Google under attack as court cases bypass 30-year-old legal shield
Meta, Google under attack as court cases bypass 30-year-old legal shield Meta, Google under attack as court cases bypass 30-year-old legal shield

submitted by /u/Federal-Block-3275 [link] [comments]

4 часа назад @ reddit.com
Artemis II Astronauts Have ‘Two Microsoft Outlooks’ and Neither Work
Artemis II Astronauts Have ‘Two Microsoft Outlooks’ and Neither Work Artemis II Astronauts Have ‘Two Microsoft Outlooks’ and Neither Work

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

4 часа назад @ reddit.com
Take-Two Interactive Fires Head of AI Weeks After CEO Says AI Can't Make Games Like GTA 6
Take-Two Interactive Fires Head of AI Weeks After CEO Says AI Can't Make Games Like GTA 6 Take-Two Interactive Fires Head of AI Weeks After CEO Says AI Can't Make Games Like GTA 6

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

5 часов назад @ reddit.com
TSMC reportedly plans to build 12 fabs, four packaging facilities in Arizona — plan purportedly part of Taiwan's agreed $500 million investment in the US
TSMC reportedly plans to build 12 fabs, four packaging facilities in Arizona — plan purportedly part of Taiwan's agreed $500 million investment in the US TSMC reportedly plans to build 12 fabs, four packaging facilities in Arizona — plan purportedly part of Taiwan's agreed $500 million investment in the US

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

5 часов назад @ reddit.com
Italy court rules Netflix unlawfully increased prices. Consumers: 'Refunds up to 500 euros.' The company: we will appeal
Italy court rules Netflix unlawfully increased prices. Consumers: 'Refunds up to 500 euros.' The company: we will appeal Italy court rules Netflix unlawfully increased prices. Consumers: 'Refunds up to 500 euros.' The company: we will appeal

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

5 часов назад @ reddit.com
Supermicro co-founder pleads not guilty to smuggling billions of dollars of Nvidia servers to China — suspected smuggler released on $5 million bond
Supermicro co-founder pleads not guilty to smuggling billions of dollars of Nvidia servers to China — suspected smuggler released on $5 million bond Supermicro co-founder pleads not guilty to smuggling billions of dollars of Nvidia servers to China — suspected smuggler released on $5 million bond

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

5 часов назад @ reddit.com
Google now allows Gmail users to change their username: What to know before changing Gmail username, what happens to the old username and other key things not to miss
Google now allows Gmail users to change their username: What to know before changing Gmail username, what happens to the old username and other key things not to miss Google now allows Gmail users to change their username: What to know before changing Gmail username, what happens to the old username and other key things not to miss

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

6 часов назад @ reddit.com
Anthropic's Boris Cherny, creator of the $2.5 billion coding tool, makes a ‘clarification’ on the Claude Code leak: ‘It's never an individual's fault,
Anthropic's Boris Cherny, creator of the $2.5 billion coding tool, makes a ‘clarification’ on the Claude Code leak: ‘It's never an individual's fault, Anthropic's Boris Cherny, creator of the $2.5 billion coding tool, makes a ‘clarification’ on the Claude Code leak: ‘It's never an individual's fault,

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

7 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 12 часов назад
Kin - Everyday tools. No strings.
Kin - Everyday tools. No strings.

Colour Pickerv2.0by dBridgePick any colour on the wheel, dial in lightness and saturation, then explore harmony palettes, shades, and tints.

Copy values as hex, RGB, HSL, or a CSS variable.

Check WCAG contrast and preview colour blindness modes.

Nothing leaves your browser.

Replaces Coolors Pro, Adobe Color, browser dev tool colour pickersSee it in action →

12 часов назад @ kintools.net
I used AI. It worked. I hated it.: Taggart Tech
I used AI. It worked. I hated it.: Taggart Tech I used AI. It worked. I hated it.: Taggart Tech

If I decided I hated it, there was nothing stopping me from blowing all the code away and rebuilding a lighter solution.

I also maintained a TASKS.md file that I used to track features already implemented and yet to come.

One time, during a security fix, the model's code introduced a non-obvious DoS vector.

The safeties inherent in a well-considered Rust development process can help keep a generative model on track.

The training corpora of these models includes code with licenses not meant to be used in this way.

12 часов назад @ taggart-tech.com
Yeachan-Heo/oh-my-codex: OmX - Oh My codeX: Your codex is not alone. Add hooks, agent teams, HUDs, and so much more.
Yeachan-Heo/oh-my-codex: OmX - Oh My codeX: Your codex is not alone. Add hooks, agent teams, HUDs, and so much more. Yeachan-Heo/oh-my-codex: OmX - Oh My codeX: Your codex is not alone. Add hooks, agent teams, HUDs, and so much more.

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

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

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

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

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

12 часов назад @ github.com
OpenClaw: The complete guide to building, training, and living with your personal AI agent
OpenClaw: The complete guide to building, training, and living with your personal AI agent OpenClaw: The complete guide to building, training, and living with your personal AI agent

OpenClaw agents, which operate my businesses, write code, close sales deals, and make sure I get to my kids’ basketball games on time.

OpenClaw is an open-source personal AI assistant that is more powerful, more autonomous, and more fun to use than anything else I’ve tried.

How I AI: my personal OpenClaw setupOK, so you finally have this bot set up.

Six easy and useful OpenClaw workflowsI do a lot with my OpenClaw agents now, but below are some easy places to start.

The simplest way to give your OpenClaw access to environment variables is to put them in .openclaw/.env.

12 часов назад @ lennysnewsletter.com
BrowserGate
BrowserGate BrowserGate

LinkedIn Is Illegally Searching Your ComputerMicrosoft is running one of the largest corporate espionage operations in modern history.

Because LinkedIn knows each user’s real name, employer, and job title, it is not searching anonymous visitors.

is an association of commercial LinkedIn users.

LinkedIn has already sent enforcement threats to users of third-party tools, using data obtained through this covert scanning to identify its targets.

Meanwhile, LinkedIn already operates an internal API called Voyager that powers every LinkedIn web and mobile product at 163,000 calls per second.

12 часов назад @ browsergate.eu
Email obfuscation: What still works in 2023?
Email obfuscation: What still works in 2023? Email obfuscation: What still works in 2023?

Email address obfuscation: What works in 2026?

email { height : 2em ; margin : -1em 0 ; vertical-align : middle ; }BrowserInspiration: rouninmedia.github.ioThis hides the email address in an unusual place where most harvesters won’t think to look.

1.5 CSS Display noneBlocked 100% of 426 spammersHTML < div class = "email" > ad @< span >email. spencermortensen.

You can write a custom function for each email address, or you can write a single function and apply it to all of the email addresses on the page.

If the link text also contains the email address, then the email address is additionally exposed as plain text, and you’ll need to layer on at least one of the plain-text obfuscation techniq…

12 часов назад @ spencermortensen.com
axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity
axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity

The Backstage team has confirmed that this workflow is intentionally sandboxed and the malicious package install does not impact the project.

Using this access, the attacker published malicious builds across both the 1.x and 0.x release branches simultaneously, maximizing the number of projects exposed.

Step 2 - Staging the Malicious DependencyBefore publishing the malicious axios versions, the attacker pre-staged [email protected] from account [email protected] .

Every developer who ran npm install with the compromised axios version outside of CI is a potential point of compromise.

npm Package SearchSearch across all PRs in all repositories across your organization to find where a speci…

12 часов назад @ stepsecurity.io
GitHub - emdash-cms/emdash · GitHub
GitHub - emdash-cms/emdash · GitHub GitHub - emdash-cms/emdash · GitHub

EmDash takes the ideas that made WordPress dominant -- extensibility, admin UX, a plugin ecosystem -- and rebuilds them on serverless, type-safe foundations.

WordPress plugins have full access to the database, filesystem, and user data.

EmDash plugins run in isolated Worker sandboxes via Dynamic Worker Loaders, each with a declared capability manifest.

WordPress migration -- Import posts, pages, media, and taxonomies from WXR exports, the WordPress REST API, or WordPress.com.

To contribute:git clone https://github.com/emdash-cms/emdash.git && cd emdash pnpm install pnpm buildRun the demo (Node.js + SQLite, no Cloudflare account needed):pnpm --filter emdash-demo seed pnpm --filter emdash-dem…

12 часов назад @ github.com
How A.I. Helped One Man (and His Brother) Build a $1.8 Billion Company - The New York Times
How A.I. Helped One Man (and His Brother) Build a $1.8 Billion Company - The New York Times

Please enable JS and disable any ad blocker

12 часов назад @ nytimes.com
Good CTE, bad CTE | boringSQL
Good CTE, bad CTE | boringSQL Good CTE, bad CTE | boringSQL

EXPLAIN WITH rand AS ( SELECT id, random() AS r FROM orders ) SELECT * FROM rand WHERE r < 0 .

01 ;QUERY PLAN ----------------------------------------------------------------------- CTE Scan on rand (cost=2105.00..4355.00 rows=33333 width=12) Filter: (r < '0.01'::double precision) CTE rand -> Seq Scan on orders (cost=0.00..2105.00 rows=100000 width=12) (4 rows)Even though rand is referenced only once, the CTE Scan is there.

Decision matrixHere's the full picture across PostgreSQL versions:Condition PG ≤ 11 PG 12–16 PG 17–18 Single ref, pure SELECT Materialized Inlined Inlined Multiple refs, pure SELECT Materialized Materialized Materialized (better stats) VOLATILE function Materialized Mate…

1 day, 12 hours назад @ boringsql.com
Introducing EmDash — the spiritual successor to WordPress that solves plugin security
Introducing EmDash — the spiritual successor to WordPress that solves plugin security Introducing EmDash — the spiritual successor to WordPress that solves plugin security

Why, after over two decades, is WordPress plugin security so problematic?

A WordPress plugin is a PHP script that hooks directly into WordPress to add or modify functionality.

There is no isolation: a WordPress plugin has direct access to the WordPress site’s database and filesystem.

This security model has a strict guarantee: an EmDash plugin can only perform the actions explicitly declared in its manifest.

Solving plugin security means solving marketplace lock-inWordPress plugin security is such a real risk that WordPress.org manually reviews and approves each plugin in its marketplace.

1 day, 12 hours назад @ blog.cloudflare.com
claw-code
claw-code claw-code

Rust PortThe Rust workspace under rust/ is the current systems-language port of the project.

The Claw Code source had been exposed, and the entire dev community was in a frenzy.

Despite his countless hours with Claw Code, Jin isn't faithful to any one AI lab.

Codex is better at reasoning, while Claw Code generates cleaner, more shareable code.

src/ contains the active Python porting workspacecontains the active Python porting workspace tests/ verifies the current Python workspaceverifies the current Python workspace the exposed snapshot is no longer part of the tracked repository stateThe current Python workspace is not yet a complete one-to-one replacement for the original system, but the …

1 day, 12 hours назад @ github.com
siddharthvaddem/openscreen: Create stunning screen recordings for free. Open-source, no subscriptions, no watermarks, and free for commercial use. An alternative to Screen Studio.
siddharthvaddem/openscreen: Create stunning screen recordings for free. Open-source, no subscriptions, no watermarks, and free for commercial use. An alternative to Screen Studio. siddharthvaddem/openscreen: Create stunning screen recordings for free. Open-source, no subscriptions, no watermarks, and free for commercial use. An alternative to Screen Studio.

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

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

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

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

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

1 day, 12 hours назад @ github.com
your hex editor should color-code bytes
your hex editor should color-code bytes your hex editor should color-code bytes

your hex editor should color-code bytes alice pellerin • 2026-03-31too often, i see hex editors that look like this:00000000 00 00 02 00 28 00 00 00 88 15 00 00 C4 01 00 00 ⋄ ⋄ • ⋄ ( ⋄ ⋄ ⋄ ו ⋄ ⋄ ו ⋄ ⋄ 00000010 14 00 00 00 03 00 00 00 00 01 00 00 03 00 00 00 • ⋄ ⋄ ⋄ • ⋄ ⋄ ⋄ ⋄ • ⋄ ⋄ • ⋄ ⋄ ⋄ 00000020 3C 00 00 00 C4 0A 00 00 50 00 00 00 18 00 00 00 < ⋄ ⋄ ⋄ ×⏎ ⋄ ⋄ P ⋄ ⋄ ⋄ • ⋄ ⋄ ⋄ 00000030 14 00 00 10 00 00 00 00 18 00 00 20 00 00 00 00 • ⋄ ⋄ • ⋄ ⋄ ⋄ ⋄ • ⋄ ⋄ ⋄ ⋄ ⋄ ⋄ 00000040 20 00 00 30 00 00 00 00 51 00 00 00 48 00 00 00 ⋄ ⋄ 0 ⋄ ⋄ ⋄ ⋄ Q ⋄ ⋄ ⋄ H ⋄ ⋄ ⋄ 00000050 10 00 00 80 00 00 00 00 00 00 00 A0 00 00 00 00 • ⋄ ⋄ × ⋄ ⋄ ⋄ ⋄ ⋄ ⋄ ⋄ × ⋄ ⋄ ⋄ ⋄ 00000060 01 00 00 A0 01 00 00 00 02 00 00 A0 02 00 00 00…

1 day, 12 hours назад @ simonomi.dev
A Dot a Day Keeps the Clutter Away — Scott Lawson
A Dot a Day Keeps the Clutter Away — Scott Lawson A Dot a Day Keeps the Clutter Away — Scott Lawson

The walls are lined with clear boxes, each one labeled, dated, and covered in dot stickers.

Right: the dot system, one color per year, started May 17, 2022.

I went through three generations of bags: ziplock bags from the grocery store, then clear logo-free bags from AliExpress (which wrinkled), then thick-walled clear bags that were more expensive but worth it.

Dot It YourselfPrinciples I've learned over four years of the dot system.

The dot system doesn't have to be figured out all at once.

1 day, 12 hours назад @ scottlawsonbc.com
Changelog Changelog
последний пост 6 days, 21 hours назад
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.

6 days, 21 hours назад @ changelog.com
From Tailnet to platform
From Tailnet to platform From Tailnet to platform

Server ErrorOops!

Looks like the server had a hiccup.

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

In the meantime, enjoy some clips!

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

3 weeks, 2 days назад @ changelog.com
Finale & Friends
Finale & Friends Finale & Friends

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

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

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

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

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

1 month назад @ changelog.com
Opus 4.5 changed everything
Opus 4.5 changed everything Opus 4.5 changed everything

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

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

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

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

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

1 month назад @ changelog.com
The mythical agent-month
The mythical agent-month The mythical agent-month

Changelog News!

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

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

1 month, 1 week назад @ changelog.com
Selling SDKs in the era of many Claudes
Selling SDKs in the era of many Claudes Selling SDKs in the era of many Claudes

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

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

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

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

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

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

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

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

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

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

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

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

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

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

At an unbeatable price.

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

1 month, 3 weeks назад @ changelog.com
The tech monoculture is finally breaking
The tech monoculture is finally breaking The tech monoculture is finally breaking

Changelog News!

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

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

1 month, 4 weeks назад @ changelog.com
Natural born SaaS killers
Natural born SaaS killers Natural born SaaS killers

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

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

At an unbeatable price.

Squarespace – A website makes it real!

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

2 months назад @ changelog.com
ZDNet ZDNet
последний пост 58 минут назад
You can use Google Meet with CarPlay now: How to join meetings safely in your car
You can use Google Meet with CarPlay now: How to join meetings safely in your car You can use Google Meet with CarPlay now: How to join meetings safely in your car

Apple / Google / ZDNETFollow ZDNET: Add us as a preferred source on Google.

ZDNET's key takeawaysGoogle has introduced support for Meet to Apple CarPlay.

If you use Google Meet for work, you'll soon be able to easily join your meetings on the road -- at least if you're in the Apple ecosystem.

This feature will be on by default if you have Google Meet on your iPhone.

How to join a Meet from your carTo join a meeting from your car, you will need Meet on your phone.

58 минут назад @ zdnet.com
I tested cheap monitors for the office - this $80 MSI is one of the few I'd actually recommend
I tested cheap monitors for the office - this $80 MSI is one of the few I'd actually recommend

MSI's Pro MP243W 24-inch monitor pairs well with other budget laptops for an affordable home workstation.

1 час назад @ zdnet.com
I've worn the Oura Ring and Apple Watch for years: Here's which of two is more essential
I've worn the Oura Ring and Apple Watch for years: Here's which of two is more essential I've worn the Oura Ring and Apple Watch for years: Here's which of two is more essential

Take the Oura Ring and the Apple Watch, for example.

In fact, the Apple Watch is great for swimmers and water-based activities, with the Apple Watch seeing significant improvements in the water.

You want to keep it discreetThe Apple Watch offers various customization options with different watch faces and a selection of bands.

Also: The best smart rings you can buyWhen I wear smart rings, most people are surprised to learn that they have any tech capabilities at all.

I've tested both the Oura Ring and the Apple Watch, and find them useful for different things.

1 час назад @ zdnet.com
Your TV may be tracking your viewing data - here's how to stop it (beyond disabling ACR)
Your TV may be tracking your viewing data - here's how to stop it (beyond disabling ACR)

Smart TVs are designed to monitor your content and serve ads across every input. Here are some ways to shut down that tracking and regain control.

2 часа назад @ zdnet.com
Windows 11 Home vs. Windows 11 Pro: I found the differences that truly matter
Windows 11 Home vs. Windows 11 Pro: I found the differences that truly matter Windows 11 Home vs. Windows 11 Pro: I found the differences that truly matter

In this comparison, I will break down the key differences between Windows 11 Home and Windows 11 Pro, helping you decide which edition is a better fit for your needs and workflow.

You can use Microsoft's Windows 11 Installation Assistant to install Windows 11 on your PC, or create a USB installation device to set it up on another computer.

How to wipe your old Windows PC clean before getting rid of itBy comparison, Windows 11 Pro is more expensive, costing around $200 for a full license or $100 to upgrade from Windows 11 Home.

It is possible to find discounted Windows 11 Pro product keys online for less than $30 on certain third-party websites.

For anyone planning to test apps or systems, W…

2 часа назад @ zdnet.com
How Flipboard's new Surf app lets you merge social feeds, YouTube, and RSS to escape the algorithm - finally
How Flipboard's new Surf app lets you merge social feeds, YouTube, and RSS to escape the algorithm - finally How Flipboard's new Surf app lets you merge social feeds, YouTube, and RSS to escape the algorithm - finally

Flipboard Surf has a shot.

Surf combines social networks with text, video, and audio feeds.

Hanging ten with Flipboard Surf sjvnDo people want this?

For example, while I'm an enthusiastic Mastodon and Bluesky user, both social networks lag far behind Facebook and Twitter/X.

Are there enough folks who like real content for Surf to be successful?

3 часа назад @ zdnet.com
I tried ChatGPT's new CarPlay integration: It's my new go-to for the questions Siri can't answer
I tried ChatGPT's new CarPlay integration: It's my new go-to for the questions Siri can't answer I tried ChatGPT's new CarPlay integration: It's my new go-to for the questions Siri can't answer

You need iOS 26.4, the latest version of the ChatGPT app, and CarPlay.

As an iPhone owner, Siri is my go-to voice assistant when I'm driving and plugged in to Apple CarPlay.

You must also have the latest version of the ChatGPT app.

The next time you open ChatGPT in CarPlay, voice mode should be on by default.

Unlike Siri, ChatGPT can't directly work with your iPhone.

4 часа назад @ zdnet.com
Do Apple's new AirPods Max 2 beat the Airpods Pro 3? I've tried both, here's my take
Do Apple's new AirPods Max 2 beat the Airpods Pro 3? I've tried both, here's my take Do Apple's new AirPods Max 2 beat the Airpods Pro 3? I've tried both, here's my take

The AirPods Max 2 and AirPods Pro 3 share the same H2 audio chip.

Review: AirPods Max 2Both the AirPods Pro 3 and AirPods Max 2 support Apple's studio-quality voice recording for enhanced voice clarity across phone calls, FaceTime, Voice Memos, the Camera app, and compatible third-party applications.

Why I advocate for the AirPods Pro 3Jada Jones/ZDNETWith just an iPhone, you can access almost everything the AirPods Pro 3 have to offer.

Review: AirPods Pro 3The AirPods Pro 3 have better microphone voice pickup, thanks to their placement at the bottom of the earbud stem, closer to your mouth.

Who I recommend the AirPods Max 2 forJada Jones/ZDNETOn the other hand, the AirPods Max 2 are best f…

10 часов назад @ zdnet.com
Brick vs. Bloom Card: I tested both for my screen addiction, and the winner depends on you
Brick vs. Bloom Card: I tested both for my screen addiction, and the winner depends on you Brick vs. Bloom Card: I tested both for my screen addiction, and the winner depends on you

Bloom Card pros and cons Pros Better app than Brick.

A friend of mine and fellow Brick user told me about the Bloom Card and gave me one of his own.

BrickFirst things first: the Bloom Card is $39, whereas the Brick is $54.

In essence, the Bloom Card does the same thing as the Brick.

The Brick is far stricter, and I hope the Brick never offers up breaks because of the counter-productivity of this Bloom feature.

17 часов назад @ zdnet.com
I turned to PrivacyBee to clean up my data - here's how it made me disappear
I turned to PrivacyBee to clean up my data - here's how it made me disappear I turned to PrivacyBee to clean up my data - here's how it made me disappear

PrivacyBee data removal service 4.5 / 5 Very good pros and cons Pros Comprehensive scanningProactive customer supportGranular controlPower of attorney feature Cons Higher tiers are expensive View now at PrivacyBeeFollow ZDNET: Add us as a preferred source on Google.

Over the past couple of weeks, I've been testing a couple of data removal services, starting with DeleteMe and, more recently, PrivacyBee.

There was an instance with a certain data broker where the removal request was unsuccessful.

Other PrivacyBee featuresPrivacyBee's other features support its data removal service.

ZDNET's buying adviceIf you're looking for a truly comprehensive data removal service, PrivacyBee is among the mo…

18 часов назад @ zdnet.com
Android's emergency alerts just got a major map upgrade - but change this setting first
Android's emergency alerts just got a major map upgrade - but change this setting first Android's emergency alerts just got a major map upgrade - but change this setting first

ZDNET's key takeawaysAndroid Wireless Emergency Alerts now include a map.

Not all alerts override volume settings unless you choose to do so.

Android users just got a potentially life-saving update that makes their phone's Wireless Emergency Alerts significantly more useful.

How to make sure you get life-saving weather alertsBy default, not all WEA notifications interrupt Do Not Disturb or other volume settings.

Also: Your best Google weather app alternatives (and what I recommend instead)To prioritize alerts, head to Settings > Safety & emergency > Wireless emergency alerts.

1 day назад @ zdnet.com
How I pay less for gas: 5 apps I use to find the cheapest stations nearby
How I pay less for gas: 5 apps I use to find the cheapest stations nearby How I pay less for gas: 5 apps I use to find the cheapest stations nearby

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

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

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

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

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

1 day назад @ zdnet.com
Google's Gemma 4 model goes fully open-source and unlocks powerful local AI - even on phones
Google's Gemma 4 model goes fully open-source and unlocks powerful local AI - even on phones Google's Gemma 4 model goes fully open-source and unlocks powerful local AI - even on phones

The ability to run an AI model locally without a fee benefits a variety of applications.

There are plenty of folks who want to run AI at home, without relying on the cloud, and for free.

The GemmaverseSince the release of Gemma two years ago, in February 2024, the open model has experienced considerable adoption.

Security: Gemma models "Undergo the same rigorous infrastructure security protocols as our proprietary models," according to the announcement blog post.

Gemma models "Undergo the same rigorous infrastructure security protocols as our proprietary models," according to the announcement blog post.

1 day, 1 hour назад @ zdnet.com
New MIT jobs report: Why AI's work impact will roll in like a rising tide, not a crashing wave
New MIT jobs report: Why AI's work impact will roll in like a rising tide, not a crashing wave New MIT jobs report: Why AI's work impact will roll in like a rising tide, not a crashing wave

ZDNET's key takeawaysNew MIT research defines a longer timeline for AI's job impacts.

AI is improving at work tasks, but its impact may take longer to fully reach the workforce.

Rather than "crashing waves" that will shock workers, researchers describe a "rising tide" that gives them more time to adapt.

To ensure real-world relevance, researchers focused on tasks where AI could help humans save at least 10% of their time.

Where AI isn't fully replacing human workers, it's extending the bounds of work itself.

1 day, 1 hour назад @ zdnet.com
New out-of-band Windows 11 update fixes March's installation errors - how to get it
New out-of-band Windows 11 update fixes March's installation errors - how to get it New out-of-band Windows 11 update fixes March's installation errors - how to get it

ZDNET's key takeawaysA new Windows 11 emergency update replaces a broken preview update.

The latter issue was the case with the March non-security preview update, which is why the company now has a new out-of-band update designed to replace the glitchy one.

Out-of-band updateReleased on March 26, last month's non-security preview update KB5079391 added a smattering of new features and fixes to Windows 11 25H2 and 24H2.

As with each month's preview update, this one was a preview of the following month's official Patch Tuesday rollout.

If not, head to Settings, select Windows Update, and then check for the latest update.

1 day, 2 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 1 час назад
The final days of the Tesla Model X and S are here. All bets are on the Cybercab.
The final days of the Tesla Model X and S are here. All bets are on the Cybercab.

It's new era for Tesla — and one that will rely on its ability to launch the Cybercab and mass produce the Optimus robot.

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

2 часа назад @ techcrunch.com
The Facebook insider building content moderation for the AI era
The Facebook insider building content moderation for the AI era

Moonbounce has raised $12 million to grow its AI control engine that converts content moderation policies into consistent, predictable AI behavior.

3 часа назад @ techcrunch.com
Amazon hits sellers with ‘fuel surcharge’ as Iran war roils global energy markets
Amazon hits sellers with ‘fuel surcharge’ as Iran war roils global energy markets

The e-commerce giant called the surcharge "temporary" but couldn't give a date for when the policy would be retired.

18 часов назад @ techcrunch.com
Telehealth giant Hims & Hers says its customer support system was hacked
Telehealth giant Hims & Hers says its customer support system was hacked

The U.S. telehealth giant says hackers stole customer support ticket data over the course of several days in February.

20 часов назад @ techcrunch.com
Artemis II is NASA’s last moon mission without Silicon Valley
Artemis II is NASA’s last moon mission without Silicon Valley

Next time around, the pressure will be on SpaceX and Blue Origin.

21 час назад @ techcrunch.com
Gateway Capital announces first close of $25M Fund II
Gateway Capital announces first close of $25M Fund II

Gateway Capital, the Milwaukee-based venture firm founded by Dana Guthrie, can now begin investment operations for its $25M Fund II.

22 часа назад @ techcrunch.com
OpenAI acquires TBPN, the buzzy founder-led business talk show
OpenAI acquires TBPN, the buzzy founder-led business talk show

TBPN, Silicon Valley's cult-favorite tech podcast, will operate independently, even as it's overseen by chief political operative Chris Lehane.

22 часа назад @ techcrunch.com
Flipboard’s new ‘social websites’ help publishers and creators tap into the open social web
Flipboard’s new ‘social websites’ help publishers and creators tap into the open social web

Flipboard's social websites consolidate profiles and posts from Bluesky, Mastodon, Threads, YouTube, podcasts, blogs, and RSS feeds into a single, shared destination.

22 часа назад @ techcrunch.com
ElevenLabs releases a new AI-powered music generation app
ElevenLabs releases a new AI-powered music generation app

ElevenMusic lets users create and remix songs using text prompts

22 часа назад @ techcrunch.com
NASA astronauts prove that sending an email really is rocket science
NASA astronauts prove that sending an email really is rocket science

NASA Artemis II commander Reid Wiseman faced the most earthly possible conflict while in outer space: his Outlook wasn't working.

23 часа назад @ techcrunch.com
Microsoft takes on AI rivals with three new foundational models
Microsoft takes on AI rivals with three new foundational models

MAI released models that can transcribe voice into text as well as generate audio and images after the group's formation six months ago.

1 day, 1 hour назад @ techcrunch.com
Money transfer app Duc exposed thousands of driver’s licenses and passports to the open web
Money transfer app Duc exposed thousands of driver’s licenses and passports to the open web

An exposed Amazon-hosted server allowed anyone to access reams of customer data without needing a password.

1 day, 1 hour назад @ techcrunch.com
Google now lets you direct avatars through prompts in its Vids app
Google now lets you direct avatars through prompts in its Vids app

Google is adding a way to customize and instruct avatars for video creation in the Vids app

1 day, 1 hour назад @ techcrunch.com
ICE says it bought Paragon’s spyware to use in drug trafficking cases
ICE says it bought Paragon’s spyware to use in drug trafficking cases

The acting director of U.S. Immigration and Customs Enforcement told lawmakers that the use of Paragon spyware is necessary to counter terrorists’ “thriving exploitation of encrypted communications platforms.”

1 day, 2 hours назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
Half of Planned US Data Center Builds Have Been Delayed or Canceled
Half of Planned US Data Center Builds Have Been Delayed or Canceled Half of Planned US Data Center Builds Have Been Delayed or Canceled

Despite hundreds of billions of dollars in investment, nearly half of planned U.S. data center projects are being delayed or canceled. "One major reason behind these setbacks is the availability of key electrical components -- such as transformers, switchgear, and batteries -- that are used both at data center sites and outside of them," reports Tom's Hardware. "Meanwhile, grid infrastructure is also stressed by electric vehicles and electrified heating systems." Tom's Hardware reports: Approximately 12 gigawatts (12 GW) of data center capacity is expected to come online in the U.S. in 2026, according to data by market intelligence firm Sightline Climate cited by Bloomberg. Yet only about o…

1 час назад @ hardware.slashdot.org
Perplexity's 'Incognito Mode' Is a 'Sham,' Lawsuit Says
Perplexity's 'Incognito Mode' Is a 'Sham,' Lawsuit Says Perplexity's 'Incognito Mode' Is a 'Sham,' Lawsuit Says

An anonymous reader quotes a report from Ars Technica: Perplexity's AI search engine encourages users to go deeper with their prompts by engaging in chat sessions that a lawsuit has alleged are often shared in their entirety with Google and Meta without users' knowledge or consent. "This happened to every user regardless of whether or not they signed up for a Perplexity account," the lawsuit alleged, while stressing that "enormous volumes of sensitive information from both subscribed and non-subscribed users" are shared. Using developer tools, the lawsuit found that opening prompts are always shared, as are any follow-up questions the search engine asks that a user clicks on. Privacy concer…

2 часа назад @ yro.slashdot.org
Python Blood Could Hold the Secret To Healthy Weight Loss
Python Blood Could Hold the Secret To Healthy Weight Loss Python Blood Could Hold the Secret To Healthy Weight Loss

Longtime Slashdot reader fahrbot-bot writes: CU Boulder researchers are reporting that they have discovered an appetite-suppressing compound in python blood that helps the snakes consume enormous meals and go months without eating yet remain metabolically healthy. The findings were published in the journal Natural Metabolism on March 19, 2026. Pythons can grow as big as a telephone pole, swallow an antelope whole, and go months or even years without eating -- all while maintaining a healthy heart and plenty of muscle mass. In the hours after they eat, research has shown, their heart expands 25% and their metabolism speeds up 4,000-fold to help them digest their meal. The team measured blood…

6 часов назад @ science.slashdot.org
Renewables Reached Nearly 50% of Global Electricity Capacity Last Year
Renewables Reached Nearly 50% of Global Electricity Capacity Last Year Renewables Reached Nearly 50% of Global Electricity Capacity Last Year

Renewables made up nearly half of global installed electricity capacity by the end of 2025, "accounting for 85.6% of global capacity expansion," reports the Register, citing the International Renewable Energy Agency's (IRENA) 2026 Renewable Capacity Statistics report. "Per IRENA's data, that aforementioned 85.6 percent share of new power capacity additions was actually a decrease from 2024, when renewables were about 92 percent of global capacity additions. Yes, the share of total installed power capacity in 2025 rose again, but non-renewable capacity additions also rebounded sharply last year." From the report: Solar, in turn, was the dominant renewable technology, accounting for nearly th…

10 часов назад @ hardware.slashdot.org
EPA Flags Microplastics, Pharmaceuticals As Contaminants In Drinking Water
EPA Flags Microplastics, Pharmaceuticals As Contaminants In Drinking Water EPA Flags Microplastics, Pharmaceuticals As Contaminants In Drinking Water

An anonymous reader quotes a report from NPR: Responding to public health concerns about microplastics and pharmaceuticals in the nation's drinking water, the Trump administration for the first time has placed them on a draft list of contaminants maintained by the Environmental Protection Agency. The EPA announced the move Thursday, touting it as a "historic step" for the Make America Healthy Again, or MAHA, movement, which often raises concerns about toxic chemicals and plastic pollution in our food and environment. Also Thursday, the Department of Health and Human Services announced a $144 million initiative, called STOMP, to develop tools to measure and monitor microplastics in drinking …

14 часов назад @ yro.slashdot.org
Mount Everest Climbers 'Poisoned' By Guides In Insurance Fraud Scheme
Mount Everest Climbers 'Poisoned' By Guides In Insurance Fraud Scheme Mount Everest Climbers 'Poisoned' By Guides In Insurance Fraud Scheme

schwit1 shares a report from the Kathmandu Post: In Nepal, helicopter rescue on high altitude is, by any measure, a genuine lifesaving operation. At high altitude, where oxygen thins and weather changes without warning, the ability to airlift a stricken trekker to Kathmandu within hours has saved countless lives. But threaded through that legitimate system, exploiting its urgency, its opacity, and its distance from oversight, is one of the most sophisticated insurance fraud networks in the world. Nepal's fake rescue scam is not new. The Kathmandu Post first exposed it in 2018. Months later, the government convened a fact-finding committee, produced a 700-page report, and announced reforms. …

18 часов назад @ news.slashdot.org
OpenAI Acquires Popular Tech-Industry Talk Show TBPN
OpenAI Acquires Popular Tech-Industry Talk Show TBPN OpenAI Acquires Popular Tech-Industry Talk Show TBPN

OpenAI is acquiring tech news podcast TBPN, a fast-growing daily show hosted by John Coogan and Jordi Hays. OpenAI says TBPN will keep its editorial independence, even though the acquisition is widely viewed as part of a broader effort to influence public discourse around AI. CNBC reports: In the announcement, OpenAI CEO of AGI Deployment Fidji Simo wrote that their mission of bringing artificial general intelligence comes with a responsibility to have a space for "constructive conversation about the changes AI creates." Altman has appeared on TBPN multiple times and is a frequent presence across media and podcasts, even hitting NBC's "Tonight Show Starring Jimmy Fallon" in December. The an…

19 часов назад @ tech.slashdot.org
Amazon Imposes 3.5% Fuel Surcharge For Many Online Merchants
Amazon Imposes 3.5% Fuel Surcharge For Many Online Merchants Amazon Imposes 3.5% Fuel Surcharge For Many Online Merchants

An anonymous reader quotes a report from Bloomberg: Amazon will start charging sellers who use its shipping services a 3.5% "fuel and logistics" surcharge later this month, joining the ranks of shipping companies raising prices as the war in Iran pushes oil prices higher. The fees take effect on April 17 for customers of the company's Fulfillment by Amazon service -- which is used by many of the independent sellers who list their products on Amazon's retail sites -- in the US and Canada. Items shipped by Amazon on behalf of merchants who sell on their own sites or at other retailers will carry the surcharge beginning May 2. "Elevated costs in fuel and logistics have increased the cost of op…

20 часов назад @ news.slashdot.org
IBM Teams Up With Arm To Run Arm Workloads On IBM Z Mainframes
IBM Teams Up With Arm To Run Arm Workloads On IBM Z Mainframes IBM Teams Up With Arm To Run Arm Workloads On IBM Z Mainframes

IBM and Arm are teaming up to let Arm-based software run on IBM Z mainframes. Network World reports: The two companies plan to work on three things: building virtualization tools so Arm software can run on IBM platforms; making sure Arm applications meet the security and data residency rules that regulated industries must follow; and creating common technology layers so enterprises have more software options across both platforms, IBM said in a statement. IBM has not said whether the virtualization work will happen at the hypervisor level, through its existing PR/SM partitioning technology, or via containers -- a question enterprise architects will need answered before they can assess the c…

21 час назад @ slashdot.org
Raspberry Pi 4 3GB Launches, Raspberry Pi Prices Go Up Again Due To RAM
Raspberry Pi 4 3GB Launches, Raspberry Pi Prices Go Up Again Due To RAM Raspberry Pi 4 3GB Launches, Raspberry Pi Prices Go Up Again Due To RAM

AmiMoJo shares a report from Phoronix: Raspberry Pi prices are going up yet again due to the continued memory squeeze on the industry. To help offset the memory prices for some use-cases, Raspberry Pi also announced the introduction of the Raspberry Pi 4 3GB model at $83 to help fill the void between the 2GB and 4GB options. The 3GB Raspberry Pi 4 was announced at $83.75 USD for those not needing quite 4GB of RAM and looking to save some memory given the ongoing price increases. The Raspberry Pi 4 and Raspberry Pi 5 4GB models are seeing new $25 price increases, the 8GB models seeing $50 price increases, and the 16GB Raspberry Pi 5 is going up by $100. The Raspberry Pi 500+ is seeing a $150…

22 часа назад @ hardware.slashdot.org
Google Announces Gemma 4 Open AI Models, Switches To Apache 2.0 License
Google Announces Gemma 4 Open AI Models, Switches To Apache 2.0 License Google Announces Gemma 4 Open AI Models, Switches To Apache 2.0 License

An anonymous reader quotes a report from Ars Technica: Google's Gemini AI models have improved by leaps and bounds over the past year, but you can only use Gemini on Google's terms. The company's Gemma open-weight models have provided more freedom, but Gemma 3, which launched over a year ago, is getting a bit long in the tooth. Starting today, developers can start working with Gemma 4, which comes in four sizes optimized for local usage. Google has also acknowledged developer frustrations with AI licensing, so it's dumping the custom Gemma license. Like past versions of its open-weight models, Google has designed Gemma 4 to be usable on local machines. That can mean plenty of things, of cou…

23 часа назад @ tech.slashdot.org
Artemis II Astronauts Have 'Two Microsoft Outlooks' and Neither Work
Artemis II Astronauts Have 'Two Microsoft Outlooks' and Neither Work Artemis II Astronauts Have 'Two Microsoft Outlooks' and Neither Work

Even on NASA's Artemis II mission around the moon, astronauts apparently still have to deal with broken Microsoft Outlook. One of the crew members, Reid Wiseman, jokingly reported that he had "two Microsoft Outlooks" and neither worked. 404 Media reports: On April 1, four astronauts from the U.S. and Canada embarked on a 10-day flight to loop around the moon. Spotted by VGBees podcast host Niki Grayson on the NASA livestream of live views from the , around 2 a.m. ET, mission control acknowledges an issue with a process control system and offers to remote in -- yes, like how your office IT guy would pause his CoD campaign to log into Okta for you because you used the wrong password too many …

1 day назад @ science.slashdot.org
Nvidia Rolls Out Its Fix For PC Gaming's 'Compiling Shaders' Wait Times
Nvidia Rolls Out Its Fix For PC Gaming's 'Compiling Shaders' Wait Times Nvidia Rolls Out Its Fix For PC Gaming's 'Compiling Shaders' Wait Times

Nvidia has begun rolling out a beta feature that automatically compiles game shaders while a PC is idle. It won't eliminate shader compilation the first time a game runs, but Ars Technica reports it could help reduce those repeated wait times. From the report: Nvidia's new Auto Shader Compilation system promises to "reduc[e] the frequency of game runtime compilation after driver updates" for users running Nvidia's GeForce Game Ready Driver 595.97 WHQL or later. When the feature is active and your machine is idle, the app will automatically start rebuilding DirectX drivers for your games so they're all set to roll the next time they launch. While the feature defaults to being turned off when…

1 day, 1 hour назад @ tech.slashdot.org
Steam On Linux Use Skyrocketed Above 5% In March
Steam On Linux Use Skyrocketed Above 5% In March Steam On Linux Use Skyrocketed Above 5% In March

Valve's March 2026 Steam Survey shows Linux gaming usage jumping to a record 5.33% share -- more than double macOS's 2.35%. Phoronix reports: Steam on Linux was never above 5% and easily an all-time high for the Linux gaming marketshare, especially in absolute numbers. It was a massive 3.1% spike in March while macOS also jumped surprisingly by 1.19% to 2.35%. The Steam Survey numbers show Windows losing 4.28%, down to 92.33%. Part of the jump at least appears to be explained by Valve correcting again the Steam China numbers. Month over month they report a 31.85% drop to the Simplified Chinese language use and English use increasing by 16.82% to 39.09%. Other languages also showed gains ami…

1 day, 2 hours назад @ linux.slashdot.org
Group Pushing Age Verification Requirements For AI Sneakily Backed By OpenAI
Group Pushing Age Verification Requirements For AI Sneakily Backed By OpenAI Group Pushing Age Verification Requirements For AI Sneakily Backed By OpenAI

An anonymous reader quotes a report from Gizmodo: OpenAI hasn't been shy about spending money lobbying for favorable laws and regulations. But when it comes to its involvement with child safety advocacy groups, the company has apparently decided it's best to stay in the shadows -- even if it means hiding from the people actually pushing for policy changes. According to a report from the San Francisco Standard, a number of people involved in the California-based Parents and Kids Safe AI Coalition were blindsided to learn their efforts were secretly being funded by OpenAI. Per the Standard, the Parents and Kids Safe AI Coalition was a group formed to push the Parents and Kids Safe AI Act, a p…

1 day, 6 hours назад @ news.slashdot.org
Блоги людей
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.

3 days, 7 hours назад @ stratechery.com
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 week, 5 days назад @ nedbatchelder.com
Agents Over Bubbles
Agents Over Bubbles

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

2 weeks, 4 days назад @ stratechery.com
Anthropic and Alignment
Anthropic and Alignment Anthropic and Alignment

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

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

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

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

Starting with pytest’s parametrize first).

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

data parameters.I’ve been working on a project

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

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

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

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

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

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

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

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

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

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

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

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

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

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

1 month, 4 weeks назад @ stratechery.com
Сага о двух туалетах в IT-корпорации
Сага о двух туалетах в IT-корпорации

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

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

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

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

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

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

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

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

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

testing, and linked to pytest docs and a

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

pytest.raises as a context manager, and have

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

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

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

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

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

Промт

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 months, 4 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 назад @ nedbatchelder.com
Generating data shapes with Hypothesis
Generating data shapes with Hypothesis

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

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

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

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

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

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

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

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

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

3 months, 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…

3 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.

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

Update: I found a solution which I describe in

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 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…

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 months, 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…

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 months, 4 weeks назад @ stratechery.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

had a good conversation with a few people that was mostly guided by questions

from a nice guy named Mark.How to write nice code in researchMark works in research and made the classic observation that research code is

often messy, and asked about how to make it nicer.I pointed out that for software engineers, the code is the product. For

research, the results are the product, so there’s a reason the code can be and

often is messier. It’s important to keep the goal in mind. I mentioned it might

not be worth it to add type annotations, detailed docstrings, or whatever else

would make the code “nice”.But the more you can make “nice” a habit, …

5 months назад @ nedbatchelder.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

had a good conversation with a few people that was mostly guided by questions

from a nice guy named Mark.How to write nice code in researchMark works in research and made the classic observation that research code is

often messy, and asked about how to make it nicer.I pointed out that for software engineers, the code is the product. For

research, the results are the product, so there’s a reason the code can be and

often is messier. It’s important to keep the goal in mind. I mentioned it might

not be worth it to add type annotations, detailed docstrings, or whatever else

would make the code “nice”.But the more you can make “nice” a habit, …

5 months назад @ nedbatchelder.com
Resiliency and Scale
Resiliency and Scale

Decreasing transportation and communications costs increases resiliency in theory, but destroys it in practice. The only way to have resiliency is through less efficiency.

5 months, 1 week назад @ stratechery.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

off. If you haven’t read it yet, start there. It explains the basics of Hobby

curves, Hilbert sorting and Simplex noise that I’m using.AnimationTo animate one of our drawings, instead of considering 40 lines, we’ll think

about 140 lines. The first frame of the animation will draw lines 1 through 40,

the second draws lines 2 through 41, and so on until the 100th frame is lines

100 through 140:I’ve used a single Hilbert sorter for all of the frames to remove some

jumping, but the Hobby curves still hop around. Also the animation doesn’t loop

smoothly, so there’s a giant jump from frame 100 back to frame 1.Natural cubicsHobby curves look nic…

5 months, 2 weeks назад @ nedbatchelder.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

off. If you haven’t read it yet, start there. It explains the basics of Hobby

curves, Hilbert sorting and Simplex noise that I’m using.AnimationTo animate one of our drawings, instead of considering 40 lines, we’ll think

about 140 lines. The first frame of the animation will draw lines 1 through 40,

the second draws lines 2 through 41, and so on until the 100th frame is lines

100 through 140:I’ve used a single Hilbert sorter for all of the frames to remove some

jumping, but the Hobby curves still hop around. Also the animation doesn’t loop

smoothly, so there’s a giant jump from frame 100 back to frame 1.Natural cubicsHobby curves look nic…

5 months, 2 weeks назад @ nedbatchelder.com
Инди-разработка
Show HN Show HN
последний пост 59 минут назад
Show HN: Pre-training, fine-tuning, and evals platform
Show HN: Pre-training, fine-tuning, and evals platform Show HN: Pre-training, fine-tuning, and evals platform

Financial ServicesTop-5 U.S. Bank · 100M Lines of Legacy CodeCustom AI for the institutions that can't afford to get it wrong.

Frontier models failed 50% of code translation tests.

A top-5 U.S. bank is modernizing 100 million lines of legacy code.

“ It's pretty powerful if I can take that model… when I deploy it to production, that data's not going anywhere.

The cost and deployment model you guys offer is kind of ideal for an enterprise.

59 минут назад @ oumi.ai
Show HN: LiteRM-LM for .NET MAUI (Open Source)
Show HN: LiteRM-LM for .NET MAUI (Open Source) Show HN: LiteRM-LM for .NET MAUI (Open Source)

C# bindings for Google AI Edge LiteRT-LM — run Gemma and other LLMs on-device from .NET Android (and eventually .NET MAUI) apps.

This project provides:LiteRtLm.NET — platform-agnostic interfaces and models ( netstandard2.0 )— platform-agnostic interfaces and models ( ) LiteRtLm.NET.Android — Android implementation that binds the Kotlin SDK via auto-generated Java bindings + a thin Kotlin bridge for suspend / Flow / Companion interopNo cloud API keys.

Architecture┌──────────────────────────────────────────────────┐ │ Your .NET MAUI / Android App │ ├──────────────────────────────────────────────────┤ │ LiteRtLm.NET (netstandard2.0) │ │ ILiteRtLmEngine · IModelManager │ │ EngineOptions · Conve…

1 час назад @ github.com
Show HN: TalkType – Offline Linux Speech-to-Text (Whisper, Wayland, AppImage)
Show HN: TalkType – Offline Linux Speech-to-Text (Whisper, Wayland, AppImage) Show HN: TalkType – Offline Linux Speech-to-Text (Whisper, Wayland, AppImage)

TalkType — Speech-to-Text for LinuxFree, offline voice dictation for Linux — works on Wayland and X11 with any desktop environment.

Most voice dictation tools on Linux are either cloud-based (privacy concerns), command-line only (not user-friendly), or broken on Wayland.

GPU accelerated — Optional NVIDIA CUDA support for 3-5x faster transcription.

TalkType offers to install its GNOME extension on first runOr manually: Preferences → Advanced → Install ExtensionLicenseMIT License - see LICENSE file for details.

TalkType - Voice dictation that just works.

1 час назад @ github.com
Show HN: Same agentic pipeline, two implementations – custom async vs. LangGraph
Show HN: Same agentic pipeline, two implementations – custom async vs. LangGraph Show HN: Same agentic pipeline, two implementations – custom async vs. LangGraph

The custom version came first — discovery.py , 1,497 lines of async Python.

In the custom version, state is a dict .

When something breaks in the custom version, the traceback points straight at my code.

In the LangGraph version, there are framework frames between my node function and the error.

I learned those things by running the custom version against thousands of real websites and watching where it broke.

1 час назад @ walsenburgtech.com
Show HN: Notion Calendar Wrapper Linux (tray, libnotify notifications)
Show HN: Notion Calendar Wrapper Linux (tray, libnotify notifications) Show HN: Notion Calendar Wrapper Linux (tray, libnotify notifications)

Unofficial Notion Calendar (Linux desktop)Electron wrapper for Notion Calendar: minimize to tray, native desktop notifications (via notify-send / libnotify), and persisted window size and position.

Linux only — there are no macOS or Windows builds here; anything outside Linux is untested and unsupported.

Upstream is a minimal Linux-friendly wrapper; this fork adds updated dependencies, stricter Electron defaults, tray behavior, and Linux-native notification actions.

Email / password sign-in — Signing in with email and password in the main calendar page works in typical use.

Notification appearance — Action styling and colors follow your Plasma / desktop theme, not the Notion web app.

1 час назад @ github.com
Show HN: Speck PBR – A WebGPU molecular visualizer
Show HN: Speck PBR – A WebGPU molecular visualizer Show HN: Speck PBR – A WebGPU molecular visualizer

Speck PBRA WebGPU molecular visualizer with GPU path-traced global illumination.

Try it liveTry it out in your browser here: https://wwwtyro.github.io/speck-pbr/FeaturesPath-Traced LightingEvery pixel is computed by tracing light paths through the scene.

Video & Image ExportRecord smooth camera animations with keyframe control, including rotation, rocking, and fully custom camera paths.

Trajectory playback can be synchronized with camera animation for molecular dynamics visualizations.

Molecular DynamicsLoad multi-frame XYZ files and scrub or play back trajectories in real time.

1 час назад @ github.com
Show HN: Aurion OS, A 1.8MB OS with a browser, try it live (C/x86 ASM)
Show HN: Aurion OS, A 1.8MB OS with a browser, try it live (C/x86 ASM) Show HN: Aurion OS, A 1.8MB OS with a browser, try it live (C/x86 ASM)

AurionOS in your browserThis runs a full operating system through in-browser emulation.

It works, but it is noticeably slower than the real thing.

For the real experience, run AurionOS in VirtualBox or on actual hardware.

1 час назад @ aurionos.vercel.app
Show HN: Mold – local AI image generation CLI (FLUX, SDXL, SD1.5, 8 families)
Show HN: Mold – local AI image generation CLI (FLUX, SDXL, SD1.5, 8 families) Show HN: Mold – local AI image generation CLI (FLUX, SDXL, SD1.5, 8 families)

Documentation | Getting Started | Models | APImold run " a cat riding a motorcycle through neon-lit streets "That's it.

Mold auto-downloads the model on first run and saves the image to your current directory.

On Linux, the installer auto-detects your NVIDIA GPU and picks the right binary (RTX 40-series or RTX 50-series).

mold run "a cat" │ ├─ Server running?

→ load model locally on GPU ├─ Encode prompt (T5/CLIP text encoders) ├─ Denoise latent (transformer/UNet) ├─ Decode pixels (VAE) └─ Save PNGRequirements

1 час назад @ github.com
Show HN: Nova v1.5.0 Gold Master – A pure C++17 assistant with zero dependencies
Show HN: Nova v1.5.0 Gold Master – A pure C++17 assistant with zero dependencies Show HN: Nova v1.5.0 Gold Master – A pure C++17 assistant with zero dependencies

NOVA v1.5 🌎The Executive Desktop Assistant"The performance & durability of the past with the intelligence of the future."

Engineered for zero-bloat execution, Nova eliminates the massive overhead of modern web wrappers to reserve 100% of system resources for local intelligence and hardware-accelerated performance.

100% Native C++ execution with zero bloat, native DPI Awareness for crisp 4K displays, and a sleek centered 600px 7-button dashboard layout.

Multimodal Attachment Analysis: Native GDI+ image analysis, WAV audio parsing, video metadata via ffprobe, and full source file ingestion.

Option B — Build from SourceStep 1 - Setup_Nova.bat — Downloads the local engine and model weights (~4.…

2 часа назад @ github.com
Show HN: I built a PHP-to-native compiler (written in Rust); now it runs DOOM
Show HN: I built a PHP-to-native compiler (written in Rust); now it runs DOOM Show HN: I built a PHP-to-native compiler (written in Rust); now it runs DOOM

Takes a subset of PHP and compiles it directly to ARM64 assembly, producing standalone macOS binaries.

<?php extern function atoi( string $ s ): int ; extern function signal( int $ sig , callable $ handler ): ptr ; extern function raise( int $ sig ): int ; extern global ptr $ environ ; function on_signal ( $ sig ) { echo " signal = " .

missing" : " ok" ; signal ( 15 , " on_signal " ); raise ( 15 );Notes:extern function , extern "lib" { ... } , extern global , and extern class are supported.

callable parameters pass a user-defined elephc function by string name, for example "on_signal" .

parameters pass a user-defined elephc function by string name, for example .

2 часа назад @ github.com
Show HN: Locki – AI sandboxing for real-world projects
Show HN: Locki – AI sandboxing for real-world projects Show HN: Locki – AI sandboxing for real-world projects

$ locki claude my-new-feature ← Claude Code in "skip all permissions" mode opens in a fresh sandboxHow is Locki different than other sandboxes?

Install using your preferred manager: uv tool install lockipipx install lockimise use -g pipx:locki If you're on Linux, also install QEMU.

After merging the branch, remove the sandbox using: locki remove my-first-sandbox .

Run locki vm delete to teardown the VM.

Contents of ~/.locki (worktrees, settings) will be preserved.

2 часа назад @ github.com
Show HN: LoreSpec – Structured knowledge extraction from AI conversations
Show HN: LoreSpec – Structured knowledge extraction from AI conversations

A structured, portable format for extracting and preserving knowledge from AI conversations.

SOUL.md defines who the agent is → LORE.md defines what the conversation producedChat is a trapEvery day, millions of people have substantive AI conversations — making decisions, debugging systems, designing products, researching topics.

Valuable knowledge is produced: decisions with rationale, insights, patterns, open questions, concrete next steps.

Then the conversation ends, and all of it vanishes into a chat log.

It defines a structured format for extracting the durable knowledge from any AI conversation and preserving it in a way that compounds over time.

2 часа назад @ lorespec.org
Show HN: Sandboxed agent that upgrades itself when necessary, adapts to failure
Show HN: Sandboxed agent that upgrades itself when necessary, adapts to failure Show HN: Sandboxed agent that upgrades itself when necessary, adapts to failure

The sandboxed AI agent that codes its own upgrades, learns from its failures, and actually controls a computer.

A full autonomous agent with a live virtual desktop, a browser, a terminal, and a brain that evolves.

Of course, this needs approval on your part.

Here's a real scenario:You tell GrimmBot: "Watch Amazon for when this product drops below $50."

After turning on and building GrimmBot (through docker-compose up --build) run"pytest tests/ -v" in the terminal inside the GrimmBot folder.

2 часа назад @ github.com
Show HN: I made a website where any one can Play game directly on browser
Show HN: I made a website where any one can Play game directly on browser

I have been making games since 2020, I even uploaded my games on Google Play Store and Apple App Store, but Due to Various reason, my games got removed from the marketplaces.So, i Though of making CoffeGameOnline, because I like coffee and games, and Now any one can upload and play any games on this website.- Just upload a WebGL zip folder and PlayAny Feedback would be helpful Comments URL: https://news.ycombinator.com/item?id=47627101

Points: 2

# Comments: 0

3 часа назад @ news.ycombinator.com
Show HN: Search every hotel suite in the world
Show HN: Search every hotel suite in the world

Article URL: https://www.gondola.ai/suites

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

Points: 1

# Comments: 1

3 часа назад @ gondola.ai
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 1 day, 1 hour назад
Growing to an 8-figure ARR in three years with savings-based pricing
Growing to an 8-figure ARR in three years with savings-based pricing Growing to an 8-figure ARR in three years with savings-based pricing

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, 1 hour назад @ rss.app
Seeking 1 stalled async decision
Seeking 1 stalled async decision Seeking 1 stalled async decision

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, 4 hours назад @ rss.app
I built an AI-powered expired domain finder as a solo founder — launching on Product Hunt April 8th
I built an AI-powered expired domain finder as a solo founder — launching on Product Hunt April 8th I built an AI-powered expired domain finder as a solo founder — launching on Product Hunt April 8th

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, 10 hours назад @ rss.app
We automated our business vetting with OpenClaw
We automated our business vetting with OpenClaw We automated our business vetting with OpenClaw

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, 11 hours назад @ rss.app
Looking for long-term partner(s) for exciting startup projects!
Looking for long-term partner(s) for exciting startup projects! Looking for long-term partner(s) for exciting startup projects!

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
A simple way to keep AI automations from making bad decisions
A simple way to keep AI automations from making bad decisions A simple way to keep AI automations from making bad decisions

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

2 days, 4 hours назад @ rss.app
I bootstrapped for 4 months. Monday I'm going back to a 9-to-5.
I bootstrapped for 4 months. Monday I'm going back to a 9-to-5. I bootstrapped for 4 months. Monday I'm going back to a 9-to-5.

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
Cold emails stopped working for me… so I tried finding phone numbers for outreach
Cold emails stopped working for me… so I tried finding phone numbers for outreach Cold emails stopped working for me… so I tried finding phone numbers for outreach

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, 11 hours назад @ rss.app
How do you handle the fact that your AI forgets everything between sessions?
How do you handle the fact that your AI forgets everything between sessions? How do you handle the fact that your AI forgets everything between sessions?

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

2 days, 15 hours назад @ rss.app
Growing a GEO tool to a mid-five-figure MRR within a year
Growing a GEO tool to a mid-five-figure MRR within a year Growing a GEO tool to a mid-five-figure MRR within a year

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, 22 hours назад @ rss.app
AdShot — Paste any URL, get ad creatives for 13 platforms in 30 seconds
AdShot — Paste any URL, get ad creatives for 13 platforms in 30 seconds AdShot — Paste any URL, get ad creatives for 13 platforms in 30 seconds

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, 3 hours назад @ rss.app
I open-sourced HedgeVision — a full-stack stat-arb engine built in Python (FastAPI + React). Here's what I built and why.
I open-sourced HedgeVision — a full-stack stat-arb engine built in Python (FastAPI + React). Here's what I built and why. I open-sourced HedgeVision — a full-stack stat-arb engine built in Python (FastAPI + React). Here's what I built and why.

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

3 days, 4 hours назад @ rss.app
$1,033 USD in 24 hours from our AppSumo launch.
$1,033 USD in 24 hours from our AppSumo launch. $1,033 USD in 24 hours from our AppSumo launch.

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

3 days, 4 hours назад @ rss.app
I got tired of re-explaining my workflows to AI every single day. So I built something that actually remembers.
I got tired of re-explaining my workflows to AI every single day. So I built something that actually remembers. I got tired of re-explaining my workflows to AI every single day. So I built something that actually remembers.

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
5 Months After Launch: What I Got Wrong About AI Video Tools
5 Months After Launch: What I Got Wrong About AI Video Tools 5 Months After Launch: What I Got Wrong About AI Video Tools

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 назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 53 минуты назад
Built a skate spot map as a side project, looking for feedback
Built a skate spot map as a side project, looking for feedback Built a skate spot map as a side project, looking for feedback

Hey, I have been working on a side project and wanted to share it. It is a website where skateboarders can map and discover skate spots, with photos and comments for each location. I built it to solve the problem of finding good spots when you are in a new area. I am still early and trying to improve it, so I would love some feedback: Is the idea useful? What would make you want to use it? Anything confusing or missing? Link: urbanatlas.uk Appreciate any thoughts, and happy to return feedback. submitted by /u/urbanatlas-dev [link] [comments]

53 минуты назад @ reddit.com
I built an operating system where the system is the transformer, downloadable as disk
I built an operating system where the system is the transformer, downloadable as disk I built an operating system where the system is the transformer, downloadable as disk

The transformer checkpoint is the downloadable disk. It makes every kernel decision: boot sequencing, memory mapping, device bring-up, process scheduling, shell startup. A local qwen 2.5 0.5b sidecar lets you talk to the running system in natural language, grounded in real machine state. Swap the checkpoint, swap the OS. https://x.com/spicey\_lemonade/status/2040086308601712809?s=46 submitted by /u/gbomb13 [link] [comments]

2 часа назад @ reddit.com
Built a minimal expense tracker because most apps felt too cluttered — looking for honest feedback
Built a minimal expense tracker because most apps felt too cluttered — looking for honest feedback

I’ve been trying multiple expense tracking apps over the past few months, but most of them felt either too complex or overloaded with features I didn’t actually use. So I decided to build something simpler — a clean, minimal daily ledger that focuses only on what matters: Quickly logging income and expenses Simple insights without overwhelming charts No clutter, no unnecessary steps I recently released it on the Play Store and I’m still in the early stage. I’m not trying to promote it aggressively — just looking for honest feedback from people who actually track their expenses. What would make you use (or stop using) an expense tracker daily? App link: Daily Ledger - Money Tracker - Apps on…

2 часа назад @ reddit.com
I keep building stuff into the void
I keep building stuff into the void

I’ve spent the past few months trying to build projects and a brand as a technical builder. But they all get basically zero traction. Not many impressions, clicks, and especially conversions. I understand the importance of validating ideas before building them, but I just can’t bring myself to it! I just HAVE to build something sometimes, and I don’t realize that it might not be a problem people actually care about until AFTER I’ve built the thing. How did you guys start out validating your ideas? Did it just come naturally to you to validate before building? submitted by /u/Waste_Top492 [link] [comments]

2 часа назад @ reddit.com
My Open Source Sketchbook Style Component Library is finally Live
My Open Source Sketchbook Style Component Library is finally Live My Open Source Sketchbook Style Component Library is finally Live

What I envisioned months ago is finally out for use. My Sketchbook-style React Component Library is Live! The goal is to make UI feel a bit more human and less perfectly polished. Components that look like they came out of a sketchbook rather than a design system. Includes 20+ components and I have tried to optimize them as much as possible. No need to install anything else besides react and react-dom and thus it works with all frameworks based on React. Using Storybook for docs and I have tried to keep it informational but concise. The npm package is simply named sketchbook-ui Feedback is appreciated! Consider giving a ⭐ if you like it Github :- https://github.com/SarthakRawat-1/sketchbook…

3 часа назад @ reddit.com
Medical Billing Help Tool
Medical Billing Help Tool

Hey all, My wife was diagnosed with triple positive breast cancer 18 months ago. She went through multiple rounds of chemo, reconstruction surgery, and is now cancer-free. That's a win and I'll take it! We're incredibly grateful and still owe thousands in medical bills. That experience sent me down a rabbit hole. There are companies that help negotiate medical debt, but they typically charge 10–20% contingency and only take cases over $10,000. Everyone under that threshold is mostly on their own. So I built AskIrene.ai; a chat tool that helps people navigate EOBs, medical bills, and insurance pushback, specifically for cancer diagnoses. It's free to try with a paid tier to keep the lights o…

3 часа назад @ reddit.com
Integrated SQL Gen, Kanban, Mind Maps, and Heatmaps: Is 6+ modules too much for a new Dev Productivity Suite?
Integrated SQL Gen, Kanban, Mind Maps, and Heatmaps: Is 6+ modules too much for a new Dev Productivity Suite?

I just launched the first version of Nexiun (a productivity hub for devs built with Next.js & Supabase). I’m seeing a decent amount of clicks on the landing page, but users aren't completing their first project as much as I expected. I’m trying to figure out if I’ve built a "Swiss Army Knife" that is too sharp for its own good. To give you context, the suite currently integrates: Idea Network: A node-based canvas for visual mind maps (supports text and voice). SQL Generator: Design ER diagrams and export SQL scripts (Postgres, MySQL, MariaDB). Project Management: Kanban boards with integrated group chat and custom roles. Task Interconnectivity: Centralize tasks in a single list view. Conver…

3 часа назад @ reddit.com
Hear me out, AI agent crowd-sourcing
Hear me out, AI agent crowd-sourcing

I'll be straight-forward with you, the primary purpose of this post is a promo for a side-project I am trying to turn into a full-time job, jseek.co . With this out of the way, let me share an idea I've implemented in this app that may inspire you for your own project. More and more people have personal AI coding/assistant agents (think OpenClaw, Codex/Claude Code are even used by non-techies). Can we somehow build a product that would outsource part of the expensive AI compute onto the user's agent? The idea is to harness a network effect of people contributing their AI agents: crowdsource -> app improves -> more users -> more crowdsource. My project is a old-fashioned job aggregator, sort…

3 часа назад @ reddit.com
[App] I just updated Shift: A local-first file converter (Images, Video, PDF). No cloud, 100% private + 50% OFF Lifetime!
[App] I just updated Shift: A local-first file converter (Images, Video, PDF). No cloud, 100% private + 50% OFF Lifetime! [App] I just updated Shift: A local-first file converter (Images, Video, PDF). No cloud, 100% private + 50% OFF Lifetime!

I’m the developer of Shift, and I just pushed an update based on early feedback. The Problem: Most converters make you upload sensitive files to their servers. The Solution: Shift does everything on-device. It’s faster, works offline, and your data never leaves your iPhone. What’s new in this version: Image to PDF Merge: Select multiple photos and turn them into a single PDF in seconds. I’m a solo dev trying to build a clean, ad-free utility. Free Version: You get 3 conversions every day for free (no strings attached). Lifetime Pro: Full unlimited access is normally $12.99 (one-time payment, no subscriptions). To celebrate the update, I’m giving away some 50% OFF codes! 🎫 Check it out here:…

3 часа назад @ reddit.com
What are you building? Let's give each other feedback!
What are you building? Let's give each other feedback!

I'll go first: I am building https://builtbyindies.com/ a community platform for indiehackers to launch, share, get feedback and more If you're interested, check it out: https://builtbyindies.com/ Your turn, what are you building? submitted by /u/Agreeable_Muffin1906 [link] [comments]

4 часа назад @ reddit.com
I got tired of 2-hour "quick syncs," so I built a meeting cost tracker. Today, I screenshared it and the 1,400 total ended the meeting early.
I got tired of 2-hour "quick syncs," so I built a meeting cost tracker. Today, I screenshared it and the 1,400 total ended the meeting early.

I've spent way too many hours in meetings that should have been an email. To show my team the actual impact, I built a simple Meeting Burn Rate tool. You just plug in the number of attendees and an average hourly rate, and it tracks the "cost" in real-time. I actually had the guts to screen-share the timer during a particularly long corporate sync today. When the counter hit $1,000 for a discussion about "synergy," my manager's face completely changed. We hit $1,400 before he finally got uncomfortable and ended the call 20 minutes early. It's a simple project, and l'd love to get some feedback on it or hear if you guys have other ways to battle meeting fatigue! If anyone wants to try it I c…

4 часа назад @ reddit.com
Got my 2nd payout , and it's almost double than previous 🎉
Got my 2nd payout , and it's almost double than previous 🎉

Hey Guys, I'm very happy and proud while writing this post that my cute little SaaS [clickcast] clickcast.tech Clickcast gave me a huge 2nd payout..maybe it's not huge for everyone of you..but it's means alot to me. This 2nd payout is almost double than my 1st payout. Although the hardwork is also double 😅 , but getting double payout was not expected.. For Context My SaaS Clickcast is a AI powered tool which generates promotional or launch video for any website just by it's URL in few minutes in around just the cost of 1$ with a free trial too..that easiest and cheapest thing is USP of Clickcast. Hope it helps everyone generating promotional or launch video for your website. submitted by /u…

4 часа назад @ reddit.com
Built ClientProof - a client-facing project hub for agencies (status, files, approvals, updates in one link)
Built ClientProof - a client-facing project hub for agencies (status, files, approvals, updates in one link)

I built ClientProof because I got tired of one repeated problem in client work: The work itself is usually fine. But the communication around delivery gets messy fast. Status updates end up across email threads. Files are shared in different places. Approvals get buried. Clients ask for the latest version or ask where things stand. Teams keep rewriting the same update again and again. So I built a simple client-facing delivery hub. With ClientProof, you send one link and your client can see: current status milestones updates files approvals No client login. No dragging clients into another PM tool. Just one clean page for delivery visibility. I’ve just put payments live and I’m launching it…

4 часа назад @ reddit.com
Automating Excel workflows with Claude Sonnet 4.6 & MCP (Model Context Protocol)
Automating Excel workflows with Claude Sonnet 4.6 & MCP (Model Context Protocol) Automating Excel workflows with Claude Sonnet 4.6 & MCP (Model Context Protocol)

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

4 часа назад @ reddit.com
I used Remotion and LLM to create a promo video for Featurely
I used Remotion and LLM to create a promo video for Featurely I used Remotion and LLM to create a promo video for Featurely

I know it's a little on the long side, but fun little project nevertheless! Feel free to test out Featurely if you are a single developer looking for a management tool for your application! submitted by /u/chanassa [link] [comments]

4 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 17 часов назад
Mesh LLM
Mesh LLM

Pool compute to run powerful open models Discussion | Link

17 часов назад @ producthunt.com
FindThem
FindThem

AI Profile Search Across LinkedIn enriched with Web Data Discussion | Link

19 часов назад @ producthunt.com
HoloTutor by VictoryXR
HoloTutor by VictoryXR

The immersive AI tutor Discussion | Link

21 час назад @ producthunt.com
Cursor 3
Cursor 3

Unified workspace for parallel local/cloud agents and MCPs Discussion | Link

22 часа назад @ producthunt.com
EmDash CMS
EmDash CMS

EmDash is a new open-source CMS from Cloudflare Discussion | Link

22 часа назад @ producthunt.com
ChatGPT on CarPlay
ChatGPT on CarPlay

ChatGPT voice in CarPlay for hands-free driving AI on the go Discussion | Link

1 day назад @ producthunt.com
Google Vids 2.0
Google Vids 2.0

Create, edit and share videos at no cost w/ new AI features Discussion | Link

1 day назад @ producthunt.com
MAI-Transcribe-1
MAI-Transcribe-1

Production ASR for noisy multilingual audio Discussion | Link

1 day, 1 hour назад @ producthunt.com
Dashla
Dashla

Vehicle status, navigation, map, music + more in a dashboard Discussion | Link

1 day, 1 hour назад @ producthunt.com
Codictate
Codictate

Free dictation for Any language and any application Discussion | Link

1 day, 1 hour назад @ producthunt.com
Google Gemma 4
Google Gemma 4

Google's most intelligent open models to date Discussion | Link

1 day, 1 hour назад @ producthunt.com
Quip Network
Quip Network

Open-source distributed quantum compute network Discussion | Link

1 day, 2 hours назад @ producthunt.com
Otto by Audos.com
Otto by Audos.com

Your AI co-founder that builds, launches, and sells for you Discussion | Link

1 day, 4 hours назад @ producthunt.com
Qwen3.6-Plus
Qwen3.6-Plus

Multimodal AI optimized for real-world coding agents Discussion | Link

1 day, 5 hours назад @ producthunt.com
Package Mate
Package Mate

Master your macOS dev environment from the terminal Discussion | Link

1 day, 6 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 5 months назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

5 months назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

5 months назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

5 months, 1 week назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

5 months, 1 week назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 1 час назад
Mäusebunker in Berlin, Germany
Mäusebunker in Berlin, Germany Mäusebunker in Berlin, Germany

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

The action you just performed triggered the security solution.

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

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

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

1 час назад @ atlasobscura.com
The Devil on Linnégatan in Gothenburg, Sweden
The Devil on Linnégatan in Gothenburg, Sweden The Devil on Linnégatan in Gothenburg, Sweden

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

The action you just performed triggered the security solution.

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

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

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

3 часа назад @ atlasobscura.com
Sham Shui Po Public Dispensary in Hong Kong
Sham Shui Po Public Dispensary in Hong Kong Sham Shui Po Public Dispensary in Hong Kong

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

The action you just performed triggered the security solution.

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

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

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

21 час назад @ atlasobscura.com
The Guiana Space Centre in Kourou, French Guiana
The Guiana Space Centre in Kourou, French Guiana The Guiana Space Centre in Kourou, French Guiana

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

The action you just performed triggered the security solution.

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

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

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

23 часа назад @ atlasobscura.com
WPTF AM Radio Building in Cary, North Carolina
WPTF AM Radio Building in Cary, North Carolina WPTF AM Radio Building in Cary, North Carolina

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

The action you just performed triggered the security solution.

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

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

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

23 часа назад @ atlasobscura.com
Sambhar Lake in Sambhar, India
Sambhar Lake in Sambhar, India Sambhar Lake in Sambhar, India

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

The action you just performed triggered the security solution.

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

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

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

1 day, 1 hour назад @ atlasobscura.com
Norristown State Hospital in Norristown, Pennsylvania
Norristown State Hospital in Norristown, Pennsylvania Norristown State Hospital in Norristown, Pennsylvania

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, 3 hours назад @ atlasobscura.com
A Flight Attendant’s Philosophy
A Flight Attendant’s Philosophy A Flight Attendant’s Philosophy

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, 11 hours назад @ atlasobscura.com
The Red Foot in Chicago, Illinois
The Red Foot in Chicago, Illinois The Red Foot in Chicago, Illinois

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 Wellington Wind Phone in Wellington, Florida
The Wellington Wind Phone in Wellington, Florida The Wellington Wind Phone in Wellington, Florida

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

The action you just performed triggered the security solution.

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

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

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

2 days, 1 hour назад @ atlasobscura.com
Point of Human Origin in Mossel Bay, South Africa
Point of Human Origin in Mossel Bay, South Africa Point of Human Origin in Mossel Bay, South Africa

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

The action you just performed triggered the security solution.

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

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

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

2 days, 3 hours назад @ atlasobscura.com
Hyperreal Film Club in Austin, USA
Hyperreal Film Club in Austin, USA Hyperreal Film Club in Austin, USA

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, 5 hours назад @ atlasobscura.com
Ego’s Karaoke Bar in Austin
Ego’s Karaoke Bar in Austin Ego’s Karaoke Bar in Austin

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, 5 hours назад @ atlasobscura.com
Veterans ‘Century of Sentries’ Park in Kenner, Louisiana
Veterans ‘Century of Sentries’ Park in Kenner, Louisiana Veterans ‘Century of Sentries’ Park in Kenner, Louisiana

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
The Empress of Little Rock in Little Rock, Arkansas
The Empress of Little Rock in Little Rock, Arkansas The Empress of Little Rock in Little Rock, Arkansas

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, 23 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 7 часов назад
PENEMUE raises over €1.7 million to combat online hate, digital violence, and disinformation with AI
PENEMUE raises over €1.7 million to combat online hate, digital violence, and disinformation with AI PENEMUE raises over €1.7 million to combat online hate, digital violence, and disinformation with AI

PENEMUE, a Freiburg-based startup developing AI solutions to detect and combat online hate speech, digital violence, and disinformation, has secured over €1.7 million in funding.

The round includes TION Health, Beyond Tomorrow, 4seedimpact, zigzag, Berlin Angel Fund, CGS Consulting and Beteiligungs GmbH, RLM Beteiligungs GmbH, ILG Group, as well as notable business angels, including prominent investors from encourageventures e.V., Black Forest Business Angels, and Business Angels Mitteldeutschland (BAM!)

Founded in 2023 by Jonas Navid Mehrabanian Al-Nemri, Marlon Lückert, and Egetemeye, PENEMUE is on a mission to make digital communication safer by protecting individuals and organisations f…

7 часов назад @ eu-startups.com
Italy’s Wearable Robotics closes €5 million Series A to scale neuromotor rehabilitation robotics and exoskeletons
Italy’s Wearable Robotics closes €5 million Series A to scale neuromotor rehabilitation robotics and exoskeletons Italy’s Wearable Robotics closes €5 million Series A to scale neuromotor rehabilitation robotics and exoskeletons

Wearable Robotics, a Pisa-based startup specialising in wearable robotics for neuromotor rehabilitation, has closed a €5 million Series A round to accelerate global expansion and bring its technologies to key markets.

Our goal is to bring increasingly advanced and modular wearable robotics solutions, capable of generating a concrete impact along the entire rehabilitation continuum,” said Lucia Lencioni, CEO of Wearable Robotics.

Founded in 2014, Wearable Robotics was founded as a spin-off of the Scuola Superiore Sant’Anna, an internationally recognised centre of expertise in the field of wearable robotics.

Wearable Robotics’ industrial division is called NEXUM Industry, which develops exosk…

10 часов назад @ eu-startups.com
Dutch startup Brilliance raises €6 million to tackle AR hardware’s key bottleneck with RGB laser chip technology
Dutch startup Brilliance raises €6 million to tackle AR hardware’s key bottleneck with RGB laser chip technology Dutch startup Brilliance raises €6 million to tackle AR hardware’s key bottleneck with RGB laser chip technology

Brilliance, an Enschede-based startup, has raised €6 million to accelerate the development of its integrated RGB laser chip technology, enabling next-generation Augmented Reality (AR) displays.

The round was led by Cottonwood Technology Fund, with participation from existing investors like PhotonVentures, Oost NL, PhotiX, and other co-investors.

Our goal is to bring scalable RGB laser chips to applications where size, efficiency and integration are critical for everyday use,” said Tim Tiek, CEO of Brilliance.

Founded in 2023 by Tiek and Douwe Geuzebroek (CTO), Brilliance manufactures and develops laser chips for AR by using photonic technologies.

Its miniature photonic laser chips enable co…

11 часов назад @ eu-startups.com
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar 30 – Apr 02)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar 30 – Apr 02) Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar 30 – Apr 02)

This article is visible for CLUB members only.

If you are already a member but don’t see the content of this article, please login here.

If you’re not a CLUB member yet, but you’d like to read members-only content like this one, have unrestricted access to the site and benefit from many additional perks, you can sign up here.

1 day, 2 hours назад @ eu-startups.com
Paris-based Omniscient raises €3.5 million to bring AI-powered decision intelligence to the C-suite
Paris-based Omniscient raises €3.5 million to bring AI-powered decision intelligence to the C-suite Paris-based Omniscient raises €3.5 million to bring AI-powered decision intelligence to the C-suite

Omniscient, a Paris-based decision intelligence platform built for boards and senior executives, has raised €3.5 million ($4.1 million) in pre-Seed funding to make key engineering hires, further develop the product, and then scale commercial rollout.

Arnaud d’Estienne, CEO and co-founder of Omniscient, said, “Across dozens of engagements at McKinsey, the same pattern kept emerging.

The cost of that gap – in missed signals, missed opportunities, damaged reputations, and reactive crisis management – is enormous.

The C-suite deserves better than yesterday’s news.”Founded in 2024 by d’Estienne and Mehdi Benseghir, Omniscient provides AI-powered intelligence to organisations, assisting them in m…

1 day, 7 hours назад @ eu-startups.com
Florian Kandler, fundraising expert and educator joins the speaker lineup at the 2026 EU-Startups Summit!
Florian Kandler, fundraising expert and educator joins the speaker lineup at the 2026 EU-Startups Summit! Florian Kandler, fundraising expert and educator joins the speaker lineup at the 2026 EU-Startups Summit!

We are excited to announce that Dr Florian Kandler, founder of GetFunding.how, will join the EU-Startups Summit 2026 on May 7-8 in sunny Malta.

Florian brings deep experience in startup fundraising, investor communications, and founder education.

Since 2016, Florian has focused full-time on helping entrepreneurs become investor-ready and raise capital with more structure, clarity, and confidence.

At the Summit, Florian will deliver a talk titled “Fundraising Secrets: Strategies, FOMO and Follow-Ups that win over Investors”.

The IONOS Cloud Start-up Program provides young companies with up to €100,000 in cloud credits for up to five years after their founding.

1 day, 8 hours назад @ eu-startups.com
Paris-based Generare raises €20 million to generate novel molecular data for drug development from microbial genomes
Paris-based Generare raises €20 million to generate novel molecular data for drug development from microbial genomes Paris-based Generare raises €20 million to generate novel molecular data for drug development from microbial genomes

Generare, a Paris-based BioTech startup generating novel, high-quality molecular data for drug development by decoding microbial genomes, has raised €20 million in Series A funding to increase its drug discovery compound library, grow its team and scale its discovery platform.

It reads microbial genomes, expresses their silent chemistry, and generates the novel, high-quality molecular data that drug development has been missing.

“While techbio is accelerating drug discovery, Generare is pushing it further, reopening nature’s pharmacy at industrial scale.

In just three years, Generare claims that it has become the leading platform producing more evolution-based molecular data than any other.…

1 day, 9 hours назад @ eu-startups.com
The EU-Startups Podcast | Interview with Rupa Popat, founder of Arāya Ventures
The EU-Startups Podcast | Interview with Rupa Popat, founder of Arāya Ventures The EU-Startups Podcast | Interview with Rupa Popat, founder of Arāya Ventures

This week on the EU-Startups Podcast, we sit down with Rupa Popat, founder of Arāya Ventures, an early-stage venture capital firm backing ambitious founders building the next generation of impactful, technology-driven companies.

With a strong focus on underrepresented entrepreneurs and emerging sectors such as AI and healthtech, Arāya Ventures is working to reshape how capital is allocated at the earliest stages.

Rupa brings a clear and outspoken perspective on the structural gaps within venture capital, particularly the persistent underfunding of diverse founders.

Emerging opportunities at the intersection of Health x AI, including preventative care, precision medicine, and FemTech.

How Ar…

1 day, 9 hours назад @ eu-startups.com
TrustChain Foundation launched to build on three years of digital trust innovation (Sponsored)
TrustChain Foundation launched to build on three years of digital trust innovation (Sponsored) TrustChain Foundation launched to build on three years of digital trust innovation (Sponsored)

In response, European initiatives like TrustChain have been working to develop more secure, decentralised, and human-centric digital infrastructure aligned with European values.

Now, following three years of work under the EU’s Next Generation Internet initiative, the launch of the TrustChain Open-Source Software Foundation aims to carry these efforts forward.

Built for long-term sustainabilityThe TrustChain Foundation is structured to ensure financial and operational sustainability through diversified revenue streams, including sponsorships, donations, service-based income, and strategic collaborations with ecosystems such as Tezos.

The TrustChain solutions catalogueFrom digital identity f…

1 day, 10 hours назад @ eu-startups.com
Zurich’s Covalo raises €3.5 million to become the data backbone for the personal care industry
Zurich’s Covalo raises €3.5 million to become the data backbone for the personal care industry Zurich’s Covalo raises €3.5 million to become the data backbone for the personal care industry

Covalo, a Zurich-based ingredients discovery and data platform for the personal care industry, today announced a €3.5 million Seed extension to support its transition from a marketplace to the industry’s reliable data infrastructure.

According to the company, innovation in personal care relies on ingredient data – yet that data remains dispersed across organisations, systems, and formats.

Much of this inefficiency stems from how information is managed and shared throughout the product lifecycle; product data is the one data that flows across the entire process.

With its neutral platform, Covalo aims to enable the personal care ecosystem to operate more efficiently and prepare it for future …

1 day, 11 hours назад @ eu-startups.com
Connectome secures €1.7 million to scale personalised brain health insights and early cognitive change detection
Connectome secures €1.7 million to scale personalised brain health insights and early cognitive change detection Connectome secures €1.7 million to scale personalised brain health insights and early cognitive change detection

Evidence shows cognitive health is quietly deteriorating at scale, with rising burnout, brain fog, and attention and memory issues, especially among younger generations.

Our environments and technologies now place unprecedented demands on the brain, but we lack everyday ways to detect early change or protect long-term cognitive health.

These signatures can be applied to enhance the measurement of brain activity in real-world, daily situations.

Connectome’s first product tackles this by personalising brain measurement, monitoring brain activity multiple times over a period to establish an individual baseline rather than relying on single measurements.

By integrating brain data with daily lif…

1 day, 13 hours назад @ eu-startups.com
After driving major citizen campaigns, values-led MOVEMENTS secures €300k pre-Seed and opens extension round
After driving major citizen campaigns, values-led MOVEMENTS secures €300k pre-Seed and opens extension round After driving major citizen campaigns, values-led MOVEMENTS secures €300k pre-Seed and opens extension round

MOVEMENTS, a Spanish platform that enables the creation, scaling and sustainability of citizen movements, has reached its initial target of €300k in its pre-Seed round and is opening an extension round up to €350k to bring in strategic investors before the final close.

Taken together, the funding mentioned across MOVEMENTS and these adjacent EU-Startups examples comes to roughly €17.35 million.

Following this first funding milestone, MOVEMENTS is entering a new phase in which it will consolidate its product and scale its model.

In parallel, MOVEMENTS will start preparing for its Seed round, which is planned for June 2026.

This next step aims to establish MOVEMENTS as a global infrastructure…

2 days, 4 hours назад @ eu-startups.com
Brussels-based Nexus lands €3.7 million to bring AI agents into core business operations
Brussels-based Nexus lands €3.7 million to bring AI agents into core business operations Brussels-based Nexus lands €3.7 million to bring AI agents into core business operations

Nexus, a Belgian agentic AI platform enabling enterprises to deploy autonomous agents, announced a €3.7 million ($4.3 million) Seed funding round scale its platform and accelerate enterprise adoption of production-ready AI agents.

At a similar stage to Nexus, Toyo raised €3.6 million to develop secure AI agents for non-technical users, while Cognee (€7.5 million) and Rapidata (€7.2 million) highlight adjacent infrastructure layers supporting enterprise AI deployment.

Together, these rounds amount to approximately €180+ million in recent funding, indicating sustained investment across the enterprise AI agent stack.

“The Nexus platform understood our needs simply by describing them in plain l…

2 days, 6 hours назад @ eu-startups.com
Tallinn-based Pickmybrain raises €1.8 million to build AI-powered “Digital Brains” for experts and celebrities
Tallinn-based Pickmybrain raises €1.8 million to build AI-powered “Digital Brains” for experts and celebrities Tallinn-based Pickmybrain raises €1.8 million to build AI-powered “Digital Brains” for experts and celebrities

Pickmybrain, a Tallinn-based startup building AI-powered Digital Brains for celebrities, experts, and public figures, has raised a €1.8 million ($2.1 million) pre-Seed round to grow its team, scale into new markets, and enhance the product.

Users can ask these Digital Brains questions based on a particular expert’s insights, while more important questions are sent directly to the expert through 1:1 asynchronous video.

“Khaby Lame selling his AI twin for €840.5 million ($975 million) illustrates how digital likenesses and AI-driven personalities are becoming a cultural phenomenon.

Pickmybrain works by training AI models on an expert’s structured knowledge, such as interviews, articles, books…

2 days, 7 hours назад @ eu-startups.com
Female-founded Finnish startup Audicin raises €1.6 million to develop audio treatments for nervous system overstimulation
Female-founded Finnish startup Audicin raises €1.6 million to develop audio treatments for nervous system overstimulation Female-founded Finnish startup Audicin raises €1.6 million to develop audio treatments for nervous system overstimulation

Audicin, a Finnish NeuroTech startup using brainwave entrainment and music neuroscience for real-time focus, productivity, stress recovery and sleep, today announced €1.6 million ($1.9 million) in funding.

The raise builds on Audicin’s earlier pre-Seed round backed by Oura’s founding team and brings total funding to approximately €2.5 million ($3 million).

It can pair with wearables, including Oura, Apple Watch, Garmin, and Whoop.

With the fresh funding, the company plans to commercialise Audicin’s app and Sleep Headband, and the rollout of Audicin for Apps.

The company reports strong commercial progress, with a €6.9 million ($8 million) sales pipeline spanning defence, athletic performance…

2 days, 9 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 3 часа назад
Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled
Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled

This week, we tracked more than 60 tech funding deals worth over €1.2 billion and over 5 exits, M&A transactions, rumours, and related news stories across Europe.

Alongside the week’s top funding rounds, we’ve highlighted key industry developments, as well as notable trends in European venture activity, investor moves and emerging sectors shaping the current funding landscape.

This week we shared the announcement of 🎤 new speakers for the 🇬🇧 Tech.eu Summit London 2026, taking place on 21–22 April at the Queen Elizabeth II Centre in London, featuring senior leaders, founders, and investors from leading organisations shaping technology across Europe and beyond.

If email is more your thing, yo…

3 часа назад @ tech.eu
Wearable Robotics closes €5M Series A to scale development
Wearable Robotics closes €5M Series A to scale development Wearable Robotics closes €5M Series A to scale development

Wearable Robotics, an Italy-based company developing wearable robotics for neuromotor rehabilitation, has raised €5 million in a Series A funding round to support international expansion and product development.

The company develops rehabilitation solutions that combine wearable robotics with augmented and virtual reality technologies, aiming to improve neuromotor recovery and support activities of daily living.

Building on this foundation, Wearable Robotics is focused on expanding its product portfolio with modular and integrable robotic solutions that extend applications across additional rehabilitation areas.

This includes the development of new partnerships and entry into key regions, p…

8 часов назад @ tech.eu
Omniscient raises $4.1M to strengthen data-driven executive decision-making
Omniscient raises $4.1M to strengthen data-driven executive decision-making Omniscient raises $4.1M to strengthen data-driven executive decision-making

Paris-based Omniscient, a decision intelligence platform for boards and senior executives, has raised $4.1 million in pre-seed funding.

As corporate reputation continues to represent a significant share of enterprise value, organisations face growing challenges from fragmented data sources, reactive workflows, and the limitations of manual monitoring.

Founded by Arnaud d’Estienne and Mehdi Benseghir, both former McKinsey consultants, Omniscient aims to address these challenges by providing a unified intelligence layer for senior leadership.

It gives executive teams the intelligence they need, and frees the operational teams around them to focus on what actually moves the needle, rather than…

1 day, 3 hours назад @ tech.eu
Generare secures €20M to scale molecular discovery platform
Generare secures €20M to scale molecular discovery platform Generare secures €20M to scale molecular discovery platform

Generare, a Paris-based biotechnology company focused on generating molecular data for drug development, has raised €20 million in a Series A funding round.

Drug discovery has historically been constrained to a relatively narrow chemical space, largely due to limited data availability beyond it.

By decoding previously unexplored biological data, it aims to expand the chemical space available for drug discovery and address long-standing limitations in access to high-quality molecular data.

According to co-founder and CEO Vandenesch, the lack of novel, high-quality molecular data remains a key constraint in drug discovery, limiting the effectiveness of existing approaches and models.

The fund…

1 day, 3 hours назад @ tech.eu
Covalo lands €3.5M funding extension to advance personal care data platform
Covalo lands €3.5M funding extension to advance personal care data platform Covalo lands €3.5M funding extension to advance personal care data platform

Covalo, a Switzerland-based platform for ingredient discovery and data management in the personal care industry, has raised €3.5 million in a funding extension.

Covalo provides a platform that connects suppliers and brands through structured, standardised data flows, replacing manual processes such as emails, spreadsheets, and PDFs.

By integrating directly with suppliers’ product information management systems and brands’ internal workflows, it enables real-time updates and more efficient data exchange across the product lifecycle.

The platform is used by a broad network of suppliers and brands across the personal care ecosystem and works with industry organisations to support data integrat…

1 day, 3 hours назад @ tech.eu
New Belgian AI platform Backbone aims to cut costly quality failures in food production
New Belgian AI platform Backbone aims to cut costly quality failures in food production New Belgian AI platform Backbone aims to cut costly quality failures in food production

Former managers at Belgian legaltech scale-up Henchman are launching Backbone, an AI platform for real-time quality and compliance management in the food industry, with Seed funding from 100IN.

Backbone consolidates fragmented data, from supplier documents to lab results, giving quality managers the tools to detect risks before they reach production.

A recipe change at a food manufacturer triggers an immediate cascade of quality checks.

Without real-time visibility, mismatches can go undetected until a product is already in production or worse, on the shelf.

Backbone's founders estimate that poor quality costs the food sector up to 15 per cent of revenue, excluding reputational damages.

1 day, 6 hours назад @ tech.eu
UK government-backed fund aimed at backing female founders reaches £130m first close
UK government-backed fund aimed at backing female founders reaches £130m first close UK government-backed fund aimed at backing female founders reaches £130m first close

The flagship fund of a UK government-backed initiative addressing the shortage of equity capital for women in the UK who are building businesses has reached a £130m first close of the fund, it said today.

The “Women Backing Women” fund is aiming to raise £250m in total to invest in female fund managers to back female-led businesses.

The initiative is a key part of the UK government-backed Women Taskforce, aimed at addressing the long-standing challenge of women struggling to secure investment capital.

Today, Bootstrap4F, which is managing the fund of funds, said it had reached the £130m first close of its £250m raise, with investment from Barclays, the British Business Bank, M&G and Nationw…

1 day, 7 hours назад @ tech.eu
Cafeyn acquires Readly’s non-Nordic operations to scale European press platform
Cafeyn acquires Readly’s non-Nordic operations to scale European press platform Cafeyn acquires Readly’s non-Nordic operations to scale European press platform

Press aggregation platform Cafeyn Group is acquiring Readly’s non-Nordic operations, marking a significant step forward in its European expansion.

Cafeyn offers unlimited access to over 2,000 national and international titles across multiple formats and devices, while Readly provides a single subscription that gives users access to over 8,000 magazines and newspapers.

Following the transaction, Cafeyn will serve more than 2.5 million users and generate combined revenues of nearly €100 million, significantly strengthening its scale and position across Europe.

Readly’s Nordic operations remain owned and operated by Bonnier News, while activities outside the Nordic countries (notably in German…

1 day, 8 hours назад @ tech.eu
Paparuda Studio lands €210K to launch Moldova’s next generation of game development talent
Paparuda Studio lands €210K to launch Moldova’s next generation of game development talent Paparuda Studio lands €210K to launch Moldova’s next generation of game development talent

Today, Moldovan game development studio Paparuda Studio secured an investment of over €210,000 (4 million MDL) to develop its first internationally targeted video game, marking a new step in the country’s transition toward high-value digital industries.

Paparuda Studio is also exploring partnerships with internationally recognised publishers such as Devolver Digital and Team17, aiming to secure additional financing and global distribution opportunities.

“For us, game development is not only about creating games, but also about building a community and contributing to the development of a strong local industry.

We aim to create products that can compete globally,” said Victor Marchitan, co-f…

1 day, 9 hours назад @ tech.eu
From fragmented funding to growing maturity: the Italian tech ecosystem
From fragmented funding to growing maturity: the Italian tech ecosystem From fragmented funding to growing maturity: the Italian tech ecosystem

Italy’s tech funding landscape in 2025 appears larger and more mature, but also highly concentrated.

Total funding of around €2.5 billion is driven by a small number of very large rounds, while most deals remain relatively small, indicating a broad early-stage base but limited late-stage depth.

A significant share of funding comes from debt, suggesting that more mature companies are increasingly accessing structured and non-dilutive capital.

Cybersecurity stands out for attracting larger rounds, fintech remains highly active, and healthcare continues to show steady growth.

Robotics and deeptech indicate increasing confidence in capital-intensive innovation, while cleantech is still developi…

1 day, 9 hours назад @ tech.eu
The missing layer in Europe’s AI strategy: data ownership
The missing layer in Europe’s AI strategy: data ownership The missing layer in Europe’s AI strategy: data ownership

According to Soner:“Basically, our main focus is data control and data ownership.

Of the big themes — data monetisation, regulation, and AI — he believes AI is the most promising for helping businesses understand the importance of the data layer and data control.

“Before that, it was really hard to market concepts like privacy, data ownership, and data control.

The missing layer in Europe’s AI debateSo what are we talking about when we talk about a sovereign data layer?

But because everyone is afraid of missing out on AI, they focus on the exciting parts and ignore the “boring” ones: data control, data cleaning, and organisation-wide tracking strategies.

2 days, 5 hours назад @ tech.eu
The Tech.eu Summit London 2026 unveils new speakers: Leaders from OpenAI, London Stock Exchange Group, Morgan Stanley, NATO Innovation Fund, Mastercard and many more…
The Tech.eu Summit London 2026 unveils new speakers: Leaders from OpenAI, London Stock Exchange Group, Morgan Stanley, NATO Innovation Fund, Mastercard and many more… The Tech.eu Summit London 2026 unveils new speakers: Leaders from OpenAI, London Stock Exchange Group, Morgan Stanley, NATO Innovation Fund, Mastercard and many more…

Following our previous announcements, we are excited to unveil a new group of confirmed speakers for the Tech.eu Summit London 2026. The event will take place on 21–22 April 2026 at the Queen Elizabet...

2 days, 7 hours назад @ tech.eu
“Digital Brains” for experts as Pickmybrain raises $2.1M
“Digital Brains” for experts as Pickmybrain raises $2.1M “Digital Brains” for experts as Pickmybrain raises $2.1M

Tallinn-basedPickmybrain, a startup developing AI-powered “Digital Brains” for professionalsand public figures, has raised $2.1 million in a pre-seed funding round backedby business angels, Raison.app...

2 days, 8 hours назад @ tech.eu
Sensmet secures €1.5M to scale real-time metals monitoring for Europe’s raw materials supply
Sensmet secures €1.5M to scale real-time metals monitoring for Europe’s raw materials supply Sensmet secures €1.5M to scale real-time metals monitoring for Europe’s raw materials supply

Finnish developer of continuous metals monitoring technology, Sensmet, has received a €1.5m investment from EIT RawMaterials to help secure the supply of critical and strategically important raw mater...

2 days, 9 hours назад @ tech.eu
Monzo to exit US market
Monzo to exit US market Monzo to exit US market

Monzo is closing its US banking operations after struggling to gain traction in the market, and will instead focus on its core UK and European business.The UK digital bank, famed for its bright coral ...

2 days, 10 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 2 часа назад
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.

2 часа назад @ 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 week, 3 days назад @ techcrunch.com
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

1 month, 2 weeks назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

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

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

3 months, 1 week назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

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

6 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.

6 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.

6 months, 2 weeks назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

6 months, 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 назад @ 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, […]

8 months, 3 weeks назад @ techcrunch.com
Researchers confirm two journalists were hacked with Paragon spyware
Researchers confirm two journalists were hacked with Paragon spyware

The confirmation of two hacked victims further deepens an ongoing spyware scandal that, for now, appears largely focused on the Italian government.

9 months, 3 weeks назад @ techcrunch.com
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist

The Italian government claims that accepting Paragon’s help would have compromised national security and classified information.

9 months, 3 weeks назад @ techcrunch.com