Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
7,655 Ransomware Claims in One Year: Group, Sector, and Country Breakdown
7,655 Ransomware Claims in One Year: Group, Sector, and Country Breakdown 7,655 Ransomware Claims in One Year: Group, Sector, and Country Breakdown

insight7,655 Ransomware victim claims from 129 groups across 141 countries, March 2025 to March 2026From March 2025 to March 2026, ransomware groups posted 7,655 victim claims to public leak sites over 376 days.

Of 129 active groups, the top five posted 3,027 of the 7,655 claims (40%).

Volume increased 40% in the second half of the observation periodMonth Claims March 2025 594 April 2025 495 May 2025 492 June 2025 488 July 2025 538 August 2025 519 September 2025 566 October 2025 814 November 2025 708 December 2025 861 January 2026 674 February 2026 767 March 2026 (11 days) 139The first six months (March to August 2025) averaged 521 claims per month.

The dataset contains 7,655 leak site clai…

1 час назад @ ciphercue.com
Claude Code full source code leaked on NPM
Claude Code full source code leaked on NPM Claude Code full source code leaked on NPM

The source was obtained by unpacking the source map ( cli.js.map ) bundled with the officially published npm package.

The published package includes a source map file ( cli.js.map ) that contains the original TypeScript source.

log ( "Reading source map..." ) ; const map = JSON .

parse ( readFileSync ( mapFile , "utf-8" ) ) ; const sources = map .

log ( `Skipped ${ skipped } files with no content.` ) ;Run it:node unpack.mjsThe extracted source will be in the unpacked/ directory.

1 час назад @ github.com
Claude Code's source code has been leaked via a map file in their NPM registry
Claude Code's source code has been leaked via a map file in their NPM registry

Comments

2 часа назад @ twitter.com
Show HN: Free AI Coding Skills for Rails
Show HN: Free AI Coding Skills for Rails Show HN: Free AI Coding Skills for Rails

Open sourceFree AI Coding Skills for RailsRules and conventions that teach your AI coding agent how to write Rails the way senior developers actually write it.

Battle-tested patterns, not generic suggestions.

Install in your terminal, no signup required.

npx skills add julianrubisch/skills CopyWorks with Claude Code, Cursor, Windsurf, and any agent that supports skills.

3 часа назад @ railsreviews.com
RamAIn (YC W26) Is Hiring
RamAIn (YC W26) Is Hiring RamAIn (YC W26) Is Hiring

RamAIn builds the world's fastest computer-use agents for enterprise work.

FoundersRamAIn was founded by Shourya Vir Jain (CEO) and Vansh Ramani (CTO), who met at IIT Delhi and dropped out to build AI-native automation for enterprise workflows.

Shourya previously worked at McKinsey, where he saw firsthand how much enterprise work still depends on manual interaction with legacy systems.

He is also a FIDE-rated chess player (2118), was ranked top-20 globally under 16, having previously built and scaled an enterprise AI company to over 6-figures in ARR.

Together, they started RamAIn to build the fastest computer-use agents for enterprise work - combining deep research with production-grade sys…

4 часа назад @ ycombinator.com
Show HN: Raincast – Describe an app, get a native desktop app (open source)
Show HN: Raincast – Describe an app, get a native desktop app (open source) Show HN: Raincast – Describe an app, get a native desktop app (open source)

AI-powered app generator that builds real, shippable Tauri applications from natural language.

You describe what you want in plain English, and Raincast builds a fully functional native app:with a real UI, backend commands, file system access, and system integration.

This means the preview behaves like the real app: file system access, shell commands, system info all work during development, not just after shipping.

Or build manually:git clone https://github.com/tihiera/raincast.git cd raincast npm install npm run tauri dev # development npm run tauri build # production binaryWindowsDownload Raincast_x.x.x_x64-setup.exe from Releases and run it.

Development# Start dev mode (frontend + Tauri…

5 часов назад @ github.com
Google's 200M-parameter time-series foundation model with 16k context
Google's 200M-parameter time-series foundation model with 16k context Google's 200M-parameter time-series foundation model with 16k context

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

Latest Model Version: TimesFM 2.5Archived Model Versions:1.0 and 2.0: relevant code archived in the sub directory v1 .

You can pip install timesfm==1.3.0 to install an older version of this package to load them.

Update - Oct. 29, 2025Added back the covariate support through XReg for TimesFM 2.5.

This repo will be under construction over the next few weeks toadd support for an upcoming Flax version of the model (faster inference).

6 часов назад @ github.com
Sony halts memory card shipments due to NAND shortage
Sony halts memory card shipments due to NAND shortage Sony halts memory card shipments due to NAND shortage

Sony is temporarily no longer accepting orders for its CFexpress and SD memory cards.

A severe shortage of NAND flash, driven by the enormous demand for it to expand AI data centers, makes procurement impossible.

Sony is currently unable to fulfill orders for CFexpress Type A, CFexpress Type B, and SDXC/SDHC memory cards.

The reason is simple: the Japanese company can no longer procure sufficient NAND flash memory.

Thus, memory cards are set to become the next victim of an ever-growing shortage of all forms of memory outside of AI applications.

6 часов назад @ techzine.eu
GitHub backs down, kills Copilot pull-request ads after backlash
GitHub backs down, kills Copilot pull-request ads after backlash GitHub backs down, kills Copilot pull-request ads after backlash

Following backlash from developers, GitHub has removed Copilot's ability to stick ads - what it calls "tips" - into any pull request that invokes its name.

"I wasn't even aware that the GitHub Copilot Review integration had the ability to edit other users' descriptions and comments," Manson told us.

Letting Copilot touch PRs it didn't create, but is mentioned in, on the other hand, is new behavior that hasn't really worked out.

"[When] we added the ability to have Copilot work on any PR by mentioning it the behaviour became icky," Woodward said.

"We've now disabled these tips in pull requests created by or touched by Copilot, so you won't see this happen again," Rogers added.

6 часов назад @ theregister.com
Semantic – Reducing LLM "Agent Loops" by 27.78% via AST Logic Graphs
Semantic – Reducing LLM "Agent Loops" by 27.78% via AST Logic Graphs Semantic – Reducing LLM "Agent Loops" by 27.78% via AST Logic Graphs

Semantic Agent Cognitive Layer (MVP)Local Rust service for deterministic code retrieval by symbol, span, and logic graph.

Optional Token Tracking Add-OnAn optional local companion in this repository can track token usage per task across retrieve , ide_autoroute , and edit .

: BFS over dependency graph by symbol.

: symbol with local logic and dependency neighbors.

get_reasoning_context : hybrid logic + dependency context with deterministic ordering.

7 часов назад @ github.com
Ollama is now powered by MLX on Apple Silicon in preview
Ollama is now powered by MLX on Apple Silicon in preview Ollama is now powered by MLX on Apple Silicon in preview

Today, we’re previewing the fastest way to run Ollama on Apple silicon, powered by MLX, Apple’s machine learning framework.

This results in a large speedup of Ollama on all Apple Silicon devices.

Get startedDownload Ollama 0.19This preview release of Ollama accelerates the new Qwen3.5-35B-A3B model, with sampling parameters tuned for coding tasks.

Claude Code:ollama launch claude --model qwen3.5:35b-a3b-coding-nvfp4OpenClaw:ollama launch openclaw --model qwen3.5:35b-a3b-coding-nvfp4Chat with the model:ollama run qwen3.5:35b-a3b-coding-nvfp4Future modelsWe are actively working to support future models.

For users with custom models fine-tuned on supported architectures, we will introduce an e…

7 часов назад @ ollama.com
Safeguarding cryptocurrency by disclosing quantum vulnerabilities responsibly
Safeguarding cryptocurrency by disclosing quantum vulnerabilities responsibly Safeguarding cryptocurrency by disclosing quantum vulnerabilities responsibly

Google has led the responsible transition to post-quantum cryptography since 2016.

In a new whitepaper, we show that future quantum computers may break the elliptic curve cryptography that protects cryptocurrency and other systems with fewer qubits and gates than previously realized.

We want to raise awareness on this issue and are providing the cryptocurrency community with recommendations to improve security and stability before this is possible, including transitioning blockchains to post-quantum cryptography (PQC), which is resistant to quantum attacks.

To share this research responsibly, we engaged with the U.S. government and developed a new method to describe these vulnerabilities vi…

8 часов назад @ research.google
Axios Compromised on NPM – Malicious Versions Drop Remote Access Trojan
Axios Compromised on NPM – Malicious Versions Drop Remote Access Trojan Axios Compromised on NPM – Malicious Versions Drop Remote Access Trojan

A developer running a routine npm install or npm update would have no reason to suspect the package was deploying malware.

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

Any workflow that executed npm install with these versions should have all injected secrets rotated.

When a compromised package is discovered, instantly understand the blast radius — which repos, which PRs, and which teams are affected.

Reveals whether malicious postinstall scripts executed exfiltration attempts or contacted suspicious domains — even when the malware self-deletes its own evidence afterward.

8 часов назад @ stepsecurity.io
Mr. Chatterbox is a Victorian-era ethically trained model
Mr. Chatterbox is a Victorian-era ethically trained model Mr. Chatterbox is a Victorian-era ethically trained model

Mr. Chatterbox is a (weak) Victorian-era ethically trained model you can run on your own computerTrip Venturella released Mr. Chatterbox, a language model trained entirely on out-of-copyright text from the British Library.

Here’s how he describes it:Mr. Chatterbox is a language model trained entirely from scratch on a corpus of over 28,000 Victorian-era British texts published between 1837 and 1899, drawn from a dataset made available by the British Library.

The difference is, of course, that unlike GPT-2, Mr. Chatterbox is trained entirely on historical data.

What would a model trained on out-of-copyright text be like to chat with?

Trip trained the model using Andrej Karpathy’s nanochat, s…

9 часов назад @ simonwillison.net
Artemis II is not safe to fly
Artemis II is not safe to fly

Put more simply, NASA is going to fly Artemis II based on vibes, hoping that whatever happened to the heat shield on Artemis I won’t get bad enough to harm the crew on Artemis II.

What makes the situation even more frustrating is the fact that, by the program’s own logic, there’s no reason to fly Artemis II with a crew at all.

In the original scheme for Artemis, Artemis II was the only opportunity to fly Orion with astronauts on board before the lunar landing attempt on Artemis III.

If the Artemis II crew dies during re-entry, we’ll get another lavishly researched report laying out contributory factors that are plainly visible to anyone following the program right now.

It’s likely…

9 часов назад @ idlewords.com
Hacker News Hacker News
последний пост 1 час назад
Incident March 30th, 2026 – Accidental CDN Caching
Incident March 30th, 2026 – Accidental CDN Caching Incident March 30th, 2026 – Accidental CDN Caching

For those affected, this may have resulted in potentially authenticated data being served to unauthenticated users.

During this window, cached responses may have been served to users other than the original requester, which meant potentially authenticated data is served to unauthenticated users.

As a result, for those applications serving on Railway, your users may have seen pages intended for other users.

On Railway, CDN caching is opt-in.

Domains without CDN enabled will always route requests directly to your application.

10 часов назад @ blog.railway.com
Universal Claude.md – cut Claude output tokens by 63%
Universal Claude.md – cut Claude output tokens by 63% Universal Claude.md – cut Claude output tokens by 63%

Cuts Claude output verbosity by ~63%.

The ProblemWhen you use Claude Code, every word Claude generates costs tokens.

Claude Code reads it automatically.

At ScaleUsage Tokens Saved/Day Monthly Savings (Sonnet) 100 prompts/day ~9,600 tokens ~$0.86 1,000 prompts/day ~96,000 tokens ~$8.64 3 projects combined ~288,000 tokens ~$25.92Before vs AfterWithout CLAUDE.md - Code Review:Great question!

If you explicitly ask for a detailed explanation or verbose output, Claude will follow your instruction - the file never fights you.

10 часов назад @ github.com
Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent
Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent

📍 PegboardAI-generated 3D-printable pegboard toy from a hand-drawn sketch.

The current set is a 40 mm system with seven play pieces, one tuned peg, four gears, and two printable boards.

Four smooth gears in models/gears/, tuned to mesh on the 40 mm peg grid.

Two printable boards in models/boards/ plus the tuned peg in models/pieces/.

.venv/bin/activate pip install -r requirements.txt python scripts/generate_pegboard_shapes.py python scripts/generate_pegboard_gears.py python scripts/generate_pegboard_board.py python scripts/generate_repository_assets.py

12 часов назад @ github.com
Show HN: 30u30.fyi – Is your startup founder on Forbes' most fraudulent list?
Show HN: 30u30.fyi – Is your startup founder on Forbes' most fraudulent list?

Comments

13 часов назад @ 30u30.fyi
Android Developer Verification
Android Developer Verification Android Developer Verification

Start your verification todayToday, we’re starting to roll out Android developer verification to all developers in both the new Android Developer Console and Play Console.

If you only distribute apps outside of Google Play, you can create an account in Android Developer Console today.

If you're on Google Play, check your Play Console account for updates over the next few weeks.

For Play developers: If you've completed Play Console's developer verification requirements, your identity is already verified and we'll automatically register eligible Play apps for you.

The Android developer verification page in your Play Console will show the registration status for each of your apps.

13 часов назад @ android-developers.googleblog.com
Tickets Are Prompts
Tickets Are Prompts

Comments

13 часов назад @ dheer.co
What we learned building 100 API integrations with OpenCode
What we learned building 100 API integrations with OpenCode What we learned building 100 API integrations with OpenCode

With all the recent advancements in coding models, we wanted to see how far we can push an autonomous agent building integrations with external APIs.

TL;DR: Our background agent isn’t perfect, but it reliably generates ~200 integrations across five APIs (Google Calendar, Drive, Sheets, HubSpot, and Slack) in 15 minutes and less than $20 in token costs.

This post is about what it took to get there, what broke along the way, and what we learned building a background coding agent for API integrations.

Try it yourself: Our Nango AI builder lets you build custom API integrations with the skills from this article.

As we learned new best practices from dogfooding this with our background agent, …

14 часов назад @ nango.dev
OpenGridWorks: The Electricity Infrasctructure, Mapped
OpenGridWorks: The Electricity Infrasctructure, Mapped

Comments

14 часов назад @ opengridworks.com
Learn Claude Code by doing, not reading
Learn Claude Code by doing, not reading Learn Claude Code by doing, not reading

Try before you install Practice slash commands, hooks, and skills in a terminal simulator right in your browser.

No setup, no API key.

Build real configs Interactive forms generate CLAUDE.md, hooks, and plugin configs you can copy straight into your project.

15 часов назад @ claude.nagdy.me
America Is Now a Rogue Superpower
America Is Now a Rogue Superpower America Is Now a Rogue Superpower

In the event of Chinese aggression against Taiwan, will the Israelis take out Chinese air-defense systems for the United States too?

As for Israel, the United States committed to its defense out of a sense of moral responsibility after the Holocaust.

A United States concerned only with defense of its homeland and the Western Hemisphere would see nothing in the region worth fighting for.

This, more than raw might, was what made the United States the most influential power in history.

Nations that once bandwagoned with the United States will now remain aloof or align against it—not because they want to, but because the United States leaves them no choice, because it will neither protect them …

15 часов назад @ theatlantic.com
Car Seats as Contraception
Car Seats as Contraception

Comments

15 часов назад @ journals.uchicago.edu
Why I'm betting on ATProto (and why you should, too)
Why I'm betting on ATProto (and why you should, too) Why I'm betting on ATProto (and why you should, too)

I'm betting on ATProto as a way to fix that, and not just for developers.

I also gave my own talk about OpenSocial.community, which is an ATProto app I recently built to create communities that can work across different ATProto applications.

Finally, a handful of us ATProto enthusiasts in the Portland area got together at the conference and kicked off ATProto PDX.

I’m spending my limited free time building on ATProto because I think this might be the way to create a more connected and more human internet.

Find others in the ATProto community who are doing the things you’re interested in.

15 часов назад @ brittanyellich.com
Turning a MacBook into a touchscreen with $1 of hardware (2018)
Turning a MacBook into a touchscreen with $1 of hardware (2018) Turning a MacBook into a touchscreen with $1 of hardware (2018)

We turned a MacBook into a touchscreen using only $1 of hardware and a little bit of computer vision.

Here’s the finished product:Finger DetectionThe first step in processing video frames is detecting the finger.

Mapping and CalibrationThe final step in processing the input is mapping the touch/hover point from webcam coordinates to on-screen coordinates.

After we collect data matching webcam coordinates with on-screen coordinates, we can estimate the homography robustly using RANSAC.

This gives us a projection matrix that maps webcam coordinates to on-screen coordinates.

16 часов назад @ anishathalye.com
William Blake, Remote by the Sea
William Blake, Remote by the Sea

Comments

16 часов назад @ laphamsquarterly.org
How Does Offline Bitcoin Signing Work Step by Step
How Does Offline Bitcoin Signing Work Step by Step How Does Offline Bitcoin Signing Work Step by Step

How Does Offline Bitcoin Signing Work Step by StepOffline Bitcoin signing means creating a valid transaction signature on a device that has zero internet connection — no Wi-Fi, no Bluetooth, no USB data channel.

What Is Offline Bitcoin Signing?

Offline signing eliminates that exposure and provides enhanced security by shrinking the attack surface to physical access only.

The signature is added back to the PSBT file, producing a signed Bitcoin transaction PSBT ready for broadcast.

Step 4 — Move the signed PSBT back onlineThe signed PSBT travels back across the air gap the same way it came — SD card or QR code.

16 часов назад @ frozensecurity.com
Lobsters Lobsters
последний пост 1 час назад
Trivially breaking confidential VMs
Trivially breaking confidential VMs Trivially breaking confidential VMs

BadAML: arbitrary code execution in confidential VMs#In “BadAML: Exploiting Legacy Firmware Interfaces to Compromise Confidential Virtual Machines”, Takekoshi et al.

Reproducing BadAML attack in Contrast#To protect against BadAML, we first wanted to understand the attack by building a working exploit against our own stack.

Method ( FSCN , 2 , Serialized ) { Local0 = Arg0 While ( One ) { Local1 = Local0 - 4 If ( RD32 ( Local1 ) != Arg1 ) { Return ( Local0 ) } Local0 = Local1 } Return ( Local0 ) } // Patch 4 bytes at Arg0 with value Arg1.

PT32 ( Local3 , 0xBEBAFECA ) } Else { Debug = "BADAML: 0xdeadbeef not found in memory" } Debug = "BADAML: done" /* Padding */ NoOp } } } }Discussing mitigat…

1 час назад @ katexochen.aro.bz
JSSE: A JavaScript Engine Built by an Agent
JSSE: A JavaScript Engine Built by an Agent JSSE: A JavaScript Engine Built by an Agent

Comments

3 часа назад @ p.ocmatos.com
Supply Chain Attack on Axios
Supply Chain Attack on Axios Supply Chain Attack on Axios

A supply chain attack targeting the widely used HTTP client Axios has introduced a malicious dependency into specific npm releases, including [email protected] and [email protected] .

Release Appears Outside Normal Axios Workflow#The affected Axios version does not appear in the project’s official GitHub tags.

Malicious Dependency Published Minutes Earlier#The malicious package [email protected] was published on March 30, 2026 at 23:59:12 UTC.

The Axios update introduces a minimal change, primarily adding the malicious dependency.

Inside the malicious plain-crypto-js #Socket's automated scanner performed full static analysis of the trojanized dependency at the center of this attack.

4 часа назад @ socket.dev
Let the commits tell the story
Let the commits tell the story Let the commits tell the story

Pull up git log --oneline on a project—or open the Magit log with l l from the status buffer and you might see two slightly different stories.

Think of all the information you might glean from a well-documented commit log.

What a well-told commit history looks like Here is an example commit log for a short story project, read from oldest to newest.

Commit data tells a second story Beyond the messages, the data inside each commit tells you something about what kind of work you were doing.

Run this command to see the number of lines changed in each commit: git log --oneline --stat See where your patterns lie.

4 часа назад @ chrismaiorana.com
Tree of functions, called during boot of Linux kernel v7.0-rc1
Tree of functions, called during boot of Linux kernel v7.0-rc1

I manually picked functions I consider important

Comments

4 часа назад @ zerobin.net
Good CTE, bad CTE
Good CTE, bad CTE Good CTE, bad CTE

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

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

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

4 часа назад @ boringsql.com
cocoa-way: Native macOS Wayland Compositor written in Rust using Smithay
cocoa-way: Native macOS Wayland Compositor written in Rust using Smithay cocoa-way: Native macOS Wayland Compositor written in Rust using Smithay

🎥 Demo VideoTrue protocol portability: Cocoa-Way rendering Linux apps from OrbStack via Unix sockets.

Build from Source# Install dependencies brew install libxkbcommon pixman pkg-config # Clone and build git clone https://github.com/J-x-Z/cocoa-way.git cd cocoa-way cargo build --release🚀 Quick Start⚠️ Required: You must install waypipe-darwin to connect Linux apps.

❓ TroubleshootingSSH: "remote port forwarding failed" A stale socket file exists on the remote host.

Our run_waypipe.sh script handles this automatically with -o StreamLocalBindUnlink=yes .

If running manually: waypipe ssh -o StreamLocalBindUnlink=yes user@host ...🤝 ContributingContributions welcome!

5 часов назад @ github.com
Why have supply chain attacks become a near daily occurrence ?
Why have supply chain attacks become a near daily occurrence ? Why have supply chain attacks become a near daily occurrence ?

There are now two supply chain attacks in a week.

A few days ago it was litellm (Pypi) and now its axios (npm) .

7 часов назад @ lobste.rs
Claude finds RCE in Vim and Emacs
Claude finds RCE in Vim and Emacs Claude finds RCE in Vim and Emacs

It started like this:PoC:vim -version # VIM - Vi IMproved 9.2 (2026 Feb 14, compiled Mar 25 2026 22:04:13) wget https://raw.githubusercontent.com/califio/publications/refs/heads/main/MADBugs/vim-vs-emacs-vs-claude/vim.md vim vim.md cat /tmp/calif-vim-rce-pocVim maintainers fixed the issue immediately.

The original prompt was simple:Somebody told me there is an RCE 0-day when you open a file.

But the story didn’t end there:PoC:wget https://github.com/califio/publications/raw/refs/heads/main/MADBugs/vim-vs-emacs-vs-claude/emacs-poc.tgz tar -xzpvf emacs-poc.tgz emacs emacs-poc/a.txt cat /tmp/pwnedWe immediately reported the bug to GNU Emacs maintainers.

And friends, to celebrate this historic …

8 часов назад @ blog.calif.io
ONLYOFFICE flags license violations in “Euro-Office” project
ONLYOFFICE flags license violations in “Euro-Office” project ONLYOFFICE flags license violations in “Euro-Office” project

Today, the issue we are observing is not a matter of technological competition, but of legal compliance.

Based on publicly available information, the “Euro-Office” project uses technology derived from ONLYOFFICE editors in violation of our licensing terms and of international intellectual property law.

Accordingly, any derivative work based on the original ONLYOFFICE code may be created and distributed only in compliance with all applicable license terms, including the additional conditions.

Under Section 8 of AGPLv3, any breach of the license terms results in the automatic termination of the rights granted thereunder.

Our positionThe “Euro-Office” initiative represents an evident and mater…

10 часов назад @ onlyoffice.com
Rust's next-generation trait solver
Rust's next-generation trait solver Rust's next-generation trait solver

Rust's next-generation trait solver [LWN subscriber-only content]Rust's compiler team has been working on a long-term project to rewrite the trait solver — the part of the compiler that determines which concrete function should be called when a programmer uses a trait method that is implemented for multiple types.

Figuring out which trait implementation is relevant to a particular type is the job of the compiler's trait solver.

Currently, crate authors need to work around this trait resolution problem by restructuring their interfaces to avoid creating loops in the trait solver.

The rewrite, called the next-generation trait solver, makes use of caching to both speed up trait solving and to …

14 часов назад @ lwn.net
Running a Plan 9 network on OpenBSD
Running a Plan 9 network on OpenBSD

The (diskless) cpu server is provided by running qemu, booted from only a floppy (so without local storage).

This is important: the authentication server, the file server, and the cpu server will all be configured with the same authentication id, domain & key.

To make your cpu server useful after it booted, be sure to setup DHCP so the cpu server will get a lease (preferably with a fixed ip address).

Making a cpu server floppy boot image, as used to boot the diskless cpu server, is not hard once you have a cpu server up and running.

NOTE: the fs= and auth= attributes specify the ip addresses of the file server and authentication server.

14 часов назад @ ueber.net
Vulnerability Research Is Cooked
Vulnerability Research Is Cooked Vulnerability Research Is Cooked

Our industry has agreed for decades about the ethics of vulnerability research.

They point to the failure of things like California’s SB-1047 and national executive policy that recognizes dual-use benefits for AI security research.

That leaves room for human vulnerability research at the very highest end of the spectrum of sophistication.

Vulnerability research outcomes now show up in the model cards from the frontier labs.

So I think we’re living in the last fleeting moments where there’s any uncertainty that AI agents will supplant most human vulnerability research.

15 часов назад @ sockpuppet.org
Move GitHub Private Repos to Google Drive in Minutes
Move GitHub Private Repos to Google Drive in Minutes Move GitHub Private Repos to Google Drive in Minutes

Instead of using a third party provider, you can use your own cloud storage, such as Google Drive, to store your private git repositories.

This approach works with Google Drive, MS One Drive, iCloud, DropBox, Backblaze or any cloud storage that has a desktop client.

The Strategy: The “Local-Remote” ArchitectureTo avoid sync conflicts, never work directly inside the Google Drive folder.

Instead, we use a Bare Repository on Google Drive as a private “Remote,” and push to it from a local workspace on your SSD.

You can git push or git pull as you would from github.

16 часов назад @ tonym.us
Joins are NOT Expensive
Joins are NOT Expensive Joins are NOT Expensive

We might see the crossover point move, so joins are more expensive in the leftmost part of our graphs.

In his book, Kimball makes the case that data models for analytical purposes should use joins to access data.

If you take one thing away from this post - it should be this:"Joins are NOT expensive compared with the alternatives"We have seen that even when you read the entire table - join are often cheaper than One Big Table.

We have so far only seen a large (1B row) and a small, 100_000 row table).

Spoiler: The gap between wide tables and joins becomes ever larger and joins win even bigger when we use filters.

18 часов назад @ database-doctor.com
Techmeme Techmeme
последний пост 36 минут назад
Beijing-based AI company Z.ai reports 2025 revenue of ~$105M, below ~$109M est., and net loss up 60% YoY to ~$680M, vs. ~$545M est., amid aggressive spending (Bloomberg)
Beijing-based AI company Z.ai reports 2025 revenue of ~$105M, below ~$109M est., and net loss up 60% YoY to ~$680M, vs. ~$545M est., amid aggressive spending (Bloomberg) Beijing-based AI company Z.ai reports 2025 revenue of ~$105M, below ~$109M est., and net loss up 60% YoY to ~$680M, vs. ~$545M est., amid aggressive spending (Bloomberg)

Bloomberg:

Beijing-based AI company Z.ai reports 2025 revenue of ~$105M, below ~$109M est., and net loss up 60% YoY to ~$680M, vs. ~$545M est., amid aggressive spending — Zhipu reported a much faster-than-expected 60% surge in net losses for 2025, underscoring how China's AI upstarts continue …

36 минут назад @ techmeme.com
Alibaba's new Qwen3.5-Omni multimodal model, which processes text, audio, images, and video, is proprietary, marking a shift away from its open-source strategy (Juro Osawa/The Information)
Alibaba's new Qwen3.5-Omni multimodal model, which processes text, audio, images, and video, is proprietary, marking a shift away from its open-source strategy (Juro Osawa/The Information) Alibaba's new Qwen3.5-Omni multimodal model, which processes text, audio, images, and video, is proprietary, marking a shift away from its open-source strategy (Juro Osawa/The Information)

Juro Osawa / The Information:

Alibaba's new Qwen3.5-Omni multimodal model, which processes text, audio, images, and video, is proprietary, marking a shift away from its open-source strategy — Alibaba Group has released the new generation of its large language model that can understand text, audio, images and video.

46 минут назад @ techmeme.com
London-based 9fin, which offers AI tools to help credit traders and investors originate new business efficiently, raised a $170M Series C at a $1.3B valuation (Ryan Gould/Bloomberg)
London-based 9fin, which offers AI tools to help credit traders and investors originate new business efficiently, raised a $170M Series C at a $1.3B valuation (Ryan Gould/Bloomberg) London-based 9fin, which offers AI tools to help credit traders and investors originate new business efficiently, raised a $170M Series C at a $1.3B valuation (Ryan Gould/Bloomberg)

Ryan Gould / Bloomberg:

London-based 9fin, which offers AI tools to help credit traders and investors originate new business efficiently, raised a $170M Series C at a $1.3B valuation — 9fin Ltd., the debt intelligence provider founded by two former investment banking analysts, has raised fresh funds …

56 минут назад @ techmeme.com
The US' GPS Next-Generation Operational Control System, developed by RTX for $8B+, remains non-operational nine months after the Space Force took ownership (Stephen Clark/Ars Technica)
The US' GPS Next-Generation Operational Control System, developed by RTX for $8B+, remains non-operational nine months after the Space Force took ownership (Stephen Clark/Ars Technica) The US' GPS Next-Generation Operational Control System, developed by RTX for $8B+, remains non-operational nine months after the Space Force took ownership (Stephen Clark/Ars Technica)

Stephen Clark / Ars Technica:

The US' GPS Next-Generation Operational Control System, developed by RTX for $8B+, remains non-operational nine months after the Space Force took ownership — Last year, just before the Fourth of July holiday, the US Space Force officially took ownership of a new operating system …

1 час назад @ techmeme.com
Iran mobilizes its hackers to sow chaos, gather intel, and find targets; ex-CISA Director Chris Krebs says Iran is "throwing everything they have at this" (Financial Times)
Iran mobilizes its hackers to sow chaos, gather intel, and find targets; ex-CISA Director Chris Krebs says Iran is "throwing everything they have at this" (Financial Times) Iran mobilizes its hackers to sow chaos, gather intel, and find targets; ex-CISA Director Chris Krebs says Iran is "throwing everything they have at this" (Financial Times)

Financial Times:

Iran mobilizes its hackers to sow chaos, gather intel, and find targets; ex-CISA Director Chris Krebs says Iran is “throwing everything they have at this” — Tehran's cyber operatives have sought to sow fear and hoover up intelligence in series of attacks in Israel and the US — NEW

1 час назад @ techmeme.com
SpaceX says it lost contact with a Starlink satellite after suffering an "anomaly", following a similar incident in December; the satellite likely exploded (Thomas Ricker/The Verge)
SpaceX says it lost contact with a Starlink satellite after suffering an "anomaly", following a similar incident in December; the satellite likely exploded (Thomas Ricker/The Verge) SpaceX says it lost contact with a Starlink satellite after suffering an "anomaly", following a similar incident in December; the satellite likely exploded (Thomas Ricker/The Verge)

Thomas Ricker / The Verge:

SpaceX says it lost contact with a Starlink satellite after suffering an “anomaly”, following a similar incident in December; the satellite likely exploded — It follows a similar incident from December. … SpaceX says it lost contact with a Starlink satellite after suffering an “anomaly.”

1 час назад @ techmeme.com
UK accountancy regulator FRC says auditors can't blame AI for audit failures, after it published what it called the world's first guidance on auditor AI usage (Ellesheva Kissin/Financial Times)
UK accountancy regulator FRC says auditors can't blame AI for audit failures, after it published what it called the world's first guidance on auditor AI usage (Ellesheva Kissin/Financial Times) UK accountancy regulator FRC says auditors can't blame AI for audit failures, after it published what it called the world's first guidance on auditor AI usage (Ellesheva Kissin/Financial Times)

Ellesheva Kissin / Financial Times:

UK accountancy regulator FRC says auditors can't blame AI for audit failures, after it published what it called the world's first guidance on auditor AI usage — Financial Reporting Council issues guidance stressing need for human oversight — The UK's accountancy regulator has told auditors …

1 час назад @ techmeme.com
Amsterdam-based Nebius announces a $10B, 310MW data center in Lappeenranta, Finland, built by developer Polarnode and set to begin phased operations in 2027 (Reuters)
Amsterdam-based Nebius announces a $10B, 310MW data center in Lappeenranta, Finland, built by developer Polarnode and set to begin phased operations in 2027 (Reuters) Amsterdam-based Nebius announces a $10B, 310MW data center in Lappeenranta, Finland, built by developer Polarnode and set to begin phased operations in 2027 (Reuters)

Reuters:

Amsterdam-based Nebius announces a $10B, 310MW data center in Lappeenranta, Finland, built by developer Polarnode and set to begin phased operations in 2027 — AI infrastructure firm Nebius Group (NBIS.O) on Tuesday said it was continuing its rapid European expansion with a 310-megawatt data centre …

1 час назад @ techmeme.com
Wearable maker Whoop raised $575M led by Collaborative Fund at a $10.1B valuation and says it hit $1B in ARR by 2025's end; 60% of its 2025 sales were non-US (Niko Gallogly/New York Times)
Wearable maker Whoop raised $575M led by Collaborative Fund at a $10.1B valuation and says it hit $1B in ARR by 2025's end; 60% of its 2025 sales were non-US (Niko Gallogly/New York Times) Wearable maker Whoop raised $575M led by Collaborative Fund at a $10.1B valuation and says it hit $1B in ARR by 2025's end; 60% of its 2025 sales were non-US (Niko Gallogly/New York Times)

Niko Gallogly / New York Times:

Wearable maker Whoop raised $575M led by Collaborative Fund at a $10.1B valuation and says it hit $1B in ARR by 2025's end; 60% of its 2025 sales were non-US — With elite athletes like LeBron James and Cristiano Ronaldo as investors, the company, now valued at $10 billion, is courting everyday health enthusiasts.

2 часа назад @ techmeme.com
Raspberry Pi reports 2025 revenue up 25% YoY to $323.2M, driven by demand in the US and China; its stock is down 21% in the past year due to memory chip costs (Bloomberg)
Raspberry Pi reports 2025 revenue up 25% YoY to $323.2M, driven by demand in the US and China; its stock is down 21% in the past year due to memory chip costs (Bloomberg) Raspberry Pi reports 2025 revenue up 25% YoY to $323.2M, driven by demand in the US and China; its stock is down 21% in the past year due to memory chip costs (Bloomberg)

Bloomberg:

Raspberry Pi reports 2025 revenue up 25% YoY to $323.2M, driven by demand in the US and China; its stock is down 21% in the past year due to memory chip costs — Raspberry Pi Holdings Plc, a British maker of small, low-cost computers, rose as much as 27% after reporting a jump in sales …

2 часа назад @ techmeme.com
A supply chain attack compromises HTTP client Axios, which has 100M weekly npm downloads, introducing a malicious dependency and deploying a multi-stage payload (Socket)
A supply chain attack compromises HTTP client Axios, which has 100M weekly npm downloads, introducing a malicious dependency and deploying a multi-stage payload (Socket) A supply chain attack compromises HTTP client Axios, which has 100M weekly npm downloads, introducing a malicious dependency and deploying a multi-stage payload (Socket)

Socket:

A supply chain attack compromises HTTP client Axios, which has 100M weekly npm downloads, introducing a malicious dependency and deploying a multi-stage payload — Socket Research Team … Our analysis shows the malicious package deploys a multi-stage payload, including a remote access trojan …

2 часа назад @ techmeme.com
Official data shows India's smartphone exports hit $11B in H1 FY2026, up 55% YoY; analysts warn the Iran war could trigger a 22% to 25% drop in the coming weeks (Quratulain Rehbar/Nikkei Asia)
Official data shows India's smartphone exports hit $11B in H1 FY2026, up 55% YoY; analysts warn the Iran war could trigger a 22% to 25% drop in the coming weeks (Quratulain Rehbar/Nikkei Asia) Official data shows India's smartphone exports hit $11B in H1 FY2026, up 55% YoY; analysts warn the Iran war could trigger a 22% to 25% drop in the coming weeks (Quratulain Rehbar/Nikkei Asia)

Quratulain Rehbar / Nikkei Asia:

Official data shows India's smartphone exports hit $11B in H1 FY2026, up 55% YoY; analysts warn the Iran war could trigger a 22% to 25% drop in the coming weeks — NEW DELHI — India's fast-growing smartphone export sector is facing its first geopolitical test, as tensions …

5 часов назад @ techmeme.com
Sources: London-based chip startup Fractile is in talks to raise over $200M from Accel and others at a $1B valuation; Fractile raised a $15M seed round in 2024 (Financial Times)
Sources: London-based chip startup Fractile is in talks to raise over $200M from Accel and others at a $1B valuation; Fractile raised a $15M seed round in 2024 (Financial Times) Sources: London-based chip startup Fractile is in talks to raise over $200M from Accel and others at a $1B valuation; Fractile raised a $15M seed round in 2024 (Financial Times)

Financial Times:

Sources: London-based chip startup Fractile is in talks to raise over $200M from Accel and others at a $1B valuation; Fractile raised a $15M seed round in 2024 — Company is part of growing cohort of UK groups developing faster AI processors — London-based start-up Fractile is in talks …

6 часов назад @ techmeme.com
A look at Babel Audio, which pairs anonymous strangers to record their conversations, starting at $17/hour, and bundles those recordings into AI training data (Issie Lapowsky/Bloomberg)
A look at Babel Audio, which pairs anonymous strangers to record their conversations, starting at $17/hour, and bundles those recordings into AI training data (Issie Lapowsky/Bloomberg) A look at Babel Audio, which pairs anonymous strangers to record their conversations, starting at $17/hour, and bundles those recordings into AI training data (Issie Lapowsky/Bloomberg)

Issie Lapowsky / Bloomberg:

A look at Babel Audio, which pairs anonymous strangers to record their conversations, starting at $17/hour, and bundles those recordings into AI training data — They vent, confess and role-play with strangers, all to help machines learn how to sound human.

7 часов назад @ techmeme.com
AI coding agents will drastically alter both the practice and the economics of exploit development, automating the discovery of zero-day vulnerabilities (Thomas H. Ptacek/sockpuppet.org)
AI coding agents will drastically alter both the practice and the economics of exploit development, automating the discovery of zero-day vulnerabilities (Thomas H. Ptacek/sockpuppet.org) AI coding agents will drastically alter both the practice and the economics of exploit development, automating the discovery of zero-day vulnerabilities (Thomas H. Ptacek/sockpuppet.org)

Thomas H. Ptacek / sockpuppet.org:

AI coding agents will drastically alter both the practice and the economics of exploit development, automating the discovery of zero-day vulnerabilities — For the last two years, technologists have ominously predicted that AI coding agents will be responsible for a deluge of security vulnerabilities.

9 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 36 минут назад
California Gov. Gavin Newsom signs a first-of-its-kind executive order requiring safety and privacy guardrails from AI companies that contract with the state (Cecilia Kang/New York Times)
California Gov. Gavin Newsom signs a first-of-its-kind executive order requiring safety and privacy guardrails from AI companies that contract with the state (Cecilia Kang/New York Times) California Gov. Gavin Newsom signs a first-of-its-kind executive order requiring safety and privacy guardrails from AI companies that contract with the state (Cecilia Kang/New York Times)

Cecilia Kang / New York Times:

California Gov. Gavin Newsom signs a first-of-its-kind executive order requiring safety and privacy guardrails from AI companies that contract with the state — Gov. Gavin Newsom, a Democrat, issued an order requiring safety and privacy guardrails for artificial intelligence companies contracting with the state.

10 часов назад @ techmeme.com
Social gaming startup Rec Room is shutting down its service on June 1, saying it could not find a path to profitability; it was valued at $3.5B in December 2021 (Todd Bishop/GeekWire)
Social gaming startup Rec Room is shutting down its service on June 1, saying it could not find a path to profitability; it was valued at $3.5B in December 2021 (Todd Bishop/GeekWire) Social gaming startup Rec Room is shutting down its service on June 1, saying it could not find a path to profitability; it was valued at $3.5B in December 2021 (Todd Bishop/GeekWire)

Todd Bishop / GeekWire:

Social gaming startup Rec Room is shutting down its service on June 1, saying it could not find a path to profitability; it was valued at $3.5B in December 2021 — Rec Room, the Seattle-based social gaming company once valued at $3.5 billion, is shutting down its platform on June 1 …

11 часов назад @ techmeme.com
Inside David Sacks' new role shaping Trump's AI agenda; officials say Sriram Krishnan is taking on a position at the National Economic Council to focus on AI (Axios)
Inside David Sacks' new role shaping Trump's AI agenda; officials say Sriram Krishnan is taking on a position at the National Economic Council to focus on AI (Axios) Inside David Sacks' new role shaping Trump's AI agenda; officials say Sriram Krishnan is taking on a position at the National Economic Council to focus on AI (Axios)

Axios:

Inside David Sacks' new role shaping Trump's AI agenda; officials say Sriram Krishnan is taking on a position at the National Economic Council to focus on AI — - The move lands as Republicans grow increasingly wary of an all-in attitude on AI development and begin to question …

11 часов назад @ techmeme.com
Micron shares closed down 10% on Monday and are now down 30% since Micron's blowout earnings report on March 18; Sandisk fell 7% and Western Digital dropped 9% (Lola Murti/CNBC)
Micron shares closed down 10% on Monday and are now down 30% since Micron's blowout earnings report on March 18; Sandisk fell 7% and Western Digital dropped 9% (Lola Murti/CNBC) Micron shares closed down 10% on Monday and are now down 30% since Micron's blowout earnings report on March 18; Sandisk fell 7% and Western Digital dropped 9% (Lola Murti/CNBC)

Lola Murti / CNBC:

Micron shares closed down 10% on Monday and are now down 30% since Micron's blowout earnings report on March 18; Sandisk fell 7% and Western Digital dropped 9% — Micron shares plummeted 10% on Monday, continuing the memory maker's significant post-earnings sell-off.

12 часов назад @ techmeme.com
OpenAI introduces a Codex plugin for Claude Code, letting users invoke Codex from inside Claude Code to review code or delegate tasks (Vaibhav (VB) Srivastav/@reach_vb)
OpenAI introduces a Codex plugin for Claude Code, letting users invoke Codex from inside Claude Code to review code or delegate tasks (Vaibhav (VB) Srivastav/@reach_vb) OpenAI introduces a Codex plugin for Claude Code, letting users invoke Codex from inside Claude Code to review code or delegate tasks (Vaibhav (VB) Srivastav/@reach_vb)

Vaibhav (VB) Srivastav / @reach_vb:

OpenAI introduces a Codex plugin for Claude Code, letting users invoke Codex from inside Claude Code to review code or delegate tasks — If you already use Claude Code, this Codex plugin gives you a simple way to pull Codex into the same workflow. It is useful for three things …

13 часов назад @ techmeme.com
Leaked January presentation: Coatue estimated that Anthropic would lose $14B in EBITDA on $18B in revenue in 2026 and reach a $1.995T valuation in 2030 (Eric Newcomer/Newcomer)
Leaked January presentation: Coatue estimated that Anthropic would lose $14B in EBITDA on $18B in revenue in 2026 and reach a $1.995T valuation in 2030 (Eric Newcomer/Newcomer) Leaked January presentation: Coatue estimated that Anthropic would lose $14B in EBITDA on $18B in revenue in 2026 and reach a $1.995T valuation in 2030 (Eric Newcomer/Newcomer)

Eric Newcomer / Newcomer:

Leaked January presentation: Coatue estimated that Anthropic would lose $14B in EBITDA on $18B in revenue in 2026 and reach a $1.995T valuation in 2030 — We talk about it & more on the Cerebral Valley Show — In a presentation to prospective investors in January, Coatue offered a rare look …

14 часов назад @ techmeme.com
Alibaba releases its Qwen3.5-Omni omnimodal LLM with support for 10+ hours of audio input, saying the Plus variant surpasses Gemini 3.1 Pro on audio benchmarks (Qwen)
Alibaba releases its Qwen3.5-Omni omnimodal LLM with support for 10+ hours of audio input, saying the Plus variant surpasses Gemini 3.1 Pro on audio benchmarks (Qwen) Alibaba releases its Qwen3.5-Omni omnimodal LLM with support for 10+ hours of audio input, saying the Plus variant surpasses Gemini 3.1 Pro on audio benchmarks (Qwen)

Qwen:

Alibaba releases its Qwen3.5-Omni omnimodal LLM with support for 10+ hours of audio input, saying the Plus variant surpasses Gemini 3.1 Pro on audio benchmarks — Qwen3.5-Omni is Qwen's latest generation of fully omnimodal LLM, supporting the understanding of text, images, audio, and audio-visual content.

14 часов назад @ techmeme.com
Levels.fyi: median base-salary offers for US software engineers at VC-backed startups have risen 25% to $200K since 2022; total compensation has risen just 18% (Katherine Bindley/Wall Street Journal)
Levels.fyi: median base-salary offers for US software engineers at VC-backed startups have risen 25% to $200K since 2022; total compensation has risen just 18% (Katherine Bindley/Wall Street Journal) Levels.fyi: median base-salary offers for US software engineers at VC-backed startups have risen 25% to $200K since 2022; total compensation has risen just 18% (Katherine Bindley/Wall Street Journal)

Katherine Bindley / Wall Street Journal:

Levels.fyi: median base-salary offers for US software engineers at VC-backed startups have risen 25% to $200K since 2022; total compensation has risen just 18% — Young tech companies once might have complemented lower salaries with generous equity packages. Now they're upping base pay.

14 часов назад @ techmeme.com
Apple Intelligence is rolling out in China, according to user reports, after launching in the US in October 2024 (Ryan Christoffel/9to5Mac)
Apple Intelligence is rolling out in China, according to user reports, after launching in the US in October 2024 (Ryan Christoffel/9to5Mac) Apple Intelligence is rolling out in China, according to user reports, after launching in the US in October 2024 (Ryan Christoffel/9to5Mac)

Ryan Christoffel / 9to5Mac:

Apple Intelligence is rolling out in China, according to user reports, after launching in the US in October 2024 — Apple Intelligence first launched in the US in October 2024, but now after a nearly 18-month wait, Apple's AI features appear to be rolling out in China too.

16 часов назад @ techmeme.com
Sources: US prosecutors are exploring whether some prediction market bets, including on the capture of Nicolás Maduro, violated insider trading and other laws (Kara Scannell/CNN)
Sources: US prosecutors are exploring whether some prediction market bets, including on the capture of Nicolás Maduro, violated insider trading and other laws (Kara Scannell/CNN) Sources: US prosecutors are exploring whether some prediction market bets, including on the capture of Nicolás Maduro, violated insider trading and other laws (Kara Scannell/CNN)

Kara Scannell / CNN:

Sources: US prosecutors are exploring whether some prediction market bets, including on the capture of Nicolás Maduro, violated insider trading and other laws — Federal prosecutors in Manhattan are exploring whether certain lucrative bets placed on prediction markets …

16 часов назад @ techmeme.com
Meta is testing an Instagram Plus subscription in a few countries, offering features including anonymous Story viewing and extended 48-hour Story durations (Aisha Malik/TechCrunch)
Meta is testing an Instagram Plus subscription in a few countries, offering features including anonymous Story viewing and extended 48-hour Story durations (Aisha Malik/TechCrunch) Meta is testing an Instagram Plus subscription in a few countries, offering features including anonymous Story viewing and extended 48-hour Story durations (Aisha Malik/TechCrunch)

Aisha Malik / TechCrunch:

Meta is testing an Instagram Plus subscription in a few countries, offering features including anonymous Story viewing and extended 48-hour Story durations — Meta has begun testing a premium subscription on Instagram in a few countries, the company confirmed to TechCrunch on Monday.

17 часов назад @ techmeme.com
Quinnipiac poll: 55% of Americans say AI will do more harm than good in their day-to-day lives, and 65% oppose building data centers in their community (Emily Birnbaum/Bloomberg)
Quinnipiac poll: 55% of Americans say AI will do more harm than good in their day-to-day lives, and 65% oppose building data centers in their community (Emily Birnbaum/Bloomberg) Quinnipiac poll: 55% of Americans say AI will do more harm than good in their day-to-day lives, and 65% oppose building data centers in their community (Emily Birnbaum/Bloomberg)

Emily Birnbaum / Bloomberg:

Quinnipiac poll: 55% of Americans say AI will do more harm than good in their day-to-day lives, and 65% oppose building data centers in their community — Americans are increasingly turning against artificial intelligence, with growing majorities saying they fear the fast-moving technology …

17 часов назад @ techmeme.com
Fermi shares drop 12%+ after the data center real estate company reported a $486M YTD net loss, amid concerns over a lack of a tenant for its Texas data center (Financial Times)
Fermi shares drop 12%+ after the data center real estate company reported a $486M YTD net loss, amid concerns over a lack of a tenant for its Texas data center (Financial Times) Fermi shares drop 12%+ after the data center real estate company reported a $486M YTD net loss, amid concerns over a lack of a tenant for its Texas data center (Financial Times)

Financial Times:

Fermi shares drop 12%+ after the data center real estate company reported a $486M YTD net loss, amid concerns over a lack of a tenant for its Texas data center — Data centre property group faces investor concerns around lack of tenant revenue — Shares in data centre real estate group Fermi plunged …

17 часов назад @ techmeme.com
Tel Aviv-based Sett, which builds AI agents to automate game marketing, raised a $30M Series B led by Greenfield Partners, bringing its total funding to $57M (Meir Orbach/CTech)
Tel Aviv-based Sett, which builds AI agents to automate game marketing, raised a $30M Series B led by Greenfield Partners, bringing its total funding to $57M (Meir Orbach/CTech) Tel Aviv-based Sett, which builds AI agents to automate game marketing, raised a $30M Series B led by Greenfield Partners, bringing its total funding to $57M (Meir Orbach/CTech)

Meir Orbach / CTech:

Tel Aviv-based Sett, which builds AI agents to automate game marketing, raised a $30M Series B led by Greenfield Partners, bringing its total funding to $57M — The Israeli startup targets billions spent on user acquisition with agent-based automation. — Sett, which develops …

17 часов назад @ techmeme.com
Valinor, which aims to use smart contracts to replace manual lending processes in the private credit industry, raised a $25M seed led by Castle Island Ventures (Ben Weiss/Fortune)
Valinor, which aims to use smart contracts to replace manual lending processes in the private credit industry, raised a $25M seed led by Castle Island Ventures (Ben Weiss/Fortune) Valinor, which aims to use smart contracts to replace manual lending processes in the private credit industry, raised a $25M seed led by Castle Island Ventures (Ben Weiss/Fortune)

Ben Weiss / Fortune:

Valinor, which aims to use smart contracts to replace manual lending processes in the private credit industry, raised a $25M seed led by Castle Island Ventures — Many corners of finance—stock exchanges, banks, and payments firms—are embracing digital assets, but the private credit industry …

18 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 22 часа назад
microsoft/VibeVoice
microsoft/VibeVoice microsoft/VibeVoice

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

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

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

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

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

22 часа назад @ github.com
pascalorg/editor
pascalorg/editor pascalorg/editor

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

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

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

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

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

22 часа назад @ github.com
obra/superpowers
obra/superpowers obra/superpowers

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

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

Claude Code or Cursor have built-in plugin marketplaces.

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

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

1 day, 7 hours назад @ github.com
figma/mcp-server-guide
figma/mcp-server-guide figma/mcp-server-guide

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

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

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

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

1 day, 9 hours назад @ github.com
hesreallyhim/awesome-claude-code
hesreallyhim/awesome-claude-code hesreallyhim/awesome-claude-code

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

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

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

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

Clau…

1 day, 9 hours назад @ github.com
jingyaogong/minimind
jingyaogong/minimind jingyaogong/minimind

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

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

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

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

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

Run AI S…

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

Claude SubconsciousA background agent that whispers to Claude Code.

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

Claude Code forgets everything between sessions.

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

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

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

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

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

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

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

4 days, 8 hours назад @ github.com
louis-e/arnis
louis-e/arnis louis-e/arnis

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

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

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

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

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

4 days, 8 hours назад @ github.com
opendataloader-project/opendataloader-pdf
opendataloader-project/opendataloader-pdf opendataloader-project/opendataloader-pdf

Complex/borderless tables, LaTeX formulas, and AI-generated picture/chart descriptions all via hybrid mode (hybrid mode)— Yes.

Complex/borderless tables, LaTeX formulas, and AI-generated picture/chart descriptions all via hybrid mode (hybrid mode) How do I use this for RAG?

Untagged PDF in → Tagged PDF out.

Auto-tagging generates the Tagged PDF; PDF/UA export is the final step (pipeline)— Converting Tagged PDF to PDF/UA-1 or PDF/UA-2 is an enterprise add-on.

We are committed to keeping the core accessibility pipeline (layout analysis → auto-tagging → Tagged PDF) free and open-source.

5 days, 9 hours назад @ github.com
harry0703/MoneyPrinterTurbo
harry0703/MoneyPrinterTurbo harry0703/MoneyPrinterTurbo

Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.

To enablerepo look-ups and downloads online, pass 'local files only=False' as input.

Please check your internet connection and try again.

Trying to load the model directly from the local cache, if it exists.

解决方法:点击查看如何从网盘手动下载模型反馈建议 📢可以提交 issue 或者 pull request。许可证 📝点击查看 LICENSE 文件

6 days, 9 hours назад @ github.com
Crosstalk-Solutions/project-nomad
Crosstalk-Solutions/project-nomad Crosstalk-Solutions/project-nomad

Project N.O.M.A.D.

is a self-contained, offline-first knowledge and education server packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere.

For a barebones installation of the management application itself, the following minimal specs are required:Note: Project N.O.M.A.D.

Again, Project N.O.M.A.D.

The format is , where: Submit a pull request : Once your changes are ready, submit a pull request to the main repository.

1 week назад @ github.com
TauricResearch/TradingAgents
TauricResearch/TradingAgents TauricResearch/TradingAgents

TradingAgents: Multi-Agents LLM Financial Trading FrameworkNews[2026-03] TradingAgents v0.2.2 released with GPT-5.4/Gemini 3.1/Claude 4.6 model coverage, five-tier rating scale, OpenAI Responses API, Anthropic effort control, and cross-platform stability.

TradingAgents FrameworkTradingAgents is a multi-agent trading framework that mirrors the dynamics of real-world trading firms.

trading_graph import TradingAgentsGraph from tradingagents .

default_config import DEFAULT_CONFIG ta = TradingAgentsGraph ( debug = True , config = DEFAULT_CONFIG .

default_config import DEFAULT_CONFIG config = DEFAULT_CONFIG .

1 week, 1 day назад @ github.com
voidzero-dev/vite-plus
voidzero-dev/vite-plus voidzero-dev/vite-plus

The Unified Toolchain for the Web runtime and package management, create, dev, check, test, build, pack, and monorepo task caching in a single dependencyVite+ is the unified entry point for local web development.

Vite+ is fully open-source under the MIT license.

Getting StartedInstall Vite+ globally as vp :For Linux or macOS:curl -fsSL https://vite.plus | bashFor Windows:irm https://viteplus.dev/install.ps1 | iexvp handles the full development lifecycle such as package management, development servers, linting, formatting, testing and building for production.

Configuring Vite+Vite+ can be configured using a single vite.config.ts at the root of your project:import { defineConfig } from 'vite-…

1 week, 1 day назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 6 часов назад
Iran War Chokes Off Helium Supply Critical for AI
Iran War Chokes Off Helium Supply Critical for AI Iran War Chokes Off Helium Supply Critical for AI

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

6 часов назад @ reddit.com
DIY solar cooling system freezes water by day, cools homes at night
DIY solar cooling system freezes water by day, cools homes at night DIY solar cooling system freezes water by day, cools homes at night

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

8 часов назад @ reddit.com
Microsoft says Copilot ad in GitHub pull request was a bug, not an advertisement
Microsoft says Copilot ad in GitHub pull request was a bug, not an advertisement Microsoft says Copilot ad in GitHub pull request was a bug, not an advertisement

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

8 часов назад @ reddit.com
FBI Confirms Kash Patel Email Hack as US Offers $10M Reward for Hackers
FBI Confirms Kash Patel Email Hack as US Offers $10M Reward for Hackers FBI Confirms Kash Patel Email Hack as US Offers $10M Reward for Hackers

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

9 часов назад @ reddit.com
Students Are Now Renting Smart Glasses to Cheat on Exams
Students Are Now Renting Smart Glasses to Cheat on Exams Students Are Now Renting Smart Glasses to Cheat on Exams

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

12 часов назад @ reddit.com
Over 20 Years, One Mouse Was Cloned for 58 Generations — Until the Line Collapsed
Over 20 Years, One Mouse Was Cloned for 58 Generations — Until the Line Collapsed

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

13 часов назад @ reddit.com
The White House App’s Propaganda Is The Least Alarming Thing About It
The White House App’s Propaganda Is The Least Alarming Thing About It The White House App’s Propaganda Is The Least Alarming Thing About It

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

13 часов назад @ reddit.com
UFC Boss Tells Fans To ‘Shut The F**k Up’ About AI Slop Ads And Just ‘Watch The Fights’
UFC Boss Tells Fans To ‘Shut The F**k Up’ About AI Slop Ads And Just ‘Watch The Fights’ UFC Boss Tells Fans To ‘Shut The F**k Up’ About AI Slop Ads And Just ‘Watch The Fights’

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

13 часов назад @ reddit.com
YouTube chat logs reveal employees aimed for “viewer addiction” and scrapped safety tools
YouTube chat logs reveal employees aimed for “viewer addiction” and scrapped safety tools YouTube chat logs reveal employees aimed for “viewer addiction” and scrapped safety tools

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

13 часов назад @ reddit.com
Microsoft plans 100% native Windows 11 apps in major shift away from web wrappers
Microsoft plans 100% native Windows 11 apps in major shift away from web wrappers Microsoft plans 100% native Windows 11 apps in major shift away from web wrappers

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

14 часов назад @ reddit.com
Long-time Tesla bull flips to sell, sees stock plunging to $150 amid AI concerns By Investing.com
Long-time Tesla bull flips to sell, sees stock plunging to $150 amid AI concerns By Investing.com Long-time Tesla bull flips to sell, sees stock plunging to $150 amid AI concerns By Investing.com

submitted by /u/Low-Win-6691 [link] [comments]

15 часов назад @ reddit.com
T-Mobile angers customers as it quietly expands major device fee
T-Mobile angers customers as it quietly expands major device fee T-Mobile angers customers as it quietly expands major device fee

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

16 часов назад @ reddit.com
After 16 years and $8 billion, the military’s new GPS software still doesn’t work | “It’s a very stressing program. We are still considering how to ensure we move forward.”
After 16 years and $8 billion, the military’s new GPS software still doesn’t work | “It’s a very stressing program. We are still considering how to ensure we move forward.” After 16 years and $8 billion, the military’s new GPS software still doesn’t work | “It’s a very stressing program. We are still considering how to ensure we move forward.”

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

17 часов назад @ reddit.com
Meta starts testing a premium subscription on Instagram
Meta starts testing a premium subscription on Instagram Meta starts testing a premium subscription on Instagram

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

17 часов назад @ reddit.com
Artemis II will broadcast 4K from the Moon. Laser tech could give us Netflix-style views of the lunar surface
Artemis II will broadcast 4K from the Moon. Laser tech could give us Netflix-style views of the lunar surface Artemis II will broadcast 4K from the Moon. Laser tech could give us Netflix-style views of the lunar surface

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

17 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 5 часов назад
cherri
cherri cherri

CherriCherri (pronounced cherry) is a Shortcuts programming language that compiles directly to a valid runnable Shortcut.

📋 Copy-paste actions automatically🥩 Enter action identifier and parameters manually using Raw Actions.

Why another Shortcuts language?

I don't want Shortcuts languages to die.

Plus, some stability comes with this project being on macOS and not iOS, and I'm not aware of another Shortcuts language with macOS as its platform other than Buttermilk.

5 часов назад @ github.com
ChatGPT Won't Let You Type Until Cloudflare Reads Your React State. I Decrypted the Program That Does It.
ChatGPT Won't Let You Type Until Cloudflare Reads Your React State. I Decrypted the Program That Does It.

This inner blob uses a different XOR key that is not the p token.

Then I looked at the bytecode more carefully and found the key sitting in the instructions:[41.02, 0.3, 22.58, 12.96, 97.35]The last argument, 97.35 , is the XOR key.

XOR(base64decode(blob), str(key)) → inner program (417-580 VM instructions)The key is in the payload.

What the Decrypted Program ChecksEach inner program uses a custom VM with 28 opcodes (ADD, XOR, CALL, BTOA, RESOLVE, BIND_METHOD, JSON_STRINGIFY, etc.)

Who Can Decrypt the TokenThe XOR key for the inner program is a server-generated float embedded in the bytecode.

5 часов назад @ buchodi.com
Endgame for the Open Web - Anil Dash
Endgame for the Open Web - Anil Dash Endgame for the Open Web - Anil Dash

Endgame for the Open Web 27 Mar 2026 2026-03-27 2026-03-27 /images/tunnel.jpg web, internet, ai, culture You must imagine Sam Altman holding a knife to Tim Berners-Lee's throat.

Now, from content to code, communities to culture, we can see example after example of that open web under attack.

These submissions attempt to look like legitimate open source code contributions, and end up overwhelming the largely-underpaid, mostly-volunteer maintainers of open source projects.

The most egregious harm is the way that the generosity and grace of the people who keep the web open is being abused and exploited.

Beyond just what these organizations do, though, we can remember how much the open web matt…

5 часов назад @ anildash.com
Take Better Notes, By Hand - BiteofanApple
Take Better Notes, By Hand - BiteofanApple Take Better Notes, By Hand - BiteofanApple

Good, old-fashioned paper notebooks.

There is something about writing stuff by hand that not only helps me remember and recall the information, but that helps me better engage with the topic at hand.

So when I decided to start taking physical notes again to collect my thoughts while reading, I knew I needed to have a better method to my madness.

Notes on the right, follow-up thoughts on the leftPhoto: mineThat's why, when I take notes, I only write on the right-most page.

That leads to a lot of time spent trying to find and recall quotes, notes, and ideas, but with the system I laid out here, it's really no trouble at all.

5 часов назад @ brianschrader.com
Opinion | I Saw Something New in San Francisco - The New York Times
Opinion | I Saw Something New in San Francisco - The New York Times

Please enable JS and disable any ad blocker

5 часов назад @ nytimes.com
Learn Claude Code Interactively — by Ahmed Nagdy
Learn Claude Code Interactively — by Ahmed Nagdy Learn Claude Code Interactively — by Ahmed Nagdy

Try before you install Practice slash commands, hooks, and skills in a terminal simulator right in your browser.

No setup, no API key.

Build real configs Interactive forms generate CLAUDE.md, hooks, and plugin configs you can copy straight into your project.

5 часов назад @ claude.nagdy.me
The Cognitive Dark Forest
The Cognitive Dark Forest The Cognitive Dark Forest

The open web with AIs is turning into a dark forest.

- The Dark Forest.

The original Dark Forest assumes civilizations hide from hunters - other civilizations that might destroy them.

But in the cognitive dark forest, the most dangerous actor is not your peer.

This is the true horror of the cognitive dark forest: it doesn’t kill you.

5 часов назад @ ryelang.org
How to turn anything into a router
How to turn anything into a router How to turn anything into a router

I don’t like to cover “current events” very much, but the American government just revealed a truly bewildering policy effectively banning import of new consumer router models.

This is ridiculous for many reasons, but if this does indeed come to pass it may be beneficial to learn how to “homebrew” a router.

Fortunately, you can make a router out of basically anything resembling a computer.

I’ve had reasonably good results with this, but I also live in a very small building where I’m rarely more than 10m away from the router.

Find a pile of e-waste, look for some pieces that work, and build a new router based on free software!

5 часов назад @ nbailey.ca
BreezePDF — Edit PDFs Easily and Securely
BreezePDF — Edit PDFs Easily and Securely BreezePDF — Edit PDFs Easily and Securely

The web editor is completely free with 3 downloads per month.

If you need unlimited downloads, the Desktop Pro subscription gives you a native macOS app with no limits.

The web version works in any modern browser with no installation.

The desktop version is a native macOS app that you download and install like any other application.

Your subscription stays active until the end of the current billing period — no surprise charges.

5 часов назад @ breezepdf.com
1st1/lat.md: Agent Lattice: a knowledge graph for your codebase, written in markdown.
1st1/lat.md: Agent Lattice: a knowledge graph for your codebase, written in markdown. 1st1/lat.md: Agent Lattice: a knowledge graph for your codebase, written in markdown.

A knowledge graph for your codebase, written in markdown.

Faster coding for agents — instead of grepping through your codebase, agents search the knowledge graph to discover key design decisions, constraints, and domain context fast and consistently.

With lat, agents capture that knowledge into the graph as they work, so future sessions start with full context instead of rediscovering it from scratch.

lat check flags any spec without a backlink, so you can review and maintain test coverage from the knowledge graph.

Installnpm install -g lat.mdThen run lat init in the repo you want to use lat in.

5 часов назад @ github.com
The Brand Age
The Brand Age The Brand Age

> So even in this early example we see an important point about the relationship between brand and design. Branding isn't merely orthogonal to good design, but opposed to it. Branding by definition has to be distinctive. But good design, like math or science, seeks the right answer, and right answers tend to converge.

> Branding is centrifugal; design is centripetal. […] > Brand age watches look strange because they have no practical function. Their function is to express brand, and while that is certainly a constraint, it's not the clean kind of constraint that generates good things. The constraints imposed by brand ultimately depend on some of the worst features of human psychology. So wh…

5 часов назад @ paulgraham.com
Ghostmoon.app - The essential powertool for macOS.
Ghostmoon.app - The essential powertool for macOS. Ghostmoon.app - The essential powertool for macOS.

The essential powertool for macOS.

Gain access to system functionalities buried deep in System Settings or ones that require writing Terminal commands.

Control the macOS User Interface.

Quickly switch Audio Output devices.

The App is not yet signed/notarized, so after launching it for the first time - which will give you the typical macOS Gatekeeper warning - you'll have to go to System Settings > Privacy & Security, scroll to the bottom and click "Open Anyway".

5 часов назад @ mgrunwald.com
The great care home cash grab: how private equity turned vulnerable elderly people into human ATMs | Older people | The Guardian
The great care home cash grab: how private equity turned vulnerable elderly people into human ATMs | Older people | The Guardian The great care home cash grab: how private equity turned vulnerable elderly people into human ATMs | Older people | The Guardian

Anstead identified a buyer, a private equity firm called Alchemy Partners.

With a dwindling supply of undervalued companies to choose from, some of the sharpest minds in finance found a new and unexpected target: care homes.

Nevertheless, from the turn of the 21st century, private equity investment in care homes ballooned in both Britain and the US.

Other businessmen bought crematoriums as well as care homes, in anticipation of their clients’ final billable requirements.

This is an edited extract from The Asset Class: How Private Equity Turned Capitalism Against Itself by Hettie O’Brien, published by Weidenfeld & Nicolson on 9 April at £25.

5 часов назад @ theguardian.com
マリウス . Hold on to Your Hardware
マリウス . Hold on to Your Hardware マリウス . Hold on to Your Hardware

Today, I am urging you to hold on to your hardware, as you may not be able to replace it affordably in the future.

Consumer hardware declineThe price of hardware is one thing, but value-for-money is another aspect that appears to be only getting worse from here on.

The uncomfortable truth is that the consumer hardware market is no longer the center of gravity, as we all were able to see at this year’s CES.

Whether that relief arrives in time to prevent lasting damage to the consumer hardware ecosystem remains an open question, though.

In addition, manufacturers are pivoting towards consumer hardware subscriptions, where you never own the hardware and in the most dystopian trajectory, consum…

1 day, 5 hours назад @ xn--gckvb8fzb.com
Chroma Context-1: Training a Self-Editing Search Agent
Chroma Context-1: Training a Self-Editing Search Agent Chroma Context-1: Training a Self-Editing Search Agent

Building on these insights, we trained Chroma Context-1, a 20B parameter agentic search model on over eight thousand synthetically generated tasks.

A key practical challenge for any multi-turn search agent is managing the context that accumulates over successive retrieval steps.

Final answer found is a binary score determined by whether the final answer exists in the set of output documents.

The embedding model, reranker, and search agent are currently trained independently: the agent learns to write queries against a fixed retrieval stack.

We presented Context-1, a 20B parameter agentic search model that reaches the Pareto frontier of retrieval performance with respect to cost and latency.

1 day, 5 hours назад @ trychroma.com
Changelog Changelog
последний пост 3 days, 15 hours назад
Astral has been acquired by OpenAI
Astral has been acquired by OpenAI Astral has been acquired by OpenAI

Changelog News!

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

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

3 days, 15 hours назад @ changelog.com
From Tailnet to platform
From Tailnet to platform From Tailnet to platform

Server ErrorOops!

Looks like the server had a hiccup.

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

In the meantime, enjoy some clips!

2 weeks, 5 days назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

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

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

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

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

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

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

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

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

4 weeks назад @ changelog.com
Opus 4.5 changed everything
Opus 4.5 changed everything Opus 4.5 changed everything

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

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

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

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

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

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

Changelog News!

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

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

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

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

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

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

Changelog News!

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

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

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

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

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

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

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

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

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

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

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

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

Check out the speedrun to get started in minutes.

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

Changelog News!

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

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

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

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

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

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

At an unbeatable price.

1 month, 3 weeks назад @ changelog.com
Setting Docker Hardened Images free
Setting Docker Hardened Images free Setting Docker Hardened Images free

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

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

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

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

Try it risk-free with a 14-day money-back guarantee at nordlayer.com/thechangelogFly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

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

Changelog News!

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

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

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

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

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

At an unbeatable price.

Squarespace – A website makes it real!

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

1 month, 4 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 1 час назад
Proton Workspace boasts privacy-first alternative to Google, Microsoft
Proton Workspace boasts privacy-first alternative to Google, Microsoft Proton Workspace boasts privacy-first alternative to Google, Microsoft

ZDNET's key takeawaysProton Workspace is billed as a 'private alternative' to Google and Microsoft productivity suites.

Proton, the organization behind the popular Proton VPN service, is carving a foothold in the productivity arena with the launch of Proton Workspace, available today.

Proton, based in Switzerland and subject to the country's strict privacy and data protection laws, calls its new offering a "private alternative to Google Workspace and Microsoft 365."

Available March 31, Proton Workspace includes any or all of the following Proton products, depending on the plan you choose.

According to the company, Proton Meet is end-to-end encrypted, secured with Messaging Layer Security (M…

1 час назад @ zdnet.com
We still highly recommend these 3 older laptop models - especially while they're on sale
We still highly recommend these 3 older laptop models - especially while they're on sale We still highly recommend these 3 older laptop models - especially while they're on sale

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

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

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

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

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

2 часа назад @ zdnet.com
It turns out, FaceTime on an Android phone is not as complicated as you may think
It turns out, FaceTime on an Android phone is not as complicated as you may think It turns out, FaceTime on an Android phone is not as complicated as you may think

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

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

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

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

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

2 часа назад @ zdnet.com
Samsung Galaxy S24 vs. S26: Is the two-year upgrade worth it? I weighed the differences
Samsung Galaxy S24 vs. S26: Is the two-year upgrade worth it? I weighed the differences Samsung Galaxy S24 vs. S26: Is the two-year upgrade worth it? I weighed the differences

I'll break down how the Samsung Galaxy S26 compares to the S24 below to help you narrow down your pros and cons list.

You should buy the Samsung Galaxy S26 if...Prakhar Khanna/ZDNET1.

You're partial to battery life and longer update supportThe Samsung Galaxy S26 features a larger battery than the S24, at 4,300mAh compared to 4,000mAh.

You should buy the Samsung Galaxy S24 if...Kerry Wan/ZDNET1.

Writer's choiceWhen comparing the Samsung Galaxy S26 to the S24, I'm leaning towards better savings over flashier features.

4 часа назад @ zdnet.com
Should you buy a solid-state battery pack in 2026? My advice after weeks of testing
Should you buy a solid-state battery pack in 2026? My advice after weeks of testing Should you buy a solid-state battery pack in 2026? My advice after weeks of testing

I've fallen in love with BMX power banks powered by solid-state batteries.

While a standard lithium-ion battery is good for around 500 recharge cycles, a solid-state battery is good for at least 1,000 before the capacity drops to the point the battery is considered end-of-life.

Adrian Kingsley-Hughes/ZDNETAnother thing I like about solid-state batteries is that they work much better in colder temperatures than regular lithium-ion batteries.

Those measurements are definitely on the hefty side for a magnetic power bank (it's a couple of ounces heavier than a standard power bank).

Also: Here's a portable power bank that's actually worth its high price - especially if you travelThere's a button…

5 часов назад @ zdnet.com
A portable SSD with NFC unlock felt excessive, until I used it with my iPhone 17 Pro Max
A portable SSD with NFC unlock felt excessive, until I used it with my iPhone 17 Pro Max A portable SSD with NFC unlock felt excessive, until I used it with my iPhone 17 Pro Max

Lexar TouchLock Portable SSD ZDNET's key takeaways A super-thin and super-light portable SSDInnovative NFC unlocking eliminates passcodes and biometricsNot the fastest SSD, but fast enough to handle 4K ProRes 60 fps video $104.99 at AmazonFollow ZDNET: Add us as a preferred source on Google.

I don't think that process can get any easier than tapping an SSD with your smartphone -- and this is exactly how the Lexar TouchLock Portable SSD works.

Also: I tested a solid-state portable battery for a week - now lithium-ion feels outdatedOut of the box, the TouchLock Portable SSD feels small and light.

That MagSafe ring gives you a big clue as to the typical use case for this storage drive -- a dri…

6 часов назад @ zdnet.com
The Flipper One may be the ultimate Linux PC for hackers in 2026 - and I'm excited
The Flipper One may be the ultimate Linux PC for hackers in 2026 - and I'm excited The Flipper One may be the ultimate Linux PC for hackers in 2026 - and I'm excited

ZDNET's key takeawaysThe Flipper Zero is a versatile, beginner-friendly hacking tool.

Without doubt, my favorite gadget from the past few years has been the Flipper Zero -- a pocket-sized Swiss Army knife that grants its owner access to a digital world otherwise off-limits.

The built-in support for RFID, NFC, and sub-GHz made the Flipper Zero a convenient choice (but it did lack built-in Wi-Fi support).

Flipper Zero vs. Flipper OneAs much as it feels like the Flipper One would be an upgraded Flipper Zero, it feels more like a completely different device with a totally different audience.

Would I still keep my Flipper Zero?

8 часов назад @ zdnet.com
This privacy-first chatbot is taking off - here's why and how to try it
This privacy-first chatbot is taking off - here's why and how to try it This privacy-first chatbot is taking off - here's why and how to try it

ZDNET's key takeawaysDuckDuckGo's privacy-first chatbot is taking off.

Privacy concerns around chatbots are nothing new, but as AI adoption spreads, users are becoming increasingly aware of the risks.

A newer thread includes complaints about usage limits without mentioning the specifics of what keeps users coming back to the chatbot.

That said, Duck.ai advises users that their voice "can be a biometric identifier," which they should consider before trying the feature.

How to try Duck.aiYou can try Duck.ai yourself for free or $10 per month (or $100 per year, if paying annually), which gets you access to more advanced models.

9 часов назад @ zdnet.com
I installed this Arch-based distro my way in under 5 minutes - so can you
I installed this Arch-based distro my way in under 5 minutes - so can you I installed this Arch-based distro my way in under 5 minutes - so can you

The Prism Linux installer is one of the best I've ever used.

Try the Prism installer and see what you think.

Arch-based distro made easyThe Prism Linux installer makes installing this Arch-based distribution so easy that anyone, regardless of experience, can install Linux.

My chosen Prism Linux installation took less than 5 minutes to complete.

Grab an ISO of Prism Linux from the official download page.

9 часов назад @ zdnet.com
Don't ignore your desktop PC's empty M.2 slots - they're more useful than you think
Don't ignore your desktop PC's empty M.2 slots - they're more useful than you think Don't ignore your desktop PC's empty M.2 slots - they're more useful than you think

I'm not sure who needs to hear this, but if you have a desktop PC in 2026, you're probably not using its M.2 slots to their fullest potential.

If it's from the last five to ten years, chances are you have unused M.2 slots that could be put to use with additional accessories.

To find out how many M.2 slots your motherboard has, identify its make and model.

Upgrade your Ethernet cardIf you have a desktop, you probably don't need the portability that Wi-Fi offers.

Of course, the most common device for your M.2 slots is an NVMe SSD for additional storage.

10 часов назад @ zdnet.com
I replaced my outdoor Bluetooth speakers with a wired audio system, and don't regret it
I replaced my outdoor Bluetooth speakers with a wired audio system, and don't regret it

Review: The Polk Audio Atrium 5 speakers pair a sleek, minimalist design with full weatherproofing, delivering crisp, dynamic sound.

11 часов назад @ zdnet.com
My favorite color e-reader is still $80 off, but hurry if you want to save
My favorite color e-reader is still $80 off, but hurry if you want to save My favorite color e-reader is still $80 off, but hurry if you want to save

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.

13 часов назад @ zdnet.com
My favorite smart notebook for to-do lists is currently on sale
My favorite smart notebook for to-do lists is currently on sale My favorite smart notebook for to-do lists is currently on sale

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.

13 часов назад @ zdnet.com
No internet? This 'survival computer' has everything you need offline - including AI
No internet? This 'survival computer' has everything you need offline - including AI No internet? This 'survival computer' has everything you need offline - including AI

If you have already installed Project NOMAD, which stands for Node for Offline Media, Archives, and Data, and is a self-contained, offline "survival computer", then no need to worry.

With Project NOMAD up and running, you have everything you need to keep you informed.

How does Project NOMAD work?

I attempted to select AI Assistant, but it refused.

All in all, Project NOMAD impressed me.

14 часов назад @ zdnet.com
A dozen travel gadgets that can upgrade your spring break (and they're on sale)
A dozen travel gadgets that can upgrade your spring break (and they're on sale)

Traveling soon? Scoop up these nifty gadgets ahead of your travels for less during the last days of Amazon's Spring Sale.

14 часов назад @ zdnet.com
TechCrunch TechCrunch
последний пост 2 часа назад
Airbnb is introducing a private car pick-up service
Airbnb is introducing a private car pick-up service

Airbnb is partnering with transportation company Welcome Pickups to let users book a private car service during their trip.

2 часа назад @ techcrunch.com
The Silicon Valley congressional race is getting ugly
The Silicon Valley congressional race is getting ugly

The primary isn’t until early June, but the CA-17 race between five-term incumbent Ro Khanna and tech founder Ethan Agarwal is already getting nasty. Agarwal entered the race in March, backed by a roster of prominent tech billionaires largely in response to Khanna’s public support for a proposed California ballot measure that would impose a […]

4 часа назад @ techcrunch.com
Allbirds is selling for $39 million. It raised nearly 10 times that amount in its IPO.
Allbirds is selling for $39 million. It raised nearly 10 times that amount in its IPO.

The collapse of the brand, which was originally venture-backed and that went public in 2021, has been well-documented.

6 часов назад @ techcrunch.com
Popular AI gateway startup LiteLLM ditches controversial startup Delve
Popular AI gateway startup LiteLLM ditches controversial startup Delve

LiteLLM had obtained two security compliance certifications via Delve and fell victim to some horrific credential-stealing malware last week.

12 часов назад @ techcrunch.com
Former Coatue partner raises huge $65M seed for enterprise AI agent startup
Former Coatue partner raises huge $65M seed for enterprise AI agent startup

A few things turned investors' heads and drew them to participate in such a big round out of the gate.

13 часов назад @ techcrunch.com
15% of Americans say they’d be willing to work for an AI boss
15% of Americans say they’d be willing to work for an AI boss

Your human manager may soon be a chatbot. Across organizations, AI is being used to replace layers of management in what some are calling "The Great Flattening."

13 часов назад @ techcrunch.com
As more Americans adopt AI tools, fewer say they can trust the results
As more Americans adopt AI tools, fewer say they can trust the results

AI adoption is rising in the U.S., but trust remains low, with most Americans concerned about transparency, regulation, and the technology’s broader societal impact, according to a new Quinnipiac poll.

15 часов назад @ techcrunch.com
What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

Here's what we're looking for in your Startup Battlefield 200 application and how to make sure your application reflects it.

16 часов назад @ techcrunch.com
Delve whistleblower strikes again, with alleged receipts about ‘fake compliance’
Delve whistleblower strikes again, with alleged receipts about ‘fake compliance’

Shortly after Delve's founder published a lengthy denial of allegations, while promising changes, the accuser came forward with more alleged details.

17 часов назад @ techcrunch.com
Meta starts testing a premium subscription on Instagram
Meta starts testing a premium subscription on Instagram

Among the premium features on Instagram is the ability to view a Story without the poster seeing that you viewed it and the option to see how many people have rewatched your Story.

17 часов назад @ techcrunch.com
Bluesky’s new AI tool Attie is already the most blocked account other than J.D. Vance
Bluesky’s new AI tool Attie is already the most blocked account other than J.D. Vance

More than 125,000 Bluesky users have blocked Attie in just a few days, sending a strong message from the user base.

17 часов назад @ techcrunch.com
Apple will hide your email address from apps and websites, but not cops
Apple will hide your email address from apps and websites, but not cops

Demands for Apple customer records by federal agents in recent months underscore the privacy limitations of email.

19 часов назад @ techcrunch.com
Uber is buying Berlin startup Blacklane to bolster its ‘Elite’ offering
Uber is buying Berlin startup Blacklane to bolster its ‘Elite’ offering

It's a notable exit for Blacklane, which has raised more than $100 million from backers like Mercedes-Benz and Sixt.

20 часов назад @ techcrunch.com
Mantis Biotech is making ‘digital twins’ of humans to help solve medicine’s data availability problem
Mantis Biotech is making ‘digital twins’ of humans to help solve medicine’s data availability problem

Mantis takes disparate sources of data to make synthetic datasets that can be used to build so-called "digital twins" of the human body, representing anatomy, physiology and behavior.

21 час назад @ techcrunch.com
ScaleOps raises $130M to improve computing efficiency amid AI demand
ScaleOps raises $130M to improve computing efficiency amid AI demand

ScaleOps just raised $130M to tackle GPU shortages and soaring AI cloud costs by automating infrastructure in real time.

21 час назад @ techcrunch.com
Slashdot Slashdot
последний пост 4 часа назад
Scientists Shocked To Find Lab Gloves May Be Skewing Microplastics Data
Scientists Shocked To Find Lab Gloves May Be Skewing Microplastics Data Scientists Shocked To Find Lab Gloves May Be Skewing Microplastics Data

Researchers found that common nitrile and latex lab gloves can shed stearate particles that closely resemble microplastics, potentially "increasing the risk of false positives when studying microplastic pollution," reports ScienceDaily. "We may be overestimating microplastics, but there should be none," said Anne McNeil, senior author of the study and U-M professor of chemistry, macromolecular science and engineering. "There's still a lot out there, and that's the problem." From the report: Researchers found that these gloves can unintentionally transfer particles onto lab tools used to analyze air, water, and other environmental samples. The contamination comes from stearates, which are no…

4 часа назад @ science.slashdot.org
AI Data Centers Can Warm Surrounding Areas By Up To 9.1C
AI Data Centers Can Warm Surrounding Areas By Up To 9.1C AI Data Centers Can Warm Surrounding Areas By Up To 9.1C

An anonymous reader quotes a report from New Scientist: Andrea Marinoni at the University of Cambridge, UK, and his colleagues saw that the amount of energy needed to run a data centre had been steadily increasing of late and was likely to "explode" in the coming years, so wanted to quantify the impact. The researchers took satellite measurements of land surface temperatures over the past 20 years and cross-referenced them against the geographical coordinates of more than 8400 AI data centers. Recognizing that surface temperature could be affected by other factors, the researchers chose to focus their investigation on data centers located away from densely populated areas. They discovered t…

8 часов назад @ developers.slashdot.org
Microsoft Plans To Build 100% Native Apps For Windows 11
Microsoft Plans To Build 100% Native Apps For Windows 11 Microsoft Plans To Build 100% Native Apps For Windows 11

Microsoft is reportedly shifting Windows 11 app development back toward fully native apps. Rudy Huyn, a Partner Architect at Microsoft working on the Store and File Explorer, said in a post on X that he is building a new team to work on Windows apps. "You don't need prior experience with the platform.. what matters most is strong product thinking and a deep focus on the customer," he wrote. "If you've built great apps on any platform and care about crafting meaningful user experiences, I'd love to hear from you." Huyn later said in a reply on X that the new Windows 11 apps will be "100% native." TechSpot reports: The description stands out at a time when many of Microsoft's built-in tools, …

12 часов назад @ tech.slashdot.org
After 16 Years and $8 Billion, the Military's New GPS Software Still Doesn't Work
After 16 Years and $8 Billion, the Military's New GPS Software Still Doesn't Work After 16 Years and $8 Billion, the Military's New GPS Software Still Doesn't Work

An anonymous reader quotes a report from Ars Technica: Last year, just before the Fourth of July holiday, the US Space Force officially took ownership of a new operating system for the GPS navigation network, raising hopes that one of the military's most troubled space programs might finally bear fruit. The GPS Next-Generation Operational Control System, or OCX, is designed for command and control of the military's constellation of more than 30 GPS satellites. It consists of software to handle new signals and jam-resistant capabilities of the latest generation of GPS satellites, GPS III, which started launching in 2018. The ground segment also includes two master control stations and upgrad…

13 часов назад @ tech.slashdot.org
Samsung Is Bringing AirDrop-Style Sharing to Older Galaxy Devices
Samsung Is Bringing AirDrop-Style Sharing to Older Galaxy Devices Samsung Is Bringing AirDrop-Style Sharing to Older Galaxy Devices

Samsung is reportedly planning to roll out AirDrop-style file sharing for older Galaxy phones via a Quick Share update. Early reports suggest the feature is appearing on devices from the Galaxy S22 through the S25, though it is not actually working yet. Android Central reports: As spotted by Reddit users (via Tarun Vats on X), a Quick Share app update is rolling out via the Galaxy Store on older Samsung devices that appears to add support for AirDrop file sharing with Apple devices. Users report seeing the same new "Share with Apple devices" section we first saw on Galaxy S26 devices in the Settings app after updating Quick Share. The update is reportedly showing up on Galaxy models ranging…

14 часов назад @ mobile.slashdot.org
OkCupid Settles FTC Case On Alleged Misuse of Its Users' Personal Data
OkCupid Settles FTC Case On Alleged Misuse of Its Users' Personal Data OkCupid Settles FTC Case On Alleged Misuse of Its Users' Personal Data

OkCupid and parent company Match Group settled an FTC case dating back to 2014 over allegations that the dating app shared users' photos and other personal data with a third party without proper disclosure or opt-out rights. Engadget reports: According to the FTC, OkCupid's privacy policy at the time noted that the company wouldn't share a user's personal information with others, except for some cases including "service providers, business partners, other entities within its family of businesses." However, the lawsuit accused OkCupid of sharing three million photos of its users to Clarifai, which the FTC claims is a "unrelated third party" that didn't fall under the allowed entities. On top…

15 часов назад @ yro.slashdot.org
Life With AI Causing Human Brain 'Fry'
Life With AI Causing Human Brain 'Fry' Life With AI Causing Human Brain 'Fry'

fjo3 shares a report from France 24: Too many lines of code to analyze, armies of AI assistants to wrangle, and lengthy prompts to draft are among the laments by hard-core AI adopters. Consultants at Boston Consulting Group (BCG) have dubbed the phenomenon "AI brain fry," a state of mental exhaustion stemming "from the excessive use or supervision of artificial intelligence tools, pushed beyond our cognitive limits." The rise of AI agents that tend to computer tasks on demand has put users in the position of managing smart, fast digital workers rather than having to grind through jobs themselves. "It's a brand-new kind of cognitive load," said Ben Wigler, co-founder of the start-up LoveMind…

16 часов назад @ it.slashdot.org
Judge Allows BitTorrent Seeding Claims Against Meta, Despite Lawyers 'Lame Excuses'
Judge Allows BitTorrent Seeding Claims Against Meta, Despite Lawyers 'Lame Excuses' Judge Allows BitTorrent Seeding Claims Against Meta, Despite Lawyers 'Lame Excuses'

An anonymous reader quotes a report from TorrentFreak: In an effort to gather material for its LLM training, Meta used BitTorrent to download pirated books from Anna's Archive and other shadow libraries. According to several authors, Meta facilitated the infringement of others by "seeding" these torrents. This week, the court granted the authors permission to add these claims to their complaint, despite openly scolding their counsel for "lame excuses" and "Meta bashing." [...] The judge acknowledged that the contributory infringement claim could and should have been added back in November 2024, when the authors amended their complaint to include the distribution claim. After all, both claim…

17 часов назад @ yro.slashdot.org
Microsoft Copilot Is Now Injecting Ads Into Pull Requests On GitHub
Microsoft Copilot Is Now Injecting Ads Into Pull Requests On GitHub Microsoft Copilot Is Now Injecting Ads Into Pull Requests On GitHub

Microsoft Copilot is reportedly injecting promotional "tips" into GitHub pull requests, with Neowin claiming more than 1.5 million PRs have been affected by messages advertising integrations like Raycast, Slack, Teams, and various IDEs. From the report: According to Melbourne-based software developer Zach Manson, a team member used the AI to fix a simple typo in a pull request. Copilot did the job, but it also took the liberty of editing the PR's description to include this message: "Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast." A quick search of that phrase on GitHub shows that the same promotional text appears in over 11,000 pull …

18 часов назад @ slashdot.org
Sony Shuts Down Nearly Its Entire Memory Card Business Due To SSD Shortage
Sony Shuts Down Nearly Its Entire Memory Card Business Due To SSD Shortage Sony Shuts Down Nearly Its Entire Memory Card Business Due To SSD Shortage

For the "foreseeable future," Sony says it has stopped accepting new orders for most of its CFexpress and SD memory card lines due to the an ongoing memory supply shortage. "Due to the global shortage of semiconductors (memory) and other factors, it is anticipated that supply will not be able to meet demand for CFexpress memory cards and SD memory cards for the foreseeable future," the company said in a notice. "Therefore, we have decided to temporarily suspend the acceptance of orders from our authorized dealers and from customers at the Sony Store from March 27, 2026 onwards. PetaPixel reports: The suspension includes all of Sony's memory card lines, including CFexpress Type A, CFexpress …

19 часов назад @ hardware.slashdot.org
Tech CEOs Suddenly Love Blaming AI For Mass Job Cuts
Tech CEOs Suddenly Love Blaming AI For Mass Job Cuts Tech CEOs Suddenly Love Blaming AI For Mass Job Cuts

An anonymous reader quotes a report from the BBC: Sweeping job cuts at Big Tech companies have become an annual tradition. How executives explain those decisions, however, has changed. Out are buzzwords like efficiency, over-hiring, and too many management layers. Today, all explanations stem from artificial intelligence (AI). In recent weeks, giants including Google, Amazon, Meta, as well as smaller firms such as Pinterest and Atlassian, have all announced or warned of plans to shrink their workforce, pointing to developments in AI that they say are allowing their firms to do more with fewer people. [...] But explaining cuts by pointing to advances in AI sounds better than citing cost pres…

20 часов назад @ slashdot.org
New Company Hopes to Build Age-Verification Tech into Vape Cartridges
New Company Hopes to Build Age-Verification Tech into Vape Cartridges New Company Hopes to Build Age-Verification Tech into Vape Cartridges

Their goal is to use biometric data and blockchain to build age-verification measures directly into disposable vape cartridges. Wired reports on a partnership between vape/cartridge manufacturer Ispire Technology and regulatory consulting company Chemular (which specializes in the nicotine market) — which they've named "Ike Tech": [Using blockchain-based security, the e-cig cartridge] would use a camera to scan some form of ID and then also take a video of the user's face. Once it verifies your identity and determines you're old enough to vape, it translates that information into anonymized tokens. That info goes to an identity service like ID.me or Clear. If approved, it bounces back to th…

23 часа назад @ yro.slashdot.org
Apple's Early Days: Massive Oral History Shares Stories About Young Wozniak and Jobs
Apple's Early Days: Massive Oral History Shares Stories About Young Wozniak and Jobs Apple's Early Days: Massive Oral History Shares Stories About Young Wozniak and Jobs

Apple's 50th anniversary is this week — and Fast Company's Harry McCracken just published an 11,000-word oral history with some fun stories from Apple's earliest days and the long and winding road to its very first home computers: Steve Wozniak, cofounder, Apple: I told my dad when I was in high school, "I'm going to own a computer someday." My dad said, "It costs as much as a house." And I sat there at the table — I remember right where we were sitting — and I said, "I'll live in an apartment." I was going to have a computer if it was ever possible. I didn't need a house. Woz even remembers trying to build a home computer early on with a teenaged Steve Jobs and Bill Fernandez from rejected…

1 day, 3 hours назад @ apple.slashdot.org
Rivian and Lucid Win Right to Sell Their EVs Directly to Buyers in Washington State
Rivian and Lucid Win Right to Sell Their EVs Directly to Buyers in Washington State Rivian and Lucid Win Right to Sell Their EVs Directly to Buyers in Washington State

The Wall Street Journal reports that Rivian "just won a yearslong battle with car dealers in Washington state that threatens the model of how cars are sold." After fighting to sell its vehicles directly to buyers, Rivian threatened to take its case to voters with a ballot measure to permit direct sales. The dealers blinked. The state's dealer lobby not only dropped its opposition to a sales loophole for Rivian and rival EV-maker Lucid, but also encouraged lawmakers to approve one. The measure became law this month... New auto entrants like Rivian, and Tesla before it, have spent years contending with long-established U.S. state laws that require new cars to be sold through independent franc…

1 day, 7 hours назад @ tech.slashdot.org
Will Social Media Change After YouTube and Meta's Court Defeat?
Will Social Media Change After YouTube and Meta's Court Defeat? Will Social Media Change After YouTube and Meta's Court Defeat?

Yes, this week YouTube and Meta were found negligent in a landmark case about social media addiction. But "it's still far from certain what this defeat will change," argues The Verge's senior tech and policy editor, "and what the collateral damage could be." If these decisions survive appeal — which isn't certain — the direct outcome would be multimillion-dollar penalties. Depending on the outcome of several more "bellwether" cases in Los Angeles, a much larger group settlement could be reached down the road... For many activists, the overall goal is to make clear that lawsuits will keep piling up if companies don't change their business practices... The best-case outcome of all this has be…

1 day, 9 hours назад @ tech.slashdot.org
Блоги людей
Apple's 50 Years of Integration
Apple's 50 Years of Integration

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

1 час назад @ stratechery.com
Human.json
Human.json

Human.json is a new

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

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

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

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

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

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

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

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

structured data to web pages:

tags are a…

1 week, 1 day назад @ nedbatchelder.com
Agents Over Bubbles
Agents Over Bubbles

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

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

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

4 weeks, 1 day назад @ stratechery.com
Pytest parameter functions
Pytest parameter functions

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

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

Starting with pytest’s parametrize first).

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

data parameters.I’ve been working on a project

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

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

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

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

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

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

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

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

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

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

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

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

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

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

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

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

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

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

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

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

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

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

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

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

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

testing, and linked to pytest docs and a

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

pytest.raises as a context manager, and have

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

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

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

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

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

Промт

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

site on the host, but produced with

Django running locally. In 2021, it became a

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

the old-fashion…

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3 months, 1 week назад @ stratechery.com
A testing conundrum
A testing conundrum

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

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

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

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

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

3 months, 1 week назад @ nedbatchelder.com
A testing conundrum
A testing conundrum

Update: I found a solution which I describe in

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

4 months, 1 week назад @ nedbatchelder.com
Robotaxis and Suburbia
Robotaxis and Suburbia

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

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

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

5 months назад @ nedbatchelder.com
Resiliency and Scale
Resiliency and Scale

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

5 months, 1 week назад @ stratechery.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

off. If you haven’t read it yet, start there. It explains the basics of Hobby

curves, Hilbert sorting and Simplex noise that I’m using.AnimationTo animate one of our drawings, instead of considering 40 lines, we’ll think

about 140 lines. The first frame of the animation will draw lines 1 through 40,

the second draws lines 2 through 41, and so on until the 100th frame is lines

100 through 140:I’ve used a single Hilbert sorter for all of the frames to remove some

jumping, but the Hobby curves still hop around. Also the animation doesn’t loop

smoothly, so there’s a giant jump from frame 100 back to frame 1.Natural cubicsHobby curves look nic…

5 months, 1 week назад @ nedbatchelder.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

off. If you haven’t read it yet, start there. It explains the basics of Hobby

curves, Hilbert sorting and Simplex noise that I’m using.AnimationTo animate one of our drawings, instead of considering 40 lines, we’ll think

about 140 lines. The first frame of the animation will draw lines 1 through 40,

the second draws lines 2 through 41, and so on until the 100th frame is lines

100 through 140:I’ve used a single Hilbert sorter for all of the frames to remove some

jumping, but the Hobby curves still hop around. Also the animation doesn’t loop

smoothly, so there’s a giant jump from frame 100 back to frame 1.Natural cubicsHobby curves look nic…

5 months, 1 week назад @ nedbatchelder.com
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: My own moonshot GIS newclear energy infrastructure
Show HN: My own moonshot GIS newclear energy infrastructure Show HN: My own moonshot GIS newclear energy infrastructure

just a lineman trying to show what i see asa new way to do things Comments URL: https://news.ycombinator.com/item?id=47585027

Points: 1

# Comments: 0

1 час назад @ wes-core-grid.base44.app
Show HN: DreamGraph – An autonomous cognitive layer for software systems
Show HN: DreamGraph – An autonomous cognitive layer for software systems Show HN: DreamGraph – An autonomous cognitive layer for software systems

DreamGraph — Autonomous Cognitive Layer for Software SystemsTraditional AI systems answer questions.

A self-regulating AI cognitive layer that discovers, verifies, and resolves system-level insights through structured "dream cycles".

OverviewDreamGraph is a cognitive layer for software systems that continuously discovers, verifies, and resolves problems using structured reasoning loops.

Dream CyclesThe system runs periodic "dream cycles" where it:Explores relationships (analogy, gaps, symmetry, cross-domain)Generates candidate connections (edges)Evaluates them through a normalization pipelineDreaming is isolated — it cannot modify reality.

Here is a raw, translated wake-up report from a rea…

1 час назад @ github.com
Show HN: HCaptcha Reverse Engineered
Show HN: HCaptcha Reverse Engineered Show HN: HCaptcha Reverse Engineered

hCAPTCHA solverThis repo contains 90% of the code needed to solve hCap request basedorder.py: This file parsers a real N data and extracts the correct order for the datacache_key.py: Run this file when a new version is released, this will cache all the keys needed to solve the challengeautoUpdate.py: This uses Playwright to intercept a real N-data to get the orderto intercept a real N-data to get the order api.py: Basic flask api with a solver EPSolvePayload.py and RequestPayload.py: these file generate the Request/solution payloadsSolve.py: Main solving logic and flowMotion.py: This generates cursor motion data for the request and solution payloadsFingerPrintManager.py: This grabs new FP's…

1 час назад @ github.com
Show HN: Livestream Robot Cooking
Show HN: Livestream Robot Cooking Show HN: Livestream Robot Cooking

Realtime Livestream Robot demo! ( for the next ~10h )

https://huggingface.co/spaces/haixuantao/openarmYou can prompt the robot directly using @robot and the real robot is going to do the task!You can also ask me to do stuff and i'll try my best!More info at: https://x.com/HaixuanT/status/2038914443505983665?s=20 Comments URL: https://news.ycombinator.com/item?id=47584908

Points: 1

# Comments: 1

1 час назад @ huggingface.co
Show HN: Stochos – Keyboard driven mouse control
Show HN: Stochos – Keyboard driven mouse control Show HN: Stochos – Keyboard driven mouse control

Keyboard-driven mouse control overlay for Wayland and X11.

Type a two-key combo to jump to a cell, refine with a sub-grid key, then act.

Navigate and act normally (Space to click, Enter to double-click, Tab to hover-only, / to drag).

Sub-grid size is sub_cols x (len(sub_hints) / sub_cols) (default 5x5 = 25 cells).

KeysAny keyboard key can be bound to any action.

2 часа назад @ github.com
Show HN: HolyCode – OpenCode in Docker. Use your Claude subscription. 30 tools
Show HN: HolyCode – OpenCode in Docker. Use your Claude subscription. 30 tools Show HN: HolyCode – OpenCode in Docker. Use your Claude subscription. 30 tools

Set the env var and run docker compose down && up -d .GIT_USER_NAME and GIT_USER_EMAIL are only applied on first boot.

s6-overlay supervises both Xvfb (headless display) and the OpenCode web server.

Run docker compose pull && docker compose up -d and your sessions, settings, and configs come back automatically.

docker compose pull docker compose up -dThat's it.

This eliminates the need for SYS_ADMIN capabilities or seccomp=unconfined that some other Docker browser setups require.

3 часа назад @ github.com
Show HN: Triplet-Based Parameterization for Characterization of Polynomial Roots
Show HN: Triplet-Based Parameterization for Characterization of Polynomial Roots

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

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

3 часа назад @ zenodo.org
Show HN: Ganoid – Switch Tailscale coordination servers without re-auth
Show HN: Ganoid – Switch Tailscale coordination servers without re-auth Show HN: Ganoid – Switch Tailscale coordination servers without re-auth

OverviewGanoid is a two-component tool for managing multiple Tailscale profiles — each pointing at a different coordination server — without manual reconfiguration.

Manages Tailscale state, serves the web UI and REST API.

Monitors ganoidd , shows connection status, and lets you switch profiles from the tray or web UI.

Web UIThe web UI is served by ganoidd at http://localhost:57400 .

To enable full debug logging:set-log-level.cmd debugTo revert:set-log-level.cmd infoUninstallirm https: // raw.githubusercontent.com / yashau / ganoid / main / uninstall.ps1 | iexGanoid config and profile state backups are left intact.

3 часа назад @ github.com
Show HN: Instant E2E encrypted file sharing from your terminal
Show HN: Instant E2E encrypted file sharing from your terminal Show HN: Instant E2E encrypted file sharing from your terminal

Installnpm install @file-kiwi/nodeCLI Usage# Upload files npx @file-kiwi/node file1.txt file2.pdf image.png # With a custom title npx @file-kiwi/node --title " Project assets " file1.zip file2.zip # Resume an interrupted upload npx @file-kiwi/node --resume < webfolderId >Or install globally to use the short command:npm install -g @file-kiwi/node filekiwi file1.txt file2.pdfThe CLI prints the shareable URL immediately and shows real-time upload progress for each file.

Use --resume to continue from where it stopped.

const webfolder = await createWebFolder ( { title : 'My files' , files : [ { filepath : '/path/to/report.pdf' } , { filepath : '/path/to/video.mp4' } , ] , } ) ; console .

unlink…

3 часа назад @ github.com
Show HN: I stopped designing APIs for my apps
Show HN: I stopped designing APIs for my apps

LinkedRecords - A Backend-as-a-Service for collaborative SaaS applicationsWhat if writing a production-ready SaaS application is as easy as a React.js hello world tutorial?

LinkedRecords embeds authorization directly in data operations:// LinkedRecords: Authorization is part of the same operation const doc = await client.Attribute.

No jumping between frontend and backend codebases to understand what's happening- Authorization, data creation, and business logic live in one place.

┌─────────────────────────────────────────────────────────────┐ │ Traditional: Data Silos │ │ │ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ │ │ App A │ │ App B │ │ App C │ │ │ │ ┌───────┐ │ │ ┌───────┐ │ │ ┌…

3 часа назад @ linkedrecords.com
Show HN: Debug:u – decompile a bad mood like a buggy system state
Show HN: Debug:u – decompile a bad mood like a buggy system state

> dump current statetype it raw, or tap what fits.

messy is fine.

everything sucks i feel awful can't focus want to leave angry at everyone feel like crying hostile anxious numbtap multiple — they add to your input.

System premise: What arrives as one feeling is often several signals compressed into one readout.

This console helps separate them.

3 часа назад @ debugu.xyz
Show HN: Free AI Coding Skills for Rails
Show HN: Free AI Coding Skills for Rails Show HN: Free AI Coding Skills for Rails

Open sourceFree AI Coding Skills for RailsRules and conventions that teach your AI coding agent how to write Rails the way senior developers actually write it.

Battle-tested patterns, not generic suggestions.

Install in your terminal, no signup required.

npx skills add julianrubisch/skills CopyWorks with Claude Code, Cursor, Windsurf, and any agent that supports skills.

3 часа назад @ railsreviews.com
Show HN: Fingerprinting browser-impersonating bots w/o JavaScript (open spec)
Show HN: Fingerprinting browser-impersonating bots w/o JavaScript (open spec) Show HN: Fingerprinting browser-impersonating bots w/o JavaScript (open spec)

RQ4: Request Context FingerprintingDetect browser-impersonating bots by analyzing whether HTTP headers are logically consistent with real browser behavior.

RQ4 is an open standard for fingerprinting HTTP clients based on request context validity.

Quick Startimport { computeRQ4 , rq4FromRequest } from './src/rq4' ; // From a standard Request object const input = rq4FromRequest ( request ) ; const result = computeRQ4 ( input ) ; console .

fingerprint ) ; // "xvvx" — Mode and Transfer dimensions impossible console .

T Transfer Are Content-Type , Accept , body presence consistent with request context?

3 часа назад @ github.com
Show HN: Dynamod – Linux init with Erlang-style supervisor trees
Show HN: Dynamod – Linux init with Erlang-style supervisor trees Show HN: Dynamod – Linux init with Erlang-style supervisor trees

dynamodA Linux init system built from scratch in Zig and Rust.

It combines a minimal, crash-proof PID 1 with a powerful service manager inspired by Erlang/OTP's supervisor trees.

dynamodctl Rust CLI tool.

dynamodctl start nginx , dynamodctl tree , dynamodctl shutdown reboot .

Define a service:# /etc/dynamod/services/myapp.toml [ service ] name = " myapp " exec = [ " /usr/bin/myapp " , " --port " , " 8080 " ] [ restart ] policy = " permanent " delay = " 2s " [ readiness ] type = " tcp-port " port = 8080 [ dependencies ] requires = [ " network " ]2.

4 часа назад @ github.com
Show HN: Open-source AI native linktree app
Show HN: Open-source AI native linktree app Show HN: Open-source AI native linktree app

I built this for people who value minimal designs. Comments URL: https://news.ycombinator.com/item?id=47583850

Points: 1

# Comments: 0

4 часа назад @ linkroot.space
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 18 часов назад
5 Months After Launch: What I Got Wrong About AI Video Tools
5 Months After Launch: What I Got Wrong About AI Video Tools 5 Months After Launch: What I Got Wrong About AI Video Tools

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

18 часов назад @ rss.app
How I built CoachAutomate — 33 posts, Google sandbox, and 0 clicks (6 week update)
How I built CoachAutomate — 33 posts, Google sandbox, and 0 clicks (6 week update) How I built CoachAutomate — 33 posts, Google sandbox, and 0 clicks (6 week update)

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

20 часов назад @ rss.app
$270,000 sales in just 23 days 😇
$270,000 sales in just 23 days 😇 $270,000 sales in just 23 days 😇

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

21 час назад @ rss.app
“This contract looked normal
“This contract looked normal “This contract looked normal

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

1 day, 1 hour назад @ rss.app
10,000 Runs in 14 Days — What the Data Looks Like When a Niche API Finds Its Users
10,000 Runs in 14 Days — What the Data Looks Like When a Niche API Finds Its Users 10,000 Runs in 14 Days — What the Data Looks Like When a Niche API Finds Its 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

1 day, 6 hours назад @ rss.app
We are looking for your support - Early sign-ups request - Launching beta on 3 April, 2026.
We are looking for your support - Early sign-ups request - Launching beta on 3 April, 2026. We are looking for your support - Early sign-ups request - Launching beta on 3 April, 2026.

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

1 day, 18 hours назад @ rss.app
I’ve audited $100M+ in Government Contracts. Here’s why your product is failing its first "QA" test.
I’ve audited $100M+ in Government Contracts. Here’s why your product is failing its first "QA" test. I’ve audited $100M+ in Government Contracts. Here’s why your product is failing its first "QA" 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

2 days, 1 hour назад @ rss.app
Show IH: I Built an AI “Co-Founder” That Already Knows Your Product Before You Type Anything
Show IH: I Built an AI “Co-Founder” That Already Knows Your Product Before You Type Anything Show IH: I Built an AI “Co-Founder” That Already Knows Your Product Before You Type Anything

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, 12 hours назад @ rss.app
The Real Reason Most AI Tools Don’t Get Traction (And How to Fix It)
The Real Reason Most AI Tools Don’t Get Traction (And How to Fix It) The Real Reason Most AI Tools Don’t Get Traction (And How to Fix It)

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, 12 hours назад @ rss.app
Most AI tools fail for a boring reason nobody talks about.
Most AI tools fail for a boring reason nobody talks about. Most AI tools fail for a boring reason 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, 12 hours назад @ rss.app
I built a free FCA firm checker in 4 weeks — struggling with distribution (0 → 10 customers)
I built a free FCA firm checker in 4 weeks — struggling with distribution (0 → 10 customers) I built a free FCA firm checker in 4 weeks — struggling with distribution (0 → 10 customers)

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 назад @ rss.app
I'm 15 and built a web accessibility SaaS in two days and here's how it went
I'm 15 and built a web accessibility SaaS in two days and here's how it went I'm 15 and built a web accessibility SaaS in two days and here's how it went

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, 2 hours назад @ rss.app
👉 The most expensive contract mistakes don’t feel risky
👉 The most expensive contract mistakes don’t feel risky 👉 The most expensive contract mistakes don’t feel risky

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
Beyond the Chatbox: Professionalizing AI Workflows with Lumra
Beyond the Chatbox: Professionalizing AI Workflows with Lumra Beyond the Chatbox: Professionalizing AI Workflows with Lumra

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
AdShot — Paste any URL, get ad creatives for 13 platforms in 30 seconds
AdShot — Paste any URL, get ad creatives for 13 platforms in 30 seconds AdShot — Paste any URL, get ad creatives for 13 platforms in 30 seconds

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

3 days, 12 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 33 минуты назад
I built a Telegram bot to control my local AI coding assistant from my phone – now I can "code" while walking the dog ☕️
I built a Telegram bot to control my local AI coding assistant from my phone – now I can "code" while walking the dog ☕️

I've been using OpenCode (a local AI coding assistant) for a while, but I kept running into the same problem: I'd get an idea or a bug report when I was away from my desk. By the time I got back, I'd either forget or lose momentum. So I built a Telegram bot that lets me control my OpenCode server remotely. Now I can: Send a prompt from my phone and have it start working on code Browse project files and search the codebase Switch between sessions, models, and modes (build/plan/review/debug) Get live updates when it's reasoning, running tools, or editing files Approve or reject permission requests (like file edits) on the go Let it queue up multiple prompts if I'm being impatient It works wit…

33 минуты назад @ reddit.com
I built an open-source desktop notifications overlay so my AI agent can ask me before doing something stupid
I built an open-source desktop notifications overlay so my AI agent can ask me before doing something stupid I built an open-source desktop notifications overlay so my AI agent can ask me before doing something stupid

Hey everyone, I've been running coding agents in ralph loops for months and the same thing kept happening: I'd come back to my terminal and find the agent had already done something I would've said no to. Or it finished 20 minutes ago and I've been sitting there thinking it's still working. I built syncfu to fix this. It's an always-on-top desktop notification overlay that any script, agent, or CI pipeline can hit with a single CLI command or HTTP POST. The feature I'm proudest of is --wait. It blocks the calling process until you actually click a button on the notification. So my agent can send: syncfu send -t "Deploy to prod?" -a "yes:Ship it" -a "no:Cancel:danger" --wait ...and it litera…

1 час назад @ reddit.com
I built a party card game app with 600+ cards in 16 languages as a solo dev from Korea
I built a party card game app with 600+ cards in 16 languages as a solo dev from Korea

I've been working on PartyDeck for a few months now and finally got it to a point where I'm comfortable sharing it. It started from a pretty simple problem — whenever my friends and I got together, we'd spend forever picking a game. Half the time someone didn't know the rules, or the game was only in Korean and couldn't include everyone. I just wanted something where you open the app, draw a card, and go. That "simple" idea somehow turned into: - 600+ cards across 5 themed decks (questions, missions, votes, dares) - 12 wild cards that mess everything up (Dictator, Duel, Confess...) - A bomb timer that randomly explodes on someone - A penalty roulette with 25 punishments - Full translation i…

1 час назад @ reddit.com
I built this because I kept going out to shoot stars on bad nights 🌌
I built this because I kept going out to shoot stars on bad nights 🌌 I built this because I kept going out to shoot stars on bad nights 🌌

Hey, I’ve been working on a passion project called DarkScout. I got into astrophotography a while ago, but where I live (Slovakia), good conditions are pretty rare. I kept going out thinking it would be a great night… and it almost never was. Clouds, moon, timing — something always ruined it. So I started building a small app to answer one simple question: “Is tonight actually worth going out?” It combines: cloud cover moon phase & position best shooting window Milky Way visibility and gives you a simple score + time window. It’s still early and definitely not perfect — I’m building it mainly for myself, but I want to make it genuinely useful for others too. Would love feedback from anyone:…

2 часа назад @ reddit.com
I built an offline "anti-habit tracker" because standard trackers gave me red-calendar guilt. Today it's live on Product Hunt!
I built an offline "anti-habit tracker" because standard trackers gave me red-calendar guilt. Today it's live on Product Hunt!

Hey everyone, Standard habit trackers are amazing for daily routines like coding or working out. But I found they completely fail at the irregular maintenance of life—changing the AC filter, watering specific plants, or taking as-needed meds. If you track a task you only do every 3 weeks, daily "streaks" just create a giant red calendar of guilt. I wanted a frictionless system that just answers: "When did I last do that?" So, I built SinceWhen. It’s an "anti-habit tracker" that skips the streaks and calculates your true average intervals instead. The Tech & Product: Zero-Friction Widgets: I built interactive Home Screen widgets so you can see what’s "Due Next" and log an event without ever …

2 часа назад @ reddit.com
I realized most ideas don’t fail, the marketing angle does
I realized most ideas don’t fail, the marketing angle does

Lately I’ve been noticing a pattern with my projects. It’s rarely the idea that’s the problem. It’s how you talk about it. You can take the exact same thing and present it in 3 different ways — and suddenly one version just clicks way more than the others. That got me thinking, so I built a small tool for myself. You just drop an idea (could be a coaching offer, ebook, SaaS, whatever), and it gives you 3 different marketing angles: one pretty straightforward one more emotional one more bold / differentiated And honestly, half the time one of them makes me go: “ok yeah… this is actually interesting” if you guys are curious about it, you can try it here, it's free > https://reaady.site/promis…

2 часа назад @ reddit.com
I built a life tracker because I kept forgetting to call my parents
I built a life tracker because I kept forgetting to call my parents

I realized I hadn't called my mom in 6 weeks. Not because I'm a bad son — I just lost track. There's no deadline for "call your parents." No calendar alert. It just quietly slips. Same with everything else: seeing friends, going to the dentist, changing the water filter, date night. The stuff that matters but never feels urgent. I wanted something that just shows: "it's been X days since you last did this." Not a to-do list — these things never "complete," they reset. Not a habit tracker — calling your mom isn't a daily habit. Not a calendar reminder — the frequency is fuzzy. So I built Don't Forget Me. You create a tracker, the counter ticks up every day, colors shift from gold to red as t…

2 часа назад @ reddit.com
7 headline formulas that actually convert (with before/after examples)
7 headline formulas that actually convert (with before/after examples)

Your homepage headline has about five seconds to answer one question: "Is this for me?" Most indie projects fail this test. Not because the product is bad, but because the headline describes what the product IS instead of what it DOES for the visitor. "AI-Powered Workflow Automation Platform" tells you nothing about how your life changes. "Cut your reporting time from 3 hours to 15 minutes" tells you everything. Here are seven formulas I keep seeing on the highest-converting homepages. 1. Say what they get (outcome-first) Name the result, not the mechanism. "Advanced Project Management Software for Teams" becomes "Get contracts signed 80% faster." The visitor sees a specific, measurable tra…

3 часа назад @ reddit.com
I built a subscription tracker that doesn't charge you monthly (the irony was not lost on me)
I built a subscription tracker that doesn't charge you monthly (the irony was not lost on me)

Hey r/SideProject, Launching Minus. today — a subscription tracker for iOS. The concept started when I found $143/month in forgotten subscriptions on my own accounts. Every app I tried either: - charged me a monthly fee (ironic) - wanted my bank login (no thanks) - was bloated with features I don't need So I built Minus. — manual entry, no cloud, 100% offline, one-time price. Key features: • Manual subscription entry (full privacy, no bank required) • True monthly burn rate (converts annual/weekly into monthly cost) • Push reminders 3 days before renewal • Face ID / Touch ID lock • Brutalist minimal design, full dark mode Pricing: Free download + Minus. Pro for $4.99 one-time Built solo. Th…

3 часа назад @ reddit.com
Experiment: What happens if a community builds products with AI (with minimal human intervention)?
Experiment: What happens if a community builds products with AI (with minimal human intervention)?

I’ve been experimenting quite heavily with AI-led development for 12+ months now (Claude, Codex, OpenClaw agents, etc.), and it’s made me wonder: What if a community decided what to build - and AI actually did most of the building? Rough idea: - Each month the community votes on a product - Start with a simple base (CRM, planner, workflow tool, etc.) - Anyone can suggest features - Features get voted on - Ideas are triaged by an agent (duplicates removed, clarification requested, etc.) - Top ideas are handed to agents to build with minimal human intervention - Human approval only required when something is unclear, risky, or breaking - Build in public - At the end we open source it and keep…

3 часа назад @ reddit.com
"Can it run Adrian's Dugout Pro?" — The answer is probably yes.
"Can it run Adrian's Dugout Pro?" — The answer is probably yes.

I finally finished my project. It’s called Adrian's Dugout Pro. I got tired of games that require a NASA supercomputer to run a 2D sprite while all that power is redirected on tracking your info, habbits, filled with ads, microtransactions and all other crap.., so I went the opposite direction. One-time purchase where you get to fully play the game for a while before purchasing it. No lootboxes, no microtransactions, no data collection, no tracking, no ads.. Just a game, the way games are meant to be. Works on all platforms. Your toaster? If it’s got a screen,it will run. It will run on a fridge. If you want a game that won't set your phone/pc/laptop/macbook on fire, give it a look. https:/…

3 часа назад @ reddit.com
I built a tool that turns YouTube videos I already watch into LinkedIn posts and infographics
I built a tool that turns YouTube videos I already watch into LinkedIn posts and infographics

I spend a lot of time watching YouTube - podcasts, conference talks, interviews with smart people. I'd learn something interesting and think "my LinkedIn audience would love this." Then I'd have to copy the link into a YouTube transcription tool, take the transcript into ChatGPT or Claude with a prompt, copy the post, edit it, paste it in LinkedIn - often too much hassle which I didn't have time for. So I built Castifai. You paste a YouTube link, and it extracts the key ideas and turns them into LinkedIn posts, infographics, newsletter sections, or summaries - in your voice, in any language (I also publish in Swedish and Spanish). How it works: Paste a YouTube URL → it grabs the transcript …

3 часа назад @ reddit.com
Tired of social media, so I built my own
Tired of social media, so I built my own

I hate advertisement, algoritms, bots, spam, people posting just for likes and reach. I'm sick of it. And because I follow the principles of law of assumption, my social media is targeted for the same people. There is no ads, no algoritms and all that, I want this to be a space, I myself enjoy. Every social media is free, because they target paid ads for income, which does not gives a user experience they want. While I offer free option, a 3e a month, I feel is a small amount, that's worthy, when there's no advertisment, and algoritms that push you content you dont want. Because this is focuses mainly on LOA, I know most people wont sign up, and that's okay. I do not aim to have as much use…

4 часа назад @ reddit.com
I built a platform for app testing and it just hit 1,700 users!🎉
I built a platform for app testing and it just hit 1,700 users!🎉

It's so crazy, just one week ago I was celebrating 1,500 users and now I have hit 1,700 users in basically no time at all! I can't thank everyone enough. I really mean it, so many people were offering their help along the way. Of course I will not stop here and I am already working on the next big update for the platform which will benefit all the community. More is coming soon. I've built IndieAppCircle, a platform where small app developers can upload their apps and other people can give them feedback in exchange for credits. I grew it by posting about it here on Reddit. It didn't explode or something but I managed to get some slow but steady growth. For those of you who never heard about…

4 часа назад @ reddit.com
My free little app is live!
My free little app is live! My free little app is live!

Hey everyone! I recently shared a post about IndieEvent, a free app I built to help people connect in cities they've never been to. Today, it's live on Product Hunt 🚀 I'd really appreciate it if you could take a minute to support this free tool. I truly believe it can improve the lives of solo makers. Thanks 🙏 submitted by /u/Natural_Guess_1448 [link] [comments]

4 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 8 часов назад
Computer Use in Claude Code
Computer Use in Claude Code

Let Claude use your computer from the CLI Discussion | Link

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

The turn key OpenClaw solution with unlimited LLM tokens Discussion | Link

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

Your AI co-pilot for job hunting Discussion | Link

13 часов назад @ producthunt.com
Codync
Codync

Monitor Claude Code sessions in real-time, from anywhere Discussion | Link

18 часов назад @ producthunt.com
Autoclaw
Autoclaw

One-click Openclaw set up by Z.AI Discussion | Link

18 часов назад @ producthunt.com
Mux: Auto Network Switch
Mux: Auto Network Switch

Automatic priority-based network switching for your Mac Discussion | Link

18 часов назад @ producthunt.com
FireAPI
FireAPI

Discover, consume, and monetize APIs in one place Discussion | Link

18 часов назад @ producthunt.com
Reframe
Reframe

Turns your voice notes into professional social posts Discussion | Link

19 часов назад @ producthunt.com
Gallifai
Gallifai

Speedy conversational AI Discussion | Link

20 часов назад @ producthunt.com
Dictura
Dictura

Hold a key, speak, release- translated text at your cursor Discussion | Link

20 часов назад @ producthunt.com
Qwen3.5-Omni
Qwen3.5-Omni

A native omni model for voice, video, and tools Discussion | Link

21 час назад @ producthunt.com
Arlopass
Arlopass

AI wallet that lets web apps use your models, not your keys Discussion | Link

21 час назад @ producthunt.com
UNCHIKUN
UNCHIKUN

Track your poops with friends Discussion | Link

22 часа назад @ producthunt.com
VibeTalent
VibeTalent

Find vibe coders who actually ship Discussion | Link

1 day, 4 hours назад @ producthunt.com
FreeCAD 1.1
FreeCAD 1.1

Extremely powerful, completely free 3D CAD modeling Discussion | Link

1 day, 7 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 5 months назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

5 months назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

5 months назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

5 months назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

5 months, 1 week назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 2 часа назад
Wyoming, and what happens when you pull over
Wyoming, and what happens when you pull over Wyoming, and what happens when you pull over

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

The action you just performed triggered the security solution.

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

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

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

2 часа назад @ atlasobscura.com
Piton Falls in Belle Vue, St. Lucia
Piton Falls in Belle Vue, St. Lucia Piton Falls in Belle Vue, St. Lucia

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

The action you just performed triggered the security solution.

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

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

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

15 часов назад @ atlasobscura.com
Frankie the Chrome Gnome in Langwarrin, Australia
Frankie the Chrome Gnome in Langwarrin, Australia Frankie the Chrome Gnome in Langwarrin, Australia

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

The action you just performed triggered the security solution.

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

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

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

17 часов назад @ atlasobscura.com
Alexander Hamilton Birthplace in Charlestown, Saint Kitts and Nevis
Alexander Hamilton Birthplace  in Charlestown, Saint Kitts and Nevis Alexander Hamilton Birthplace in Charlestown, Saint Kitts and Nevis

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

The action you just performed triggered the security solution.

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

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

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

19 часов назад @ atlasobscura.com
Hiwassee Dam in Owl Creek, North Carolina
Hiwassee Dam in Owl Creek, North Carolina Hiwassee Dam in Owl Creek, North Carolina

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

The action you just performed triggered the security solution.

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

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

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

21 час назад @ atlasobscura.com
Urartian Tomb of Yerevan in Yerevan, Armenia
Urartian Tomb of Yerevan in Yerevan, Armenia Urartian Tomb of Yerevan in Yerevan, Armenia

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

The action you just performed triggered the security solution.

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

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

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

3 days, 15 hours назад @ atlasobscura.com
Roman Altars and Tombstones in Talavera de la Reina, Spain
Roman Altars and Tombstones in Talavera de la Reina, Spain Roman Altars and Tombstones in Talavera de la Reina, Spain

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

The action you just performed triggered the security solution.

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

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

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

3 days, 17 hours назад @ atlasobscura.com
National Park Service Southwest Regional Office in Santa Fe, New Mexico
National Park Service Southwest Regional Office in Santa Fe, New Mexico National Park Service Southwest Regional Office in Santa Fe, New Mexico

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

The action you just performed triggered the security solution.

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

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

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

3 days, 19 hours назад @ atlasobscura.com
Drostdy Museum in Swellendam, South Africa
Drostdy Museum in Swellendam, South Africa Drostdy Museum in Swellendam, South Africa

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

The action you just performed triggered the security solution.

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

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

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

3 days, 21 hours назад @ atlasobscura.com
Downtown Container Park in Las Vegas, Nevada
Downtown Container Park in Las Vegas, Nevada Downtown Container Park in Las Vegas, Nevada

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

The action you just performed triggered the security solution.

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

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

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

4 days, 15 hours назад @ atlasobscura.com
Philopappou Hill Pathways in Athens, Greece
Philopappou Hill Pathways in Athens, Greece Philopappou Hill Pathways in Athens, Greece

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

The action you just performed triggered the security solution.

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

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

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

4 days, 17 hours назад @ atlasobscura.com
This Chef Is Redefining Cuban Comfort Food From a Kissimmee Food Truck
This Chef Is Redefining Cuban Comfort Food From a Kissimmee Food Truck This Chef Is Redefining Cuban Comfort Food From a Kissimmee Food Truck

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

The action you just performed triggered the security solution.

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

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

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

4 days, 18 hours назад @ atlasobscura.com
Oka Point in Oka, Guam
Oka Point  in Oka, Guam Oka Point in Oka, Guam

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

The action you just performed triggered the security solution.

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

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

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

4 days, 19 hours назад @ atlasobscura.com
The Cheeky Boy at Hummel Fountain in Hamburg, Germany
The Cheeky Boy at Hummel Fountain in Hamburg, Germany The Cheeky Boy at Hummel Fountain in Hamburg, Germany

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

The action you just performed triggered the security solution.

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

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

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

4 days, 21 hours назад @ atlasobscura.com
Sieboldhuis in Leiden, Netherlands
Sieboldhuis in Leiden, Netherlands Sieboldhuis in Leiden, Netherlands

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

The action you just performed triggered the security solution.

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

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

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

5 days, 15 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 2 часа назад
Female-founded Swedish startup Enkei closes pre-Seed round to turn construction waste into design-grade materials
Female-founded Swedish startup Enkei closes pre-Seed round to turn construction waste into design-grade materials Female-founded Swedish startup Enkei closes pre-Seed round to turn construction waste into design-grade materials

Enkei, a Stockholm-based startup that turns construction waste into refined, low-impact materials, has closed an oversubscribed pre-Seed round at a €3 million valuation to advance its circular material platform.

“Construction produces Europe’s largest waste stream, yet the materials shaping our interiors and built environment still rely heavily on newly extracted resources.

Founded by Sunnerholm and Miriam Bichsel, Enkei converts construction waste into high-quality materials.

The company states that construction and demolition waste constitute the largest waste stream in the European Union.

Recently, Enkei was also awarded new EU-backed Interreg funding to lead a project developing new cir…

2 часа назад @ eu-startups.com
Paris-based Standing Ovation raises €30 million to produce dairy proteins through precision fermentation
Paris-based Standing Ovation raises €30 million to produce dairy proteins through precision fermentation Paris-based Standing Ovation raises €30 million to produce dairy proteins through precision fermentation

Standing Ovation, a Paris-based FoodTech startup specialising in precision fermentation, has announced a €30 million ($34.2 million) Series B funding round today to speed up the commercialisation of its proteins in North America, before expanding into Europe and Asia.

This funding is complemented by €5 million ($5.7 million) in non-dilutive financing from Bpifrance and a prominent banking syndicate.

Standing Ovation claims that it is reducing the industry’s dependence on international supply chains by repurposing local circular resources.

Standing Ovation describes casein as the “queen” of milk proteins, making up 80% of its total protein content.

Through its production of casein via precis…

3 часа назад @ eu-startups.com
The SaaS shift: Why is the gender gap widening?
The SaaS shift: Why is the gender gap widening? The SaaS shift: Why is the gender gap widening?

According to the SaaS Industry Council, one in five C-suite executives in the sector are women.

According to a 2025 report, an overwhelming 94% of women in SaaS said they had faced gender discrimination at some point in their careers.

Closing the gender gap in SaaS is not only a moral imperative but a critical commercial one.

Yes, we must break down barriers and create a fair and diverse tech economy where there is equal opportunity for all.

Final thoughtsRome was not built in a day, and closing the gender gap in tech and SaaS will take time and sustained effort.

3 часа назад @ eu-startups.com
UK’s Riplo emerges from stealth with €2.6 million to build the agentic operating system for consulting
UK’s Riplo emerges from stealth with €2.6 million to build the agentic operating system for consulting UK’s Riplo emerges from stealth with €2.6 million to build the agentic operating system for consulting

Riplo, a London-based startup developing the agentic operating system for consulting, announced it has raised €2.6 million (£2.3 million) in pre-Seed funding as it emerges from stealth.

“The $1 trillion (nearly €870 billion) consulting industry is currently running on the digital equivalent of a typewriter.

We aren’t building another chatbot; we are building the interface where the next generation of strategic analyses actually happens,” said Tobias Haefele, co-founder and CEO of Riplo.

According to the company, AI has transformed knowledge work across software engineering, law, and investment banking, yet consulting remains stuck between two worlds.

Riplo is building a deep, vertical-speci…

6 часов назад @ eu-startups.com
Ex-Reuters team out of Denmark raises €1.5 million for AI newsroom Financial News System
Ex-Reuters team out of Denmark raises €1.5 million for AI newsroom Financial News System Ex-Reuters team out of Denmark raises €1.5 million for AI newsroom Financial News System

Copenhagen-based Financial News Systems (FNS), an AI-only financial newsroom, has raised a €1.5 million pre-Seed round to accelerate the development of their financial news and data service.

The round welcomed Ugly Duckling Ventures as a major investor.

Taken together, those adjacent rounds amount to about €92.5 million, or roughly €94 million including FNS, indicating sustained investor interest in AI-led financial intelligence, analytics and operating infrastructure rather than only consumer FinTech.

“Financial News Systems combines raw speed with intelligent automation to deliver a service that creates an ongoing edge for investment professionals.

Sulugiuc and FNS co-founder and CTO Nico…

20 часов назад @ eu-startups.com
Berlin-based Midas lands €43 million to expand tokenised investment infrastructure
Berlin-based Midas lands €43 million to expand tokenised investment infrastructure Berlin-based Midas lands €43 million to expand tokenised investment infrastructure

Midas, a German platform for composable onchain investment products, has raised €43 million ($50 million) in Series A funding fund the development and launch of MSL (Midas Staked Liquidity) as part of an Open liquidity Architecture that powers instant redemptions across all onchain investment products.

Midas is building the infrastructure for tokenised capital markets and we are proud to be on this ride with them,” says Vic Singh, General Partner, RRE Ventures.

Founded in 2023, Midas is a platform for composable onchain investment products.

“The opportunity to bring institutional-grade investment products onchain is massive, and Midas has the regulatory set-up, the technical architecture, a…

21 час назад @ eu-startups.com
Mistral AI extends a year of outsized expansion with €722 million to deepen Europe’s AI infrastructure
Mistral AI extends a year of outsized expansion with €722 million to deepen Europe’s AI infrastructure Mistral AI extends a year of outsized expansion with €722 million to deepen Europe’s AI infrastructure

French AI unicorn Mistral AI continues to turn heads by announcing €722 million ($830 million) in debt financing to support the development of its first large-scale data centre near Paris, marking a significant step in Europe’s push towards sovereign AI infrastructure.

Founded in 2023, Mistral AI has quickly positioned itself as one of Europe’s most prominent AI startups, focusing on developing large language models and AI infrastructure.

Today’s announcement “underscores [the investors] confidence in our vision: Europe needs an ambitious AI cloud infrastructure and an independent AI stack.

Mistral AI plans to build 200 MW of AI computing capacity across Europe by the end of 2027.

Mistral A…

1 day назад @ eu-startups.com
Germany’s Nature Robots raises €4 million to tackle agriculture’s “triple threat” with AI and robotics
Germany’s Nature Robots raises €4 million to tackle agriculture’s “triple threat” with AI and robotics Germany’s Nature Robots raises €4 million to tackle agriculture’s “triple threat” with AI and robotics

Our autonomy platform enables machinery manufacturers to embark on the necessary transformation very quickly without having to invest billions in in-house development.

With this Seed round, we can systematically tap into the core markets,” Dr Sebastian Pütz, CEO and co-founder, Nature Robots.

Nature Robots is a spin-off of the German Research Centre for Artificial Intelligence (DFKI) and was founded in January 2022.

With the new funding, Nature Robots will mainly allocate resources to expanding the team, including establishing an office in Munich.

In 2025, Nature Robots was awarded €2.5 million non-equity EIC-A funding from the European Commission and an additional €4 million as an equity c…

1 day, 1 hour назад @ eu-startups.com
ViennaUP 2026 puts health tech and life sciences in the spotlight (Sponsored)
ViennaUP 2026 puts health tech and life sciences in the spotlight (Sponsored) ViennaUP 2026 puts health tech and life sciences in the spotlight (Sponsored)

ViennaUP is back from 18 to 22 May 2026, bringing a renewed focus on health tech to Austria’s capital.

Set within one of Europe’s most established life sciences hubs, the festival offers more than a typical startup gathering.

Vienna is not just investing in the here and now for life sciences; the future looks bright, too, with a hotly-anticipated Life Sciences Center Vienna set to level up the city’s offer for life science and AI researchers.

There are several exclusive health tech events within a programme packed with forward-thinking talks, conferences, and workshops.

Beyond the usual panel discussions and networking opportunities, these events offer health tech startups the chance to tak…

1 day, 2 hours назад @ eu-startups.com
Finnish quantum unicorn IQM secures €50 million from BlackRock ahead of public listing
Finnish quantum unicorn IQM secures €50 million from BlackRock ahead of public listing Finnish quantum unicorn IQM secures €50 million from BlackRock ahead of public listing

Espoo-based IQM Quantum Computers, a leader in full-stack superconducting quantum computers, today announced that it has secured a €50 million financing package from funds and accounts managed by BlackRock.

This facility will help accelerate IQM’s technology development, boost R&D efforts, facilitate entry into new markets, and strengthen IQM’s leadership in quantum computing.

“We build open and transparent quantum systems that institutions can operate directly, enabling hands-on use, long-term capability building, and full control over their quantum infrastructure.

This enables the company to accelerate its innovation cycles, deliver quantum computing to its customers, and support the grow…

1 day, 3 hours назад @ eu-startups.com
Luxembourg’s TerraSpark raises over €5 million to harness solar energy from space and deliver it wirelessly to Earth
Luxembourg’s TerraSpark raises over €5 million to harness solar energy from space and deliver it wirelessly to Earth Luxembourg’s TerraSpark raises over €5 million to harness solar energy from space and deliver it wirelessly to Earth

“Space-based solar power has long been considered something for the distant future.

Dr Vijendran was responsible for the Solaris programme on space-based solar energy at the European Space Agency (ESA) and was involved in the Mars Sample Return Mission.

Terraspark believes that space-based solar energy provides a solution.

In orbit, solar energy is steady, unaffected by weather, and accessible worldwide.

The company captures solar energy in space and safely transmits it to Earth via radio frequency.

1 day, 4 hours назад @ eu-startups.com
Bochum-based deeplify raises €2 million to bring critical infrastructure inspections out of the Excel era
Bochum-based deeplify raises €2 million to bring critical infrastructure inspections out of the Excel era Bochum-based deeplify raises €2 million to bring critical infrastructure inspections out of the Excel era

deeplify, a Bochum-based industrial AI startup, today announced that it has raised €2 million in a pre-Seed round to modernise how critical infrastructure is inspected and managed.

deeplify has developed proprietary technology for a previously highly under-digitised and safety-critical industrial infrastructure,” said Tom Villinger, CEO of D11Z.

Founded in 2023 by Jan Löwer (CEO), Christoph Siemer (COO), and Felix Asanger (CTO), deeplify builds AI software for industrial inspection and asset integrity management.

Deeplify states that Europe’s chemical industry alone comprises around 31,000 companies, many of which operate ageing infrastructure.

To address this, deeplify has developed an end…

1 day, 6 hours назад @ eu-startups.com
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 23-27)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 23-27) Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 23-27)

This article is visible for CLUB members only.

If you are already a member but don’t see the content of this article, please login here.

If you’re not a CLUB member yet, but you’d like to read members-only content like this one, have unrestricted access to the site and benefit from many additional perks, you can sign up here.

3 days, 19 hours назад @ eu-startups.com
Opportunities and challenges for female leaders in AgriTech
Opportunities and challenges for female leaders in AgriTech Opportunities and challenges for female leaders in AgriTech

What receives far less attention are the leadership structures behind these technologies, and the women increasingly shaping them.

It requires translating biological complexity into reliable, scalable systems, and doing so under regulatory, operational, and climate pressure.

Why funding gaps persistDespite increasing visibility of women in AgriTech, access to capital remains uneven, particularly at later funding stages.

Agricultural innovation depends on trust: trust in biology, in technology, and in the people leading it.

Creating pathways for more women into AgriTech leadership, through systemic sponsorship and informed investment, is not about representation alone.

3 days, 20 hours назад @ eu-startups.com
Spanish VC firm Ysios Capital launches €100 million InceptionBio fund to boost BioTech startup creation
Spanish VC firm Ysios Capital launches €100 million InceptionBio fund to boost BioTech startup creation Spanish VC firm Ysios Capital launches €100 million InceptionBio fund to boost BioTech startup creation

Ysios Capital, a Spanish venture capital firm specialising in life sciences, today announced the launch of InceptionBio, a new fund with a target size of €100 million focused on BioTech company creation and early-stage project development.

Joan Perelló, Managing Partner at Ysios Capital, will lead the fund, alongside partner Arturo Urrios.

“Spain has world-class science and a unique opportunity to translate that science into globally impactful BioTech companies.

Founded in 2008, Ysios Capital manages over €400 million in assets through its three venture capital funds and also acts as investment advisor to Telescope Biotech Fund, a listed BioTech fund managed by Andbank Wealth Management.

Ys…

3 days, 23 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 31 минуту назад
Semarion raises $3.8M to scale cell assay technology
Semarion raises $3.8M to scale cell assay technology Semarion raises $3.8M to scale cell assay technology

Semarion, a University ofCambridge spin-out from the Cavendish Laboratory, has raised $3.8 million (£2.9million) in funding to support the expansion of its cell-based screeningtechnology. The round wa...

31 минуту назад @ tech.eu
Riplo raises £2.3M to build an AI operating system for consulting
Riplo raises £2.3M to build an AI operating system for consulting Riplo raises £2.3M to build an AI operating system for consulting

Riplo, a London-based company developing an agentic operatingsystem for consulting, has raised £2.3 million in pre-seed funding. The roundwas led by Cherry Ventures, with participation from Blue Lion ...

1 час назад @ tech.eu
Nebius announces construction of one of Europe's largest data centres
Nebius announces construction of one of Europe's largest data centres Nebius announces construction of one of Europe's largest data centres

European AI infrastructure company Nebius today said it was constructing one of Europe’s largest data centres, as the demand for AI compute shows no signs of slowing down.The data centre, located in t...

2 часа назад @ tech.eu
Standing Ovation raises €30M to scale precision fermentation dairy proteins globally
Standing Ovation raises €30M to scale precision fermentation dairy proteins globally Standing Ovation raises €30M to scale precision fermentation dairy proteins globally

French precision fermentation company Standing Ovation has announced a €30 million Series B financing round, including €25 million in equity, led jointly by the Ecotechnologies 2 fund — managed on be...

3 часа назад @ tech.eu
Building Europe’s deeptech backbone: Inside European Deeptech Week 2026 [Sponsored]
Building Europe’s deeptech backbone: Inside European Deeptech Week 2026 [Sponsored] Building Europe’s deeptech backbone: Inside European Deeptech Week 2026 [Sponsored]

From March 16 to 20, Paris became the command centre for the future of European deeptech, bringing together founders, industrialists, investors, and public decision-makers at Bpifrance's headquarters ...

3 часа назад @ tech.eu
Endform secures €1.5M for high-performance web testing tools
Endform secures €1.5M for high-performance web testing tools Endform secures €1.5M for high-performance web testing tools

Stockholm-basedEndform, a platform designed to run browser-based end-to-end tests at highspeed, has raised €1.5 million in funding. The round was led by Alliance VC,Antler, First Fellow, and Greens, w...

4 часа назад @ tech.eu
Qover raises $12M from CIBC as it celebrates 10 years of embedded insurance growth
Qover raises $12M from CIBC as it celebrates 10 years of embedded insurance growth Qover raises $12M from CIBC as it celebrates 10 years of embedded insurance growth

Insurtech Qover today marks its 10th anniversary with a significant milestone: the extension of a $12 million growth capital facility from CIBC Innovation Banking, bringing total funding raised since ...

4 часа назад @ tech.eu
Enkei secures pre-seed funding to develop circular design materials
Enkei secures pre-seed funding to develop circular design materials Enkei secures pre-seed funding to develop circular design materials

Stockholm-based Enkei, a company developing circularmaterials for architecture and interior design, has closed a pre-seed fundinground at a €3 million valuation. The round includes investors such as a...

5 часов назад @ tech.eu
STV Group and Post-Quantum unveil quantum-safe drones ready for battlefield deployment
STV Group and Post-Quantum unveil quantum-safe drones ready for battlefield deployment STV Group and Post-Quantum unveil quantum-safe drones ready for battlefield deployment

Czech defencetech STV Group and UK cybersecurity company Post-Quantum today announced the successful testing of the world’s first quantum-safe drones for active deployment across allied theatres. As a...

5 часов назад @ tech.eu
Empirical Ventures secures £10M to back UK “venture scientists” building deeptech
Empirical Ventures secures £10M to back UK “venture scientists” building deeptech Empirical Ventures secures £10M to back UK “venture scientists” building deeptech

Empirical Ventures, a specialist deeptech Fund, has secured an additional £10 million British Business Bank commitment to back the UK’s best venture scientists, bringing its total support to £15 milli...

20 часов назад @ tech.eu
Italy’s VC ecosystem matures into €10B engine — but structural gaps still hold it back
Italy’s VC ecosystem matures into €10B engine — but structural gaps still hold it back Italy’s VC ecosystem matures into €10B engine — but structural gaps still hold it back

Today, VC firm P101 released the tenth edition of the "State of Italian VC" report, an analysis of the evolution of the Italian innovation industry. The Italian tech sector includes more than 14,000 i...

22 часа назад @ tech.eu
Maguar takes significant stake in GlobalSuite Solutions to capitalise on surging demand for compliance tech
Maguar takes significant stake in GlobalSuite Solutions to capitalise on surging demand for compliance tech Maguar takes significant stake in GlobalSuite Solutions to capitalise on surging demand for compliance tech

German tech investor Maguar , which specialises in medium-sized B2B software companies, has acquired a significant stake in GlobalSuite Solutions, a multinational software company specialising in Gove...

23 часа назад @ tech.eu
Midas closes $50M Series A to scale on-chain investment products
Midas closes $50M Series A to scale on-chain investment products Midas closes $50M Series A to scale on-chain investment products

Midas, a platform for composable on-chain investmentproducts, has raised $50 million in Series A funding. The round was led by RRE Ventures and Creandum, with participation from Framework Ventures, HV...

1 day назад @ tech.eu
TerraSpark advances space-based solar power with €5M funding
TerraSpark advances space-based solar power with €5M funding TerraSpark advances space-based solar power with €5M funding

TerraSpark, a developer of space-based solar energysystems, has raised over €5 million in a pre-seed financing round. Investorsinclude Daphni, better ventures, the Hans(wo)men Group, and a group ofstr...

1 day, 2 hours назад @ tech.eu
miros raises €1.1M to bring on-demand workpods to public spaces
miros raises €1.1M to bring on-demand workpods to public spaces miros raises €1.1M to bring on-demand workpods to public spaces

miros, a Lausanne-based startup founded in 2023 and spun out of the EPFL ecosystem, announced the closing of a €1.1 million (CHF 1 million) Pre-Seed funding round from various business angels. miros ...

1 day, 2 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 week назад
Air Street becomes one of the largest solo VCs in Europe with $232M fund
Air Street becomes one of the largest solo VCs in Europe with $232M fund

London’s Air Street Capital has raised a large Fund III with eyes locked on backing early-stage European and North American AI companies.

1 week назад @ techcrunch.com
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

1 month, 1 week назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

1 month, 3 weeks назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

2 months, 1 week назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

3 months назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

5 months, 2 weeks назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

6 months, 1 week назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

6 months, 1 week назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

6 months, 1 week назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

6 months, 2 weeks назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

7 months, 4 weeks назад @ techcrunch.com
Neobank Revolut seeks $65B valuation, a year after its $45B deal
Neobank Revolut seeks $65B valuation, a year after its $45B deal

Europe’s fintech darling Revolut is looking to raise a new funding round that would give it a $65 billion valuation, the Financial Times reports. The UK-based company is reportedly in talks to raise around $1 billion by issuing new shares and selling existing ones. The US-based firm Greenoaks is said to be leading the round, […]

8 months, 3 weeks назад @ techcrunch.com
Researchers confirm two journalists were hacked with Paragon spyware
Researchers confirm two journalists were hacked with Paragon spyware

The confirmation of two hacked victims further deepens an ongoing spyware scandal that, for now, appears largely focused on the Italian government.

9 months, 3 weeks назад @ techcrunch.com
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist

The Italian government claims that accepting Paragon’s help would have compromised national security and classified information.

9 months, 3 weeks назад @ techcrunch.com