Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 2 часа назад
Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids
Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

Comments

2 часа назад @ fuelingcuriosity.com
Fungal Electronics
Fungal Electronics Fungal Electronics

Comments

2 часа назад @ arxiv.org
Launch HN: Sentrial (YC W26) – Catch AI Agent Failures Before Your Users Do
Launch HN: Sentrial (YC W26) – Catch AI Agent Failures Before Your Users Do Launch HN: Sentrial (YC W26) – Catch AI Agent Failures Before Your Users Do

Comments

3 часа назад @ sentrial.com
Show HN: Site Spy – Track webpage changes with diffs, element picking, and RSS
Show HN: Site Spy – Track webpage changes with diffs, element picking, and RSS Show HN: Site Spy – Track webpage changes with diffs, element picking, and RSS

Everything you need to know about Site SpyWhat is Site Spy?

Site Spy is a website monitoring tool that tracks pages for changes automatically.

Site Spy takes snapshots of the pages you track at your chosen interval (from minutes to weeks).

Yes, Site Spy has a free plan that lets you track up to 5 websites with checks every hour.

Site Spy includes an element inspector that lets you click on any element on a webpage to monitor just that section.

3 часа назад @ sitespy.app
Launch HN: Prism (YC X25) – Workspace and API to generate and edit videos
Launch HN: Prism (YC X25) – Workspace and API to generate and edit videos Launch HN: Prism (YC X25) – Workspace and API to generate and edit videos

Prism is an AI video generator for short-form content.

Create viral videos for TikTok, Reels, and Shorts from simple text prompts—no editing skills required.

What AI models does Prism use?

Prism integrates the best AI video models including Google Veo, Kling, Sora, Hailuo, Flux, and more.

Different models cost different amounts.

3 часа назад @ prismvideos.com
Show HN: Klaus – OpenClaw on a VM, batteries included
Show HN: Klaus – OpenClaw on a VM, batteries included Show HN: Klaus – OpenClaw on a VM, batteries included

Comments

3 часа назад @ klausai.com
Where Some See Strings, She Sees a Space-Time Made of Fractals
Where Some See Strings, She Sees a Space-Time Made of Fractals Where Some See Strings, She Sees a Space-Time Made of Fractals

Astrid Eichhorn spends her days thinking about how the laws of physics change at the tiniest scales.

The changes happen in a fairly regular way, so physicists have a good sense of how they work … until they don’t.

Gravity, a force that’s too weak to notice at the scale of atoms, grows strong in an erratic way.

Some physicists argue that this failure point in our understanding tells us that the universe is fundamentally composed not of particles, but of vibrating strings and membranes.

In particular, Eichhorn has emphasized the importance of taking into account the ways in which matter affects space-time, and vice versa.

4 часа назад @ quantamagazine.org
Searching for the Agentic IDE
Searching for the Agentic IDE

Comments

4 часа назад @ twitter.com
Temporal: The 9-Year Journey to Fix Time in JavaScript
Temporal: The 9-Year Journey to Fix Time in JavaScript Temporal: The 9-Year Journey to Fix Time in JavaScript

Temporal: The 9-Year Journey to Fix Time in JavaScriptPublished on 11 March 2026Welcome to our blog!

In that conversation, Daniel Ehrenberg (then working at Igalia) pointed Andrew at the early Temporal work because it looked strikingly similar to Bloomberg's existing value-semantic datetime types.

Here are the types Temporal comes packed with:If you don't know which Temporal type you need, start with Temporal.ZonedDateTime .

const date = Temporal .

A Better Time for JavaScript #Temporal is the result of nearly a decade of work across companies, engines, and individuals.

4 часа назад @ bloomberg.github.io
Elevated errors on login with Claude Code
Elevated errors on login with Claude Code Elevated errors on login with Claude Code

Comments

4 часа назад @ status.claude.com
Why the Global Elite Gave Up on Spelling and Grammar
Why the Global Elite Gave Up on Spelling and Grammar

Please enable JS and disable any ad blocker

4 часа назад @ wsj.com
Let yourself fall down more
Let yourself fall down more Let yourself fall down more

Then they learn to stand up, and they'll fall on their bum a lot, sometimes bumping other parts when they do—also ouchies!

You can fall a lot without getting hurt, if you learn to fall safely.

If you let yourself fall safely, you can learn skills a lot faster.

When I stopped worrying about that and let myself write bad poems?

Once I decided to fall down (my daughter held me to this goal: "mom, you didn't fall yet!

4 часа назад @ ntietz.com
Wiz Joins Google
Wiz Joins Google Wiz Joins Google

Wiz Research continues to be at the forefront of security, uncovering critical vulnerabilities that protect not just Wiz customers, but the industry at large.

Building an AI Security Platform for the FutureProduct innovation has always been at the heart of Wiz, and over the past year, our momentum has only accelerated.

As customers build and ship faster in the AI era, we expanded the Wiz AI Security Platform to secure AI applications themselves, providing visibility into AI usage, preventing AI-native risks, and protecting AI workloads in runtime.

By integrating the most cutting edge AI capabilities into the Wiz platform, we’ll continue to give security teams new superpowers.

With Google’s …

4 часа назад @ wiz.io
Show HN: Open-source browser for AI agents
Show HN: Open-source browser for AI agents Show HN: Open-source browser for AI agents

Agent Browser ProtocolWeb browsing is continuous and async.

One request = one completed step : settled state + screenshot + event log: settled state + screenshot + event log No WebSocket.

Claude Codeclaude mcp add browser -- npx -y agent-browser-protocol --mcpThen ask Claude: "Go to news.ycombinator.com and find the top post about AI."

Codex CLIcodex mcp add browser -- npx -y agent-browser-protocol --mcpOpencodeConfigure a model with vision and add the MCP server.

{ "$schema" : " https://opencode.ai/config.json " , "mcp" : { "browser" : { "type" : " local " , "command" : [ " npx " , " -y " , " agent-browser-protocol " , " --mcp " ], "enabled" : true , "environment" : { } } } }Any MCP Client…

5 часов назад @ github.com
Ask HN: Is Claude Down Again?
Ask HN: Is Claude Down Again? Ask HN: Is Claude Down Again?

I've started getting some 401 errors on a subscription again and oauth seems to be struggling to restore the session.

Is it just me?

5 часов назад @ news.ycombinator.com
Hacker News Hacker News
последний пост 2 часа назад
Faster Asin() Was Hiding in Plain Sight
Faster Asin() Was Hiding in Plain Sight Faster Asin() Was Hiding in Plain Sight

The C++ is as follows:double _asin_approx_private(const double x) { // This uses a Taylor series approximation.

The [1/2] Padé approximant for asin() can compute much faster, but only for smaller values of x .

The source it cited was the documentation for asin in Nvidia's Cg Toolkit; a product that hasn't been updated since 2012.

Based on Abramowitz and Stegun formula 4.4.45 ''' # https://developer.download.nvidia.com/cg/asin.html # https://personal.math.ubc.ca/~cbm/aands/page_81.htm # Original Minimax coefficients from Abramowitz and Stegun a0 = 1.5707288 a1 = -0.2121144 a2 = 0.0742610 a3 = -0.0187293 abs_x = abs(x) # Evaluate polynomial using Horner's method p = a3 * abs_x + a2 p = p * ab…

5 часов назад @ 16bpp.net
UK MPs give ministers powers to restrict Internet for under 18s
UK MPs give ministers powers to restrict Internet for under 18s UK MPs give ministers powers to restrict Internet for under 18s

MPs have rejected a Lords amendment to the Children’s Wellbeing and Schools Bill that would allow a social media ban for under 16s.

Instead, they have voted to give ministers much broader powers which could be used to restrict Internet access to under 18s.

This will give ministers huge powers to restrict the Internet without having to pass new legislation.

The powers could be used to restrict access to websites, social media platforms, apps and games of their choosing.

MPs also rejected a Lords amendment to restrict access to VPNs, but gave Ministers the power to introduce such a measure.

5 часов назад @ openrightsgroup.org
Whistleblower: DOGE member took Social Security data to new job
Whistleblower: DOGE member took Social Security data to new job

Comments

6 часов назад @ washingtonpost.com
Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG
Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG

DEMO EnvironmentThe lab resets every 6 hours or when triggered by a CI.

The traffic simulation is configurable through simulator.config.json The lab can also be run locally in the VM using Vagrant.

6 часов назад @ aether.saphal.me
Where did you think the training data was coming from?
Where did you think the training data was coming from? Where did you think the training data was coming from?

When the news broke that Meta's smart glasses were feeding data directly into their Facebook servers, I wondered what all the fuss was about.

Who thought AI glasses used to secretly record people would be private?

As part of our efforts to improve and develop our products, we may use your data to develop and train our AI models.

Google is in the advertising business, and reading their terms of service, even partially, it all revolves around data collection.

Your data is used to build a profile both for advertising and AI training.

6 часов назад @ idiallo.com
The entities enabling scientific fraud at scale are large, resilient and growing
The entities enabling scientific fraud at scale are large, resilient and growing

Comments

6 часов назад @ pnas.org
Lego's 0.002 mm Specification and Its Implications for Manufacturing
Lego's 0.002 mm Specification and Its Implications for Manufacturing

Comments

6 часов назад @ thewave.engineer
Hurricane Electric (HE.NET) IPv6 tunnelbroker page offline due to expired domain
Hurricane Electric (HE.NET) IPv6 tunnelbroker page offline due to expired domain

Comments

6 часов назад @ tunnelbroker.net
Swiss e-voting pilot can't count 2,048 ballots after decryption failure
Swiss e-voting pilot can't count 2,048 ballots after decryption failure Swiss e-voting pilot can't count 2,048 ballots after decryption failure

A Swiss canton has suspended its pilot of electronic voting after failing to count 2,048 votes cast in national referendums held on March 8.

Basel-Stadt announced the problem with its e-voting pilot, open to about 10,300 locals living abroad and 30 people with disabilities, last Friday afternoon.

"Three USB sticks were used, all with the correct code, but none of them worked," spokesperson Marco Greiner told the Swiss Broadcasting Corporation's Swissinfo service.

The country's Federal Chancellery said e-voting in three other cantons – Thurgau, Graubünden, and St Gallen – along with the nationally used Swiss Post e-voting system, had not been affected.

A previous attempt to set up e-voting w…

6 часов назад @ theregister.com
Microsoft BitNet: 100B Param 1-Bit model for local CPUs
Microsoft BitNet: 100B Param 1-Bit model for local CPUs Microsoft BitNet: 100B Param 1-Bit model for local CPUs

bitnet.cpp is the official inference framework for 1-bit LLMs (e.g., BitNet b1.58).

usage: e2e_benchmark.py -m MODEL [-n N_TOKEN] [-p N_PROMPT] [-t THREADS] Setup the environment for running the inference required arguments: -m MODEL, --model MODEL Path to the model file.

-t THREADS, --threads THREADS Number of threads to use.

It is an optional argument with a default value of 128., : The number of tokens to generate during the inference.

It is an optional argument with a default value of 2., : The number of threads to use for running the inference.

7 часов назад @ github.com
The MacBook Neo
The MacBook Neo The MacBook Neo

The Magic Trackpad first appeared on that MacBook and the early 2015 MacBook Pros — it was nice-to-have for the MacBook Pros, but might have been the only trackpad that would fit in the front of the MacBook One’s tapered case.

Apple’s inconsistent use of the name “Air” makes this complicated, but the MacBook Neo is obviously akin to the iPhone 17e; the MacBook Air is akin to the iPhone 17 (the default model for most people); the MacBook Pros are akin to the iPhone 17 Pros.

This last week testing the MacBook Neo, I haven’t touched my iPad once, and I haven’t once wished this Neo were an iPad.

The MacBook Neo is going to be a great first Macintosh for a lot of people switching from PCs.

May t…

8 часов назад @ daringfireball.net
AI Agent Hacks McKinsey
AI Agent Hacks McKinsey AI Agent Hacks McKinsey

McKinsey & Company — the world's most prestigious consulting firm — built an internal AI platform called Lilli for its 43,000+ employees.

In the AI era, the threat landscape is shifting drastically — AI agents autonomously selecting and attacking targets will become the new normal.

From a workforce that uses this tool to discuss strategy, client engagements, financials, M&A activity, and internal research.

This is decades of proprietary McKinsey research, frameworks, and methodologies — the firm's intellectual crown jewels — sitting in a database anyone could read.

AI prompts are the new Crown Jewel assets.

9 часов назад @ codewall.ai
Google to Provide Pentagon with AI Agents
Google to Provide Pentagon with AI Agents

Why did this happen?

Please make sure your browser supports JavaScript and cookies and that you are not blocking them from loading.

For more information you can review our Terms of Service and Cookie Policy.

10 часов назад @ bloomberg.com
Why does AI tell you to use Terminal so much?
Why does AI tell you to use Terminal so much? Why does AI tell you to use Terminal so much?

The great majority of humans using Macs work primarily in its GUI, using apps rather than Terminal commands.

Given the limitations in retrieving log entries from 30 days noted above, it seems absurd to assume that any log entries will be retained from over 360 days ago.

Verify XProtect definitions are currentRun:system_profiler SPInstallHistoryDataType | grep -i xprotectYou should see recent updates like:XProtectPlistConfigDataXProtectPayloadsApple updates these silently in the background.

ConclusionsOf the five recommended procedures, all were Terminal commands, despite two of them being readily performed in the GUI.

AI is training the unsuspecting to blindly copy and paste Terminal comman…

11 часов назад @ eclecticlight.co
AutoKernel: Autoresearch for GPU Kernels
AutoKernel: Autoresearch for GPU Kernels AutoKernel: Autoresearch for GPU Kernels

AutoKernelAutoresearch for GPU kernels.

Give it any PyTorch model, go to sleep, wake up to optimized Triton kernels.

AutoKernel applies the same philosophy to GPU kernel optimization: agent modifies one file, runs a fixed evaluation, keeps or reverts, repeats forever.

How It WorksGive AutoKernel any PyTorch model.

AutoKernel applies that same loop -- agent edits one file, runs a fixed evaluation, keeps or reverts -- to the domain of GPU kernel optimization with Triton.

12 часов назад @ github.com
Lobsters Lobsters
последний пост 1 час назад
My PostgreSQL database got nuked lol
My PostgreSQL database got nuked lol My PostgreSQL database got nuked lol

My PostgreSQL database got nuked lolSo I was running my linkhut fork instance scalie.computer, and everything was fine at first.

I ran my database in a docker container.

What actually happened was that the port to my database docker container was just out there to the public.

I found that out by eventually getting curious about what was happening and wondering if I could see any data in the database.

So I made sure my docker-compose files have the ports like this:ports : - "127.0.0.1:5432:5432"Apparently this should work, according to the blogpost I linked.

1 час назад @ akselmo.dev
//go:fix inline and the source-level inliner
//go:fix inline and the source-level inliner //go:fix inline and the source-level inliner

If you’ve ever invoked gopls’ “Inline call” interactive refactoring, you’ve used the source-level inliner.

Consider this hypothetical oldmath package:// Package oldmath is the bad old math package.

//go:fix inline func Sub(y, x int) int { return newmath.Sub(x, y) } // Inf returns positive infinity.

//go:fix inline func Inf() float64 { return newmath.Inf(+1) } // Neg returns -x.

//go:fix inline func f(_ int) { print("hello") } x := 42 f(x) x := 42 // error: unused variable: x print("hello")So the inliner must account for references to local variables and avoid removing the last one.

1 час назад @ go.dev
Using Unicode Half-Stars Symbols in Ratings
Using Unicode Half-Stars Symbols in Ratings Using Unicode Half-Stars Symbols in Ratings

So I kept using emoji for category icons, and used the outlined and filled star symbols (☆★) for ratings.

I let it round down for a while until I went looking to see if there were half-filled star symbols.

★ or ★ ★ Black staror Black star ☆ or ☆ ☆ White Staror White Star ⯨ or ⯨ ⯨ Left half black staror Left half black star ⯩ or ⯩ ⯩ Right half black staror Right half black star ⯪ or ⯪ ⯪ Star with left half blackor Star with left half black ⯫ or ⯫ ⯫ Star with right half blackUnicode naming schemes are rooted in print, so a filled-in star is a black star, and an outline is a white star, assuming black ink on a white page.

Option 2: Find a Pre-Built WOFF2 fileOr you can grab a copy of the WOFF2…

2 часа назад @ hyperborea.org
Okmain: you have an image but you want a colour
Okmain: you have an image but you want a colour Okmain: you have an image but you want a colour

For Okmain, I decided to only allow up to four clusters.

The swatches are sorted top-down, the most prominent at the top (source):Finally, Okmain tries to guess how visually prominent a particular colour is.

PerformanceI wanted Okmain to not just produce nice colours but also be reasonably fast, ideally comparable to a simple 1x1 resize.

Okmain downsamples the image by a power of two until the total number of pixels is below 250,000, simply averaging pixel values in Oklab.

Rust defaults to a very conservative SIMD instruction set (SSE2), and it's a correct solution for a library like Okmain.

3 часа назад @ dgroshev.com
Temporal: The 9-Year Journey to Fix Time in JavaScript
Temporal: The 9-Year Journey to Fix Time in JavaScript Temporal: The 9-Year Journey to Fix Time in JavaScript

Temporal: The 9-Year Journey to Fix Time in JavaScriptPublished on 11 March 2026Welcome to our blog!

In that conversation, Daniel Ehrenberg (then working at Igalia) pointed Andrew at the early Temporal work because it looked strikingly similar to Bloomberg's existing value-semantic datetime types.

Here are the types Temporal comes packed with:If you don't know which Temporal type you need, start with Temporal.ZonedDateTime .

const date = Temporal .

A Better Time for JavaScript #Temporal is the result of nearly a decade of work across companies, engines, and individuals.

3 часа назад @ bloomberg.github.io
OpenBSD ext4fs update
OpenBSD ext4fs update OpenBSD ext4fs update

Comments

3 часа назад @ kmx.io
Faster asin() Was Hiding In Plain Sight
Faster asin() Was Hiding In Plain Sight Faster asin() Was Hiding In Plain Sight

The C++ is as follows:double _asin_approx_private(const double x) { // This uses a Taylor series approximation.

The [1/2] Padé approximant for asin() can compute much faster, but only for smaller values of x .

The source it cited was the documentation for asin in Nvidia's Cg Toolkit; a product that hasn't been updated since 2012.

Based on Abramowitz and Stegun formula 4.4.45 ''' # https://developer.download.nvidia.com/cg/asin.html # https://personal.math.ubc.ca/~cbm/aands/page_81.htm # Original Minimax coefficients from Abramowitz and Stegun a0 = 1.5707288 a1 = -0.2121144 a2 = 0.0742610 a3 = -0.0187293 abs_x = abs(x) # Evaluate polynomial using Horner's method p = a3 * abs_x + a2 p = p * ab…

3 часа назад @ 16bpp.net
Repovex — GitHub repo scorecards for engineering teams
Repovex — GitHub repo scorecards for engineering teams

Comments

3 часа назад @ repovex.com
Why I Still Blog — and Why the Future of Blogging Is Connected
Why I Still Blog — and Why the Future of Blogging Is Connected

ForbiddenYou don't have permission to access this resource.

4 часа назад @ ssp.sh
Moonforge, A Yocto-Based Linux OS
Moonforge, A Yocto-Based Linux OS Moonforge, A Yocto-Based Linux OS

Moonforge focuses on extensibility, flexibility, and long-term maintainability, enabling developers and system integrators to create custom operating system images while relying on well-established industry tooling and best practices.

Building Production-Ready Linux Systems with YoctoMoonforge is an operating system framework for Linux devices that simplifies the process of building and maintaining custom operating systems.

It provides a curated collection of Yocto layers and configuration files that help developers generate immutable, maintainable, and easily updatable operating system images.

Existing Moonforge layers cover common use cases, while the Yocto layer architecture allows vendo…

5 часов назад @ igalia.com
A fully snapshotable Wasm interpreter
A fully snapshotable Wasm interpreter A fully snapshotable Wasm interpreter

gabagoolA WebAssembly interpreter written from scratch.

This project aims to build a fully spec-compliant, performant interpreter whose entire execution state can be serialized, suspended, and restored.

See demoEach fork snapshots the entire WebAssembly execution state, spawns a brand new process, and resumes exactly where it left off.

Statusgabagool is tested against the WebAssembly spec test suite.

# run the core test suite uv run download-spec-tests.py cargo t --features core-tests # run the component test suite # you need wasm-tools installed!

5 часов назад @ github.com
Pike - Solving the "should we stop here or gamble on the next exit" problem
Pike - Solving the "should we stop here or gamble on the next exit" problem Pike - Solving the "should we stop here or gamble on the next exit" problem

Pike - Solving the "should we stop here or gamble on the next exit" problem04 Mar, 2026Why Google & Apple Maps don't workPicking the right exit when you are road-tripping is not a solved problem.

v2 - Non-directed interstate graphSecond iteration was to pull interstate data from OpenStreetMaps (OSM) and build a non-directed graph of the interstates.

Just pre-compute the sequence of exits and create canonicalized exit & exit sequence data - AKA a linked list.

Well - imagine how well that worked for exits that don't actually exit the interstate, but instead take you onto another interstate?

Pike was a wonderful lesson on how OSM data works and the tooling ecosystem that surrounds it.

7 часов назад @ tomjohnell.com
Full-Source Binary Seed Bootstrap of the Guix System
Full-Source Binary Seed Bootstrap of the Guix System Full-Source Binary Seed Bootstrap of the Guix System

The Full-Source Bootstrap: Building from source all the way downJanneke Nieuwenhuizen, Ludovic Courtès — April 26, 2023We are delighted and somewhat relieved to announce that the third reduction of the Guix bootstrap binaries has now been merged in the main branch of Guix!

The Road to Full-Source BootstrapThree years ago, the bootstrap binaries were reduced to just GNU Mes and MesCC-Tools (and the driver to build Guix packages: a static build of GNU Guile 2.0.9).

The new Full-Source Bootstrap, merged in Guix master yesterday, removes the binaries for Mes and MesCC-Tools and replaces them by bootstrap-seeds.

The new GNU Mes v0.24 release can be built with M2-Planet.

Using this TinyCC and …

8 часов назад @ guix.gnu.org
Why should we have user age tracking in Operating Systems and websites?
Why should we have user age tracking in Operating Systems and websites? Why should we have user age tracking in Operating Systems and websites?

— Waydell D. CarvalhoTo this point, here are some of the recent changes:Here’s where each of the “All Operating Systems must do age verification” laws are as of today.

Note: As of today, March 4th, Operating Systems developers have only 13 days remaining before the Brazilian law takes effect.

Related: In order to “incentivize” age verification, The Federal Trade Commission (FTC) has announced that they will ignore COPPA violations for software performing age verification.

Mandating that operating systems even have accounts is insane.

But the internet and operating systems are so much more than that: we should have the freedom to design operating systems (and internet protocols) however we l…

8 часов назад @ wiki.alcidesfonseca.com
SQLite WAL-reset database corruption bug
SQLite WAL-reset database corruption bug

In the event of a crash or ROLLBACK, the original content contained in the rollback journal is played back into the database file to revert the database file to its original state.

On the other hand, read performance deteriorates as the WAL file grows in size since each reader must check the WAL file for the content and the time needed to check the WAL file is proportional to the size of the WAL file.

The wal-index helps find content in the WAL file much faster, but performance still falls off with increasing WAL file size.

If a process sets WAL mode, then closes and reopens the database, the database will come back in WAL mode.

Thus parts of the transaction from step 3 never reach the data…

10 часов назад @ sqlite.org
Techmeme Techmeme
последний пост 1 час назад
Anthropic says Claude for Excel and Claude for PowerPoint now share full context across open files, and skills are available inside Excel and PowerPoint add-ins (Sabrina Ortiz/The Deep View)
Anthropic says Claude for Excel and Claude for PowerPoint now share full context across open files, and skills are available inside Excel and PowerPoint add-ins (Sabrina Ortiz/The Deep View) Anthropic says Claude for Excel and Claude for PowerPoint now share full context across open files, and skills are available inside Excel and PowerPoint add-ins (Sabrina Ortiz/The Deep View)

Sabrina Ortiz / The Deep View:

Anthropic says Claude for Excel and Claude for PowerPoint now share full context across open files, and skills are available inside Excel and PowerPoint add-ins — W — hile Anthropic doesn't offer a productivity suite of apps like Google or Microsoft, it is expanding its integrations with Microsoft 365 applications.

1 час назад @ techmeme.com
Amazon raised €14.5B in its euro bond market debut, the biggest ever corporate deal in the currency, following a dollar offering on Tuesday that raised $37B (Bloomberg)
Amazon raised €14.5B in its euro bond market debut, the biggest ever corporate deal in the currency, following a dollar offering on Tuesday that raised $37B (Bloomberg) Amazon raised €14.5B in its euro bond market debut, the biggest ever corporate deal in the currency, following a dollar offering on Tuesday that raised $37B (Bloomberg)

Bloomberg:

Amazon raised €14.5B in its euro bond market debut, the biggest ever corporate deal in the currency, following a dollar offering on Tuesday that raised $37B — Amazon.com Inc. raised €14.5 billion ($16.8 billion) in its euro bond market debut, the biggest ever corporate deal in the currency …

1 час назад @ techmeme.com
WordPress debuts my.WordPress.net, which lets users run WordPress entirely in the browser to set up a private workspace not accessible from the public internet (Sarah Perez/TechCrunch)
WordPress debuts my.WordPress.net, which lets users run WordPress entirely in the browser to set up a private workspace not accessible from the public internet (Sarah Perez/TechCrunch) WordPress debuts my.WordPress.net, which lets users run WordPress entirely in the browser to set up a private workspace not accessible from the public internet (Sarah Perez/TechCrunch)

Sarah Perez / TechCrunch:

WordPress debuts my.WordPress.net, which lets users run WordPress entirely in the browser to set up a private workspace not accessible from the public internet — WordPress's publishing software can now run entirely in the web browser, the organization behind the open source publishing software announced on Wednesday.

1 час назад @ techmeme.com
Sources: xAI's AI agent project Macrohard has stalled as Tesla ramps up its own AI agent project Digital Optimus; Musk says they are a joint xAI-Tesla project (Grace Kay/Business Insider)
Sources: xAI's AI agent project Macrohard has stalled as Tesla ramps up its own AI agent project Digital Optimus; Musk says they are a joint xAI-Tesla project (Grace Kay/Business Insider) Sources: xAI's AI agent project Macrohard has stalled as Tesla ramps up its own AI agent project Digital Optimus; Musk says they are a joint xAI-Tesla project (Grace Kay/Business Insider)

Grace Kay / Business Insider:

Sources: xAI's AI agent project Macrohard has stalled as Tesla ramps up its own AI agent project Digital Optimus; Musk says they are a joint xAI-Tesla project — Follow Grace Kay … - XAI's Macrohard project has stalled amid leadership changes and a data project pause.

1 час назад @ techmeme.com
Canva launches Magic Layers, an AI tool that turns a flat bitmap image into a fully editable Canva project by extracting text and objects into individual layers (Jesus Diaz/Fast Company)
Canva launches Magic Layers, an AI tool that turns a flat bitmap image into a fully editable Canva project by extracting text and objects into individual layers (Jesus Diaz/Fast Company) Canva launches Magic Layers, an AI tool that turns a flat bitmap image into a fully editable Canva project by extracting text and objects into individual layers (Jesus Diaz/Fast Company)

Jesus Diaz / Fast Company:

Canva launches Magic Layers, an AI tool that turns a flat bitmap image into a fully editable Canva project by extracting text and objects into individual layers — The newly launched Magic Layers feature dissects flat images into native objects, putting an end to the frustrating era of pixel-locked assets.

3 часа назад @ techmeme.com
Revolut says it has secured a full banking license from UK regulators after a four-year wait, allowing the company to expand lending to its 13M UK customers (Financial Times)
Revolut says it has secured a full banking license from UK regulators after a four-year wait, allowing the company to expand lending to its 13M UK customers (Financial Times) Revolut says it has secured a full banking license from UK regulators after a four-year wait, allowing the company to expand lending to its 13M UK customers (Financial Times)

Financial Times:

Revolut says it has secured a full banking license from UK regulators after a four-year wait, allowing the company to expand lending to its 13M UK customers — Permit is crucial to growth strategy of Europe's most valuable fintech — Revolut has secured a full banking licence from UK regulators …

3 часа назад @ techmeme.com
WhatsApp adds parent-managed accounts for users under the age of 13 and says the accounts will not get access to features like Meta AI, Channels, or Status (Ivan Mehta/TechCrunch)
WhatsApp adds parent-managed accounts for users under the age of 13 and says the accounts will not get access to features like Meta AI, Channels, or Status (Ivan Mehta/TechCrunch) WhatsApp adds parent-managed accounts for users under the age of 13 and says the accounts will not get access to features like Meta AI, Channels, or Status (Ivan Mehta/TechCrunch)

Ivan Mehta / TechCrunch:

WhatsApp adds parent-managed accounts for users under the age of 13 and says the accounts will not get access to features like Meta AI, Channels, or Status — WhatsApp launched a new set of parent-supervised accounts for users under the age of 13 on Wednesday.

3 часа назад @ techmeme.com
Online DTC luxury brand Quince raised a $500M Series E led by Iconiq at a $10.1B valuation; it recently launched in Canada and its revenue topped $1B in 2025 (James Manso/WWD)
Online DTC luxury brand Quince raised a $500M Series E led by Iconiq at a $10.1B valuation; it recently launched in Canada and its revenue topped $1B in 2025 (James Manso/WWD) Online DTC luxury brand Quince raised a $500M Series E led by Iconiq at a $10.1B valuation; it recently launched in Canada and its revenue topped $1B in 2025 (James Manso/WWD)

James Manso / WWD:

Online DTC luxury brand Quince raised a $500M Series E led by Iconiq at a $10.1B valuation; it recently launched in Canada and its revenue topped $1B in 2025 — The quickly growing company's revenues topped $1 billion last year. — Quince has a fresh infusion of cash.

4 часа назад @ techmeme.com
Rivian CEO RJ Scaringe's Mind Robotics, which is building AI-powered factory robots, raised $500M led by Accel and a16z, source says at a $2B valuation (Kate Clark/Wall Street Journal)
Rivian CEO RJ Scaringe's Mind Robotics, which is building AI-powered factory robots, raised $500M led by Accel and a16z, source says at a $2B valuation (Kate Clark/Wall Street Journal) Rivian CEO RJ Scaringe's Mind Robotics, which is building AI-powered factory robots, raised $500M led by Accel and a16z, source says at a $2B valuation (Kate Clark/Wall Street Journal)

Kate Clark / Wall Street Journal:

Rivian CEO RJ Scaringe's Mind Robotics, which is building AI-powered factory robots, raised $500M led by Accel and a16z, source says at a $2B valuation — Mind Robotics is building factory robots, joining up with the electric-vehicle maker on training and testing

4 часа назад @ techmeme.com
Axiamatic, which offers an "agentic control plane" to manage large-scale enterprise transformations, emerges from stealth with $54M from Greylock and Bessemer (Lily Mae Lazarus/Fortune)
Axiamatic, which offers an "agentic control plane" to manage large-scale enterprise transformations, emerges from stealth with $54M from Greylock and Bessemer (Lily Mae Lazarus/Fortune) Axiamatic, which offers an "agentic control plane" to manage large-scale enterprise transformations, emerges from stealth with $54M from Greylock and Bessemer (Lily Mae Lazarus/Fortune)

Lily Mae Lazarus / Fortune:

Axiamatic, which offers an “agentic control plane” to manage large-scale enterprise transformations, emerges from stealth with $54M from Greylock and Bessemer — Enterprise transformations are one of the biggest line items in corporate budgets—and one of the easiest ways to light money on fire.

4 часа назад @ techmeme.com
Kai, which is developing an AI-enabled cyber platform, raised $125M in a combined seed and Series A round led by Evolution Equity Partners (Angus Loten/Wall Street Journal)
Kai, which is developing an AI-enabled cyber platform, raised $125M in a combined seed and Series A round led by Evolution Equity Partners (Angus Loten/Wall Street Journal) Kai, which is developing an AI-enabled cyber platform, raised $125M in a combined seed and Series A round led by Evolution Equity Partners (Angus Loten/Wall Street Journal)

Angus Loten / Wall Street Journal:

Kai, which is developing an AI-enabled cyber platform, raised $125M in a combined seed and Series A round led by Evolution Equity Partners — The year-old firm joins a surge of new ventures cashing in on booming investor demand for smart cyber tools — Kai, an artificial intelligence …

4 часа назад @ techmeme.com
Meta unveils four new chips, the MTIA 300, MTIA 400, MTIA 450, and MTIA 500, set to launch by the end of 2027; the MTIA 300 is in production for content ranking (Bloomberg)
Meta unveils four new chips, the MTIA 300, MTIA 400, MTIA 450, and MTIA 500, set to launch by the end of 2027; the MTIA 300 is in production for content ranking (Bloomberg) Meta unveils four new chips, the MTIA 300, MTIA 400, MTIA 450, and MTIA 500, set to launch by the end of 2027; the MTIA 300 is in production for content ranking (Bloomberg)

Bloomberg:

Meta unveils four new chips, the MTIA 300, MTIA 400, MTIA 450, and MTIA 500, set to launch by the end of 2027; the MTIA 300 is in production for content ranking — Meta Platforms Inc. plans to deploy four new generations of its in-house artificial intelligence chips by the end of 2027 …

5 часов назад @ techmeme.com
Investors flee to Magnificent Seven stocks due to the US-led war in Iran; tech is up 1.5% from February 27, the only S&P 500 sector to rise since the strikes (Financial Times)
Investors flee to Magnificent Seven stocks due to the US-led war in Iran; tech is up 1.5% from February 27, the only S&P 500 sector to rise since the strikes (Financial Times) Investors flee to Magnificent Seven stocks due to the US-led war in Iran; tech is up 1.5% from February 27, the only S&P 500 sector to rise since the strikes (Financial Times)

Financial Times:

Investors flee to Magnificent Seven stocks due to the US-led war in Iran; tech is up 1.5% from February 27, the only S&P 500 sector to rise since the strikes — Megacap companies previously out of favour now seen as ‘safety assets’ — Investors have sought shelter from the turmoil …

5 часов назад @ techmeme.com
Spotify says artists from 75 countries made $500K+ in royalties in 2025, up from 66 in 2024; ~50% of an average artist's streams came from outside their country (Ethan Millman/The Hollywood Reporter)
Spotify says artists from 75 countries made $500K+ in royalties in 2025, up from 66 in 2024; ~50% of an average artist's streams came from outside their country (Ethan Millman/The Hollywood Reporter) Spotify says artists from 75 countries made $500K+ in royalties in 2025, up from 66 in 2024; ~50% of an average artist's streams came from outside their country (Ethan Millman/The Hollywood Reporter)

Ethan Millman / The Hollywood Reporter:

Spotify says artists from 75 countries made $500K+ in royalties in 2025, up from 66 in 2024; ~50% of an average artist's streams came from outside their country — “The takeaway here is that music has become increasingly borderless,” Spotify's Joe Hadley says of the company's latest loud and clear report released Wednesday

6 часов назад @ techmeme.com
Google closes its acquisition of Israeli cybersecurity company Wiz for $32B, marking Google's biggest acquisition ever; Google initially approached Wiz in 2024 (Rebecca Bellan/TechCrunch)
Google closes its acquisition of Israeli cybersecurity company Wiz for $32B, marking Google's biggest acquisition ever; Google initially approached Wiz in 2024 (Rebecca Bellan/TechCrunch) Google closes its acquisition of Israeli cybersecurity company Wiz for $32B, marking Google's biggest acquisition ever; Google initially approached Wiz in 2024 (Rebecca Bellan/TechCrunch)

Rebecca Bellan / TechCrunch:

Google closes its acquisition of Israeli cybersecurity company Wiz for $32B, marking Google's biggest acquisition ever; Google initially approached Wiz in 2024 — Google has officially acquired Israeli cybersecurity firm Wiz for $32 billion in cash, a full year after the companies announced the deal.

6 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Intel unveils the Core Ultra 7 270K Plus and 250K Plus, shipping March 26 for $300 and $200, respectively, and says they are its fastest gaming desktop CPUs yet (Sean Hollister/The Verge)
Intel unveils the Core Ultra 7 270K Plus and 250K Plus, shipping March 26 for $300 and $200, respectively, and says they are its fastest gaming desktop CPUs yet (Sean Hollister/The Verge) Intel unveils the Core Ultra 7 270K Plus and 250K Plus, shipping March 26 for $300 and $200, respectively, and says they are its fastest gaming desktop CPUs yet (Sean Hollister/The Verge)

Sean Hollister / The Verge:

Intel unveils the Core Ultra 7 270K Plus and 250K Plus, shipping March 26 for $300 and $200, respectively, and says they are its fastest gaming desktop CPUs yet — Hopefully it's finally leaving the i9-14900K in the dust. … Intel hasn't made it easy to buy a flagship desktop chip.

6 часов назад @ techmeme.com
TikTok partners with Apple to let Apple Music subscribers play full songs without leaving the TikTok app, and use a Listening Party feature, in the coming weeks (Steven J. Horowitz/Variety)
TikTok partners with Apple to let Apple Music subscribers play full songs without leaving the TikTok app, and use a Listening Party feature, in the coming weeks (Steven J. Horowitz/Variety) TikTok partners with Apple to let Apple Music subscribers play full songs without leaving the TikTok app, and use a Listening Party feature, in the coming weeks (Steven J. Horowitz/Variety)

Steven J. Horowitz / Variety:

TikTok partners with Apple to let Apple Music subscribers play full songs without leaving the TikTok app, and use a Listening Party feature, in the coming weeks — Apple Music and TikTok have joined forces to launch a product that allows TikTok users to play full songs on the platform without having to leave the app.

6 часов назад @ techmeme.com
Binance files a New York defamation suit against Dow Jones over the WSJ's February 23 article on the crypto exchange's handling of Iranian-linked transactions (Francisco Rodrigues/CoinDesk)
Binance files a New York defamation suit against Dow Jones over the WSJ's February 23 article on the crypto exchange's handling of Iranian-linked transactions (Francisco Rodrigues/CoinDesk) Binance files a New York defamation suit against Dow Jones over the WSJ's February 23 article on the crypto exchange's handling of Iranian-linked transactions (Francisco Rodrigues/CoinDesk)

Francisco Rodrigues / CoinDesk:

Binance files a New York defamation suit against Dow Jones over the WSJ's February 23 article on the crypto exchange's handling of Iranian-linked transactions — The situation adds pressure to Binance, which is already operating under a compliance monitor following its $4.3 billion anti-money laundering …

6 часов назад @ techmeme.com
Samsung Galaxy S26 and S26 Plus review: bigger battery and seven years of software updates, but basic cameras, few major updates, and no Qi2 charging magnets (Dominic Preston/The Verge)
Samsung Galaxy S26 and S26 Plus review: bigger battery and seven years of software updates, but basic cameras, few major updates, and no Qi2 charging magnets (Dominic Preston/The Verge) Samsung Galaxy S26 and S26 Plus review: bigger battery and seven years of software updates, but basic cameras, few major updates, and no Qi2 charging magnets (Dominic Preston/The Verge)

Dominic Preston / The Verge:

Samsung Galaxy S26 and S26 Plus review: bigger battery and seven years of software updates, but basic cameras, few major updates, and no Qi2 charging magnets — While Samsung has treated its Flips and Folds to a few major hardware upgrades over recent years, the Galaxy S flagships have often felt …

7 часов назад @ techmeme.com
How Ukraine is working to make drones with as few Chinese components as possible, prioritizing self-sufficiency in producing a crucial battlefield weapon (Maria Varenikova/New York Times)
How Ukraine is working to make drones with as few Chinese components as possible, prioritizing self-sufficiency in producing a crucial battlefield weapon (Maria Varenikova/New York Times) How Ukraine is working to make drones with as few Chinese components as possible, prioritizing self-sufficiency in producing a crucial battlefield weapon (Maria Varenikova/New York Times)

Maria Varenikova / New York Times:

How Ukraine is working to make drones with as few Chinese components as possible, prioritizing self-sufficiency in producing a crucial battlefield weapon — The country has prioritized self-sufficiency in producing a crucial battlefield weapon, though weaning itself fully off cheaper Chinese components is difficult.

7 часов назад @ techmeme.com
CNN and CCDH investigation: 80% of major AI chatbots gave guidance on weapons or targets to "teen" personas 50% of the time; only Claude consistently refused (CNN)
CNN and CCDH investigation: 80% of major AI chatbots gave guidance on weapons or targets to "teen" personas 50% of the time; only Claude consistently refused (CNN) CNN and CCDH investigation: 80% of major AI chatbots gave guidance on weapons or targets to "teen" personas 50% of the time; only Claude consistently refused (CNN)

CNN:

CNN and CCDH investigation: 80% of major AI chatbots gave guidance on weapons or targets to “teen” personas 50% of the time; only Claude consistently refused — Daniel, a troubled American teen, turned to an AI chatbot to vent his political frustration.

7 часов назад @ techmeme.com
Amsterdam-based Nebius says Nvidia plans to invest $2B in the startup as it plans to build AI data centers and deploy 5GW+ of Nvidia systems by the end of 2030 (Bloomberg)
Amsterdam-based Nebius says Nvidia plans to invest $2B in the startup as it plans to build AI data centers and deploy 5GW+ of Nvidia systems by the end of 2030 (Bloomberg) Amsterdam-based Nebius says Nvidia plans to invest $2B in the startup as it plans to build AI data centers and deploy 5GW+ of Nvidia systems by the end of 2030 (Bloomberg)

Bloomberg:

Amsterdam-based Nebius says Nvidia plans to invest $2B in the startup as it plans to build AI data centers and deploy 5GW+ of Nvidia systems by the end of 2030 — Nvidia Corp. will invest $2 billion in Nebius Group NV as part of a strategic partnership to develop and build artificial …

7 часов назад @ techmeme.com
Amazon's Zoox partners with Uber to offer its robotaxis on the Uber app, starting in Las Vegas in late 2026 and expanding to LA in 2027; Zoox needs US approval (Sean O'Kane/TechCrunch)
Amazon's Zoox partners with Uber to offer its robotaxis on the Uber app, starting in Las Vegas in late 2026 and expanding to LA in 2027; Zoox needs US approval (Sean O'Kane/TechCrunch) Amazon's Zoox partners with Uber to offer its robotaxis on the Uber app, starting in Las Vegas in late 2026 and expanding to LA in 2027; Zoox needs US approval (Sean O'Kane/TechCrunch)

Sean O'Kane / TechCrunch:

Amazon's Zoox partners with Uber to offer its robotaxis on the Uber app, starting in Las Vegas in late 2026 and expanding to LA in 2027; Zoox needs US approval — Amazon-owned Zoox plans to make its robotaxis available to hail on the Uber app in Las Vegas later this year, the two companies announced Wednesday.

7 часов назад @ techmeme.com
Meta, the Royal Thai Police, the FBI, and the US DOJ disrupt criminal scam centers in Southeast Asia, disabling 150K+ accounts and arresting 21 individuals (Sam Sabin/Axios)
Meta, the Royal Thai Police, the FBI, and the US DOJ disrupt criminal scam centers in Southeast Asia, disabling 150K+ accounts and arresting 21 individuals (Sam Sabin/Axios) Meta, the Royal Thai Police, the FBI, and the US DOJ disrupt criminal scam centers in Southeast Asia, disabling 150K+ accounts and arresting 21 individuals (Sam Sabin/Axios)

Sam Sabin / Axios:

Meta, the Royal Thai Police, the FBI, and the US DOJ disrupt criminal scam centers in Southeast Asia, disabling 150K+ accounts and arresting 21 individuals — Meta disabled more than 150,000 accounts tied to Southeast Asia-based cyber scam centers. — The global crackdown led to 21 arrests, the company said.

7 часов назад @ techmeme.com
Sources: the US DOJ is investigating Iran's use of Binance to evade sanctions, focusing on money flowing to networks backing terror groups like Yemen's Houthis (Wall Street Journal)
Sources: the US DOJ is investigating Iran's use of Binance to evade sanctions, focusing on money flowing to networks backing terror groups like Yemen's Houthis (Wall Street Journal) Sources: the US DOJ is investigating Iran's use of Binance to evade sanctions, focusing on money flowing to networks backing terror groups like Yemen's Houthis (Wall Street Journal)

Wall Street Journal:

Sources: the US DOJ is investigating Iran's use of Binance to evade sanctions, focusing on money flowing to networks backing terror groups like Yemen's Houthis — Investigation focuses on money flowing through crypto platform to network backing terror groups, including Yemen's Houthi militants

8 часов назад @ techmeme.com
Translucent, a health care finance startup that helps hospitals improve cash management, raised a $27M Series A led by GV, after a $7M seed in August 2024 (Allie Garfinkle/Fortune)
Translucent, a health care finance startup that helps hospitals improve cash management, raised a $27M Series A led by GV, after a $7M seed in August 2024 (Allie Garfinkle/Fortune) Translucent, a health care finance startup that helps hospitals improve cash management, raised a $27M Series A led by GV, after a $7M seed in August 2024 (Allie Garfinkle/Fortune)

Allie Garfinkle / Fortune:

Translucent, a health care finance startup that helps hospitals improve cash management, raised a $27M Series A led by GV, after a $7M seed in August 2024 — Senior Finance Reporter And Author Of Term Sheet — Jack O'Hara has seen a hospital shut down. — It happens via blurry paperwork and running out of time.

8 часов назад @ techmeme.com
Meta adds more scam detection tools to its platforms, including unrecognized device linking warnings on WhatsApp and Facebook friend request warnings (Jess Weatherbed/The Verge)
Meta adds more scam detection tools to its platforms, including unrecognized device linking warnings on WhatsApp and Facebook friend request warnings (Jess Weatherbed/The Verge) Meta adds more scam detection tools to its platforms, including unrecognized device linking warnings on WhatsApp and Facebook friend request warnings (Jess Weatherbed/The Verge)

Jess Weatherbed / The Verge:

Meta adds more scam detection tools to its platforms, including unrecognized device linking warnings on WhatsApp and Facebook friend request warnings — Users will be alerted about suspicious activities like unrecognized device linking and friend requests.

8 часов назад @ techmeme.com
Documents and a source: a foreign hacker compromised files relating to the FBI's Jeffrey Epstein investigation in 2023; the FBI confirms a "cyber incident" (Raphael Satter/Reuters)
Documents and a source: a foreign hacker compromised files relating to the FBI's Jeffrey Epstein investigation in 2023; the FBI confirms a "cyber incident" (Raphael Satter/Reuters) Documents and a source: a foreign hacker compromised files relating to the FBI's Jeffrey Epstein investigation in 2023; the FBI confirms a "cyber incident" (Raphael Satter/Reuters)

Raphael Satter / Reuters:

Documents and a source: a foreign hacker compromised files relating to the FBI's Jeffrey Epstein investigation in 2023; the FBI confirms a “cyber incident” — A foreign hacker compromised files relating to the FBI's investigation of the late sex offender Jeffrey Epstein during …

8 часов назад @ techmeme.com
Inside OpenAI's race to catch up with Claude Code, based on interviews with 30+ sources; a source says Codex had $1B+ in annualized revenue by January's end (Maxwell Zeff/Wired)
Inside OpenAI's race to catch up with Claude Code, based on interviews with 30+ sources; a source says Codex had $1B+ in annualized revenue by January's end (Maxwell Zeff/Wired) Inside OpenAI's race to catch up with Claude Code, based on interviews with 30+ sources; a source says Codex had $1B+ in annualized revenue by January's end (Maxwell Zeff/Wired)

Maxwell Zeff / Wired:

Inside OpenAI's race to catch up with Claude Code, based on interviews with 30+ sources; a source says Codex had $1B+ in annualized revenue by January's end — Why is the biggest name in AI late to the AI coding revolution? — Sam Altman sits with his legs pretzeled in an office chair, staring deeply into the ceiling.

9 часов назад @ techmeme.com
Paris-based digital health insurance startup Alan raised €100M led by Index Ventures at a €5B valuation, up from €4B after raising €173M in September 2024 (Anna Heim/TechCrunch)
Paris-based digital health insurance startup Alan raised €100M led by Index Ventures at a €5B valuation, up from €4B after raising €173M in September 2024 (Anna Heim/TechCrunch) Paris-based digital health insurance startup Alan raised €100M led by Index Ventures at a €5B valuation, up from €4B after raising €173M in September 2024 (Anna Heim/TechCrunch)

Anna Heim / TechCrunch:

Paris-based digital health insurance startup Alan raised €100M led by Index Ventures at a €5B valuation, up from €4B after raising €173M in September 2024 — 30% of European unicorns may have lost their billion-dollar status, but not Alan.

9 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 16 часов назад
inclusionAI/AReaL
inclusionAI/AReaL inclusionAI/AReaL

Combined with RL training on AReaL, the 235B MoE model surpasses GPT 5 and achieves comparable performance with Gemini 3.0 Pro on $\tau^2$ -bench!

Thanks to the outstanding contribution from @HwVanICI, we are excited to officially announce stable support for AReaL training on Ascend NPU devices!

[2025/08/30] Introducing ASearcher, a state-of-the-art search agent built with AReaL's end-to-end asynchronous RL training.

[2025/06/03] (v0.3, boba²) We release boba² (double-boba) for fully asynchronous RL training, which achieves 2.77× speedup while delivering comparable or superior training performance compared to synchronous systems.

Furthermore, asynchronous RL significantly simplifies multi-t…

16 часов назад @ github.com
ItzCrazyKns/Vane
ItzCrazyKns/Vane ItzCrazyKns/Vane

Vane 🔍Vane is a privacy-focused AI answering engine that runs entirely on your own hardware.

Simply run the following command:docker run -d -p 3000:3000 -v vane-data:/home/vane/data --name vane itzcrazykns1337/vane:latestThis will pull and start the Vane container with the bundled SearxNG search engine.

docker run -d -p 3000:3000 -v vane-data:/home/vane/data --name vane vane Access Vane at http://localhost:3000 and configure your settings in the setup screen.

To fix this issue you can:Check your Ollama API URL: Ensure that the API URL is correctly set in the settings menu.

To fix this issue you can:Check your Lemonade API URL: Ensure that the API URL is correctly set in the settings menu.

16 часов назад @ github.com
msitarzewski/agency-agents
msitarzewski/agency-agents msitarzewski/agency-agents

🎭 The Agency: AI Specialists Ready to Transform Your WorkflowA complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers.

Option 3: Use with Other Tools (Cursor, Aider, Windsurf, Gemini CLI, OpenCode)# Step 1 -- generate integration files for all supported tools ./scripts/convert.sh # Step 2 -- install interactively (auto-detects what you have installed) ./scripts/install.sh # Or target a specific tool directly ./scripts/install.sh --tool cursor ./scripts/install.sh --tool copilot ./scripts/install.sh --tool aider ./scripts/install.sh --tool windsurfSee the Multi-Tool Integrations section below for full details.

./scr…

16 часов назад @ github.com
QwenLM/Qwen-Agent
QwenLM/Qwen-Agent QwenLM/Qwen-Agent

Preparation: Model ServiceYou can either use the model service provided by Alibaba Cloud's DashScope, or deploy and use your own model service using the open-source Qwen models.

If you choose to use the model service offered by DashScope, please ensure that you set the environment variable DASHSCOPE_API_KEY to your unique DashScope API key.

Alternatively, if you prefer to deploy and use your own model service, please follow the instructions provided in the README of Qwen2 for deploying an OpenAI-compatible API service.

llm_cfg = { # Use the model service provided by DashScope: 'model' : 'qwen-max-latest' , 'model_type' : 'qwen_dashscope' , # 'api_key': 'YOUR_DASHSCOPE_API_KEY', # It will us…

16 часов назад @ github.com
666ghj/MiroFish
666ghj/MiroFish 666ghj/MiroFish

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

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

1 day, 17 hours назад @ github.com
teng-lin/notebooklm-py
teng-lin/notebooklm-py teng-lin/notebooklm-py

Create a notebook and add sources notebooklm create " My Research " notebooklm use < notebook_id > notebooklm source add " https://en.wikipedia.org/wiki/Artificial_intelligence " notebooklm source add " ./paper.pdf " # 3.

Generate content notebooklm generate audio " make it engaging " --wait notebooklm generate video --style whiteboard --wait notebooklm generate quiz --difficulty hard notebooklm generate flashcards --quantity more notebooklm generate slide-deck notebooklm generate infographic --orientation portrait notebooklm generate mind-map notebooklm generate data-table " compare key concepts " # 5.

Download artifacts notebooklm download audio ./podcast.mp3 notebooklm download video ./o…

2 days, 16 hours назад @ github.com
GoogleCloudPlatform/generative-ai
GoogleCloudPlatform/generative-ai GoogleCloudPlatform/generative-ai

Generative AI on Google CloudGemini 3.1 Pro has been released!

Here are the latest notebooks and demos using the new model: Intro to Gemini 3.1 ProThis repository contains notebooks, code samples, sample apps, and other resources that demonstrate how to use, develop and manage generative AI workflows using Generative AI on Google Cloud with Vertex AI.

vision/ Use this folder if you're interested in building your own solutions from scratch using features from Imagen on Vertex AI (Vertex AI Imagen API).

setup-env/ Instructions on how to set up Google Cloud, the Vertex AI Python SDK, and notebook environments on Google Colab and Vertex AI Workbench.

blogs, YouTube playlists) about Generative A…

2 days, 16 hours назад @ github.com
koala73/worldmonitor
koala73/worldmonitor koala73/worldmonitor

World MonitorReal-time global intelligence dashboard — AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface.

Details →Data Collection435+ RSS feeds with 4-tier source credibility, server-side aggregation, and per-feed circuit breakers.

Details →Edge functions — 60+ Vercel Edge Functions split into per-domain thin entry points (~85% cold-start reduction).

If you use npm run dev instead, only the frontend starts — news feeds and API-dependent panels won't load.

World Monitor relies on 60+ Vercel Edge Functions in the api/ directory for RSS proxying, data caching, and API key isolation.

2 days, 16 hours назад @ github.com
microsoft/markitdown
microsoft/markitdown microsoft/markitdown

Use pip install 'markitdown[all]' to have backward-compatible behavior.

MarkItDown is a lightweight Python utility for converting various files to Markdown for use with LLMs and related text analysis pipelines.

Earlier in this document, we installed all optional dependencies with the [all] option.

For example:pip install ' markitdown[pdf, docx, pptx] 'will install only the dependencies for PDF, DOCX, and PPTX files.

text_content )Document Intelligence conversion in Python:from markitdown import MarkItDown md = MarkItDown ( docintel_endpoint = "" ) result = md .

3 days, 16 hours назад @ github.com
agentscope-ai/agentscope
agentscope-ai/agentscope agentscope-ai/agentscope

tool import Toolkit , execute_python_code , execute_shell_command import os , asyncio async def main (): toolkit = Toolkit () toolkit .

environ [ "DASHSCOPE_API_KEY" ], stream = True , ), memory = InMemoryMemory (), formatter = DashScopeChatFormatter (), toolkit = toolkit , ) user = UserAgent ( name = "user" ) msg = None while True : msg = await agent ( msg ) msg = await user ( msg ) if msg .

werewolf_voice_agent.mp4Realtime Voice AgentBuild a realtime voice agent with web interface that can interact with users via voice input and output.

tool import Toolkit import os async def fine_grained_mcp_control (): # Initialize the MCP client client = HttpStatelessClient ( name = "gaode_mcp" , trans…

4 days, 16 hours назад @ github.com
NousResearch/hermes-agent
NousResearch/hermes-agent NousResearch/hermes-agent

Hermes Agent ⚕The self-improving AI agent built by Nous Research.

Use any model you want — Nous Portal, OpenRouter (200+ models), z.ai/GLM, Kimi/Moonshot, MiniMax, OpenAI, or your own endpoint.

Switch with hermes model — no code changes, no lock-in.

After installation:source ~ /.bashrc # reload shell (or: source ~/.zshrc) hermes setup # configure your LLM provider hermes # start chatting!

Getting Startedhermes # Interactive CLI — start a conversation hermes model # Switch provider or model hermes setup # Re-run the setup wizard hermes gateway # Start the messaging gateway (Telegram, Discord, etc.)

4 days, 16 hours назад @ github.com
D4Vinci/Scrapling
D4Vinci/Scrapling D4Vinci/Scrapling

spiders import Spider , Response class MySpider ( Spider ): name = "demo" start_urls = [ "https://example.com/" ] async def parse ( self , response : Response ): for item in response .

spiders import Spider , Request , Response class QuotesSpider ( Spider ): name = "quotes" start_urls = [ "https://quotes.toscrape.com/" ] concurrent_requests = 10 async def parse ( self , response : Response ): for quote in response .

add ( "stealth" , AsyncStealthySession ( headless = True ), lazy = True ) async def parse ( self , response : Response ): for link in response .

css ( '.quote' ) # CSS selector quotes = page .

css ( '.quote' ).

4 days, 16 hours назад @ github.com
CodebuffAI/codebuff
CodebuffAI/codebuff CodebuffAI/codebuff

Codebuff beats Claude Code at 61% vs 53% on our evals across 175+ coding tasks over multiple open-source repos that simulate real-world tasks.

error ( 'Codebuff error:' , error .

run ( { agent : 'base' , // Codebuff's base coding agent prompt : 'Add error handling to all API endpoints' , handleEvent : ( event ) => { console .

run ( { agent : 'greeter' , agentDefinitions : [ myCustomAgent ] , prompt : 'My name is Bob.'

Codebuff agents are the new MCP!

4 days, 16 hours назад @ github.com
anthropics/prompt-eng-interactive-tutorial
anthropics/prompt-eng-interactive-tutorial anthropics/prompt-eng-interactive-tutorial

Welcome to Anthropic's Prompt Engineering Interactive TutorialCourse introduction and goalsThis course is intended to provide you with a comprehensive step-by-step understanding of how to engineer optimal prompts within Claude.

The course is broken up into 9 chapters with accompanying exercises, as well as an appendix of even more advanced methods.

Anthropic has two other models, Claude 3 Sonnet and Claude 3 Opus, which are more intelligent than Haiku, with Opus being the most intelligent.

This tutorial also exists on Google Sheets using Anthropic's Claude for Sheets extension.

When you are ready to begin, go to 01_Basic Prompt Structure to proceed.

5 days, 16 hours назад @ github.com
superset-sh/superset
superset-sh/superset superset-sh/superset

Superset is a turbocharged terminal that allows you to run any CLI coding agents along with the tools to 10x your development workflow.

Install dependencies and run bun install bun run dev 5.

Build the desktop app bun run build open apps/desktop/releaseKeyboard ShortcutsAll shortcuts are customizable via Settings > Keyboard Shortcuts ( ⌘/ ).

{ "setup" : [ " ./.superset/setup.sh " ], "teardown" : [ " ./.superset/teardown.sh " ] }Option Type Description setup string[] Commands to run when creating a workspace teardown string[] Commands to run when deleting a workspaceExample setup script#!

/bin/bash # .superset/setup.sh # Copy environment variables cp ../.env .env # Install dependencies bun i…

5 days, 16 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 2 часа назад
U.S. military is using AI to help plan Iran air attacks, sources say, as lawmakers call for oversight
U.S. military is using AI to help plan Iran air attacks, sources say, as lawmakers call for oversight U.S. military is using AI to help plan Iran air attacks, sources say, as lawmakers call for oversight

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

2 часа назад @ reddit.com
Nvidia Is Planning to Launch an Open-Source AI Agent Platform
Nvidia Is Planning to Launch an Open-Source AI Agent Platform Nvidia Is Planning to Launch an Open-Source AI Agent Platform

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

2 часа назад @ reddit.com
Stryker Hit With Suspected Iran-Linked Cyberattack
Stryker Hit With Suspected Iran-Linked Cyberattack Stryker Hit With Suspected Iran-Linked Cyberattack

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

4 часа назад @ reddit.com
FDA contradicts U.S President admin, declines to approve generic drug for autism | In the end, the FDA only approved the drug for a rare genetic condition with clearer data.
FDA contradicts U.S President admin, declines to approve generic drug for autism | In the end, the FDA only approved the drug for a rare genetic condition with clearer data. FDA contradicts U.S President admin, declines to approve generic drug for autism | In the end, the FDA only approved the drug for a rare genetic condition with clearer data.

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

4 часа назад @ reddit.com
Yu-Gi-Oh accuses White House of using anime footage ‘without permission’
Yu-Gi-Oh accuses White House of using anime footage ‘without permission’ Yu-Gi-Oh accuses White House of using anime footage ‘without permission’

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

5 часов назад @ reddit.com
Google's Genie 3 world models that promised to revolutionize gaming starts to break down after around a minute
Google's Genie 3 world models that promised to revolutionize gaming starts to break down after around a minute Google's Genie 3 world models that promised to revolutionize gaming starts to break down after around a minute

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

5 часов назад @ reddit.com
Students are learning to write for AI detectors, not for humans
Students are learning to write for AI detectors, not for humans Students are learning to write for AI detectors, not for humans

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

6 часов назад @ reddit.com
ChatGPT, Gemini, and other chatbots helped teens plan shootings, bombings, and political violence, study shows / Of the 10 major chatbots tested, only one, Claude, reliably shut down would-be attackers.
ChatGPT, Gemini, and other chatbots helped teens plan shootings, bombings, and political violence, study shows / Of the 10 major chatbots tested, only one, Claude, reliably shut down would-be attackers. ChatGPT, Gemini, and other chatbots helped teens plan shootings, bombings, and political violence, study shows / Of the 10 major chatbots tested, only one, Claude, reliably shut down would-be attackers.

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

6 часов назад @ reddit.com
Nvidia’s head of autonomous driving opens up about his plan to beat Waymo and Tesla
Nvidia’s head of autonomous driving opens up about his plan to beat Waymo and Tesla Nvidia’s head of autonomous driving opens up about his plan to beat Waymo and Tesla

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

6 часов назад @ reddit.com
'Legitimate targets': Iran issues warning to US tech firms including Google, Amazon, Microsoft, Nvidia - The Times of India
'Legitimate targets': Iran issues warning to US tech firms including Google, Amazon, Microsoft, Nvidia - The Times of India 'Legitimate targets': Iran issues warning to US tech firms including Google, Amazon, Microsoft, Nvidia - The Times of India

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

7 часов назад @ reddit.com
Anduril snaps up space surveillance firm ExoAnalytic Solutions
Anduril snaps up space surveillance firm ExoAnalytic Solutions Anduril snaps up space surveillance firm ExoAnalytic Solutions

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

7 часов назад @ reddit.com
Hisense TVs force owners to watch intrusive ads when switching inputs, visiting the home screen, or even changing channels
Hisense TVs force owners to watch intrusive ads when switching inputs, visiting the home screen, or even changing channels Hisense TVs force owners to watch intrusive ads when switching inputs, visiting the home screen, or even changing channels

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

7 часов назад @ reddit.com
Intel's Heracles chip computes fully-encrypted data without decrypting it — chip is 1,074 to 5,547 times faster than a 24-core Intel Xeon in FHE math operations
Intel's Heracles chip computes fully-encrypted data without decrypting it — chip is 1,074 to 5,547 times faster than a 24-core Intel Xeon in FHE math operations Intel's Heracles chip computes fully-encrypted data without decrypting it — chip is 1,074 to 5,547 times faster than a 24-core Intel Xeon in FHE math operations

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

7 часов назад @ reddit.com
Uber Women Preferences Expands Nationwide
Uber Women Preferences Expands Nationwide Uber Women Preferences Expands Nationwide

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

8 часов назад @ reddit.com
CMA warns AI agents may not be 'faithful servants'
CMA warns AI agents may not be 'faithful servants' CMA warns AI agents may not be 'faithful servants'

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

8 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 14 часов назад
Whichbook | A new way of choosing what book to read next
Whichbook | A new way of choosing what book to read next 14 часов назад @ whichbook.net
The DoD spent billions on fruit baskets, pianos, and crab
The DoD spent billions on fruit baskets, pianos, and crab The DoD spent billions on fruit baskets, pianos, and crab

There is pressure to spend: If federal agencies don’t use the entirety of their budgets by the end of the fiscal year, then they lose access to that cash forever, potentially putting themselves in a situation where they have to request a reduced budget the following year.

But the Pentagon’s long list of luxuries is hardly defensible.

Some of the frivolous September purchases made under Secretary Pete Hegseth’s stewardship include a $98,329 Steinway & Sons grand piano for the Air Force chief of staff’s home, $5.3 million for Apple devices such as the new iPad, and an astronomical amount of shellfish, including $2 million for Alaskan king crab and $6.9 million worth of lobster tail.

(Lobster …

14 часов назад @ newrepublic.com
How to win a best paper award (or, an opinionated take on how to do important research)
How to win a best paper award (or, an opinionated take on how to do important research) How to win a best paper award (or, an opinionated take on how to do important research)

Broadly, just being around, available, and having interesting ideas you're willing to discuss is an easy way to find collaborators.

In a good paper this is answerable in a sentence: your goal is to find that sentence.

In a good paper this is answerable in a sentence: your goal is to find that sentence.

Sadly---at least for me---sit around and hope for inspiration isn't a valid approach to coming up with important ideas.

The paper should be the "maximal" version of the paperCounterbalancing the above, make sure the paper you're writing doesn't have obvious improvements you didn't do.

14 часов назад @ nicholas.carlini.com
I don’t know what is Apple’s endgame for the Fn/Globe key, and I’m not sure Apple knows either – Aresluna
I don’t know what is Apple’s endgame for the Fn/Globe key, and I’m not sure Apple knows either – Aresluna I don’t know what is Apple’s endgame for the Fn/Globe key, and I’m not sure Apple knows either – Aresluna

The keys came with iconography – ⇧ and ⌘ and ⌥ – that allowed their presence in menus and eventually tooltips to be compact, which meant you could announce them more easily on cramped screens of yesteryear.

…more advanced keyboard shortcuts in various apps started reaching for either ⇧ or ⌥ or ⌃ – first in addition to ⌘, and eventually solo – because all were available.

And, as both operating systems started appearing on notebooks, they welcomed to the bottom row the already well-established Fn key.

They either didn’t have the Fn key – or if they did, Fn was never supposed to work and be visible in that way.

We’re here 14 years after you started tinkering with …

14 часов назад @ aresluna.org
After outages, Amazon to make senior engineers sign off on AI-assisted changes - Ars Technica
After outages, Amazon to make senior engineers sign off on AI-assisted changes - Ars Technica After outages, Amazon to make senior engineers sign off on AI-assisted changes - Ars Technica

Amazon’s ecommerce business has summoned a large group of engineers to a meeting on Tuesday for a “deep dive” into a spate of outages, including incidents tied to the use of AI coding tools.

The online retail giant said there had been a “trend of incidents” in recent months, characterized by a “high blast radius” and “Gen-AI assisted changes” among other factors, according to a briefing note for the meeting seen by the FT.

Under “contributing factors” the note included “novel GenAI usage for which best practices and safeguards are not yet fully established.”“Folks, as you likely know, the availability of the site and related infrastructure has not been good recently,” Dave Treadwell, a seni…

14 часов назад @ arstechnica.com
Why can’t you tune your guitar? | The Ethan Hein Blog
Why can’t you tune your guitar? | The Ethan Hein Blog Why can’t you tune your guitar? | The Ethan Hein Blog

First, we should find the C, G and E notes whose frequencies are as close to each other as possible.

Unfortunately, the B string is now out of tune with the G string at 64/27 Hz.

Unfortunately, now the G string is out of tune with the D string at 16/9 Hz.

The bottom line: there is no way to tune the guitar so that every string is in tune with every other string.

If you’re a guitarist, you know that no matter how you tune your guitar, it won’t stay in tune for long anyway, so how much does any of this even matter?

14 часов назад @ ethanhein.com
Is legal the same as legitimate: AI reimplementation and the erosion of copyleft — Hong Minhee on Things
Is legal the same as legitimate: AI reimplementation and the erosion of copyleft — Hong Minhee on Things

Blanchard's account is that he never looked at the existing source code directly.

That question is this: does legal mean legitimate?

Derivative works built on chardet 7.0 are under no obligation to share their source code.

The chardet situation suggests the argument has to go further: to a specification copyleft covering the layer below source code.

Whatever courts eventually decide about AI reimplementation, the question we need to answer first is not a legal one.

14 часов назад @ writings.hongminhee.org
Building a Procedural Hex Map with Wave Function Collapse
Building a Procedural Hex Map with Wave Function Collapse Building a Procedural Hex Map with Wave Function Collapse

Building a Procedural Hex Map with Wave Function Collapse Procedural medieval islands from 4,100 hex tiles, built with WebGPU and a lot of backtracking.

Hex WFC is... less so.

For example this 3-way junction has 3 road edges and 3 grass edges.

A road tile at level 3 needs to connect to another road tile at level 3, or a slope tile that transitions between levels.

The solution is two-fold: BatchedMesh — each hex grid gets 2 BatchedMeshes: one for tiles, one for decorations.

1 day, 14 hours назад @ felixturner.github.io
TerraInk
TerraInk 1 day, 14 hours назад @ terraink.app
FontCrafter: Create Your Handwriting Font for Free
FontCrafter: Create Your Handwriting Font for Free FontCrafter: Create Your Handwriting Font for Free

Print, write, scan — done.

Get StartedDownload and print the template — US Letter or A4.

How to use the three rows: Row 1 is always uppercase.

Lay the sheet flat on a table with even lighting — no shadows, no curl.

A phone camera works great if the sheet is flat and well-lit.

1 day, 14 hours назад @ arcade.pirillo.com
Agent Safehouse – macOS-native sandboxing for local agents
Agent Safehouse – macOS-native sandboxing for local agents Agent Safehouse – macOS-native sandboxing for local agents 1 day, 14 hours назад @ news.ycombinator.com
How to Recalculate a Spreadsheet – Lord.io
How to Recalculate a Spreadsheet – Lord.io

VisiCalc would repeatedly recalculate cells from left-to-right and top-to-bottom, sweeping over them again and again until none of them changed.

Yes, we recalculate every cell in the document, but at least we only recalculate every cell once.

Should we recalculate Burrito Price first, or Total ?

Ideally, we first calculate Burrito Price , notice that its output has changed, then recalculate Burrito Price w Ship , and finally recalculate Total .

However, if we instead recalculate Total first, we'll have to recalculate it a second time once the new $9 burrito price propagates down.

1 day, 14 hours назад @ lord.io
When Using AI Leads to “Brain Fry”
When Using AI Leads to “Brain Fry” When Using AI Leads to “Brain Fry”

On New Year’s Day, programmer Steve Yegge launched Gas Town, an open-source platform that lets users orchestrate swarms of Claude Code agents simultaneously, assembling software at blistering speed.

The results were impressive, but also dizzying.

“[T]here’s really too much going on for you to reasonably comprehend,” wrote one early user.

“I had a palpable sense of stress watching it.

Gas Town was moving too fast for me.”

1 day, 14 hours назад @ hbr.org
We Should Revisit Literate Programming in the Agent Era | silly business
We Should Revisit Literate Programming in the Agent Era | silly business We Should Revisit Literate Programming in the Agent Era | silly business

Historically in practice literate programming is most commonly found as Jupyter notebooks in the data science community, where explanations live alongside calculations and their results in a web browser.

That said, I have had enough success with using literate programming for bookkeeping personal configuration that I have not been able to fully give up on the idea, even before the advent of LLMs.

Claude and Kimi and friends all have a great grasp of Org Mode syntax; it's a forgiving markup language and they are quite good at those.

The fundamental extra labor of literate programming, which I believe is why it is not widely practiced, is eliminated by the agent and it utilizes capabilities t…

1 day, 14 hours назад @ silly.business
The web is bearable with RSS
The web is bearable with RSS The web is bearable with RSS

RSS's liftoff was driven by Google, who released a great RSS reader called "Google Reader" in 2007.

Firefox has a built-in "Reader View" that re-renders the contents of a web-page as black type on a white background.

You can skip this whole process by simply toggling Reader View as soon as you get the login pop up.

On some websites (like The Verge and Wired), you'll only see the first couple paragraphs of the article in Reader View.

Activate Reader View puts a Reader View toggle on every page, but clicking that toggle sometimes throws up an error message, when the page is so cursed that Firefox can't figure out what part of it is the article.

1 day, 14 hours назад @ pluralistic.net
Changelog Changelog
последний пост 23 часа назад
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.

23 часа назад @ 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 week, 1 day назад @ 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 week, 4 days назад @ changelog.com
The mythical agent-month
The mythical agent-month The mythical agent-month

Changelog News!

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

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

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

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

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

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

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

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

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

1 month, 1 week назад @ changelog.com
Securing npm is table stakes
Securing npm is table stakes Securing npm is table stakes

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

At an unbeatable price.

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

Squarespace – A website makes it real!

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

1 month, 1 week назад @ changelog.com
Clawdbot triggers a run on Mac Minis
Clawdbot triggers a run on Mac Minis Clawdbot triggers a run on Mac Minis

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
ZDNet ZDNet
последний пост 1 час назад
This security flaw could affect 1 in 4 Android phones - how to check yours
This security flaw could affect 1 in 4 Android phones - how to check yours This security flaw could affect 1 in 4 Android phones - how to check yours

ZDNET's key takeawaysResearchers have found a flaw in a chip common in Android phones.

Cybercrime targeting hardware security flaws is on the rise.

A hardware security flaw found in many Android phones allowed white hat hackers to gain entry in under a minute, according to a new report.

The simplest thing you can do, though -- for your phone's security and your own peace of mind -- is to make sure you're up to date on your phone manufacturer's security updates.

Also: Your Android phone just got a powerful anti-theft upgrade - and I'm sighing in reliefThe new Donjon report highlights an increasingly common point-of-entry for cybercriminals: hardware security flaws.

1 час назад @ zdnet.com
MacBook Neo vs. Mac Mini: Both start at $599, which is right for you?
MacBook Neo vs. Mac Mini: Both start at $599, which is right for you? MacBook Neo vs. Mac Mini: Both start at $599, which is right for you?

Also: After using MacBook Neo, it's clear Windows needs to rethink its PC strategy (and fast)The Mac Mini is another affordable option for the same $599 starting price as the Neo.

Review: MacBook NeoThe Mac Mini M4 is more customizable, but it requires a monitor, keyboard, mouse, and speakers -- all sold separately.

The base Mac Mini M4 starts at 16GB of unified memory and goes up to 32GB, while the Mac Mini M4 Pro starts at 24GB and goes up to 64GB.

Writer's choiceBoth of these devices start at the same price point, but the Mac Mini M4 is far more versatile, scaling up to over $2,000 for high-end configurations.

If I didn't have my PC, I'd be far more inclined to go for the Mac Mini Pro wi…

1 час назад @ zdnet.com
Meta is rolling out stronger anti-scam tools - here's how they protect you
Meta is rolling out stronger anti-scam tools - here's how they protect you Meta is rolling out stronger anti-scam tools - here's how they protect you

ZDNET's key takeawaysMeta is adding new scam detection tools to Facebook and WhatsApp.

Meta is introducing new tools to help keep users safe from scams.

The potential scams flagged by AIThat's why it's introducing several new AI-powered tools to automatically flag potential scams.

For Messenger, you can turn off AI scam detection if you want.

Just go to Settings, then Privacy & Safety Settings, then Scam Detection and toggle off "Scam detection in chats."

2 часа назад @ zdnet.com
How to set up a smart switch to power your home (and what to avoid when you do)
How to set up a smart switch to power your home (and what to avoid when you do)

From lazy convenience to practical problem-solving, the SwitchBot Smart Switch makes dumb devices smart, one click at a time.

2 часа назад @ zdnet.com
8 powerful Apt commands I use to unlock hidden features - and why they're so handy
8 powerful Apt commands I use to unlock hidden features - and why they're so handy 8 powerful Apt commands I use to unlock hidden features - and why they're so handy

Because of that, I'm quite familiar with the Apt package manager.

apt list --installed - lists all installed applications2. apt purgeWhen you remove a package with sudo apt remove , you're only removing the software.

One thing to keep in mind is that the results of an apt search can be fuzzy.

However, if space is an issue, you can clear the Apt cache with the commands:sudo apt cleansudo apt autoclean7. apt markThere might be an occasion when you don't want an application to upgrade.

To do that, the command would be:sudo apt download virtualboxThe .deb file will be saved to the current working directory.

4 часа назад @ zdnet.com
I tried Zenclora, a super-fast Linux distro with zero bloat - and one truly special feature
I tried Zenclora, a super-fast Linux distro with zero bloat - and one truly special feature I tried Zenclora, a super-fast Linux distro with zero bloat - and one truly special feature

Also: You can try Linux without ditching Windows first - here's howOut of everything, it's probably the Zen Package Manager that makes Zenclora special.

Once you've run that installation, you can then install Steam with the command:sudo zen install steamYou're now ready to get your game on.

With GNOME Software, Zenclora feels a bit more complete, as you can install anything you need from within a GUI.

Of course, I'm not convinced that's all it took for the Zenclora developer to achieve the custom look.

If you want to try Zenclora, download the ISO, burn it to a USB drive, install, and enjoy this user-friendly Linux distribution.

4 часа назад @ zdnet.com
I was a phone addict: These 7 tricks stopped me scrolling and curbed my screen time - fast
I was a phone addict: These 7 tricks stopped me scrolling and curbed my screen time - fast I was a phone addict: These 7 tricks stopped me scrolling and curbed my screen time - fast

Elyse Betters Picaro / ZDNETFollow ZDNET: Add us as a preferred source on Google.

How to reduce phone screen timeI want to preface this with something important: I first had to acknowledge that I have a phone addiction, and you should, too.

Use screen time control apps ScreenZen creates friction The next thing I tried was a screen time control app called ScreenZen.

Show moreElyse Betters Picaro / ZDNETMy results so farI've probably lived half my life already, and I want to make the most of the second half.

As of now, my average phone screen time is around an hour a day, though some days are closer to 30 to 45 minutes.

6 часов назад @ zdnet.com
I switched password managers without losing a single login - here's how
I switched password managers without losing a single login - here's how I switched password managers without losing a single login - here's how

Not happy with your current password manager and looking to jump to a different one?

From there, you do have to configure all the necessary settings in the new password manager.

How to switch password managersThe specific steps for moving from one password manager to another naturally vary based on the products.

Install the new password manager First, you want to install the new password manager on your computer.

Remove the old password manager After you've confirmed that the new password manager works properly and that all your accounts have been imported and set up, you can stop using the old password manager.

6 часов назад @ zdnet.com
How to enable Advanced Protection on your Android phone - and why it's critical to do so
How to enable Advanced Protection on your Android phone - and why it's critical to do so How to enable Advanced Protection on your Android phone - and why it's critical to do so

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

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

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

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

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

7 часов назад @ zdnet.com
After using MacBook Neo, it's clear Windows needs to rethink its PC strategy (and fast)
After using MacBook Neo, it's clear Windows needs to rethink its PC strategy (and fast) After using MacBook Neo, it's clear Windows needs to rethink its PC strategy (and fast)

ZDNET's key takeawaysApple's new MacBook Neo will disrupt the budget PC market.

Apple's new MacBook Neo inserts a wedge into the budget laptop market.

With over a billion users, Windows 11 -- Microsoft's sole operating system product -- is not exactly popular these days.

Similarly priced PCs and Chromebooks will be compared to the MacBook Neo, and their prices will be scrutinized differently.

Lenovo's Chromebook Plus 14 is a solid MacBook Neo competitor for around the same price.

7 часов назад @ zdnet.com
Whisker Litter-Robot 5 Pro review: This $900 litter box may be almost too high-tech for me
Whisker Litter-Robot 5 Pro review: This $900 litter box may be almost too high-tech for me

The new Whisker Litter-Robot 5 Pro saves you from scooping while also giving you peace of mind on your cat's advanced health data.

8 часов назад @ zdnet.com
The best free VPNs of 2026: Expert tested and reviewed
The best free VPNs of 2026: Expert tested and reviewed The best free VPNs of 2026: Expert tested and reviewed

Show moreFactors to consider when choosing a free VPN If you're set on using a free VPN, check for these essential features and be aware of some of the disadvantages of free services.

I analyzed the best free VPNs of 2026 below using the following criteria: Performance: My recommended VPNs must meet a minimum performance standard.

Also: Best VPN for travel in 2026 Show more Which are the best free VPNs for Chrome?

Also: The best VPN extensions for Chrome: Expert tested Show more Which is the best free VPN proxy?

February 2026: In ZDNET's February update, we thoroughly reviewed and refreshed our guide on the top free VPN services for 2026.

10 часов назад @ zdnet.com
The 10 most popular products ZDNET readers bought last month (including handy gadgets)
The 10 most popular products ZDNET readers bought last month (including handy gadgets) The 10 most popular products ZDNET readers bought last month (including handy gadgets)

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

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

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

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

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

10 часов назад @ zdnet.com
When KaOS Linux dropped KDE Plasma, I worried - now I'm loving the new default desktop
When KaOS Linux dropped KDE Plasma, I worried - now I'm loving the new default desktop When KaOS Linux dropped KDE Plasma, I worried - now I'm loving the new default desktop

In Plasma's place is the scrollable tiling Niri.

Over the years, I've watched Linux distributions make all sorts of changes -- some that made sense and some that didn't.

Also: After 30 years with Linux, I switched it for Windows 11 - and found 9 serious problemsWhat is KaOS?

KaOS makes me jealousIt's been a long time since I've been jealous of a desktop, but Niri has done just that.

Download an ISO of KaOS, create a bootable USB drive with it, and install this outstanding Linux distribution.

17 часов назад @ zdnet.com
Watch this, get rich, lose it all - 8 ways to spot and avoid investment scams on Meta
Watch this, get rich, lose it all - 8 ways to spot and avoid investment scams on Meta Watch this, get rich, lose it all - 8 ways to spot and avoid investment scams on Meta

ZDNET's key takeawaysA global investment scam network is spreading via paid Meta ads.

Fake media reports that play on financial hardship are used as a lure.

From this point, with your contact details in their hand, you become a lead in a call-center-driven investment scam.

Claims of guaranteed returns: This is a common feature of investment scams, whether in cash or cryptocurrency.

Romance: Don't think that investment scams are limited to only social media, fake news reports, or phishing websites.

18 часов назад @ zdnet.com
TechCrunch TechCrunch
последний пост 59 минут назад
Replit snags $9B valuation 6 months after hitting $3B
Replit snags $9B valuation 6 months after hitting $3B

Replit raised a new $400 million round and said it hopes to have $1B in ARR by year's end.

59 минут назад @ techcrunch.com
Pro-Iran hacktivist group says it is behind attack on medical tech giant Stryker
Pro-Iran hacktivist group says it is behind attack on medical tech giant Stryker

The hacktivist group claimed the attack was in retaliation for a U.S. strike on a Tehran school that killed more than 175 people, most of them children.

1 час назад @ techcrunch.com
Breakout Ventures raises $114M fund to back AI science startups
Breakout Ventures raises $114M fund to back AI science startups

Breakout Ventures is finding growing success by backing early-stage startups in scientific fields such as biology and chemistry.

1 час назад @ techcrunch.com
Almost 40 new unicorns have been minted so far this year — here they are
Almost 40 new unicorns have been minted so far this year — here they are

Almost 40 new unicorns have been minted so far this year — here they are

1 час назад @ techcrunch.com
VC mega funds are back with General Catalyst, Spark rumored to be raising billions
VC mega funds are back with General Catalyst, Spark rumored to be raising billions

GC is said to be raising $10 billion and Spark Capital $3 billion. This after several other firms have also raised mega funds.

1 час назад @ techcrunch.com
Poppi founder on TikTok, Super Bowl ads, and her return to Shark Tank
Poppi founder on TikTok, Super Bowl ads, and her return to Shark Tank

For years, venture capitalists have been skeptical of beverage startups, citing thin margins and brutal distribution as reasons most brands never break out. But a new wave of “functional soda” companies has been challenging that assumption, including Poppi, the prebiotic soda brand that grew from a kitchen experiment into a $1.95 billion acquisition by PepsiCo. On this episode of […]

2 часа назад @ techcrunch.com
Hacker broke into FBI and compromised Epstein files, report says
Hacker broke into FBI and compromised Epstein files, report says

According to a Reuters report, a foreign hacker broke into a server that was part of the FBI’s investigation into Jeffrey Epstein — without realizing they had hacked an FBI server.

3 часа назад @ techcrunch.com
WordPress debuts a private workspace that runs in your browser via a new service, my.WordPress.net
WordPress debuts a private workspace that runs in your browser via a new service, my.WordPress.net

WordPress’s new browser-based service lets users create private sites without hosting or signup, turning the platform into a personal workspace for writing, research, and AI tools.

3 часа назад @ techcrunch.com
Rivian spin-out Mind Robotics raises $500M for industrial AI-powered robots
Rivian spin-out Mind Robotics raises $500M for industrial AI-powered robots

The startup, which was created by Rivian founder RJ Scaringe, is looking to train on data from, and deploy in, Rivian's factory.

3 часа назад @ techcrunch.com
EV startup Harbinger reveals a smaller work truck with electric and hybrid variants
EV startup Harbinger reveals a smaller work truck with electric and hybrid variants

The LA-based startup is trying to corner the commercial truck market with its electric and hybrid trucks that offer a lower cost of ownership and a better driving experience.

4 часа назад @ techcrunch.com
Meta didn’t buy Moltbook for bots — it bought into the agentic web
Meta didn’t buy Moltbook for bots — it bought into the agentic web

Meta’s Moltbook acquisition may look odd at first, but the deal could signal how Meta sees AI agents shaping future advertising and commerce on an agentic web.

4 часа назад @ techcrunch.com
WhatsApp is launching parent-linked accounts for pre-teens
WhatsApp is launching parent-linked accounts for pre-teens

WhatsApp is rolling out parent-managed accounts for under-13 users, limiting features to messaging and calls while giving parents PIN-protected controls, alerts, and approval over contacts and groups.

4 часа назад @ techcrunch.com
Amazon expands a program that lets customers shop from other retailers’ sites
Amazon expands a program that lets customers shop from other retailers’ sites

The changes allow more merchants to participate in Amazon's Shop Direct program, which sends Amazon customers to other retailers' websites.

5 часов назад @ techcrunch.com
Meta rolls out new scam detection tools to Facebook, WhatsApp, and Messenger
Meta rolls out new scam detection tools to Facebook, WhatsApp, and Messenger

The tech giant says the new features are designed to alert users before they engage with something suspicious.

5 часов назад @ techcrunch.com
Lucid Motors ships Apple CarPlay and Android Auto to Gravity SUV owners
Lucid Motors ships Apple CarPlay and Android Auto to Gravity SUV owners

The update comes after a rocky first few months of software problems on the electric SUV.

5 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
Nvidia Is Planning to Launch Its Own Open-Source OpenClaw Competitor
Nvidia Is Planning to Launch Its Own Open-Source OpenClaw Competitor Nvidia Is Planning to Launch Its Own Open-Source OpenClaw Competitor

Nvidia is preparing to launch an open-source AI agent platform called NemoClaw, designed to compete with the likes of OpenClaw. According to Wired, the platform will allow enterprise software companies to dispatch AI agents to perform tasks for their own workforces. "Companies will be able to access the platform regardless of whether their products run on Nvidia's chips," the report adds. From the report: The move comes as Nvidia prepares for its annual developer conference in San Jose next week. Ahead of the conference, Nvidia has reached out to companies including Salesforce, Cisco, Google, Adobe, and CrowdStrike to forge partnerships for the agent platform. It's unclear whether these con…

1 час назад @ slashdot.org
YouTube Expands AI Deepfake Detection To Politicians, Government Officials, and Journalists
YouTube Expands AI Deepfake Detection To Politicians, Government Officials, and Journalists YouTube Expands AI Deepfake Detection To Politicians, Government Officials, and Journalists

YouTube is expanding its AI deepfake detection tools to a pilot group of politicians, government officials, and journalists, allowing them to identify and request removal of unauthorized AI-generated videos impersonating them. TechCrunch reports: The technology itself launched last year to roughly 4 million YouTube creators in the YouTube Partner Program, following earlier tests. Similar to YouTube's existing Content ID system, which detects copyright-protected material in users' uploaded videos, the likeness detection feature looks for simulated faces made with AI tools. These tools are sometimes used to try to spread misinformation and manipulate people's perception of reality, as they le…

2 часа назад @ news.slashdot.org
China Moves To Curb OpenClaw AI Use At Banks, State Agencies
China Moves To Curb OpenClaw AI Use At Banks, State Agencies China Moves To Curb OpenClaw AI Use At Banks, State Agencies

An anonymous reader quotes a report from Bloomberg: Chinese authorities moved to restrict state-run enterprises and government agencies from running OpenClaw AI apps on office computers, acting swiftly to defuse potential security risks after companies and consumers across China began experimenting with the agentic AI phenomenon. Government agencies and state-owned enterprises, including the largest banks, have received notices in recent days warning them against installing OpenClaw software on office devices for security reasons [...]. Several of them were instructed to notify superiors if they had already installed related apps for security checks and possible removal, some of the people …

3 часа назад @ slashdot.org
ASUS Executive Says MacBook Neo is 'Shock' to PC Industry
ASUS Executive Says MacBook Neo is 'Shock' to PC Industry ASUS Executive Says MacBook Neo is 'Shock' to PC Industry

ASUS says the MacBook Neo is a "shock" to the Windows PC ecosystem. "In the past, Apple's pricing situation has always been high, so for them to release a very budget-friendly product, this is obviously a shock to the entire industry," said ASUS co-CEO S.Y. Hsu in a Tuesday earnings call. While he expects PC makers to respond, rising AI-driven memory shortages could push hardware prices higher across the industry. PCMag reports: Hsu said he believes all the PC players -- including Microsoft, Intel, and AMD -- take the MacBook Neo threat seriously. "In fact, in the entire PC ecosystem, there have been a lot of discussions about how to compete with this product," he added, given that rumors a…

4 часа назад @ hardware.slashdot.org
Meta To Charge Advertisers a Fee To Offset Europe's Digital Taxes
Meta To Charge Advertisers a Fee To Offset Europe's Digital Taxes Meta To Charge Advertisers a Fee To Offset Europe's Digital Taxes

Meta will begin charging advertisers a 2-5% "location fee" to offset digital services taxes imposed by several European countries, including the UK, France, Italy, Spain, Austria, and Turkey. Reuters reports: The fee, for image or video ads delivered on Meta platforms including WhatsApp click-to-message campaigns and marketing messages together with ads, will apply from July 1 and will also cover other government-imposed levies. "Until now, Meta has covered these additional costs. These changes are part of Meta's ongoing effort to respond to the evolving regulatory landscape and align with industry standards," the company said in the blog. The location fees are determined by where the audie…

5 часов назад @ meta.slashdot.org
Yann LeCun Raises $1 Billion To Build AI That Understands the Physical World
Yann LeCun Raises $1 Billion To Build AI That Understands the Physical World Yann LeCun Raises $1 Billion To Build AI That Understands the Physical World

An anonymous reader quotes a report from Wired: Advanced Machine Intelligence (AMI), a new Paris-based startup cofounded by Meta's former chief AI scientist Yann LeCun, announced Monday it has raised more than $1 billion to develop AI world models. LeCun argues that most human reasoning is grounded in the physical world, not language, and that AI world models are necessary to develop true human-level intelligence. "The idea that you're going to extend the capabilities of LLMs [large language models] to the point that they're going to have human-level intelligence is complete nonsense," he said in an interview with WIRED. The financing, which values the startup at $3.5 billion, was co-led by…

6 часов назад @ slashdot.org
Valve Faces Second, Class-Action Lawsuit Over Loot Boxes
Valve Faces Second, Class-Action Lawsuit Over Loot Boxes Valve Faces Second, Class-Action Lawsuit Over Loot Boxes

Valve is facing a new consumer class-action lawsuit two weeks after New York sued the video game company for "letting children and adults illegally gamble" with loot boxes. The new lawsuit is similar, alleging that loot boxes in games like Counter-Strike 2, Dota 2, and Team Fortress 2 are "carefully engineered to extract money from consumers, including children, through deceptive, casino-style psychological tactics." "We believe Valve deliberately engineered its gambling platform and profited enormously from it," Steve Berman, founder and managing partner at law firm Hagens Berman, said in a press release. "Consumers played these games for entertainment, unaware that Valve had allegedly alr…

9 часов назад @ yro.slashdot.org
A 1,300-Pound NASA Spacecraft To Re-Enter Earth's Atmosphere
A 1,300-Pound NASA Spacecraft To Re-Enter Earth's Atmosphere A 1,300-Pound NASA Spacecraft To Re-Enter Earth's Atmosphere

Van Allen Probe A, a 1,300-pound (600 kg) NASA satellite launched in 2012 to study Earth's radiation belts, is expected to re-enter Earth's atmosphere this week. While most of it is expected to burn up during descent, "some components may survive," reports the BBC. "The space agency said there is a one in 4,200 chance of being harmed by a piece of the probe, which it characterized as 'low' risk." From the report: The spacecraft is projected to re-enter around 19:45 EST (00:45 GMT) on Tuesday the U.S. Space Force predicted, according to Nasa, though there is a 24-hour margin of "uncertainty" in the timing. [...] The spacecraft and its twin, Van Allen Probe B, were on a mission to gather unpr…

12 часов назад @ science.slashdot.org
After Outages, Amazon To Make Senior Engineers Sign Off On AI-Assisted Changes
After Outages, Amazon To Make Senior Engineers Sign Off On AI-Assisted Changes After Outages, Amazon To Make Senior Engineers Sign Off On AI-Assisted Changes

An anonymous reader quotes a report from the Financial Times: Amazon's ecommerce business has summoned a large group of engineers to a meeting on Tuesday for a "deep dive" into a spate of outages, including incidents tied to the use of AI coding tools. The online retail giant said there had been a "trend of incidents" in recent months, characterized by a "high blast radius" and "Gen-AI assisted changes" among other factors, according to a briefing note for the meeting seen by the FT. Under "contributing factors" the note included "novel GenAI usage for which best practices and safeguards are not yet fully established." "Folks, as you likely know, the availability of the site and related inf…

16 часов назад @ slashdot.org
Tony Hoare, Turing Award-Winning Computer Scientist Behind QuickSort, Dies At 92
Tony Hoare, Turing Award-Winning Computer Scientist Behind QuickSort, Dies At 92 Tony Hoare, Turing Award-Winning Computer Scientist Behind QuickSort, Dies At 92

Tony Hoare, the Turing Award-winning pioneer who created the Quicksort algorithm, developed Hoare logic, and advanced theories of concurrency and structured programming, has died at age 92. News of his passing was shared today in a blog post. The site I Programmer also commemorated Hoare in a post highlighting his contributions to computer science and the lasting impact of his work. Personal accounts have been shared on Hacker News and Reddit. Many Slashdotters may know Hoare for his aphorism regarding software design: "There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicate…

18 часов назад @ developers.slashdot.org
Intel Demos Chip To Compute With Encrypted Data
Intel Demos Chip To Compute With Encrypted Data Intel Demos Chip To Compute With Encrypted Data

An anonymous reader quotes a report from IEEE Spectrum: Worried that your latest ask to a cloud-based AI reveals a bit too much about you? Want to know your genetic risk of disease without revealing it to the services that compute the answer? There is a way to do computing on encrypted data without ever having it decrypted. It's called fully homomorphic encryption, or FHE. But there's a rather large catch. It can take thousands -- even tens of thousands -- of times longer to compute on today's CPUs and GPUs than simply working with the decrypted data. So universities, startups, and at least one processor giant have been working on specialized chips that could close that gap. Last month at t…

20 часов назад @ it.slashdot.org
Amazon Wins Court Order To Block Perplexity's AI Shopping Bots
Amazon Wins Court Order To Block Perplexity's AI Shopping Bots Amazon Wins Court Order To Block Perplexity's AI Shopping Bots

Last November, Amazon sued Perplexity demanding that the AI search startup stop allowing its AI browser agent, Comet, to make purchases for users online. Today, a judge ruled in favor of the tech giant, granting it a temporary court injunction blocking the scraping of Amazon's website. According to court filings, the judge found strong evidence the tool accessed the retailer's systems "without authorization." CNBC reports: In a ruling dated Monday, U.S. District Judge Maxine Chesney wrote that Amazon has provided "strong evidence" that Perplexity's Comet browser accessed its website at the user's direction, but "without authorization" from the e-commerce giant. Chesney said Amazon submitted…

21 час назад @ yro.slashdot.org
Silicon Valley Is Buzzing About This New Idea: AI Compute As Compensation
Silicon Valley Is Buzzing About This New Idea: AI Compute As Compensation Silicon Valley Is Buzzing About This New Idea: AI Compute As Compensation

sziring shares a report from Business Insider: Silicon Valley has long competed for talent with ever-richer pay packages built around salary, bonus, and equity. Now, a fourth line item is creeping into the mix: AI inference. As generative AI tools become embedded in software development, the cost of running the underlying models -- known as inference -- is emerging as a productivity driver and a budget line that finance chiefs can't ignore. Software engineers and AI researchers inside tech companies have already been jousting for access to GPUs, with this AI compute capacity being carefully parceled out based on which projects are most important. Now, some tech job candidates have begun ask…

22 часа назад @ news.slashdot.org
AT&T Outlines $250 Billion US Investment Plan To Boost Infrastructure In AI Age
AT&amp;T Outlines $250 Billion US Investment Plan To Boost Infrastructure In AI Age AT&amp;T Outlines $250 Billion US Investment Plan To Boost Infrastructure In AI Age

AT&T plans to invest more than $250 billion over the next five years to expand U.S. telecom infrastructure for the AI age. The company says it will also hire thousands of technicians while partnering with AST SpaceMobile to extend coverage to remote areas. Reuters reports: Rapid adoption of artificial intelligence, cloud computing and connected devices has prompted telecom operators to invest heavily in fiber and 5G networks as they also seek to fend off intensifying competition from cable broadband providers. AT&T, which has about 110,000 employees in the U.S., said the new hires will help build and maintain its infrastructure. The outlay includes capital expenditure and other spending, th…

23 часа назад @ mobile.slashdot.org
Ig Nobels Ceremony Moves To Europe Indefinitely, Citing US Safety Concerns
Ig Nobels Ceremony Moves To Europe Indefinitely, Citing US Safety Concerns Ig Nobels Ceremony Moves To Europe Indefinitely, Citing US Safety Concerns

Since 1999, Slashdot has been covering the annual Ig Nobel prize ceremonies -- which honor real scientific research into strange or surprising subjects. "After 35 years in Boston, the annual prize ceremony will take place in Zurich, Switzerland, this year and will continue to be held in a European city for the foreseeable future," reports Ars Technica. "The reason: concerns about the safety of international travelers, who are increasingly reluctant to travel to the U.S. to participate." "During the past year, it has become unsafe for our guests to visit the country," Marc Abrahams, master of ceremonies and editor of The Annals of Improbable Research magazine, told The Associated Press. "We …

1 day назад @ science.slashdot.org
Блоги людей
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 week, 2 days назад @ 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 week, 5 days назад @ nedbatchelder.com
>Street guesser
Street guesser Street guesser

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1 month, 4 weeks назад @ stratechery.com
>ИИ-ревью кода
ИИ-ревью кода

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 months, 1 week назад @ nedbatchelder.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

4 months, 1 week назад @ nedbatchelder.com
Resiliency and Scale
Resiliency and Scale

Decreasing transportation and communications costs increases resiliency in theory, but destroys it in practice. The only way to have resiliency is through less efficiency.

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

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

4 months, 3 weeks назад @ nedbatchelder.com
OpenAI's Windows Play
OpenAI's Windows Play

OpenAI is making a play to be the Windows of AI: the all-encompassing platform that controls both hardware supplier and software developers.

5 months назад @ stratechery.com
Sora, AI Bicycles, and Meta Disruption
Sora, AI Bicycles, and Meta Disruption Sora, AI Bicycles, and Meta Disruption

Sora is going viral, suggesting there is a big opportunity in unlocking creativity. If that's true, that's good for humanity — and bad for Meta.

5 months назад @ stratechery.com
Hobby Hilbert Simplex
Hobby Hilbert Simplex Hobby Hilbert Simplex

I saw a generative art piece I liked and wanted to learn how it was made.

Starting with the artist’s Kotlin code, I dug into three new algorithms, hacked

together some Python code, experimented with alternatives, and learned a lot.

Now I can explain it to you.It all started with this post by

aBe on Mastodon:

I love how these lines separate and reunite. And the fact that I can express this idea in 3 or 4 lines of code.For me they’re lives represented by closed paths that end where they started, spending part of the journey together, separating while we go in different directions and maybe reconnecting again in the future.#CreativeCoding #algorithmicart #proceduralArt #OPENRNDR #Kotlin — aBe …

5 months, 2 weeks назад @ nedbatchelder.com
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: Social Media, Reset
Show HN: Social Media, Reset Show HN: Social Media, Reset

Zeta was built for one simple reason: Social media should not control the narrative.

Platforms shouldn’t silence people.

Zeta is a non-biased social network where ideas compete freely.

Welcome to the reset.

Website: meetzeta[dot]com

1 час назад @ news.ycombinator.com
Show HN: A CLI to scrape, search, and interact with the web for AI agents
Show HN: A CLI to scrape, search, and interact with the web for AI agents Show HN: A CLI to scrape, search, and interact with the web for AI agents

CLI Copy # Scrape a URL (default: markdown output) firecrawl https://example.com # Or use the explicit scrape command firecrawl scrape https://example.com # Recommended: use --only-main-content for clean output without nav/footer firecrawl https://example.com --only-main-content​ Output FormatsCLI Copy # Get HTML output firecrawl https://example.com --html # Multiple formats (returns JSON) firecrawl https://example.com --format markdown,links # Get images from a page firecrawl https://example.com --format images # Get a summary of the page content firecrawl https://example.com --format summary # Track changes on a page firecrawl https://example.com --format changeTracking # Available format…

1 час назад @ docs.firecrawl.dev
Show HN: subagent-reuse – MCP that stops Claude Code subagents re-reading files
Show HN: subagent-reuse – MCP that stops Claude Code subagents re-reading files Show HN: subagent-reuse – MCP that stops Claude Code subagents re-reading files

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

Points: 1

# Comments: 1

1 час назад @ news.ycombinator.com
Show HN: My 9-year, 4,500-song manual music archive (2017–2026)
Show HN: My 9-year, 4,500-song manual music archive (2017–2026)

I started adding music that I discovered on Spotify, but wanted to fight the algorithm and make my own memories and playlists. Almost ten years later it's an autographic audio memory vault. No framework, no database Comments URL: https://news.ycombinator.com/item?id=47339182

Points: 1

# Comments: 0

1 час назад @ michaelperry.org
Show HN: AgentOS- a memory system for AI agents that learns what it doesn't know
Show HN: AgentOS- a memory system for AI agents that learns what it doesn't know Show HN: AgentOS- a memory system for AI agents that learns what it doesn't know

Most AI agents have a memory problem.

Costs compound.

A follow-up question on a topic you discussed yesterday costs 35 tokens of memory context.

Naive: 6,825 tokens average HAM: 1,205 tokens average Reduction: 82.3%Anyone can reproduce it: npm run benchmark - in-memory SQLite, same questions, same seed every run.

When the agent hits a question it has no memory for, it answers using the LLM.

1 час назад @ news.ycombinator.com
Show HN: AgentClick – Human-in-the-loop review UI for AI coding agents
Show HN: AgentClick – Human-in-the-loop review UI for AI coding agents Show HN: AgentClick – Human-in-the-loop review UI for AI coding agents

AgentClick🧠 Human-in-the-loop review UI for autonomous AI agentsAgentClick is a skill-based plugin that adds a browser review layer to terminal agents.

Agents propose actions, users inspect and edit in a browser UI, then the agent continues.

Use it whenever you need a browser review UI — for email triage, risky commands, plans, or memory review.

Open my inbox in AgentClick UI and let me triage emails.

Memory Review skills/clickui-memory/ Review memory files and memory-management changes.

1 час назад @ github.com
Show HN: Prompt Engineering GUI – Become an Expert Fast
Show HN: Prompt Engineering GUI – Become an Expert Fast

Article URL: https://claude.ai/public/artifacts/159692b0-cf07-4acb-9c54-a8f478b914d2

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

Points: 1

# Comments: 0

1 час назад @ claude.ai
Show HN: Slate – Open-source AI workspace with a built-in browser
Show HN: Slate – Open-source AI workspace with a built-in browser Show HN: Slate – Open-source AI workspace with a built-in browser

SlateAn AI-Workspace with a built-in web browser for macOSBrowse the web and chat with AI in one unified, beautiful interface.

Slate an open-sourced AI-Workspace with a built-in Browser.

Slate follows an opposite approach, where it's an AI-assistant first and browser is an extension to that.

Adding AI KeysOpen Settings → AI Models inside the app and enter your API keys.

Built with SwiftUI on macOS · Powered by Claude, GPT-4, Gemini, and Ollama

1 час назад @ github.com
Show HN: Making Debates Great Again
Show HN: Making Debates Great Again Show HN: Making Debates Great Again

Los Angeles Debate ClubWhere Hollywood meets Harvard, LA's debate scene is as dynamic as the city itself.

From entertainment ethics to tech innovation, we tackle the topics that matter in the creative capital of the world.

Los Angeles, CA

2 часа назад @ superdebate.org
Show HN: Linggen – Open agent system in Rust, any model, file-based
Show HN: Linggen – Open agent system in Rust, any model, file-based Show HN: Linggen – Open agent system in Rust, any model, file-based

Linggen is an open-source agent system where agents, skills, and scheduled missions are all markdown files. Drop a .md file, get a new agent. - Multi-agent — agents delegate to each other, run concurrently. Message a running agent mid-task and it adapts (cooperative interruption) - Any model — Ollama, OpenAI, Claude, Bedrock, any OpenAI-compatible endpoint. Route per agent with auto-fallback - Skills as files — portable Markdown skills, compatible with Claude Code and Codex (Agent Skills standard) - Scheduled missions — cron-based autonomous tasks without human-in-the-loop - Web UI + TUI + VS Code — all share real-time session state via SSE Rust backend (axum, tokio, ratatui). React 19 fron…

2 часа назад @ linggen.dev
Show HN: Launching Our XR-Native Operating System
Show HN: Launching Our XR-Native Operating System

An Operating System built from scratch with a custom kernel.

Is this Operating System based on an existing kernel?

XenevaOS is built entirely on its own custom kernel called 'Aurora', which has been written from scratch using C, C++, and Assembly.

It is a completely independent operating system developed with an original codebase, rather than being a derivative of another kernel.

The sandbox allows you to interact with the OS environment directly through your browser to benchmark performance and explore the custom filesystem.

2 часа назад @ explore.getxeneva.com
Show HN: Fast-Axolotl – Rust extensions that make Axolotl fine-tuning 77x faster
Show HN: Fast-Axolotl – Rust extensions that make Axolotl fine-tuning 77x faster Show HN: Fast-Axolotl – Rust extensions that make Axolotl fine-tuning 77x faster

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

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

2 часа назад @ github.com
Show HN: AgentSign – Zero trust for AI agents (OWASP-aligned)
Show HN: AgentSign – Zero trust for AI agents (OWASP-aligned)

Agents handle money, access databases, deploy code, and make decisions.

🔒 No Agent Identity API keys prove a human logged in.

Unsolved💰 No Payment Governance Agents spending money with no identity check, no spending limits, no audit trail.

Unsolved⚙️ No SDLC Pipeline Agents go from dev to prod with no vetting, no testing gates, no approval chain.

No cryptographic chain linking input to output to agent to timestamp.

2 часа назад @ agentsign.dev
Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids
Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

Hi HN,

I’m a chemical engineer and I manage logistics at a refinery down in Texas. Whenever I try to explain downstream operations to people outside the industry (including my kids), I usually get blank stares. I wanted to build something that visualizes the concepts and chemistry of a plant without completely dumbing down the science, so I put together this 5-minute browser game.Here's a simple runthrough: https://www.youtube.com/watch?v=is-moBz6upU. I pushed to get through a full product pathway to show the V-804 replay.I am not a software developer by trade, so I relied heavily on LLMs (Claude, Copilot, Gemini) to help write the code. What started as a simple concept turned into a 9,000-…

2 часа назад @ fuelingcuriosity.com
Show HN: Reviewd – A free, local alternative to Claude Code Review(no API costs)
Show HN: Reviewd – A free, local alternative to Claude Code Review(no API costs) Show HN: Reviewd – A free, local alternative to Claude Code Review(no API costs)

reviewdThe review daemon — local AI code reviewer for GitHub and BitBucket pull requests, powered by Claude Code / Gemini / Codex CLI subscriptions.

FeaturesReuses what you already have — your local git repos, your Claude/Gemini/Codex CLI subscription, your existing credentials.

— your local git repos, your Claude/Gemini/Codex CLI subscription, your existing credentials.

Deploy it on a VPS alongside your AI CLI and forget about it.

RoadmapParallel PR review queueParallel PR review queue GitLab supportDisclaimerBuilt entirely with AI-assisted development (Claude Code), with thorough human review and guidance at every step.

3 часа назад @ github.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 1 day, 2 hours назад
Hiring: Video Creator & Editor for AI Product Content for MorphMind
Hiring: Video Creator & Editor for AI Product Content for MorphMind Hiring: Video Creator & Editor for AI Product Content for MorphMind

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, 2 hours назад @ rss.app
I built a Stripe failed payment recovery tool — looking for 3 SaaS founders to test it free
I built a Stripe failed payment recovery tool — looking for 3 SaaS founders to test it free I built a Stripe failed payment recovery tool — looking for 3 SaaS founders to test it free

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, 2 hours назад @ rss.app
Hiring: SaaS Operator / Builder (Equity + Rev Share) for BADCAFE
Hiring: SaaS Operator / Builder (Equity + Rev Share) for BADCAFE Hiring: SaaS Operator / Builder (Equity + Rev Share) for BADCAFE

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, 2 hours назад @ rss.app
Most SaaS products fail for the same boring reason
Most SaaS products fail for the same boring reason Most SaaS products fail for the same boring reason

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, 5 hours назад @ rss.app
Looking for one async decision to test
Looking for one async decision to test Looking for one async decision to test

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

1 day, 6 hours назад @ rss.app
Day 4: The gap between effort and results is widening
Day 4: The gap between effort and results is widening Day 4: The gap between effort and results is widening

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, 2 hours назад @ rss.app
$300 MRR in 7 days. Here's exactly how I launched PostClaw.
$300 MRR in 7 days. Here's exactly how I launched PostClaw. $300 MRR in 7 days. Here's exactly how I launched PostClaw.

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
What happened after my AI contract tool post got 70+ comments
What happened after my AI contract tool post got 70+ comments What happened after my AI contract tool post got 70+ comments

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, 8 hours назад @ rss.app
4 things about SaaS unit economics that surprised me while building free calculators
4 things about SaaS unit economics that surprised me while building free calculators 4 things about SaaS unit economics that surprised me while building free calculators

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
The cold email problem nobody talks about
The cold email problem nobody talks about The cold email problem nobody talks about

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

2 days, 13 hours назад @ rss.app
Looking for: SaaS founders launching for the first time
Looking for: SaaS founders launching for the first time Looking for: SaaS founders launching for the first time

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, 23 hours назад @ rss.app
Looking for SaaS founders running
Looking for SaaS founders running Looking for SaaS founders running

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 built an AI where philosophers debate my startup decisions. Here's what they said about getting my first 10 users.
I built an AI where philosophers debate my startup decisions. Here's what they said about getting my first 10 users. I built an AI where philosophers debate my startup decisions. Here's what they said about getting my first 10 users.

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

3 days, 5 hours назад @ rss.app
Stop Spamming Reddit for MRR. It’s Killing Your Brand (You need Claude Code for BuildInPublic instead)
Stop Spamming Reddit for MRR. It’s Killing Your Brand (You need Claude Code for BuildInPublic instead) Stop Spamming Reddit for MRR. It’s Killing Your Brand (You need Claude Code for BuildInPublic instead)

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

3 days, 11 hours назад @ rss.app
The “traffic problem” is often
The “traffic problem” is often The “traffic problem” is often

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, 12 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 58 минут назад
[Launch] Just Do This - A satisfyingly simple productivity app for ADHD, focused on actually doing, not over-planning.
[Launch] Just Do This - A satisfyingly simple productivity app for ADHD, focused on actually doing, not over-planning.

Hey everyone, I'm excited to share a side project I've been working on called Just Do This, available for both iOS and Android. I actually built this because of a post I saw on Reddit. Someone was looking for an old web app called "Now Do This" that didn't exist anymore. She mentioned that it was the only thing that helped her with her ADHD because of its dead-simple approach. I decided to recreate that experience as a mobile app. "Just Do This" is exactly that—dead simple. You set a task, and you do it. If you want, you can parse a timer, but timers are completely optional; standalone tasks work just fine. Once you're done, you get this incredibly satisfying "Slide to Complete" action. No …

58 минут назад @ reddit.com
I made a free price comparison tool for finding the cheapest prices, would love some feedback!
I made a free price comparison tool for finding the cheapest prices, would love some feedback!

Hey guys. I wanted to share a website I made that helps people save money. If you are someone like me, you will scroll through google for what seems like forever looking for the best deals on products. www.thecheapestfinder.com finds the cheapest versions of that product across the web. This site doesn't cost anything and is completely free and easy to use! To use it, paste your product link from amazon or any website with the product in it. Or just search on the website using the search bar. Just be mindful that it works best when you are specific when searching for a product. At this time, Amazon is the only store that does not appear on the site. You can search on Amazon at the bottom of…

1 час назад @ reddit.com
Landing page feedback
Landing page feedback Landing page feedback

Hey guys, hopefully a break from the what are you building today and fake mrr stories. Would love your feedback on this landing page I'm working on. Particularly happy with the cradle mask in the hero and the day/night switch from the demo changing the whole landing as well. submitted by /u/oant97 [link] [comments]

1 час назад @ reddit.com
Bought this domain for a OSS project and now my users see this
Bought this domain for a OSS project and now my users see this Bought this domain for a OSS project and now my users see this

submitted by /u/1glasspaani [link] [comments]

1 час назад @ reddit.com
Got to 1k MRR - now I'm building something to let me scale to 100k
Got to 1k MRR - now I'm building something to let me scale to 100k

Okay so a few months ago I hit $1k MRR (proof) with Transfer.zip (a simple large file sharing tool), and I sat there for like 10 minutes just staring at the Stripe dashboard. ...then I opened my inbox, lmao I had 15 support emails waiting for me, some I had let wait because they took time, especially the ones where people want to cancel their subscription or get a refund, as i had to: 1. Log in to stripe 2. search up the customer (sometimes they had the wrong email address, so then i had to reply to them and wait even more, clogging up my email even more) 3. use Stripe to cancel their subscription or do the refund. ..for each customer, which was unsustainable! And some questions has answers…

1 час назад @ reddit.com
Stop sending Dropbox links to your clients for photo previews.
Stop sending Dropbox links to your clients for photo previews.

We all know the struggle: you send a Dropbox or Drive link, and the client tries to open it on their iPhone. It’s clunky, it’s slow, and the TIF/High-res JPGs don't even preview correctly. I'm building Piksend https://piksend.com to fix this. It’s a lightweight gallery tool that makes your work look like a premium portfolio on any device, with a direct download button. No fluff, no complex tiers. Just a professional way to say Here is your work. Would love to know: what's the #1 complaint you get from clients when you deliver their files? submitted by /u/Sea_Entrepreneur8497 [link] [comments]

1 час назад @ reddit.com
Looking for 20 people to test a new decision-making app and give brutally honest feedback
Looking for 20 people to test a new decision-making app and give brutally honest feedback

Hey everyone, I’m testing a small app idea and I’m trying to get honest feedback before launching it publicly. The idea is simple: the app gives you a quick “risk score” before making a purchase or decision. Example: If you're about to buy something expensive, the app analyzes the situation and tells you if it’s probably a good or bad decision. I built it mainly to help with impulse spending and emotional decisions. Right now I'm just looking for a few people to try it and tell me honestly: • Is it useful? • What feels confusing? • Would you actually use it? I’m not selling anything. Just trying to see if the idea is stupid or helpful. If you're curious I can send the link in comments. Than…

1 час назад @ reddit.com
I moved distribution to phase 3 of my indie build workflow and it fixed a bad habit
I moved distribution to phase 3 of my indie build workflow and it fixed a bad habit I moved distribution to phase 3 of my indie build workflow and it fixed a bad habit

I kept shipping products with no public footprint. The old workflow was Foundation, Build, Ship, Iterate. Distribution was the end state. Tracking came after shipping. By the time I "launched" I had no data, no indexed URLs, nothing compounding. I reworked it into five phases. Phase 2 is now "Go Live". Just get a URL up, register the tool, post something. Phase 3 is "Instrument and Distribute". Analytics, SEO, posting on socials. All before writing a single line of core product code. The boilerplate that drives this is public: [https://github.com/modryn-studio/nextjs\_boilerplate](vscode-file://vscode-app/c:/Users/Luke/AppData/Local/Programs/Microsoft%20VS%20Code/ce099c1ed2/resources/app/ou…

1 час назад @ reddit.com
"I work well under pressure" just means you procrastinate and panic
"I work well under pressure" just means you procrastinate and panic

I've said this in job interviews. Multiple times. With a straight face. What I actually meant was: I ignore things until the deadline is physically breathing down my neck, then I get a weird adrenaline surge and somehow pull it together. That's not a skill. That's just stress with a good outcome. And the annoying thing? It keeps working. So there's never any real reason to change. Every time you leave something to the last minute and it turns out fine, your brain files that away as evidence that the system works. submitted by /u/Dragden88 [link] [comments]

1 час назад @ reddit.com
I processed 4M+ discussions so far and found nearly 200k+ recurring pain points, drop you business ideas in a comment and I will validate it against my data for free
I processed 4M+ discussions so far and found nearly 200k+ recurring pain points, drop you business ideas in a comment and I will validate it against my data for free

I’ve gone through 4M+ discussions and mapped a ton of repeated pain points people mention over and over. If you’ve got a business idea, leave it in the comments and I’ll validate it against the data for free. Mostly looking at whether the problem shows up often enough to feel real. Not promoting anything. Just offering to help. submitted by /u/FIRST_TIMER_BWSC [link] [comments]

1 час назад @ reddit.com
For 3 years, ~50 people kept playing my weird little phrase game. I couldn’t quit.
For 3 years, ~50 people kept playing my weird little phrase game. I couldn’t quit. For 3 years, ~50 people kept playing my weird little phrase game. I couldn’t quit.

TLDR: I built this in 20-minute windows between a full-time engineering job, two kids, and normal life. It started in a Google notebook as a brutally hard visual phrase game, grew into a daily idiom puzzle that ~50 loyal players kept alive for years, and eventually evolved into a multiplayer meme arena where frontier AI models play as actual competitors. This is the long version, because the real story is more interesting than “I launched an app.” Origins A few years ago, when VQGAN+CLIP image generation was still mostly a weird Google notebook rabbit hole, I started messing around with an idea that felt simple at the time: What if I copied Wordle… but made it visual, and multi-word? That w…

2 часа назад @ reddit.com
The best app to track and analyze options trades without messy spreadsheets
The best app to track and analyze options trades without messy spreadsheets

Hey everyone, I've been trying to clean up my trading workflow lately. Relying on my broker's clunky mobile interface and a messy Excel spreadsheet to track my Greeks and P&L was causing me to make stupid emotional decisions. I recently switched over to an analytics tool called OptionSense and wanted to drop a quick review for anyone else trying to get their risk management under control. If you need a clean, dedicated options tracker, here is what makes it actually useful: Clear Visualizations: It maps out your profit and loss zones clearly so you aren't guessing your break-evens. Track Options Contracts: Replaces manual spreadsheets by keeping all your open contracts and historical trades…

2 часа назад @ reddit.com
Got tired of rewriting the same database backup scripts for every new side project
Got tired of rewriting the same database backup scripts for every new side project

Hey builders 👋 The most annoying part of spinning up a new side project is doing the exact same boring infrastructure work over and over again. Every time I launch something, I dread writing custom cron jobs just to make sure my database backup actually runs. Share a free, open-source tool they built to completely eliminate this step called Databasus. Instead of manually configuring a secure postgresql backup (or mysql backup) every time you launch an app, you just plug this self-hosted tool in. It automatically pushes your data safely to S3, Google Drive, or FTP. The best part for solo founders? It sends live success or failure notifications straight to your Slack or Discord, so you never …

3 часа назад @ reddit.com
I built my first website - a Champions League predictor with player and team awards
I built my first website - a Champions League predictor with player and team awards

This is actually the first website I’ve ever built. It’s a small interactive project where you can make your own Champions League prediction - choose the tournament winner, vote for different player and team awards, and generate your final prediction card. I mostly built it for fun and to see how other people think the 2025/26 UCL season will play out. I’m curious what picks people here would make. Link submitted by /u/dnnxws [link] [comments]

3 часа назад @ reddit.com
A client paid me to build a script that turns Tweets into shorts. I just wrapped it in a UI and launched it
A client paid me to build a script that turns Tweets into shorts. I just wrapped it in a UI and launched it

Hey everyone, A while back had a client who wanted to cross-post their X/Twitter content to Reels and TikTok, but hated manually making them in Canva every day. I wrote a backend script for them that takes a tweet URL, slaps it on a clean background, animates it, and renders a 9:16 video. It did the job, so I figured I’d polish it up, add a frontend, and see if anyone else finds it useful. It's called TweetOut (tweetout.app). It’s pretty barebones right now but the workflow is simple: • Paste a public tweet link. • Pick a visual style (dark, glass, brutalist, etc.). • It spits out a 4K vertical video in about 20 seconds. I personally hate $15/mo subscriptions for utility tools I only use oc…

3 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 13 часов назад
OpenUI
OpenUI

The open standard for Generative UI Discussion | Link

13 часов назад @ producthunt.com
ChatGPT Interactive Learning
ChatGPT Interactive Learning

Learn math and science with interactive visual explanations Discussion | Link

15 часов назад @ producthunt.com
TADA
TADA

1:1 text-acoustic alignment for 5x faster speech generation Discussion | Link

17 часов назад @ producthunt.com
Nativeline AI + Cloud
Nativeline AI + Cloud

Prompt to build in Swift with a real cloud database built in Discussion | Link

17 часов назад @ producthunt.com
CodeYam CLI & Memory
CodeYam CLI & Memory

Comprehensive memory management for Claude Code Discussion | Link

23 часа назад @ producthunt.com
ELVES
ELVES

Summon your army of elves Discussion | Link

1 day назад @ producthunt.com
Firecrawl CLI
Firecrawl CLI

The complete web data toolkit for AI agents Discussion | Link

1 day, 1 hour назад @ producthunt.com
Teract AI
Teract AI

Your AI reputation coach for LinkedIn, X, Reddit & more Discussion | Link

1 day, 1 hour назад @ producthunt.com
Cardboard
Cardboard

Cursor for video editing Discussion | Link

1 day, 2 hours назад @ producthunt.com
Gemini Embedding 2
Gemini Embedding 2

Google's first natively multimodal embedding model Discussion | Link

1 day, 2 hours назад @ producthunt.com
MorphMind Launches Steerable AI Platform
MorphMind Launches Steerable AI Platform

Build a team of AI specialis that deliver quality work Discussion | Link

1 day, 4 hours назад @ producthunt.com
ScreenGeany AI
ScreenGeany AI

Ask AI about anything on your screen with a single hotkey Discussion | Link

1 day, 5 hours назад @ producthunt.com
InsForge
InsForge

Give agents everything they need to ship fullstack apps Discussion | Link

1 day, 13 hours назад @ producthunt.com
GapHunt
GapHunt

Find product gaps & build from bad reviews Discussion | Link

1 day, 14 hours назад @ producthunt.com
VENTUNO Q
VENTUNO Q

Dual-brain edge AI computer by Qualcomm and Arduino Discussion | Link

1 day, 16 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 4 months, 1 week назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

4 months, 1 week назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

4 months, 1 week назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 2 weeks назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 2 weeks назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 2 weeks назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

4 months, 2 weeks назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 2 weeks назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

4 months, 2 weeks назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 5 часов назад
Bell Homestead in Brantford, Ontario
Bell Homestead in Brantford, Ontario Bell Homestead in Brantford, Ontario

In 1870, Alexander Graham Bell, his parents, and sister-in-law moved from Scotland to a small farm in Brantford, Ontario, in hopes that the Canadian climate would help his poor health. Once recovered, Bell began teaching at the Boston School for the Deaf in the United States, returning to his parents' home for holidays and summers.

On July 26, 1874, while at his "dreaming place" on the farm looking out on the Grand River, Alexander Graham Bell came up with the idea for how to make a telephone.

A few years later in 1876, Bell made the world's first long-distance telephone call between Brantford and Paris, Ontario, marking the beginning of a new era of communication.

The Bell Homestead is now…

5 часов назад @ atlasobscura.com
Outagamie County Asylum Cemetery in Appleton, Wisconsin
Outagamie County Asylum Cemetery in Appleton, Wisconsin Outagamie County Asylum Cemetery in Appleton, Wisconsin

The Outagamie County Asylum Cemetery holds the bodies of at least 133 former patients who died at the asylum between 1891 and 1949. There were originally numbered stones (without names) to identify burials. Today, there are only stone markers, each indicting a row of burials. A stone plaque at the eastern edge of the cemetery gives the names of the patients buried in there. Today the cemetery is know as the Outagamie County Cemetery. The Outagamie County Asylum for the Chronic Insane opened in 1890 and closed in 2000. The maximum number of patients was about 250. The asylum was torn town in 2000. The cemetery and a stone bridge are all that remain.

23 часа назад @ atlasobscura.com
The Trip That Changed Me: How Running the World’s Biggest Marathons Pushed AnneMette Bontaites’s Limits
The Trip That Changed Me: How Running the World’s Biggest Marathons Pushed AnneMette Bontaites’s Limits

For AnneMette Bontaites, running the New York City Marathon was supposed to be a one-time experience. A personal challenge, a bucket-list item, and then back to normal life

But somewhere between the starting line and the finish, plans changed.

The decision to run that first marathon was almost a whim. Bontaites, a Denmark native who now lives in Boston, had run two half marathons and joked to her best friend, “Well, two halves make a whole. I've done a marathon.’”

The friend, also a runner, begged to differ on that distance math and made her an offer: She’d fly to New York from the pair’s home city of Copenhagen and they’d run Bontaites’s first marathon together. By mile 18, the friends had…

1 day, 1 hour назад @ atlasobscura.com
LaSalle Marina in Burlington, Ontario
LaSalle Marina in Burlington, Ontario LaSalle Marina in Burlington, Ontario

Trumpeter swans are the largest swans in the world and the biggest and heaviest native waterfowl species in North America. But in the late 1800s, they were critically endangered due to hunting for meat and feathers. Trumpeters went locally extinct in in the province of Ontario in 1886. At one time, there were fewer than 100 Trumpeters in the entire continent.

In the 1980s, conservation efforts and a breeding program brought Trumpeter Swans back from the brink of extinction in North America. One of those captive-bred swans, Pig Pen, was the first Trumpeter Swan in Ontario in more than 100 years to migrate south, choosing to overwinter at LaSalle Park in Burlington in 1993.

Trumpeter swans ar…

1 day, 1 hour назад @ atlasobscura.com
Dangar Island in Dangar Island, Australia
Dangar Island in Dangar Island, Australia Dangar Island in Dangar Island, Australia

Dangar Island is just an hour from Sydney and serviced by train and ferry on the Sydney Opal network. With just 300 residents it is quirkily car-free and the locals get their shopping home by wheel-barrow or volunteer-run buggy. Many homes on the hill have mechanical flying fox or furnicular trollies to get bulky items up the steep slopes.

A truly unique environment, it has a strong community spirit with lots going on including a community garden (D.I.G.) and a rich history. A cafe at the ferry wharf makes for relaxing day trips and there are holiday homes for rent for a longer, relaxing stay. The Riverboat Postman, the last mail service for water-only access homes in Australia, calls in at…

1 day, 3 hours назад @ atlasobscura.com
Chebika Oasis in As-Sabikah, Tunisia
Chebika Oasis in As-Sabikah, Tunisia Chebika Oasis in As-Sabikah, Tunisia

Reminiscent of vintage adventure movies, Chebika Oasis looks like a perfect hiding place for Alibaba's thieves' treasure, or a resting spot for ever-wandering caravans.

This beautiful natural gem in the heart of the Sahara desert also bears the nickname "Qasr el-Shams", meaning "Palace of the Sun" in Arabic, and there are no better words to describe the place. A river flows through the rocks, and there is a gorgeous waterfall, gently watering a palm tree grove.

A small old town used to exist near the oasis, but was abandoned in 1969 because of an enormous flooding which took the life of over 400 people. Nowadays, a few hundred people reside in the nearby village of Chebika, built after the …

1 day, 5 hours назад @ atlasobscura.com
Louise Story's 50-State Quest: Gravette, Arkansas
Louise Story's 50-State Quest: Gravette, Arkansas Louise Story's 50-State Quest: Gravette, Arkansas

The best road trip moments are the unplanned ones — when something catches your eye and you just pull over. That's what happened in Gravette, Arkansas, a town of a few thousand that calls itself "Hometown America" on its water tower. I spotted a U.S. Air Force jet mounted in a town park and did a U-turn. What I found was a whole compressed world: a memorial to Captain Field Kindley, the third-ranking American ace of World War I, who grew up on those very streets and died in a plane crash in 1920 at just 24 — after surviving the war. Nearby, a pentagon-shaped stone dedicated by Boy Scout Troop 117 read "May They Never Be Forgotten." And right next to it all: a time capsule sealed in 1993, no…

1 day, 6 hours назад @ atlasobscura.com
When Video Games Jump the Screen
When Video Games Jump the Screen When Video Games Jump the Screen

This article comes from Atlas Obscura’s Places newsletter. Subscribe or manage your subscription here.

Every March 10, the internet fills with red caps and pixelated plumbers.

When written as MAR10, the date happens to resemble the name “Mario,” which is reason enough for fans—and Nintendo itself—to celebrate the world’s most famous video game plumber. This year the festivities are a little bigger: Super Mario Bros., the platformer that helped define modern gaming, is marking forty years since its international debut.

In the Swedish town of Kungsbacka, Mario already has a permanent post. A life-size version of the character stands outside an office building—red cap, blue overalls, unmistaka…

1 day, 7 hours назад @ atlasobscura.com
Museum of Radio & Technology in Huntington, West Virginia
Museum of Radio & Technology in Huntington, West Virginia Museum of Radio & Technology in Huntington, West Virginia

The Museum of Radio & Technology explores the birth and evolution of electronic communication and entertainment with artifacts ranging from the earliest broadcast radios to mid-century televisions to vintage computers.

Founded in 1991, the museum grew from a passion project into one of the nation’s standout collections of historical electronic gear. It preserves not just old radios but the stories of how communities connected, from the uses of Morse code to the golden age of radio broadcasts to the dawn of television.

Visitors can wander among cathedral-cabinet radios, early broadcast equipment, military communications gear, and even a working ham radio station. A dedicated section honors t…

1 day, 23 hours назад @ atlasobscura.com
Choum Tunnel in Choum, Mauritania
Choum Tunnel in Choum, Mauritania Choum Tunnel in Choum, Mauritania

When the Mauritanian iron ore railway was being constructed in the 1960s, this line of track through the desert had a problem.

Officials within the region, at this point still under the auspices of French colonialism, indentified that the most convenient route for the train would in fact briefly go through Western Sahara, at this point territory controlled by Spain.

Rather than the involvement of diplomacy, and likely monies given to the Spanish government, it was instead decided to tunnel through two kilometres of granite in the mountainside near the town of Choum.

Initially, the iron ore train did run through this tunnel. However, in 1991, it was decided by railway bosses within the now i…

1 day, 23 hours назад @ atlasobscura.com
Griffith & Feil Soda Fountain in Kenova, West Virginia
Griffith & Feil Soda Fountain in Kenova, West Virginia Griffith & Feil Soda Fountain in Kenova, West Virginia

When you walk through the door at Griffith & Feil Soda Fountain in Kenova, it feels like someone flicked a switch back to another era. Here, in a pharmacy with roots stretching back to 1892, the soda fountain isn’t a decorative relic; it’s a living centerpiece where locals and visitors gather for milkshakes, root beer floats, and burgers. Beneath the metal-tiled ceiling, soda jerks pull tart-sweet phosphate drinks and sling sundaes across the counter the same way they were made over a century ago. But it’s not all sweets and comfort food; the store is still a working pharmacy. Current owner Ric Griffith and his daughter, Heidi, keep the drugstore alive as well. Sip a malt while you wait for…

1 day, 23 hours назад @ atlasobscura.com
Jim’s Steak and Spaghetti House in Huntington, West Virginia
Jim’s Steak and Spaghetti House in Huntington, West Virginia Jim’s Steak and Spaghetti House in Huntington, West Virginia

In a cozy restaurant in downtown Huntington, steak and spaghetti have enough star power to draw presidents, boxers, and musicians.

The story began in 1938 when Jim Tweel opened a small restaurant serving cheeseburgers and milkshakes in an old dairy store. By 1962, Tweel merged the eatery with a local spaghetti house and, after a bit of remodeling and menu tweaking, christened the restaurant Jim’s Steak and Spaghetti House.

Even all these years later, retro touches abound, from the green vinyl booths to the servers in crisp uniforms to a menu that has changed very little over the years. The signature spaghetti sauce has been made with the same recipe since the 1930s, and the ribeye steak din…

1 day, 23 hours назад @ atlasobscura.com
The Poky Dot in Fairmont, West Virginia
The Poky Dot in Fairmont, West Virginia The Poky Dot in Fairmont, West Virginia

When you step inside the Poky Dot, it’s hard not to instantly feel cheerful. From the bright yellow booths to the hamburger wallpaper to the towering milkshakes served in chocolate-dipped mason jars, everything appears bigger and more colorful here. With a soundtrack of 1950s music and retro decor, the ambience feels like a candy-colored time capsule. Whether you’re tucking into the nine-pound banana split, a pile of onion rings, or s'mores French toast, every meal feels a bit like a celebration. The menu includes standard diner comforts like burgers and breakfast platters, but the true standouts here are the homemade desserts. Clocking in at nine pounds, the banana split is a particularly …

2 days назад @ atlasobscura.com
Watoga State Park in Marlinton, West Virginia
Watoga State Park in Marlinton, West Virginia Watoga State Park in Marlinton, West Virginia

Nestled deep in the Allegheny Highlands, Watoga State Park offers a rare refuge from the glow of city lights. Its name itself comes from a Cherokee term meaning “starry waters,” a poetic reminder that the sky overhead is as much a part of this landscape as the pine and hardwood forests.

In 2021, Watoga—along with adjacent Calvin Price State Forest and Droop Mountain Battlefield State Park—became an officially certified Dark Sky Park by DarkSky International, a global nonprofit dedicated to protecting night skies. That designation means Watoga meets exacting standards for darkness, lighting control, and public engagement, making it one of the darkest publicly accessible skies in the eastern …

2 days назад @ atlasobscura.com
'Gesellschaftsspiegel' ('Society Mirror') in Hamburg, Germany
'Gesellschaftsspiegel' ('Society Mirror') in Hamburg, Germany 'Gesellschaftsspiegel' ('Society Mirror') in Hamburg, Germany

Installed in 2020, Gesellschaftsspiegel is a public artwork in Hamburg by Danish-Icelandic artist Olafur Eliasson. Two brown-black patinated brass sculptures, each about 28 feet (8.5 meters) tall, stand on raised legs, allowing visitors to walk underneath. Their geometric forms, a triangular base and a diamond shape, contrast with the ornate historic buildings nearby. From a distance, they resemble abstract rockets on stilts. Inside, a kaleidoscope of angled mirrors reflects fragments of the surrounding architecture and sky, creating shifting patterns that change with light and movement.

The title Gesellschaftsspiegel translates as “society mirror.” Eliasson has said the work is intended to…

2 days, 1 hour назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 6 часов назад
Trade tensions and tariffs: What they mean for Europe’s startups
Trade tensions and tariffs: What they mean for Europe’s startups Trade tensions and tariffs: What they mean for Europe’s startups

The EU–US transatlantic relationship has entered a new phase of volatility after the US Supreme Court struck down President Trump’s global tariff deals.

In response to the court’s ruling, Donald Trump initially threatened to raise global tariffs to 15%, but instead imposed a temporary 10% rate set to expire on 24 July unless Congress renews it.

Implications for European startupsAmid this geoeconomic upheaval, and with President Trump previously threatening to impose additional tariffs on several European countries in his bid to take Greenland, how has the new EU–US trade deal and the ongoing uncertainty impacted transatlantic trade and, specifically, European startups?

Against this backdrop…

6 часов назад @ eu-startups.com
Portuguese startup Sybilion secures €3.6 million to build AI-powered decision layer for industrial companies
Portuguese startup Sybilion secures €3.6 million to build AI-powered decision layer for industrial companies Portuguese startup Sybilion secures €3.6 million to build AI-powered decision layer for industrial companies

Today, Porto-based Sybilion announced a €3.6 million ($4.2 million) Seed round to build what it calls a decision layer, designed to give industrial companies the ability to act earlier and protect margins in volatile markets.

“Industrial companies do not lack data,” says Dr Bjol R. Frenkenberger, CEO and co-founder of Sybilion.

More recently, Berlin startup Andercore secured €33.5 million in equity and debt financing to expand its AI-enabled industrial trade platform across Europe.

Together, these financings represent roughly €84 million invested across adjacent segments of industrial decision intelligence and supply-chain software over the past year.

Sybilion delivers clear, measurable val…

7 часов назад @ eu-startups.com
Global Startup Awards announces global finalists ahead of historic Grand Finale at the EU-Startups Summit!
Global Startup Awards announces global finalists ahead of historic Grand Finale at the EU-Startups Summit! Global Startup Awards announces global finalists ahead of historic Grand Finale at the EU-Startups Summit!

A global competition reaches its final stageFollowing the conclusion of regional competitions across six continents, the Global Startup Awards has announced the global finalists for its 11th edition.

The full list of global finalists for edition 11 is available hereThe road to the global grand finale!

The collaboration has been made possible through MeOut Group, the investor behind the Global Startup Awards and parent company of EU-Startups.

The Global Startup Awards Grand Finale days, as part of the EU-Startups Summit, will not only celebrate the achievements of our finalists.

Global finalists will receive one complimentary ticket, while other attendees can use the discount code GSA25 to r…

8 часов назад @ eu-startups.com
Paris-based Lemrock raises €6 million to help brands sell within AI agents like ChatGPT and Claude
Paris-based Lemrock raises €6 million to help brands sell within AI agents like ChatGPT and Claude Paris-based Lemrock raises €6 million to help brands sell within AI agents like ChatGPT and Claude

Lemrock, a Paris-based DeepTech startup building the infrastructure for agentic commerce, today announced a €6 million ($7 million) funding round to accelerate the deployment of its agentic commerce solution.

The round additionally includes other notable investors from the tech and retail sectors, such as Michaël Benabou (Veepee), Gary Anssens (Alltricks / Decathlon), Frédéric Halley (retail tech investor), Emmanuelle Brizay (tech and retail investor), and Antoine Lizée (Alan).

“Conversational commerce reverses the logic: it’s no longer the customer searching for the product; it’s the right product coming to the right customer, tailored to their needs.

Our technology allows brands to sell b…

9 часов назад @ eu-startups.com
Albanian-Finnish startup Bliss raises €232.4k to build “AI that understands the cultural layer of mental health”
Albanian-Finnish startup Bliss raises €232.4k to build “AI that understands the cultural layer of mental health” Albanian-Finnish startup Bliss raises €232.4k to build “AI that understands the cultural layer of mental health”

Bliss, a Finland-headquartered mental health startup, has raised €232.4k ($270k) in angel funding to build what it calls “culturally intelligent” AI infrastructure for therapy.

We’re building AI that understands the cultural layer of mental health, because that’s where most systems fail,” said Jona Doda, founder of Bliss.

It’s a culturally attuned therapy platform helping diaspora communities and companies with diverse, international workforces access mental health care that understands their language, culture, and background.

The startup claims that, unlike the numerous generic AI therapy bots available in the market, Bliss positions its AI as infrastructure that amplifies human care rathe…

10 часов назад @ eu-startups.com
Ex-viafintech founders’ new venture finperks raises €3.4 million pre-Seed to build the “Stripe for prepaid”
Ex-viafintech founders’ new venture finperks raises €3.4 million pre-Seed to build the “Stripe for prepaid” Ex-viafintech founders’ new venture finperks raises €3.4 million pre-Seed to build the “Stripe for prepaid”

finperks, a Berlin-based FinTech startup building the API infrastructure layer for the global prepaid market, has raised €3.4 million ($4 million) in a pre-Seed funding round.

None of them want to build prepaid infrastructure.

The company states that although consumer interest in digital rewards, cashback, and employee benefits keeps rising, the foundational infrastructure is still fragmented and outdated.

tax-free benefits), and financial empowerment (e.g.

HR platforms Recardy and Paylo use finperks to distribute Germany’s tax-free employee benefits without needing extra infrastructure on their end.

12 часов назад @ eu-startups.com
Samaipata launches €110M Fund III to back early-stage AI-native startups across Europe
Samaipata launches €110M Fund III to back early-stage AI-native startups across Europe Samaipata launches €110M Fund III to back early-stage AI-native startups across Europe

Samaipata, an early-stage pan-European venture capital firm, today announced that it has launched its third fund, Samaipata III, targeting €110 million, to back early-stage tech startups building on the AI wave.

“Samaipata III is launching at a particularly relevant moment for the European tech ecosystem.

Samaipata III will continue to leverage the firm’s Founder Success platform, designed to boost portfolio growth beyond just capital.

“Samaipata III will back projects focused on abstracting the complexity of AI deployment into real-world use cases, primarily in B2B environments.

Samaipata manages €250 million in assets and has backed 44 startups across Europe, including Matera, Nory, Depor…

13 часов назад @ eu-startups.com
Targeting water innovation, Swiss VC Emerald Technology Ventures hits €100 million for Global Water Fund II
Targeting water innovation, Swiss VC Emerald Technology Ventures hits €100 million for Global Water Fund II Targeting water innovation, Swiss VC Emerald Technology Ventures hits €100 million for Global Water Fund II

Emerald Technology Ventures, a Zurich-based VC firm with two decades of water-sector leadership, announced reaching the €100 million milestone for its Global Water Fund II in order to invest in startups innovating in the WaterTech scene.

“With Temasek and Grundfos Foundation joining Global Water Fund II, we are bringing together two globally influential organisations with highly complementary perspectives on water resilience.

In this context, Emerald Technology Ventures’ €100 million milestone for Global Water Fund II highlights the continued mobilisation of capital dedicated to water resilience technologies across infrastructure, monitoring, treatment and reuse.

Our investment is a bid to …

1 day, 3 hours назад @ eu-startups.com
British startup Outpost raises €15 million to build liability-free cross-border commerce platform
British startup Outpost raises €15 million to build liability-free cross-border commerce platform British startup Outpost raises €15 million to build liability-free cross-border commerce platform

The round was led by Ribbit and supported by existing investors, including Better Tomorrow Ventures, which previously led a €2.5 million ($3 million) Seed round less than a year ago.

London-based Sokin raised €42.9 million to expand its global payments and multi-currency treasury infrastructure for businesses operating internationally.

Also in London, Yonda Tax secured €12 million to scale its platform automating VAT, GST, and sales-tax compliance across multiple jurisdictions.

By absorbing the operational and compliance burdens that stifle expansion, Outpost is building a category-defining platform for the next era of global trade.”Founded in 2024, Outpost is a borderless commerce infrastr…

1 day, 4 hours назад @ eu-startups.com
Beyond LLMs: AI pioneer Yann LeCun’s new venture AMI raises €890 million to build “world model” AI systems
Beyond LLMs: AI pioneer Yann LeCun’s new venture AMI raises €890 million to build “world model” AI systems Beyond LLMs: AI pioneer Yann LeCun’s new venture AMI raises €890 million to build “world model” AI systems

AMI is developing a new kind of AI systems that comprehend the world, possess persistent memory, and are capable of reasoning, planning, and remaining controllable and safe.

According to AMI, real-world data is continuous, high-dimensional, and noisy, whether it is obtained through cameras or any other sensor modality.

However, since much real-world sensor data is unpredictable, generative methods often fall short.

It is time to move beyond shortcuts and work on a foundational solution.”This is where world data comes in.

“AMI is developing world models that learn abstract representations of real-world sensor data, ignoring unpredictable details, and that make predictions in representation s…

1 day, 10 hours назад @ eu-startups.com
From AI features to AI workers: The 2026 enterprise shift
From AI features to AI workers: The 2026 enterprise shift From AI features to AI workers: The 2026 enterprise shift

In practice, this means enterprises moving away from “AI features” towards AI workers handling entire processes.

Tipping autonomous workflows for take-offThere’s no doubt that agentic AI is where the enterprise AI puck is moving next.

Intuitively, enterprise software incumbents should be leading the way in the pivot towards autonomous workflows.

The startups behind the momentumIn 2026, we’ll see even more AI-native startups launch products centred around autonomous workflows.

This is a crucial development that speaks to a broader trend shaping enterprise AI and what it means to be a successful enterprise technology company in 2026 and beyond.

1 day, 10 hours назад @ eu-startups.com
Inspired by the Cyphochilus beetle, Seprify raises €13.4 million to develop cellulose-based industrial ingredients
Inspired by the Cyphochilus beetle, Seprify raises €13.4 million to develop cellulose-based industrial ingredients Inspired by the Cyphochilus beetle, Seprify raises €13.4 million to develop cellulose-based industrial ingredients

Seprify, a Fribourg-based biomaterials company developing high-performance cellulose-based ingredients for industrial applications, today announced that it has raised €13.4 million (CHF 12.25 million) in Series A funding.

Supported by this funding, the company has also announced the transition of its cellulose platform from pilot validation into procurement-ready industrial supply.

In the near term, that means supporting cosmetics and personal care, including suncare, as well as food and pet food.

We are also scaling for higher-volume applications such as coatings, inks and printed electronics, reflecting the broader potential of our cellulose platform,” said Lukas Schertel, co-founder and …

1 day, 11 hours назад @ eu-startups.com
YC-backed Escape raises €15.4 million Series A led by Balderton for its AI offensive security engineering platform
YC-backed Escape raises €15.4 million Series A led by Balderton for its AI offensive security engineering platform YC-backed Escape raises €15.4 million Series A led by Balderton for its AI offensive security engineering platform

Paris-founded Escape, an offensive security engineering platform, has raised €15.4 million ($18 million) in Series A funding to automate the entire security lifecycle with AI agents.

We are building Escape as the offensive security engineering platform to solve that problem at scale,” said Tristan Kalos, CEO and co-founder of Escape.

Point-in-time pentesting and fragmented legacy tools can’t keep pace, leaving security teams who are currently outnumbered 100-to-1 by developers, overwhelmed and exposed.

The company is used by more than 2,000 security teams globally, including companies such as BetterHelp, PandaDoc, CyberCube and Arkose Labs.

Overall, Escape now conducts over 300,000 security…

1 day, 13 hours назад @ eu-startups.com
Paris-based Qevlar AI raises €25.8 million to automate Security Operations Centre investigations with agentic AI
Paris-based Qevlar AI raises €25.8 million to automate Security Operations Centre investigations with agentic AI Paris-based Qevlar AI raises €25.8 million to automate Security Operations Centre investigations with agentic AI

Qevlar AI, a Paris-based startup providing an agentic AI Security Operations Centre (SOC) platform that automates and deepens security investigations, has raised €25.8 million ($30 million) in funding for its platform.

The funding will be used to turn alert investigations into security insights that help SOC teams strengthen their overall security posture.

Ahmed Achchak, Qevlar AI co-founder and CEO, said, “Today, most SOCs measure success by how many alerts they tackle and how quickly they are resolved.

According to the company, SOC teams are overwhelmed by the volume of threat alerts they must manage.

The company says that, without a corresponding increase in resources, SOC teams are faci…

1 day, 14 hours назад @ eu-startups.com
Advancing cardiovascular health – SignaCor Therapeutics lands €288k investment as pat of €1.1 million Seed round
Advancing cardiovascular health – SignaCor Therapeutics lands €288k investment as pat of €1.1 million Seed round Advancing cardiovascular health – SignaCor Therapeutics lands €288k investment as pat of €1.1 million Seed round

It will form part of a €1.1 million (£1 million) Seed round expected to close in April.

Darach Neeson, CEO at SignaCor, says: “The Spark programme’s content was exceptional – value-filled insights from UK life science industry experts and meaningful investor engagement.

We are excited to now join Zinc’s portfolio of innovative life science companies.

Taken together, these announcements represent over €136 million in funding across the European cardiovascular innovation sector in 2025–2026.

Within this context, the €288k investment in Belfast-based SignaCor Therapeutics, part of a €1.1 million Seed round, reflects ongoing support for early-stage companies developing new treatments for heart …

2 days, 3 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 4 часа назад
Pure Data Centres and AVK deploy Europe’s first large-scale microgrid
Pure Data Centres and AVK deploy Europe’s first large-scale microgrid Pure Data Centres and AVK deploy Europe’s first large-scale microgrid

Hyperscale cloud and AI data centre developer and operator Pure Data Centres Group, together with AVK, a provider of prime, standby and dispatchable power solutions for data centres and AI infrastruct...

4 часа назад @ tech.eu
Spotlight Pathology has raised £1.4M to catch blood cancer sooner
Spotlight Pathology has raised £1.4M to catch blood cancer sooner Spotlight Pathology has raised £1.4M to catch blood cancer sooner

Spotlight Pathology, a UK healthtech company, has raised £1.4 million in seed investment to support its development of AI software that analyses digital pathology images to support clinicians in iden...

5 часов назад @ tech.eu
Revolut wins full UK banking licence, as finally exits mobilisation phase
Revolut wins full UK banking licence, as finally exits mobilisation phase Revolut wins full UK banking licence, as finally exits mobilisation phase

Revolut has been awarded a full UK banking licence, after regulators lifted restrictions on the UK challenger bank, which had lasted for an extended time.Revolut, valued at $75bn, today said it had re...

5 часов назад @ tech.eu
Another Earth secures €3.5M to scale AI data and simulation platform
Another Earth secures €3.5M to scale AI data and simulation platform Another Earth secures €3.5M to scale AI data and simulation platform

Another Earth, a company developingAI-powered simulation and synthetic data for Earth observation, has raised atotal of €3.5 million in funding. The round includes new investment fromWake-Up Capital a...

6 часов назад @ tech.eu
Samaipata launches €110M Fund III to back Europe’s next generation of AI-native startups
Samaipata launches €110M Fund III to back Europe’s next generation of AI-native startups Samaipata launches €110M Fund III to back Europe’s next generation of AI-native startups

VC firm Samaipata has launched its third fund – Samaipata III – a €110 million vehicle aimed at backing early-stage tech startups building on the AI wave. Samaipata plans to invest in 25 to 30 early-...

7 часов назад @ tech.eu
Sybilion secures $4.2M to build AI platform for industrial markets
Sybilion secures $4.2M to build AI platform for industrial markets Sybilion secures $4.2M to build AI platform for industrial markets

Sybilion has closed a$4.2 million seed funding round to develop what it describes as a decisionplatform designed to help industrial companies respond earlier to marketchanges and manage margin exposur...

7 часов назад @ tech.eu
Legora makes first acquisition, as it expands North America presence
Legora makes first acquisition, as it expands North America presence Legora makes first acquisition, as it expands North America presence

Swedish legal tech startup Legora has made its first acquisition, snapping up a Canadian legal AI startup, as it looks to expand its presence in North America. The acquisition for an undisclosed sum c...

7 часов назад @ tech.eu
Decoding DNA with AI: Living Models emerges from stealth with $7M
Decoding DNA with AI: Living Models emerges from stealth with $7M Decoding DNA with AI: Living Models emerges from stealth with $7M

Living Models, a Paris–Berkeleystartup, has raised $7 million in seed funding as it emerges from stealth todevelop foundation models for biology trained on DNA, RNA, and multi-omics dataaimed at impro...

7 часов назад @ tech.eu
This open-source bet is paying off as United Manufacturing Hub takes on industrial giants
This open-source bet is paying off as United Manufacturing Hub takes on industrial giants This open-source bet is paying off as United Manufacturing Hub takes on industrial giants

For years, manufacturers have experimented with Industry 4.0 — running pilots in predictive maintenance, production monitoring, and AI-driven optimisation. Yet many of these initiatives struggled to m...

8 часов назад @ tech.eu
Mental health startup Bliss raises $270K to build culturally intelligent AI for therapy
Mental health startup Bliss raises $270K to build culturally intelligent AI for therapy Mental health startup Bliss raises $270K to build culturally intelligent AI for therapy

Originallyfounded in Albania and headquartered in Finland, mental health startup Blisshas raised $270,000 in angel funding led by Keiretsu Forum, Finest Love VC, andPlug and Play to develop AI infrast...

10 часов назад @ tech.eu
Estonia leads Europe in fintech growth as Wallester becomes the sector’s fastest-growing company [Sponsored]
Estonia leads Europe in fintech growth as Wallester becomes the sector’s fastest-growing company [Sponsored] Estonia leads Europe in fintech growth as Wallester becomes the sector’s fastest-growing company [Sponsored]

The Financial Times and Statista have unveiled the 10th edition of the FT1000: Europe’s Fastest Growing Companies, confirming Estonia's position as a powerhouse for financial innovation. Leading the n...

10 часов назад @ tech.eu
Deep Science Ventures launches new doctoral cohort to turn science into startups
Deep Science Ventures launches new doctoral cohort to turn science into startups Deep Science Ventures launches new doctoral cohort to turn science into startups

Deep Science Ventures has funded the third cohort of its Venture Science Doctorate programme, which empowers a new archetype of Venture Scientist to solve neglected health and planetary challenges. St...

11 часов назад @ tech.eu
finperks raises $4M pre-seed to build prepaid payments infrastructure
finperks raises $4M pre-seed to build prepaid payments infrastructure finperks raises $4M pre-seed to build prepaid payments infrastructure

Berlin-based finperks has closed a $4 million pre-seed funding roundled by Motive Partners and seed+speed Ventures. The company is developing APIinfrastructure for the global prepaid market, including...

12 часов назад @ tech.eu
EIC Scaling Club companies double peer funding growth with 66% increase
EIC Scaling Club companies double peer funding growth with 66% increase EIC Scaling Club companies double peer funding growth with 66% increase

A recent report reveals that in the past 14-20 months, EIC Scaling Club members have achieved an average funding growth of 66.66 per cent. That is more than double the control group, which saw just 26...

1 day, 3 hours назад @ tech.eu
Legaltech Legora raises $550M Series D at $5.55B valuation to accelerate US expansion
Legaltech Legora raises $550M Series D at $5.55B valuation to accelerate US expansion Legaltech Legora raises $550M Series D at $5.55B valuation to accelerate US expansion

Legora, the collaborative AI platform for lawyers, today announced it has raised $550 million at a $5.55 billion valuation in a Series D funding round to accelerate its expansion across the United Sta...

1 day, 7 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 3 weeks, 1 day назад
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.

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

1 month, 2 weeks назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

2 months, 2 weeks назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

4 months, 3 weeks назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

5 months, 2 weeks назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

5 months, 2 weeks назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

5 months, 3 weeks назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

5 months, 3 weeks назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

7 months, 1 week назад @ 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 назад @ 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 назад @ 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 назад @ techcrunch.com
Litehaus raises €1.46M pre-seed to build home-building platform
Litehaus raises €1.46M pre-seed to build home-building platform

All Thibault Launay and his wife Simi wanted nearly five years ago was to build a dream home in Portugal, where they both now live. But what they encountered instead was a broken system. “Fourteen months of delays, 20% budget overruns, and endless stress managing over 10 subcontractors,” Thibault recalled. They bought the land in […]

9 months, 2 weeks назад @ techcrunch.com