Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Ryugu asteroid samples contain all DNA and RNA building blocks
Ryugu asteroid samples contain all DNA and RNA building blocks Ryugu asteroid samples contain all DNA and RNA building blocks

Ryugu asteroid samples contain all DNA and RNA building blocks, bolstering origin-of-life theoriesThe black particles from an asteroid some 300 million kilometers away look unremarkable, but they hold components of life.

All the essential ingredients to make the DNA and RNA underpinning life on Earth have been discovered in samples collected from the asteroid Ryugu, scientists said Monday.

The Ryugu asteroid, hurtling through the Solar System.

Microscope images of Ryugu samples collected from the first and second touchdown sites of the Hayabusa2 mission, respectively.

The “Ryugu Story” illustration depicting the detection of all five canonical nucleobases in samples returned from asteroid R…

1 час назад @ phys.org
Reddit User Uncovers Who Is Behind Meta's $2B Lobbying for Age Verification Tech
Reddit User Uncovers Who Is Behind Meta's $2B Lobbying for Age Verification Tech Reddit User Uncovers Who Is Behind Meta's $2B Lobbying for Age Verification Tech

What ‘Get Age Category API’ Really Means for Your DeviceProposed laws would embed persistent identity verification directly into operating systems.

Now they want Apple and Google to build similar systems that every app can access, turning age verification into persistent device fingerprinting.

The Curious Case of Platform ExemptionsAge verification bills target Meta’s competitors while leaving Meta platforms untouched.

Europe Shows a Different Path ForwardEU’s eIDAS 2.0 offers privacy-preserving age verification with zero-knowledge proofs that protect personal data.

These laws could force every Linux distribution and privacy-focused Android fork to implement identity verification or face le…

3 часа назад @ gadgetreview.com
Kagi Small Web
Kagi Small Web Kagi Small Web

Hey there, welcome to Kagi Small Web!

Kagi's all about humanizing the web and we want to help surface the people behind the posts and stories that zip by.

This less known corner of the web is also known as the "small web".

We want to amplify the voices of genuine humans on the web - see our sources or check if your blog is in the list.

You'll also encounter these pages now in Kagi search when you're looking for something relevant.

3 часа назад @ kagi.com
Building a Shell
Building a Shell Building a Shell

// repl.h typedef struct { int last_status ; int running ; int interactive ; } Shell ;We also need the classic read-eval-print loop:// repl.c int shell_run ( Shell * shell ) { char * line = NULL ; size_t capacity = 0 ; if ( install_signal_handlers ( ) != 0 ) { return 1 ; } while ( shell -> running ) { int rc = read_line ( & line , & capacity , shell ) ; if ( rc == 0 ) { break ; } if ( rc < 0 ) { free ( line ) ; return 1 ; } eval_line ( shell , line ) ; } free ( line ) ; return shell -> last_status ; }read_line returns three cases: got a line, hit EOF, or hit a real error.

static int run_builtin_cd ( Shell * shell , Command * command ) { const char * target = command -> argc == 1 ?

getenv ( …

3 часа назад @ healeycodes.com
Grace Hopper's Revenge
Grace Hopper's Revenge Grace Hopper's Revenge

TerminalBench involves more varied computer tasks, but when the agents need to write code, they write Python.

Fortunately there’s AutoCodeBench, which doesn’t just test different models— it tests across 20 different programming languages.

No wonder we built programming languages that fake the real world and read like plots: first do this, then do that, now check if it worked.

And now we have these LLMs and everyone is worried that machines will write code that humans can’t read.

Now LLMs write code, humans read and debug.

4 часа назад @ thefuriousopposites.com
Reverse-engineering Viktor and making it Open Source
Reverse-engineering Viktor and making it Open Source Reverse-engineering Viktor and making it Open Source

Comments

5 часов назад @ matijacniacki.com
Kagi Translate now supports LinkedIn Speak as an output language
Kagi Translate now supports LinkedIn Speak as an output language Kagi Translate now supports LinkedIn Speak as an output language

Comments

9 часов назад @ translate.kagi.com
Zenclora OS
Zenclora OS Zenclora OS

A Linux distribution designed for those who value peace and productivityOptimized & Light Zenclora provides a high-performance, balanced, and stable system with an optimized kernel.

Beautiful Design A stylish and minimal interface with customized GNOME desktop.

Modern design that's easy on the eyes.

Everything is Easy No more complex Linux usage.

%100 Open Source Open source.

9 часов назад @ zenclora.org
Monkey Island for Commodore 64 Ground Up
Monkey Island for Commodore 64 Ground Up

Comments

9 часов назад @ pixeldust.se
Jepsen: MariaDB Galera Cluster 12.1.2
Jepsen: MariaDB Galera Cluster 12.1.2

MariaDB Galera Cluster is an active-active replication system for MariaDB which allows reads and writes on every node.

In 2025 MariaDB acquired Codership Oy, bringing Galera Cluster under the MariaDB umbrella.

The Galera Cluster Usage Guide promises that “Standard SQL transactions ( START TRANSACTION , COMMIT , ROLLBACK ) work as expected.” From this one might assume that MariaDB with Galera Cluster supports the same consistency models as a single MariaDB node.

2 Test DesignWe adapted Jepsen’s existing test suite for MySQL & MariaDB to set up three-node clusters of MariaDB with Galera Cluster, running on Debian Trixie.

Infrequently, MariaDB Galera Cluster lost the effects of committed…

9 часов назад @ jepsen.io
Every layer of review makes you 10x slower
Every layer of review makes you 10x slower Every layer of review makes you 10x slower

Every layer of review makes you 10x slowerWe’ve all heard of those network effect laws: the value of a network goes up with the square of the number of members.

It goes back to the annoyingly true observation I started with: every layer of review is 10x slower.

The second QA team basically serves to evaluate how well the first QA team is doing; if the first QA team keeps missing defects, fire them.

The job of a code reviewer isn't to review code.

(Think of the people who first created "go fmt" and how many stupid code review comments about whitespace are gone forever.

10 часов назад @ apenwarr.ca
The future of Amazon coders is the present of Amazon warehouse workers
The future of Amazon coders is the present of Amazon warehouse workers The future of Amazon coders is the present of Amazon warehouse workers

At Amazon warehouses, workers are injured at three times the rate of warehouse workers at competing firms.

Between social media surveillance and on-the-job surveillance, Amazon has built a powerful training set for algorithms designed to crush workplace democracy.

That's how things go for Amazon's warehouse workers and delivery drivers, and the shelf-stockers at Whole Foods.

The only thing that stopped Jeff Bezos from treating his programmers like his warehouse workers is their scarcity.

That's why Amazon tech workers walked out in support of Amazon warehouse workers:https://pluralistic.net/2021/01/19/deastroturfing/#real-powerWhich led to their prompt dismissal:https://pluralistic.net/2020…

12 часов назад @ pluralistic.net
US SEC preparing to scrap quarterly reporting requirement
US SEC preparing to scrap quarterly reporting requirement

Please enable JS and disable any ad blocker

13 часов назад @ reuters.com
Show HN: Trackm, a personal finance web app
Show HN: Trackm, a personal finance web app

Comments

14 часов назад @ trackm.net
AnswerThis (YC F25) Is Hiring
AnswerThis (YC F25) Is Hiring AnswerThis (YC F25) Is Hiring

AnswerThis is building the operating system for scientific knowledge inside enterprises.

Semantic search has improved things, but finding the right evidence across fragmented sources remains a massive unsolved problem.

Scientists spend months creating static, one-time documents that never update, are impossible to search, and decay the day they're published.

We're building the system that makes research a living, compounding asset instead of a disposable artifact.

If you've only operated inside large engineering orgs with established processes, or if you optimize for technical elegance over business impact, this isn't the right fit.

16 часов назад @ ycombinator.com
Hacker News Hacker News
последний пост 1 час назад
Beyond has dropped “meat” from its name and expanded its high-protein drink line
Beyond has dropped “meat” from its name and expanded its high-protein drink line Beyond has dropped “meat” from its name and expanded its high-protein drink line

Beyond Meat CEO Ethan Brown has said, “It’s just not the moment for plant-based meat,” following the company’s recent rebrand.

Beyond Meat rebranded as Beyond The Plant Protein Company last week, amid what Brown described as a “period of confusion” around plant-based proteins.

Protein supports muscle health, while fiber supports a healthy gut.”‘It’s just not the moment for plant-based meat right now’Brown told The Associated Press that he still believes plant-based meat could become a “much more dominant choice” in the coming years, but that Beyond has to navigate what he referred to as a “period of confusion” around plant-based foods.

A 2025 report by the UK government found no association…

16 часов назад @ plantbasednews.org
Mistral Releases Leanstral
Mistral Releases Leanstral Mistral Releases Leanstral

Introducing LeanstralWe release Leanstral, the first open-source code agent designed for Lean 4.

Leveraging parallel inference with Lean as a perfect verifier, Leanstral is both performant and cost-efficient against existing closed-source competitors.

We compare Leanstral against leading coding agents (Claude Opus 4.6, Sonnet 4.6, Haiku 4.5) and open-source models (Qwen3.5 397B-A17B, Kimi-K2.5 1T-A32B, GLM5 744B-A40B).

Leanstral vs. OSS ModelsLeanstral-120B-A6B demonstrates a significant efficiency advantage over its much larger open-source peers.

Model Cost ($) Score Haiku 184 23.0 Sonnet 549 23.7 Opus 1,650 39.6 Leanstral 18 21.9 Leanstral pass@2 36 26.3 Leanstral pass@4 72 29.3 Leanstral…

16 часов назад @ mistral.ai
Nvidia Launches Vera CPU, Purpose-Built for Agentic AI
Nvidia Launches Vera CPU, Purpose-Built for Agentic AI Nvidia Launches Vera CPU, Purpose-Built for Agentic AI

NVIDIA Vera CPU Delivers the Highest Performance and Energy Efficiency for Data Processing, AI Training and Agentic Inference at ScaleNews Summary:The NVIDIA Vera CPU delivers results with twice the efficiency and 50% faster than traditional CPUs.

GTC—NVIDIA today launched the NVIDIA Vera CPU, the world’s first processor purpose-built for the age of agentic AI and reinforcement learning — delivering results with twice the efficiency and 50% faster than traditional rack-scale CPUs.

The NVIDIA Vera CPU builds on the success of the NVIDIA Grace™ CPU , enabling organizations of all sizes and across industries to build AI factories that unlock agentic AI at scale.

Across all configurations, Vera…

17 часов назад @ nvidianews.nvidia.com
Palestinian boy, 12, describes how Israeli forces killed his family in car
Palestinian boy, 12, describes how Israeli forces killed his family in car Palestinian boy, 12, describes how Israeli forces killed his family in car

"They pulled me out instead and began jumping on my back," he said.

"Then they took me to a corner and questioned me about who had been in the car.

I told them it was my mother and father.

They accused me of lying and started beating me."

19 часов назад @ bbc.com
The return-to-the-office trend backfires
The return-to-the-office trend backfires

Comments

19 часов назад @ thehill.com
Jemalloc un-abandoned by Meta
Jemalloc un-abandoned by Meta Jemalloc un-abandoned by Meta

Meta recognizes the long-term benefits of jemalloc, a high-performance memory allocator, in its software infrastructure.

While some decisions delivered immediate benefits, the resulting technical debt eventually slowed progress.

In the spirit of collaboration, we have reflected deeply on our stewardship and its impact on jemalloc’s long-term health.

We’ve started an effort to remove technical debt and rebuild a long-term roadmap for jemalloc.

Our hope is that, over time, our renewed commitment will be evident in the health and progress of jemalloc.

19 часов назад @ engineering.fb.com
Agent Skills – Open Security Database
Agent Skills – Open Security Database Agent Skills – Open Security Database

The Skills Security Index is a centralized repository providing security risk analysis for agentic AI skill definitions.

As AI agents increasingly rely on modular skills to perform tasks, the instructions used to define these skills become a critical attack surface.

This index helps security engineers and developers understand the potential "blast radius" of any given skill before deployment.

Such as identifying when a skill's prompts encourage an agent to bypass guardrails or perform sensitive operations without oversight.

We perform a deep scan of the skill's identity, its instructions, and associated code to build a comprehensive security profile.

20 часов назад @ index.tego.security
Language Model Teams as Distrbuted Systems
Language Model Teams as Distrbuted Systems Language Model Teams as Distrbuted Systems

Comments

20 часов назад @ arxiv.org
Kevin Boone: The "small web" is bigger than you might think
Kevin Boone: The "small web" is bigger than you might think Kevin Boone: The "small web" is bigger than you might think

What got me thinking about the size of the small web was my use of feed aggregators in Gemini.

As in the regular web, Gemini feeds are usually in ATOM or RSS format – XML documents with a particular layout, described by a specification.

So I wondered: could I implement something similar for the small web as a whole?

Still, I reasoned, the small web is, well, small.

It’s good news, because the small web is very much alive, and growing.

20 часов назад @ kevinboone.me
US commercial insurers pay 254% of Medicare for the same hospital procedures
US commercial insurers pay 254% of Medicare for the same hospital procedures US commercial insurers pay 254% of Medicare for the same hospital procedures

The American Healthcare ConundrumThe US spends ~$14,570 per person on healthcare.

Each issue identifies one fixable problem, quantifies the waste from primary federal data, and recommends a specific policy fix.

Step therapy reform — requiring OTC equivalents before prescription coverage activates — would redirect roughly $0.6 billion per year in unnecessary spending.

International reference pricing — benchmarking Medicare negotiations against what Germany, France, Japan, UK, and Australia pay — would save approximately $25 billion per year.

About This ProjectEvery analysis uses primary sources: CMS cost reports, Part D claims data, OECD health statistics, RAND pricing studies.

20 часов назад @ github.com
Launch HN: Chamber (YC W26) – An AI Teammate for GPU Infrastructure
Launch HN: Chamber (YC W26) – An AI Teammate for GPU Infrastructure Launch HN: Chamber (YC W26) – An AI Teammate for GPU Infrastructure

Meet Chambie, your AIOps teammateSetting up GPU infrastructure across clouds, creating training jobs, and fixing or optimizing them shouldn't be hard.

That's why we built Chambie, your all-in-one AIOps teammate to accelerate ML team velocity.

No more infra setup, no more missed failures.

Chambie handles everything automatically.

20 часов назад @ usechamber.io
Speed at the cost of quality: Study of use of Cursor AI in open source projects
Speed at the cost of quality: Study of use of Cursor AI in open source projects Speed at the cost of quality: Study of use of Cursor AI in open source projects

Comments

20 часов назад @ arxiv.org
Kaizen (YC P25) Hiring Eng, GTM, Cos to Automate BPOs
Kaizen (YC P25) Hiring Eng, GTM, Cos to Automate BPOs Kaizen (YC P25) Hiring Eng, GTM, Cos to Automate BPOs

Comments

20 часов назад @ kaizenautomation.com
Launch HN: Voygr (YC W26) – A better maps API for agents and AI apps
Launch HN: Voygr (YC W26) – A better maps API for agents and AI apps Launch HN: Voygr (YC W26) – A better maps API for agents and AI apps

Hi HN, we’re Yarik and Vlad from VOYGR ( https://voygr.tech/ ), working on better real-world place intelligence for app developers and agents.

We're building an infinite, queryable place profile that combines accurate place data with fresh web context like news, articles, and events.

Vlad worked on the Google Maps APIs as well as in ridesharing and travel.

We realized nobody was treating place data freshness as infrastructure, so we're building it.

If you're dealing with stale place data in your own products, we'd especially love to hear what breaks.

21 час назад @ news.ycombinator.com
Show HN: Claude Code skills that build complete Godot games
Show HN: Claude Code skills that build complete Godot games Show HN: Claude Code skills that build complete Godot games

Godogen: Claude Code skills that build complete Godot 4 projectsWatch the demos · PromptsYou describe what you want.

How it worksTwo Claude Code skills orchestrate the entire pipeline — one plans, one executes.

Runs on commodity hardware — any PC with Godot and Claude Code works.

Open Claude Code in that folder and tell it what game to make — the /godogen skill handles everything from there.

Claude Code with Opus 4.6 delivers the best outcome.

21 час назад @ github.com
Lobsters Lobsters
последний пост 1 час назад
Leanstral: Open-Source foundation for trustworthy vibe-coding | Mistral AI
Leanstral: Open-Source foundation for trustworthy vibe-coding | Mistral AI Leanstral: Open-Source foundation for trustworthy vibe-coding | Mistral AI

Introducing LeanstralWe release Leanstral, the first open-source code agent designed for Lean 4.

Leveraging parallel inference with Lean as a perfect verifier, Leanstral is both performant and cost-efficient against existing closed-source competitors.

We compare Leanstral against leading coding agents (Claude Opus 4.6, Sonnet 4.6, Haiku 4.5) and open-source models (Qwen3.5 397B-A17B, Kimi-K2.5 1T-A32B, GLM5 744B-A40B).

Leanstral vs. OSS ModelsLeanstral-120B-A6B demonstrates a significant efficiency advantage over its much larger open-source peers.

Model Cost ($) Score Haiku 184 23.0 Sonnet 549 23.7 Opus 1,650 39.6 Leanstral 18 21.9 Leanstral pass@2 36 26.3 Leanstral pass@4 72 29.3 Leanstral…

1 час назад @ mistral.ai
yes, all longest regex matches in linear time is possible
yes, all longest regex matches in linear time is possible yes, all longest regex matches in linear time is possible

in an earlier post i talked about how regex match semantics is a surprisingly overlooked topic.

every regex engine that advertises linear-time matching - RE2, Go's regexp , rust's regex crate - means linear time for a single match.

[...] if both patterns and haystacks are untrusted and you're iterating over all matches, you're susceptible to worst case quadratic time complexity.

the standard escape hatch is switching to "earliest match" semantics (Hyperscan, rust regex-automata with earliest(true) ), which reports a match the moment the DFA enters a match state instead of continuing to find the longest one.

the safe ones are those where match boundaries are locally decidable - fixed-length …

1 час назад @ iev.ee
Self Hosted Search
Self Hosted Search Self Hosted Search

However, it must be noted: this is a wholly different approach to search than going to some big name (Google / Bing / Duck Duck Go / Others) search engine and casting about the internet.

Now imagine you’re hosting a search engine and scraping the web.

You can put a VPN at the head of a search engine such that the search engine outbound traffic is through the VPN but can still be accessed, inbound, from a different IP.

That said: there are advanced search parameters (the Yacy search page has details) and you can perform an image search, etc.

The last ‘big thing’ I do is I keep an eye on the search engine info for time to run the search, if an engine timed out, etc.

2 часа назад @ blog.kemonine.info
Ways of Seeing the Web
Ways of Seeing the Web Ways of Seeing the Web

If you are using Cloudflare or some other bot mitigation technology you will have to follow their instructions to let the Cloudflare crawl bot in to collect pages.

Unlike Browsertrix, which is geared to collecting a website for viewing by a person, the Cloudflare Crawl service is oriented at looking at the web for training LLMs.

Seeing the WebSo why is it interesting that this is like web archiving technology?

Ok, maybe it isn’t interesting to you, but (ahem) in my dissertation research (Summers, 2020) I spent a lot of time (way too much time tbh) looking at how web archiving technology enacts different ways of seeing the web from an archival perspective.

So the web content wouldn’t int…

2 часа назад @ inkdroid.org
Age-Gating Isn’t About Kids, It’s About Control
Age-Gating Isn’t About Kids, It’s About Control Age-Gating Isn’t About Kids, It’s About Control

But young people have a First Amendment right to both speak on those topics and to access information online about them.

These proposals also fully ignore the reality that LGBTQ young people often rely on the internet for information they cannot get elsewhere.

Attacking LGBTQ+ RightsSeveral of the most prominent legal advocates behind age-verification laws have also led the crusade against LGBTQ+ equality.

When lawmakers and advocacy groups frame queer existence itself as a threat to young people, age-verification laws become ideological enforcement instead of regulatory policy.

In defending free speech, privacy, and the right of young people to access truthful information about themselves,…

2 часа назад @ eff.org
"LinkedIn Speak" was added to Kagi Translate
"LinkedIn Speak" was added to Kagi Translate "LinkedIn Speak" was added to Kagi Translate

JavaScript RequiredThis is a heavily interactive web application, and JavaScript is required.

Simple HTML interfaces are possible, but that is not what this is.

Learn more about Bluesky at bsky.social and atproto.com.

3 часа назад @ bsky.app
How We Made Payload Search 60x Faster in ClickHouse
How We Made Payload Search 60x Faster in ClickHouse How We Made Payload Search 60x Faster in ClickHouse

Our payload search was built on ClickHouse, which we chose specifically for its analytical query performance.

But as our data grew, search queries started taking 30+ seconds — and sometimes they simply timed out.

When a webhook arrives, the request, its events, and the searchable payload all share the exact same created_at value.

50 string buckets hit a sweet spot for our payload sizes — which, as it turns out, is the same number Sentry landed on independently.

This is handled by a simple conversion function:function patternKeyToRegex (key : string ) : string { const parts = key .split ( '%' ); const escaped_parts = parts .map ((part) => part .replace ( /[.

4 часа назад @ hookdeck.com
A few notes about the MacBook Neo
A few notes about the MacBook Neo A few notes about the MacBook Neo

The AuthorRiccardo MoriWriter.

Translator.

Mac consultant.

Enthusiast photographer.

• If you like what I write, please consider supporting my writing by purchasing my short stories, Minigrooves or by making a donation.

7 часов назад @ morrick.me
The Silent Struggle: Anxiety in Software Development
The Silent Struggle: Anxiety in Software Development

Comments

8 часов назад @ caio.ca
Memory Allocation Strategies
Memory Allocation Strategies Memory Allocation Strategies

Comments

8 часов назад @ gingerbill.org
Every layer of review makes you 10x slower
Every layer of review makes you 10x slower Every layer of review makes you 10x slower

Every layer of review makes you 10x slowerWe’ve all heard of those network effect laws: the value of a network goes up with the square of the number of members.

It goes back to the annoyingly true observation I started with: every layer of review is 10x slower.

The second QA team basically serves to evaluate how well the first QA team is doing; if the first QA team keeps missing defects, fire them.

The job of a code reviewer isn't to review code.

(Think of the people who first created "go fmt" and how many stupid code review comments about whitespace are gone forever.

8 часов назад @ apenwarr.ca
The Road Not Taken: A World Where IPv4 Evolved
The Road Not Taken: A World Where IPv4 Evolved The Road Not Taken: A World Where IPv4 Evolved

32‑bit IPv4 address.

If you own an IPv4 address, you automatically own the entire 96‑bit subspace beneath it.

Every IPv4 address becomes the root of a vast extended address tree.

Customers who wanted a dedicated IPv4 address could still have one — for a fee.

A user stuck on IPv4 can ask the IPv6 world for a way in.

9 часов назад @ owl.billpg.com
Jepsen: MariaDB Galera Cluster 12.1.2
Jepsen: MariaDB Galera Cluster 12.1.2

MariaDB Galera Cluster is an active-active replication system for MariaDB which allows reads and writes on every node.

In 2025 MariaDB acquired Codership Oy, bringing Galera Cluster under the MariaDB umbrella.

The Galera Cluster Usage Guide promises that “Standard SQL transactions ( START TRANSACTION , COMMIT , ROLLBACK ) work as expected.” From this one might assume that MariaDB with Galera Cluster supports the same consistency models as a single MariaDB node.

2 Test DesignWe adapted Jepsen’s existing test suite for MySQL & MariaDB to set up three-node clusters of MariaDB with Galera Cluster, running on Debian Trixie.

Infrequently, MariaDB Galera Cluster lost the effects of committed…

9 часов назад @ jepsen.io
building a software protection system from first principles
building a software protection system from first principles building a software protection system from first principles

verify_license ( & lic )) { fprintf ( stderr , " invalid license" ); return 1 ; } return app_main (); }Now a potential attacker is in a tough spot.

Let’s look at the compiled code from iteration 2:$ objdump -d -M intel app | grep -A 30 ':' 000000000000122a : 122a: 55 push rbp 122b: 48 89 e5 mov rbp,rsp 122e: 48 83 ec 10 sub rsp,0x10 1232: 89 7d fc mov DWORD PTR [rbp-0x4],edi 1235: 48 89 75 f0 mov QWORD PTR [rbp-0x10],rsi 1239: 83 7d fc 02 cmp DWORD PTR [rbp-0x4],0x2 123d: 74 2c je 126b 123f: 48 8b 45 f0 mov rax,QWORD PTR [rbp-0x10] 1243: 48 8b 10 mov rdx,QWORD PTR [rax] 1246: 48 8b 05 f3 2d 00 00 mov rax,QWORD PTR [rip+0x2df3] 124d: 48 8d 0d e3 0d 00 00 lea rcx,[rip+0xde3] 1254: 48 89 ce m…

11 часов назад @ seg6.space
I’ve added human.json to my website
I’ve added human.json to my website I’ve added human.json to my website

I’ve added human.json to my website Seth Larson @ 2026-03-14Evan Hahn recently blogged about adding support for the “ human.json protocol” to his website.

I've followed along, and added a /human.json file to my website and rel="human-json" in a element to the section of my HTML.

The script below is what I ended up with:import contextlib import pathlib import json import datetime import re import urllib import opml import urllib3 import bs4 http = urllib3 .

human_json_url = resp .

add ( human_json_url ) human_json [ "vouches" ] .

12 часов назад @ sethmlarson.dev
Techmeme Techmeme
последний пост 58 минут назад
PayPal expands access to its PYUSD stablecoin from the US and UK to 70 countries in total, including new markets in Uganda, Colombia, Peru, and Malawi (Ben Weiss/Fortune)
PayPal expands access to its PYUSD stablecoin from the US and UK to 70 countries in total, including new markets in Uganda, Colombia, Peru, and Malawi (Ben Weiss/Fortune) PayPal expands access to its PYUSD stablecoin from the US and UK to 70 countries in total, including new markets in Uganda, Colombia, Peru, and Malawi (Ben Weiss/Fortune)

Ben Weiss / Fortune:

PayPal expands access to its PYUSD stablecoin from the US and UK to 70 countries in total, including new markets in Uganda, Colombia, Peru, and Malawi — PayPal is dramatically expanding the map of countries where users can send and receive its branded stablecoin.

58 минут назад @ techmeme.com
Mastercard agrees to acquire UK-based stablecoin payments infrastructure startup BVNK for $1.8B, including $300M in contingent payments, set to close in 2026 (Reuters)
Mastercard agrees to acquire UK-based stablecoin payments infrastructure startup BVNK for $1.8B, including $300M in contingent payments, set to close in 2026 (Reuters) Mastercard agrees to acquire UK-based stablecoin payments infrastructure startup BVNK for $1.8B, including $300M in contingent payments, set to close in 2026 (Reuters)

Reuters:

Mastercard agrees to acquire UK-based stablecoin payments infrastructure startup BVNK for $1.8B, including $300M in contingent payments, set to close in 2026 — Mastercard (MA.N) said on Tuesday it would buy stablecoin payments infrastructure firm BVNK for up to $1.8 billion.

1 час назад @ techmeme.com
Enterprise AI automation startup Standard Template Labs raised a $49M seed co-led by Iconiq and CRV, a source says at a $300M post-money valuation (Natasha Mascarenhas/Bloomberg)
Enterprise AI automation startup Standard Template Labs raised a $49M seed co-led by Iconiq and CRV, a source says at a $300M post-money valuation (Natasha Mascarenhas/Bloomberg) Enterprise AI automation startup Standard Template Labs raised a $49M seed co-led by Iconiq and CRV, a source says at a $300M post-money valuation (Natasha Mascarenhas/Bloomberg)

Natasha Mascarenhas / Bloomberg:

Enterprise AI automation startup Standard Template Labs raised a $49M seed co-led by Iconiq and CRV, a source says at a $300M post-money valuation — The deal is Iconiq's first-ever startup incubation. — Standard Template Labs, founded by former Datadog Inc. President Amit Agarwal …

1 час назад @ techmeme.com
Darton Commodities: the global cobalt shortage is set to persist through 2030, after Congo limited exports in 2025; the DRC accounts for 70%+ of global supply (Annie Lee/Bloomberg)
Darton Commodities: the global cobalt shortage is set to persist through 2030, after Congo limited exports in 2025; the DRC accounts for 70%+ of global supply (Annie Lee/Bloomberg) Darton Commodities: the global cobalt shortage is set to persist through 2030, after Congo limited exports in 2025; the DRC accounts for 70%+ of global supply (Annie Lee/Bloomberg)

Annie Lee / Bloomberg:

Darton Commodities: the global cobalt shortage is set to persist through 2030, after Congo limited exports in 2025; the DRC accounts for 70%+ of global supply — A global cobalt shortage is expected to persist through the end of this decade as export restrictions from top producer Democratic Republic …

1 час назад @ techmeme.com
Agentic cybersecurity startup Surf AI, which helps teams read signals from identity, cloud, and other tools, emerges from stealth with $57M in seed and Series A (Chris Metinko/Axios)
Agentic cybersecurity startup Surf AI, which helps teams read signals from identity, cloud, and other tools, emerges from stealth with $57M in seed and Series A (Chris Metinko/Axios) Agentic cybersecurity startup Surf AI, which helps teams read signals from identity, cloud, and other tools, emerges from stealth with $57M in seed and Series A (Chris Metinko/Axios)

Chris Metinko / Axios:

Agentic cybersecurity startup Surf AI, which helps teams read signals from identity, cloud, and other tools, emerges from stealth with $57M in seed and Series A — What to read next

1 час назад @ techmeme.com
Amsterdam-based Nebius plans to raise ~$3.75B in convertible debt to fund its data center expansion and to purchase customized AI chips, after its Meta deal (Mark Bergen/Bloomberg)
Amsterdam-based Nebius plans to raise ~$3.75B in convertible debt to fund its data center expansion and to purchase customized AI chips, after its Meta deal (Mark Bergen/Bloomberg) Amsterdam-based Nebius plans to raise ~$3.75B in convertible debt to fund its data center expansion and to purchase customized AI chips, after its Meta deal (Mark Bergen/Bloomberg)

Mark Bergen / Bloomberg:

Amsterdam-based Nebius plans to raise ~$3.75B in convertible debt to fund its data center expansion and to purchase customized AI chips, after its Meta deal — Artificial intelligence data center developer Nebius Group NV said it intends to raise about $3.75 billion in convertible debt …

1 час назад @ techmeme.com
Q&A with Jensen Huang on Nvidia's CUDA core, reasoning and coding, CPUs' role in accelerated computing, Groq, China and the doomers, Nvidia's nature, and more (Ben Thompson/Stratechery)
Q&A with Jensen Huang on Nvidia's CUDA core, reasoning and coding, CPUs' role in accelerated computing, Groq, China and the doomers, Nvidia's nature, and more (Ben Thompson/Stratechery) Q&A with Jensen Huang on Nvidia's CUDA core, reasoning and coding, CPUs' role in accelerated computing, Groq, China and the doomers, Nvidia's nature, and more (Ben Thompson/Stratechery)

Ben Thompson / Stratechery:

Q&A with Jensen Huang on Nvidia's CUDA core, reasoning and coding, CPUs' role in accelerated computing, Groq, China and the doomers, Nvidia's nature, and more — This week's Stratechery Interview is running early this week, as I had the chance to speak in person with Nvidia CEO Jensen Huang …

2 часа назад @ techmeme.com
Amazon begins three-hour deliveries in ~2K US cities and towns and one-hour deliveries in hundreds of those areas, after 2025 pilots; 90K+ products are eligible (Annie Palmer/CNBC)
Amazon begins three-hour deliveries in ~2K US cities and towns and one-hour deliveries in hundreds of those areas, after 2025 pilots; 90K+ products are eligible (Annie Palmer/CNBC) Amazon begins three-hour deliveries in ~2K US cities and towns and one-hour deliveries in hundreds of those areas, after 2025 pilots; 90K+ products are eligible (Annie Palmer/CNBC)

Annie Palmer / CNBC:

Amazon begins three-hour deliveries in ~2K US cities and towns and one-hour deliveries in hundreds of those areas, after 2025 pilots; 90K+ products are eligible — Amazon said Tuesday it's starting one-hour and three-hour deliveries in parts of the U.S., as the company continues to look for ways to satisfy impatient consumers.

2 часа назад @ techmeme.com
Sources: Google is in talks with Envicool and other Chinese companies about buying data center liquid cooling equipment, amid a tight supply of such parts (Reuters)
Sources: Google is in talks with Envicool and other Chinese companies about buying data center liquid cooling equipment, amid a tight supply of such parts (Reuters) Sources: Google is in talks with Envicool and other Chinese companies about buying data center liquid cooling equipment, amid a tight supply of such parts (Reuters)

Reuters:

Sources: Google is in talks with Envicool and other Chinese companies about buying data center liquid cooling equipment, amid a tight supply of such parts — Alphabet's Google (GOOGL.O) is in talks with Envicool (002837.SZ) and other Chinese firms about buying liquid cooling equipment for data centres …

2 часа назад @ techmeme.com
Gecko Robotics secures a $71M US Navy contract to use robots to slash repair time for dated ships, as the US races to reindustrialize its aging defense systems (Samantha Subin/CNBC)
Gecko Robotics secures a $71M US Navy contract to use robots to slash repair time for dated ships, as the US races to reindustrialize its aging defense systems (Samantha Subin/CNBC) Gecko Robotics secures a $71M US Navy contract to use robots to slash repair time for dated ships, as the US races to reindustrialize its aging defense systems (Samantha Subin/CNBC)

Samantha Subin / CNBC:

Gecko Robotics secures a $71M US Navy contract to use robots to slash repair time for dated ships, as the US races to reindustrialize its aging defense systems — Gecko Robotics, a Pittsburgh-based robotics startup, on Tuesday announced a $71 million deal with the U.S. Navy to cut …

2 часа назад @ techmeme.com
Sources: KKR, Blackstone, and other investors have turned down some data center debt because of insufficient insurance against risks like natural disasters (Financial Times)
Sources: KKR, Blackstone, and other investors have turned down some data center debt because of insufficient insurance against risks like natural disasters (Financial Times) Sources: KKR, Blackstone, and other investors have turned down some data center debt because of insufficient insurance against risks like natural disasters (Financial Times)

Financial Times:

Sources: KKR, Blackstone, and other investors have turned down some data center debt because of insufficient insurance against risks like natural disasters — Lack of sufficient cover means some investors are walking away from deals — Lenders looking to fund the build-out of data centres …

3 часа назад @ techmeme.com
SK Group Chair Chey Tae-won says memory chip makers are expanding capacity but are unlikely to match demand until around 2030; basic wafer supply lags by 20%+ (Yoolim Lee/Bloomberg)
SK Group Chair Chey Tae-won says memory chip makers are expanding capacity but are unlikely to match demand until around 2030; basic wafer supply lags by 20%+ (Yoolim Lee/Bloomberg) SK Group Chair Chey Tae-won says memory chip makers are expanding capacity but are unlikely to match demand until around 2030; basic wafer supply lags by 20%+ (Yoolim Lee/Bloomberg)

Yoolim Lee / Bloomberg:

SK Group Chair Chey Tae-won says memory chip makers are expanding capacity but are unlikely to match demand until around 2030; basic wafer supply lags by 20%+ — A global shortage of memory chips is likely to persist another four to five years because of endemic constraints in semiconductor production …

3 часа назад @ techmeme.com
Q&A with Ted Sarandos on his visit to Brussels, Netflix's European investments, EU regulation, YouTube, TikTok, WBD, Trump's Susan Rice criticism, AI, and more (Carrie Budoff Brown/Politico)
Q&A with Ted Sarandos on his visit to Brussels, Netflix's European investments, EU regulation, YouTube, TikTok, WBD, Trump's Susan Rice criticism, AI, and more (Carrie Budoff Brown/Politico) Q&A with Ted Sarandos on his visit to Brussels, Netflix's European investments, EU regulation, YouTube, TikTok, WBD, Trump's Susan Rice criticism, AI, and more (Carrie Budoff Brown/Politico)

Carrie Budoff Brown / Politico:

Q&A with Ted Sarandos on his visit to Brussels, Netflix's European investments, EU regulation, YouTube, TikTok, WBD, Trump's Susan Rice criticism, AI, and more — Netflix co-CEO Ted Sarandos arrives in Brussels on Tuesday with a clear message for EU regulators ahead of a looming review …

3 часа назад @ techmeme.com
The UK plans to spend £1B+ on quantum computing research over four years, including funding companies in pharmaceuticals, financial services, and energy (Mia Dawkins/Bloomberg)
The UK plans to spend £1B+ on quantum computing research over four years, including funding companies in pharmaceuticals, financial services, and energy (Mia Dawkins/Bloomberg) The UK plans to spend £1B+ on quantum computing research over four years, including funding companies in pharmaceuticals, financial services, and energy (Mia Dawkins/Bloomberg)

Mia Dawkins / Bloomberg:

The UK plans to spend £1B+ on quantum computing research over four years, including funding companies in pharmaceuticals, financial services, and energy — The UK will spend more than £1 billion ($1.3 billion) on quantum computing research over the next four years …

3 часа назад @ techmeme.com
EU countries introduce sanctions on hacking groups, including Iran's Emennet Pasargad, which hacked magazine Charlie Hebdo in 2023, and two Chinese companies (Sam Clark/Politico)
EU countries introduce sanctions on hacking groups, including Iran's Emennet Pasargad, which hacked magazine Charlie Hebdo in 2023, and two Chinese companies (Sam Clark/Politico) EU countries introduce sanctions on hacking groups, including Iran's Emennet Pasargad, which hacked magazine Charlie Hebdo in 2023, and two Chinese companies (Sam Clark/Politico)

Sam Clark / Politico:

EU countries introduce sanctions on hacking groups, including Iran's Emennet Pasargad, which hacked magazine Charlie Hebdo in 2023, and two Chinese companies — Countries impose measures on Iranian, Chinese companies providing hacking services. — BRUSSELS — European Union countries …

3 часа назад @ techmeme.com
Techmeme Techmeme
последний пост 58 минут назад
Berlin-based Upvest, which builds trading APIs for neobanks and retail lenders, raised $90M in equity, sources say at a $735M valuation, up from ~$413M in 2024 (Arno Schütze/Bloomberg)
Berlin-based Upvest, which builds trading APIs for neobanks and retail lenders, raised $90M in equity, sources say at a $735M valuation, up from ~$413M in 2024 (Arno Schütze/Bloomberg) Berlin-based Upvest, which builds trading APIs for neobanks and retail lenders, raised $90M in equity, sources say at a $735M valuation, up from ~$413M in 2024 (Arno Schütze/Bloomberg)

Arno Schütze / Bloomberg:

Berlin-based Upvest, which builds trading APIs for neobanks and retail lenders, raised $90M in equity, sources say at a $735M valuation, up from ~$413M in 2024 — German fintech Upvest, which supplies brokerage technology to neobanks such as Revolut and to retail lenders …

4 часа назад @ techmeme.com
Samsung says it is winding down sales of its $2,899 Galaxy Z TriFold in South Korea and the US once it clears inventory, after just three months on the market (Bloomberg)
Samsung says it is winding down sales of its $2,899 Galaxy Z TriFold in South Korea and the US once it clears inventory, after just three months on the market (Bloomberg) Samsung says it is winding down sales of its $2,899 Galaxy Z TriFold in South Korea and the US once it clears inventory, after just three months on the market (Bloomberg)

Bloomberg:

Samsung says it is winding down sales of its $2,899 Galaxy Z TriFold in South Korea and the US once it clears inventory, after just three months on the market — Samsung Electronics Co. is winding down sales of its Galaxy Z TriFold smartphone after roughly three months on the market …

4 часа назад @ techmeme.com
Q&A with CEO Jim Lanzone on Yahoo being "very profitable", its new AI search engine, focusing on sports content, including original video and podcasts, and more (Nilay Patel/The Verge)
Q&A with CEO Jim Lanzone on Yahoo being "very profitable", its new AI search engine, focusing on sports content, including original video and podcasts, and more (Nilay Patel/The Verge) Q&A with CEO Jim Lanzone on Yahoo being "very profitable", its new AI search engine, focusing on sports content, including original video and podcasts, and more (Nilay Patel/The Verge)

Nilay Patel / The Verge:

Q&A with CEO Jim Lanzone on Yahoo being “very profitable”, its new AI search engine, focusing on sports content, including original video and podcasts, and more — Today, I'm talking with Jim Lanzone, who is the CEO of Yahoo. — It's basically impossible to sum up the Yahoo story …

5 часов назад @ techmeme.com
Open models will largely lose if they keep chasing closed frontier AI models; instead, open models should serve as complementary tools to closed agents (Nathan Lambert/Interconnects AI)
Open models will largely lose if they keep chasing closed frontier AI models; instead, open models should serve as complementary tools to closed agents (Nathan Lambert/Interconnects AI) Open models will largely lose if they keep chasing closed frontier AI models; instead, open models should serve as complementary tools to closed agents (Nathan Lambert/Interconnects AI)

Nathan Lambert / Interconnects AI:

Open models will largely lose if they keep chasing closed frontier AI models; instead, open models should serve as complementary tools to closed agents — Markets, capabilities, cope, and bewilderment in the industrialization of language models. — Article voiceover

7 часов назад @ techmeme.com
Nvidia says game developers have full "artistic control over DLSS 5's effects", following backlash alleging that the AI rendering tech altered source material (Tyler Wilde/PC Gamer)
Nvidia says game developers have full "artistic control over DLSS 5's effects", following backlash alleging that the AI rendering tech altered source material (Tyler Wilde/PC Gamer) Nvidia says game developers have full "artistic control over DLSS 5's effects", following backlash alleging that the AI rendering tech altered source material (Tyler Wilde/PC Gamer)

Tyler Wilde / PC Gamer:

Nvidia says game developers have full “artistic control over DLSS 5's effects”, following backlash alleging that the AI rendering tech altered source material — The first demo for Nvidia's new AI rendering technique doesn't do much to combat the perception that generative AI homogenizes artwork.

8 часов назад @ techmeme.com
Alibaba launches Wukong, an enterprise AI platform that coordinates multiple AI agents to handle complex tasks like document editing, currently in beta (Reuters)
Alibaba launches Wukong, an enterprise AI platform that coordinates multiple AI agents to handle complex tasks like document editing, currently in beta (Reuters) Alibaba launches Wukong, an enterprise AI platform that coordinates multiple AI agents to handle complex tasks like document editing, currently in beta (Reuters)

Reuters:

Alibaba launches Wukong, an enterprise AI platform that coordinates multiple AI agents to handle complex tasks like document editing, currently in beta — Alibaba Group (9988.HK) on Tuesday launched an artificial intelligence platform for enterprises targeting automation …

9 часов назад @ techmeme.com
Mistral releases Small 4, its first model to unify reasoning, multimodal, and coding capabilities of its flagship Magistral, Pixtral, and Devstral models (Mistral AI)
Mistral releases Small 4, its first model to unify reasoning, multimodal, and coding capabilities of its flagship Magistral, Pixtral, and Devstral models (Mistral AI) Mistral releases Small 4, its first model to unify reasoning, multimodal, and coding capabilities of its flagship Magistral, Pixtral, and Devstral models (Mistral AI)

Mistral AI:

Mistral releases Small 4, its first model to unify reasoning, multimodal, and coding capabilities of its flagship Magistral, Pixtral, and Devstral models — Today, we are announcing Mistral Small 4. This model is the next major release in the Mistral Small family.

10 часов назад @ techmeme.com
A reporter details harassment and death threats from gamblers trying to win a Polymarket bet if he doesn't change his report on a missile impact in Israel (Emanuel Fabian/The Times of Israel)
A reporter details harassment and death threats from gamblers trying to win a Polymarket bet if he doesn't change his report on a missile impact in Israel (Emanuel Fabian/The Times of Israel) A reporter details harassment and death threats from gamblers trying to win a Polymarket bet if he doesn't change his report on a missile impact in Israel (Emanuel Fabian/The Times of Israel)

Emanuel Fabian / The Times of Israel:

A reporter details harassment and death threats from gamblers trying to win a Polymarket bet if he doesn't change his report on a missile impact in Israel — Bettors are using death threats to try to get The Times of Israel's military correspondent to change his report on a missile impact in central Israel.

11 часов назад @ techmeme.com
Fuse, which offers AI-powered loan origination software to credit unions and other financial institutions, raised a $25M Series A (Marina Temkin/TechCrunch)
Fuse, which offers AI-powered loan origination software to credit unions and other financial institutions, raised a $25M Series A (Marina Temkin/TechCrunch) Fuse, which offers AI-powered loan origination software to credit unions and other financial institutions, raised a $25M Series A (Marina Temkin/TechCrunch)

Marina Temkin / TechCrunch:

Fuse, which offers AI-powered loan origination software to credit unions and other financial institutions, raised a $25M Series A — In 2023, after three years of building an automotive lending startup, Fuse co-founders Andres Klaric and Marc Escapa realized that LLMs could modernize something …

13 часов назад @ techmeme.com
How Disney Imagineering built an Olaf robot, set to arrive at Disneyland Paris this month, and taught it to move via reinforcement learning and simulation (Jacob Krol/TechRadar)
How Disney Imagineering built an Olaf robot, set to arrive at Disneyland Paris this month, and taught it to move via reinforcement learning and simulation (Jacob Krol/TechRadar) How Disney Imagineering built an Olaf robot, set to arrive at Disneyland Paris this month, and taught it to move via reinforcement learning and simulation (Jacob Krol/TechRadar)

Jacob Krol / TechRadar:

How Disney Imagineering built an Olaf robot, set to arrive at Disneyland Paris this month, and taught it to move via reinforcement learning and simulation — The next-gen robot arrives at Disneyland Paris this month — It's been less than five months since Walt Disney Imagineering showed off …

13 часов назад @ techmeme.com
In an all-hands meeting, Fidji Simo told OpenAI staff not to be distracted by "side quests" and said Anthropic's success should serve as a "wake-up call" (Berber Jin/Wall Street Journal)
In an all-hands meeting, Fidji Simo told OpenAI staff not to be distracted by "side quests" and said Anthropic's success should serve as a "wake-up call" (Berber Jin/Wall Street Journal) In an all-hands meeting, Fidji Simo told OpenAI staff not to be distracted by "side quests" and said Anthropic's success should serve as a "wake-up call" (Berber Jin/Wall Street Journal)

Berber Jin / Wall Street Journal:

In an all-hands meeting, Fidji Simo told OpenAI staff not to be distracted by “side quests” and said Anthropic's success should serve as a “wake-up call” — A top leader urges staff not to be distracted by ‘side quests’ as the company plans shift of resources to coding, enterprise businesses

13 часов назад @ techmeme.com
RoboForce, which is developing robotics systems to perform physically demanding industrial work, raised $52M led by YZi Labs, bringing its total funding to $67M (Duncan Riley/SiliconANGLE)
RoboForce, which is developing robotics systems to perform physically demanding industrial work, raised $52M led by YZi Labs, bringing its total funding to $67M (Duncan Riley/SiliconANGLE) RoboForce, which is developing robotics systems to perform physically demanding industrial work, raised $52M led by YZi Labs, bringing its total funding to $67M (Duncan Riley/SiliconANGLE)

Duncan Riley / SiliconANGLE:

RoboForce, which is developing robotics systems to perform physically demanding industrial work, raised $52M led by YZi Labs, bringing its total funding to $67M — Robotics startup RoboForce Inc. announced today that it has raised $52 million in new funding to accelerate …

14 часов назад @ techmeme.com
Nvidia announces the Nemotron Coalition, which includes Thinking Machines Lab, Cursor, and Mistral and will develop an open model trained on Nvidia DGX Cloud (Sebastian Moss/DatacenterDynamics)
Nvidia announces the Nemotron Coalition, which includes Thinking Machines Lab, Cursor, and Mistral and will develop an open model trained on Nvidia DGX Cloud (Sebastian Moss/DatacenterDynamics) Nvidia announces the Nemotron Coalition, which includes Thinking Machines Lab, Cursor, and Mistral and will develop an open model trained on Nvidia DGX Cloud (Sebastian Moss/DatacenterDynamics)

Sebastian Moss / DatacenterDynamics:

Nvidia announces the Nemotron Coalition, which includes Thinking Machines Lab, Cursor, and Mistral and will develop an open model trained on Nvidia DGX Cloud — Locking in open source support — Nvidia has launched an open AI model development coalition, named Nemotron, and will provide compute.

15 часов назад @ techmeme.com
Nscale acquires American Intelligence & Power, which owns a 2,250-acre data center campus in West Virginia, where it plans to build up to 8GW of compute by 2031 (Robbie Whelan/Wall Street Journal)
Nscale acquires American Intelligence & Power, which owns a 2,250-acre data center campus in West Virginia, where it plans to build up to 8GW of compute by 2031 (Robbie Whelan/Wall Street Journal) Nscale acquires American Intelligence & Power, which owns a 2,250-acre data center campus in West Virginia, where it plans to build up to 8GW of compute by 2031 (Robbie Whelan/Wall Street Journal)

Robbie Whelan / Wall Street Journal:

Nscale acquires American Intelligence & Power, which owns a 2,250-acre data center campus in West Virginia, where it plans to build up to 8GW of compute by 2031 — Cloud computing startup Nscale has acquired American Intelligence & Power, the owner of a 2,250-acre data center campus in West Virginia …

15 часов назад @ techmeme.com
Austin-based Ironlight, which is building a regulated marketplace for tokenized securities, raised a $21M Series A; its platform received FINRA approval in 2025 (Ryan Lawler/Axios)
Austin-based Ironlight, which is building a regulated marketplace for tokenized securities, raised a $21M Series A; its platform received FINRA approval in 2025 (Ryan Lawler/Axios) Austin-based Ironlight, which is building a regulated marketplace for tokenized securities, raised a $21M Series A; its platform received FINRA approval in 2025 (Ryan Lawler/Axios)

Ryan Lawler / Axios:

Austin-based Ironlight, which is building a regulated marketplace for tokenized securities, raised a $21M Series A; its platform received FINRA approval in 2025 — Ironlight, which is building a regulated marketplace for tokenized securities, raised $21 million in Series A funding …

15 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 11 часов назад
alibaba/page-agent
alibaba/page-agent alibaba/page-agent

Control web interfaces with natural language.

🌐 English | 中文🚀 Demo | 📖 Docs | 📢 HN Discussion | 𝕏 Follow on Xpage-agent-demo-0227.mp4✨ Features🎯 Easy integration No need for browser extension / python / headless browser .

Accessibility — Make any web app accessible through natural language.

— Make any web app accessible through natural language.

Mirrors URL Global https://cdn.jsdelivr.net/npm/[email protected]/dist/iife/page-agent.demo.js China https://registry.npmmirror.com/page-agent/1.5.8/files/dist/iife/page-agent.demo.jsNPM Installationnpm install page-agentimport { PageAgent } from 'page-agent' const agent = new PageAgent ( { model : 'qwen3.5-plus' , baseURL : 'https://dashscope.aliyun…

11 часов назад @ github.com
vectorize-io/hindsight
vectorize-io/hindsight vectorize-io/hindsight

Memory Performance & AccuracyHindsight is the most accurate agent memory system ever tested according to benchmark performance.

Docker (external PostgreSQL)export OPENAI_API_KEY=sk-xxx export HINDSIGHT_DB_PASSWORD=choose-a-password cd docker/docker-compose docker compose upClientpip install hindsight-client -U # or npm install @vectorize-io/hindsight-clientPythonfrom hindsight_client import Hindsight client = Hindsight ( base_url = "http://localhost:8888" ) # Retain: Store information client .

from hindsight_client import Hindsight client = Hindsight ( base_url = "http://localhost:8888" ) # Simple client .

from hindsight_client import Hindsight client = Hindsight ( base_url = "http://localh…

11 часов назад @ github.com
pbakaus/impeccable
pbakaus/impeccable pbakaus/impeccable

1 skill, 20 commands, and curated anti-patterns for impeccable frontend design.

Quick start: Visit impeccable.style to download ready-to-use bundles.

Anthropic created frontend-design, a skill that guides Claude toward better UI design.

Without guidance, you get the same predictable mistakes: Inter font, purple gradients, cards nested in cards, gray text on colored backgrounds.

InstallationOption 1: Download from Website (Recommended)Visit impeccable.style, download the ZIP for your tool, and extract to your project.

11 часов назад @ github.com
AstrBotDevs/AstrBot
AstrBotDevs/AstrBot AstrBotDevs/AstrBot

AstrBot is an open-source all-in-one Agent chatbot platform that integrates with mainstream instant messaging apps.

✨ AI LLM Conversations, Multimodal, Agent, MCP, Skills, Knowledge Base, Persona Settings, Auto Context Compression.

Update astrbot :uv tool upgrade astrbotDocker DeploymentFor users familiar with containers and looking for a more stable, production-ready deployment method, we recommend deploying AstrBot with Docker / Docker Compose.

Launcher DeploymentFor desktop users who also want fast deployment and isolated multi-instance usage, we recommend AstrBot Launcher.

Platform Maintainer QQ Official OneBot v11 protocol implementation Official Telegram Official Wecom & Wecom AI Bot …

1 day, 11 hours назад @ github.com
volcengine/OpenViking
volcengine/OpenViking volcengine/OpenViking

Limited Memory Iteration: Current memory is just a record of user interactions, lacking Agent-related task memory.

The OpenViking SolutionOpenViking is an open-source Context Database designed specifically for AI Agents.

│ └── memories/ │ ├── preferences/ │ │ ├── writing_style │ │ └── coding_habits │ └── ... └── agent/ # Agent: skills, instructions, task memories, etc.

The system will asynchronously analyze task execution results and user feedback, and automatically update them to the User and Agent memory directories.

Let's work together to define and build the future of AI Agent context management.

2 days, 10 hours назад @ github.com
lightpanda-io/browser
lightpanda-io/browser lightpanda-io/browser

For Linuxcurl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \ chmod a+x ./lightpandaFor MacOScurl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \ chmod a+x ./lightpandaFor Windows + WSL2The Lightpanda browser is compatible to run on windows inside WSL.

const browser = await puppeteer .

const context = await browser .

await page .

./wpt serveRun a Lightpanda browserzig build run -- --insecure_disable_tls_host_verificationThen you can start the wptrunner from the Demo's clone dir:cd wptrunner && go run .

2 days, 10 hours назад @ github.com
fishaudio/fish-speech
fishaudio/fish-speech fishaudio/fish-speech

Important License NoticeThis codebase and its associated model weights are released under FISH AUDIO RESEARCH LICENSE.

Quick StartFor HumanHere are the official documents for Fish Audio S2, follow the instructions to get started easily.

For LLM AgentInstall and configure Fish-Audio S2 by following the instructions here: https://speech.fish.audio/install/Fish Audio S2Best text-to-speech system among both open source and closed sourceFish Audio S2 is the latest model developed by Fish Audio.

The list is constantly expanding, check Fish Audio for the latest releases.

Rapid Voice CloningFish Audio S2 supports accurate voice cloning using a short reference sample (typically 10–30 seconds).

3 days, 11 hours назад @ github.com
Q00/ouroboros
Q00/ouroboros Q00/ouroboros

A Claude Code plugin that turns vague ideas into validated specs — before AI writes a single line of code.

Quick StartStep 1 — Install the plugin (in your terminal):claude plugin marketplace add Q00/ouroboros claude plugin install ouroboros@ouroborosStep 2 — Run setup (inside a Claude Code session):# Start Claude Code, then type: ooo setupooo commands are Claude Code skills — they run inside a Claude Code session, not in your terminal.

→ Reflect → next generation"This is where the Ouroboros eats its tail: the output of evaluation becomes the input for the next generation's seed specification."

— reflect.pyConvergence is reached when ontology similarity ≥ 0.95 — when the system has questione…

3 days, 11 hours назад @ github.com
promptfoo/promptfoo
promptfoo/promptfoo promptfoo/promptfoo

Promptfoo: LLM evals & red teamingpromptfoo is a CLI and library for evaluating and red-teaming LLM apps.

Stop the trial-and-error approach - start shipping secure, reliable AI apps.

Website · Getting Started · Red Teaming · Documentation · DiscordQuick Startnpm install -g promptfoo promptfoo init --example getting-startedAlso available via brew install promptfoo and pip install promptfoo .

You can also use npx promptfoo@latest to run any command without installing.

Set yours as an environment variable:export OPENAI_API_KEY=sk-abc123Once you're in the example directory, run an eval and view results:cd getting-started promptfoo eval promptfoo viewSee Getting Started (evals) or Red Teaming (v…

4 days, 11 hours назад @ github.com
666ghj/BettaFish
666ghj/BettaFish 666ghj/BettaFish

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

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

5 days, 10 hours назад @ github.com
shanraisshan/claude-code-best-practice
shanraisshan/claude-code-best-practice shanraisshan/claude-code-best-practice

practice makes claude perfectClick on this badge to show the latest best practiceClick on this badge to show implementation in this repoClick on this badge to see the Command → Agent → Skill orchestration workflowBoris Cherny on X (tweet 1 · tweet 2 · tweet 3)CONCEPTS🔥 HotSee orchestration-workflow for implementation details of Command → Agent → Skill pattern.

claude /weather-orchestratorComponent Role Example Command Entry point, user interaction /weather-orchestrator Agent Fetches data with preloaded skill (agent skill) weather-agent with weather-fetcher Skill Creates output independently (skill) weather-svg-creatorDEVELOPMENT WORKFLOWS🔥 HotOthersTIPS AND TRICKS■ Planning (2)always start …

5 days, 10 hours назад @ github.com
TheCraigHewitt/seomachine
TheCraigHewitt/seomachine TheCraigHewitt/seomachine

SEO MachineA specialized Claude Code workspace for creating long-form, SEO-optimized blog content for any business.

This system helps you research, write, analyze, and optimize content that ranks well and serves your target audience.

Start with Research/research [topic]What it does:Performs keyword researchAnalyzes top 10 competitorsIdentifies content gapsCreates comprehensive research briefSaves to /research/ directoryExample:/research content marketing strategies for B2B SaaS2.

Originally developed for Castos, now available as an open-source tool for any business to streamline long-form SEO content creation.

Configure your context files (use the templates as your guide) Run /research [you…

5 days, 10 hours назад @ github.com
virattt/ai-hedge-fund
virattt/ai-hedge-fund virattt/ai-hedge-fund

AI Hedge FundThis is a proof of concept for an AI-powered hedge fund.

Table of ContentsHow to InstallBefore you can run the AI Hedge Fund, you'll need to install it and set up your API keys.

How to Run⌨️ Command Line InterfaceYou can run the AI Hedge Fund directly via terminal.

Quick StartInstall Poetry (if not already installed):curl -sSL https://install.python-poetry.org | python3 -Install dependencies:poetry installRun the AI Hedge Fundpoetry run python src/main.py --ticker AAPL,MSFT,NVDAYou can also specify a --ollama flag to run the AI hedge fund using local LLMs.

🖥️ Web ApplicationThe new way to run the AI Hedge Fund is through our web application that provides a user-friendly interfa…

5 days, 10 hours назад @ github.com
inclusionAI/AReaL
inclusionAI/AReaL inclusionAI/AReaL

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

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

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

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

Furthermore, asynchronous RL significantly simplifies multi-t…

6 days, 10 hours назад @ github.com
ItzCrazyKns/Vane
ItzCrazyKns/Vane ItzCrazyKns/Vane

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

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

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

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

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

6 days, 10 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 2 часа назад
Amazon Owes New York City Almost $10 Million in Vehicle Idling Fines: Report
Amazon Owes New York City Almost $10 Million in Vehicle Idling Fines: Report Amazon Owes New York City Almost $10 Million in Vehicle Idling Fines: Report

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

2 часа назад @ reddit.com
Gen Z is outsourcing hard conversations to AI. Why it matters
Gen Z is outsourcing hard conversations to AI. Why it matters Gen Z is outsourcing hard conversations to AI. Why it matters

submitted by /u/Abject-Pick-6472 [link] [comments]

3 часа назад @ reddit.com
Bombshell investigation reveals recordings of rape victims handed to abusers / Australia
Bombshell investigation reveals recordings of rape victims handed to abusers / Australia Bombshell investigation reveals recordings of rape victims handed to abusers / Australia

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

6 часов назад @ reddit.com
Elizabeth Warren asks Meta, Amazon, and others why they're laying workers off despite tax perks
Elizabeth Warren asks Meta, Amazon, and others why they're laying workers off despite tax perks Elizabeth Warren asks Meta, Amazon, and others why they're laying workers off despite tax perks

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

6 часов назад @ reddit.com
Peter Thiel is actively convincing billionaires to abandon The Giving Pledge — and it may be working
Peter Thiel is actively convincing billionaires to abandon The Giving Pledge — and it may be working Peter Thiel is actively convincing billionaires to abandon The Giving Pledge — and it may be working

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

6 часов назад @ reddit.com
Court tells Subnautica 2 publisher Krafton to reinstate fired CEO Ted Gill and let him handle its Early Access release | Krafton terminated the game leads’ contracts “without valid cause”, a judge has ruled
Court tells Subnautica 2 publisher Krafton to reinstate fired CEO Ted Gill and let him handle its Early Access release | Krafton terminated the game leads’ contracts “without valid cause”, a judge has ruled Court tells Subnautica 2 publisher Krafton to reinstate fired CEO Ted Gill and let him handle its Early Access release | Krafton terminated the game leads’ contracts “without valid cause”, a judge has ruled

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

7 часов назад @ reddit.com
AI finally delivers those elusive productivity gains... for cybercriminals
AI finally delivers those elusive productivity gains... for cybercriminals AI finally delivers those elusive productivity gains... for cybercriminals

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

8 часов назад @ reddit.com
Replacing 1m petrol cars with EVs could cut Australia’s reliance on foreign fuel by 1bn litres a year
Replacing 1m petrol cars with EVs could cut Australia’s reliance on foreign fuel by 1bn litres a year Replacing 1m petrol cars with EVs could cut Australia’s reliance on foreign fuel by 1bn litres a year

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

10 часов назад @ reddit.com
Unsealed Court Documents Reveal Meta Staff Flagged 7.5 Million Annual Child Abuse Reports That Would Vanish After Messenger Encryption | IBTimes UK
Unsealed Court Documents Reveal Meta Staff Flagged 7.5 Million Annual Child Abuse Reports That Would Vanish After Messenger Encryption | IBTimes UK Unsealed Court Documents Reveal Meta Staff Flagged 7.5 Million Annual Child Abuse Reports That Would Vanish After Messenger Encryption | IBTimes UK

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

12 часов назад @ reddit.com
Encyclopedia Britannica is suing OpenAI for allegedly ‘memorizing’ its content with ChatGPT
Encyclopedia Britannica is suing OpenAI for allegedly ‘memorizing’ its content with ChatGPT Encyclopedia Britannica is suing OpenAI for allegedly ‘memorizing’ its content with ChatGPT

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

14 часов назад @ reddit.com
‘Bone-Chilling’: Gamblers ‘Vowing to Kill’ Journalist Unless He Changes Iran War Report to Help Them Win Polymarket Bet — “After you make us lose $900,000, we will invest no less than that to finish you.”
‘Bone-Chilling’: Gamblers ‘Vowing to Kill’ Journalist Unless He Changes Iran War Report to Help Them Win Polymarket Bet — “After you make us lose $900,000, we will invest no less than that to finish you.” ‘Bone-Chilling’: Gamblers ‘Vowing to Kill’ Journalist Unless He Changes Iran War Report to Help Them Win Polymarket Bet — “After you make us lose $900,000, we will invest no less than that to finish you.”

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

15 часов назад @ reddit.com
As 'manfluencers' use smart glasses to secretly record women, Louisiana eyes privacy law
As 'manfluencers' use smart glasses to secretly record women, Louisiana eyes privacy law As 'manfluencers' use smart glasses to secretly record women, Louisiana eyes privacy law

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

15 часов назад @ reddit.com
Saudi Arabia Buys Another 5 Percent Of Capcom As Resident Evil Requiem Sells 6 Million Copies | The country continues snatching up gaming assets
Saudi Arabia Buys Another 5 Percent Of Capcom As Resident Evil Requiem Sells 6 Million Copies | The country continues snatching up gaming assets Saudi Arabia Buys Another 5 Percent Of Capcom As Resident Evil Requiem Sells 6 Million Copies | The country continues snatching up gaming assets

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

15 часов назад @ reddit.com
Federal judge blocks RFK Jr.'s changes to childhood vaccine schedule
Federal judge blocks RFK Jr.'s changes to childhood vaccine schedule Federal judge blocks RFK Jr.'s changes to childhood vaccine schedule

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

16 часов назад @ reddit.com
Benjamin Netanyahu is struggling to prove he’s not an AI clone
Benjamin Netanyahu is struggling to prove he’s not an AI clone Benjamin Netanyahu is struggling to prove he’s not an AI clone

submitted by /u/tylerthe-theatre [link] [comments]

16 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 7 часов назад
- YouTube
- YouTube - YouTube

via Daring Fireball https://ift.tt/uWCiFgN

7 часов назад @ youtube.com
The 100 hour gap between a vibecoded prototype and a working product
The 100 hour gap between a vibecoded prototype and a working product The 100 hour gap between a vibecoded prototype and a working product

The app would be simple - you pick a dino, the app takes your pfp and creates a dino styled as your pfp.

I had the high-level vision in my head and I knew how to build things "by the book".

In the first hour I had my working prototype.

Then I figured out I could simplify the UI way further so asked to rebuild it completely.

Doesn't show all users and all txs because some people used the old app that wasn't tied to this dashboard.

7 часов назад @ kanfa.macbudkowski.com
The two worlds of programming: why developers who make the same observations about LLMs come to opposite conclusions
The two worlds of programming: why developers who make the same observations about LLMs come to opposite conclusions The two worlds of programming: why developers who make the same observations about LLMs come to opposite conclusions

The two worlds of programming: why developers who make the same observations about LLMs come to opposite conclusions“Why are you being so difficult?

When I was studying my Masters in Interactive Media back in 2000, us interactive media students used to hang out there a lot.

We were people who had only experienced the web, web development and design, and interactive media as this powerful new thing that held endless possibilities.

Two groups within the field of software development look at the same dynamic, the same behaviours, and the same features, but come to diametrically opposite conclusions.

Equally, most of the people who today are the most vocal about the benefits of LLM-coding were …

7 часов назад @ baldurbjarnason.com
How Can Governments Pay Open Source Maintainers? – Terence Eden’s Blog
How Can Governments Pay Open Source Maintainers? – Terence Eden’s Blog How Can Governments Pay Open Source Maintainers? – Terence Eden’s Blog

When I worked for the UK Government I was once asked if we could find a way to pay for all the Open Source Software we were using.

What about the Open Source that UK Government uses?

Open Source is facing a crisis.

Open Source has a brilliant culture of allowing multiple (often anonymous) contributors.

It isn't impossible to get Governments to spend on Open Source.

7 часов назад @ shkspr.mobi
Recordly - Open-source app for incredible screen recordings.
Recordly - Open-source app for incredible screen recordings. Recordly - Open-source app for incredible screen recordings.

Create auto-playing videos that loop foreverMake GIF loops that look like they never end with animations connecting the last cursor position together with the initial position.

Perfect for videos/GIFs that autoplay.

7 часов назад @ recordly.dev
The 49MB Web Page | thatshubham
The 49MB Web Page | thatshubham The 49MB Web Page | thatshubham

To truly wrap your head around the phenomenon of a 49 MB web page, let's quickly travel back a few decades.

With this page load, you would be leaping ahead of the size of Windows 95 (28 floppy disks).

The OS that ran the world fits perfectly inside a single modern page load.

The problem is that upon page load, users are greeted by what I call Z-Index Warfare.

Here is a teardown of a standard page load of Economic Times.

7 часов назад @ thatshubham.com
US Job Market Visualizer
US Job Market Visualizer

US Job Market Visualizer GitHubThis is a research tool that visualizes 342 occupations from the Bureau of Labor Statistics Occupational Outlook Handbook, covering 143M jobs across the US economy.

Color shows the selected metric — toggle between BLS projected growth outlook, median pay, education requirements, and AI exposure.

The "Digital AI Exposure" option is one example — it estimates how much current AI (which is primarily digital) will reshape each occupation.

View the Digital AI Exposure scoring prompt (example) You are an expert analyst evaluating how exposed different occupations are to AI.

Rate the occupation's overall AI Exposure on a scale from 0 to 10.

7 часов назад @ karpathy.ai
My Journey to a reliable and enjoyable locally hosted voice assistant - Configuration / Voice Assistant - Home Assistant Community
My Journey to a reliable and enjoyable locally hosted voice assistant - Configuration / Voice Assistant - Home Assistant Community My Journey to a reliable and enjoyable locally hosted voice assistant - Configuration / Voice Assistant - Home Assistant Community

Solving Some Problems ManuallyNOTE: Not sure if a recent Home Assistant or Music Assistant update improved things, but the LLM is now able to naturally search and play music without the automation.

I started by getting music assistant setup.

That is when I realized the power of the sentence automation trigger and the beauty of music assistant.

I create an automation that triggers on Play {music} .

The goal has been met though, overall we have a more enjoyable voice assistant that runs locally without privacy concerns, and our core tasks are handled reliably.

7 часов назад @ community.home-assistant.io
Gamblers trying to win a bet on Polymarket are vowing to kill me if I don't rewrite an Iran missile story | The Times of Israel
Gamblers trying to win a bet on Polymarket are vowing to kill me if I don't rewrite an Iran missile story | The Times of Israel

People are betting million dollar sums on prediction markets and are threatening and/or bribing journalists in an attempt to make the results come out so they will win.

7 часов назад @ timesofisrael.com
Stop Sloppypasta: Don't paste raw LLM output at people
Stop Sloppypasta: Don't paste raw LLM output at people

Redirecting…If automatic language detection does not run, continue with the default English version or choose one of the available locales below.

Continue in English

7 часов назад @ stopsloppypasta.ai
www.terrygodier.com
www.terrygodier.com www.terrygodier.com

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

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

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

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

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

7 часов назад @ terrygodier.com
The most brilliant move in corporate history? – Asymco
The most brilliant move in corporate history? – Asymco The most brilliant move in corporate history? – Asymco

It’s either the dumbest or the most brilliant move in corporate history.

Amazon is spending $200 billion this year on AI data centers.

Curiously, it believes that its cash flow belongs to its shareholders, not to Nvidia’s.

Amazon is projected to go negative free cash flow this year with as much as $28 billion in the red.

Alphabet’s free cash flow is expected to collapse 90% from $73 billion to $8 billion.

7 часов назад @ asymco.com
How I write software with LLMs - Stavros' Stuff
How I write software with LLMs - Stavros' Stuff How I write software with LLMs - Stavros' Stuff

I also tend to write the skill files by hand, as I find it doesn’t really help if you ask the LLM to write a skill.

A real sessionHere’s an annotated transcript from a real session where I add email support to Stavrobot.

Allowlist UI — new "Email allowlist" section in the settings page; validates email format (not E.164) 5.

Allowlist — Add email: string[] to the Allowlist interface, update validateAllowlist, loadAllowlist (owner email auto-seed), getAllowlist, isInAllowlist, getOwnerIdentities.

Settings UI + backend validation — accept *@domain.com as a valid email allowlist entry.

7 часов назад @ stavros.io
Lies I was Told About Collaborative Editing, Part 2: Why we don't use Yjs / Moment devlog
Lies I was Told About Collaborative Editing, Part 2: Why we don't use Yjs / Moment devlog Lies I was Told About Collaborative Editing, Part 2: Why we don't use Yjs / Moment devlog

In part 1 of this series, we found that users generally view the most popular collaborative text editing algorithms (including the most popular library, Yjs) as silently corrupting their documents when the algorithms resolve direct editing conflicts.

We recommend a less-well-known alternative to Yjs because it is uniformly better on every axis except truly-masterless peer-to-peer editing.

As I mentioned before, Yjs does not have this ability at all: every collaborative keystroke deletes and recreates the whole document from scratch.

Yjs does not have a specific impact on this, aside from the fact that it’s obviously more expensive to reconstruct the entire EditorView from scratch on every k…

7 часов назад @ moment.dev
Void
Void Void

Your Code is Your InfraVoid scans your source code, detects what you use, and automatically provisions every resource.

No config files.

No dashboard clicks.

Locally and in the cloud.

1 day, 7 hours назад @ void.cloud
Changelog Changelog
последний пост 5 days, 17 hours назад
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!

5 days, 17 hours назад @ 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.

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

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

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

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

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

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

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

2 weeks, 3 days назад @ changelog.com
The mythical agent-month
The mythical agent-month The mythical agent-month

Changelog News!

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

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

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

3 weeks, 4 days назад @ changelog.com
All the Claw things
All the Claw things All the Claw things

Changelog News!

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

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

4 weeks назад @ changelog.com
Han shot first
Han shot first Han shot first

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

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

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

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

1 month назад @ 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 назад @ changelog.com
Vouch for an open source web of trust
Vouch for an open source web of trust Vouch for an open source web of trust

Changelog News!

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

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

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

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

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

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

At an unbeatable price.

1 month, 1 week назад @ 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, 1 week назад @ 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, 1 week назад @ 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, 2 weeks назад @ changelog.com
Securing npm is table stakes
Securing npm is table stakes Securing npm is table stakes

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

At an unbeatable price.

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

Squarespace – A website makes it real!

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

1 month, 2 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 1 час назад
I tried ML4W and got a super-customized Hyprland desktop in minutes - it's easy
I tried ML4W and got a super-customized Hyprland desktop in minutes - it's easy I tried ML4W and got a super-customized Hyprland desktop in minutes - it's easy

Hyprland dotfiles are configuration files that are used to customize the Hyprland desktop environment.

The Hyprland Variables tool makes customizing the desktop considerably easier.

There's a right way and a wrong way to use DistrowatchML4W and the Hyprland Variables tool are a great way to introduce you to both Hyprland and its many customizations.

ML4W includes a pair of tools that help simplify the experience; those tools are the aforementioned variables tool and the ML4W Settings tool.

Jack Wallen/ZDNETAfter less than a minute, I had a custom Hyprland desktop without touching a text file.

1 час назад @ zdnet.com
Best early Amazon Spring Sale TV deals 2026: Save big on Samsung, TCL, and more
Best early Amazon Spring Sale TV deals 2026: Save big on Samsung, TCL, and more

Amazon's Big Spring Sale 2026 is almost here, and you can already find great discounts on TVs from Samsung, TCL, and more to revamp your living room or home theater.

2 часа назад @ zdnet.com
I found 20+ tiny gadgets that can handle big tasks (and they're under $50)
I found 20+ tiny gadgets that can handle big tasks (and they're under $50) I found 20+ tiny gadgets that can handle big tasks (and they're under $50)

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.

3 часа назад @ zdnet.com
Best early Amazon Spring Sale phone deals 2026: 20 sales out now
Best early Amazon Spring Sale phone deals 2026: 20 sales out now Best early Amazon Spring Sale phone deals 2026: 20 sales out now

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.

3 часа назад @ zdnet.com
The best business desktops of 2026: Expert tested and reviewed
The best business desktops of 2026: Expert tested and reviewed The best business desktops of 2026: Expert tested and reviewed

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

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

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

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

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

4 часа назад @ zdnet.com
Best Costco deals to compete with Amazon's Big Spring Sale 2026
Best Costco deals to compete with Amazon's Big Spring Sale 2026

Forget Amazon. These Costco deals will help you save substantially on everything from household goods to Apple devices.

4 часа назад @ zdnet.com
Nvidia's 'ChatGPT moment' for self-driving cars, and other key AI announcements at GTC 2026
Nvidia's 'ChatGPT moment' for self-driving cars, and other key AI announcements at GTC 2026 Nvidia's 'ChatGPT moment' for self-driving cars, and other key AI announcements at GTC 2026

At GTC, Nvidia made several investments in the technology, ranging from new models to support for the data that makes or breaks physical AI systems.

Edge AI and space computingNvidia is also working with T-Mobile and Nokia to speed up physical AI using AI radio access network (AI-RAN) infrastructure in remote locations.

Nvidia's partnership uses T-Mobile's existing infrastructure to support that for the development of physical AI.

To accompany its focus on physical AI, Nvidia also announced its Physical AI Data Factory Blueprint, an "open reference architecture that unifies and automates how training data is generated, augmented and evaluated, reducing the costs, time and complexity of trai…

15 часов назад @ zdnet.com
Paramount+ just dropped to $2.99 a month - here's how to sign up
Paramount+ just dropped to $2.99 a month - here's how to sign up

Get your first two months of Paramount+ for under $3 a month with this deal, so you can catch up on Landman, South Park, and Star Trek: Strange New Worlds.

16 часов назад @ zdnet.com
Mesh vs. traditional Wi-Fi router: I tested both options for months, and here's my advice
Mesh vs. traditional Wi-Fi router: I tested both options for months, and here's my advice

Do you need one access point or full-home coverage? Here's what a networking expert suggests after testing both in the long term.

17 часов назад @ zdnet.com
Nvidia wants to own your AI data center from end to end
Nvidia wants to own your AI data center from end to end Nvidia wants to own your AI data center from end to end

Nvidia argues that AI economics are better when all the parts are from Nvidia.

The image Nvidia suggested to the media for its GTC conference in San Jose, Calif., this week is a line of 40 rectangles representing data center server racks of various kinds.

The implicit message of the imposing wall of racks is that Nvidia, if it doesn't already, will ultimately own all processing in the data center, from one end to the other.

He said the Vera CPU rack can be one and a half times faster on single-threaded CPU tasks versus existing x86 CPUs.

The new data storage rack, explained Buck, is "a high-bandwidth shared layer optimized for storing and retrieving the massive key-value cache data generate…

17 часов назад @ zdnet.com
Nvidia bets on OpenClaw, but adds a security layer - how NemoClaw works
Nvidia bets on OpenClaw, but adds a security layer - how NemoClaw works Nvidia bets on OpenClaw, but adds a security layer - how NemoClaw works

ZDNET's key takeawaysNvidia's NemoClaw aims to make OpenClaw agents more secure.

OpenClaw agents are highly capable, but come with risks.

The company is full steam ahead on AI agents -- and it's hoping its latest release can fix OpenClaw's security problem.

Nvidia said NemoClaw can optimize OpenClaw for privacy and security using Nvidia's Agent Toolkit, an open-source library for managing teams of AI agents.

Enterprises can create and deploy AI agents via cloud providers like AWS, Google Cloud, and Microsoft Azure, among others.

17 часов назад @ zdnet.com
Earn 5% in rewards on phones, devices, and accessories with the T-Mobile Visa
Earn 5% in rewards on phones, devices, and accessories with the T-Mobile Visa

T-Mobile's credit card offering can save you money on your monthly bill, and gets you deals on dining, travel, and more.

17 часов назад @ zdnet.com
MacBook Neo vs. iPad Air: How I'm deciding between Apple's $599 computing devices
MacBook Neo vs. iPad Air: How I'm deciding between Apple's $599 computing devices MacBook Neo vs. iPad Air: How I'm deciding between Apple's $599 computing devices

With the introduction of the new MacBook Neo, Apple has added a new entry-level option to its lineup.

Also: After using MacBook Neo, it's clear Windows needs to rethink its PC strategy (and fast)But all that has changed.

The new MacBook Neo starts at $599 -- the same price as the latest affordable iPad Air M4 with 128GB of storage, bringing the MacBook experience to an accessible price point.

You want the more price-efficient optionBoth the MacBook Neo and iPad Pro start at $599, but the Neo is a little more cost-effective.

If the iPad Air M4 is a high-performing niche device, the Neo is more entry-level but also more versatile.

17 часов назад @ zdnet.com
These $70 headphones are the reason why I take budget options more seriously now
These $70 headphones are the reason why I take budget options more seriously now These $70 headphones are the reason why I take budget options more seriously now

CMF Headphone Pro ZDNET's key takeaways The CMF Headphone Pro are available in three colors for $100, and are often discounted to around $70They deliver a great audio, design, and noise cancellation experience for their pricePeople looking for more premium accessories and performance should look elsewhere.

The CMF Headphone Pro are no different.

An exciting, fun vibeThe best part about the CMF Headphone Pro is their design.

The CMF Headphone Pro features custom 40mm drivers and supports high-res audio via the LDAC codec on compatible devices.

If you are in the market for a pair of headphones under $80, the CMF Headphone Pro are hard to beat.

18 часов назад @ zdnet.com
Own a Samsung phone? I changed 10 settings to greatly improve its performance
Own a Samsung phone? I changed 10 settings to greatly improve its performance Own a Samsung phone? I changed 10 settings to greatly improve its performance

Switch to gesture navigationUnless you are setting up your new Samsung Galaxy phone from an older model, it defaults to the older three-button navigation system.

You need to go to Settings > Display > Screen resolution to get the best available display experience.

Adjust lock screen notificationsPrakhar Khanna/ZDNETOne UI 7 has changed how notifications appear on your lock screen.

To change this, you can go to Settings > Notifications > Lock screen notifications > Cards.

Sign in or sign up for a Samsung accountI juggle between different phones but keep coming back to Samsung phones for One UI.

18 часов назад @ zdnet.com
TechCrunch TechCrunch
последний пост 43 минуты назад
H&M wants to make clothing from CO2 using this startup’s tech
H&M wants to make clothing from CO2 using this startup’s tech

Rubi has developed an enzymatic process to turn carbon dioxide into cellulose that's ready to be spun into lyocell or viscose.

43 минуты назад @ techcrunch.com
Niv-AI exits stealth to wring more power performance out of GPUs
Niv-AI exits stealth to wring more power performance out of GPUs

The company raised $12 million in seed funding to measure and manage GPU power surges.

43 минуты назад @ techcrunch.com
Gamma adds AI image generation tools in bid to take on Canva and Adobe
Gamma adds AI image generation tools in bid to take on Canva and Adobe

The company's new product, called Gamma Imagine, will let users employ text prompts to create brand-specific assets like interactive charts and visualizations, marketing collateral, social graphics, and infographics.

43 минуты назад @ techcrunch.com
Amazon adds 1-hour and 3-hour delivery options in the US
Amazon adds 1-hour and 3-hour delivery options in the US

Amazon Prime subscribers will be charged $9.99 for one-hour delivery and $4.99 for three-hour delivery. If you don't have a Prime subscription, you'll pay $19.99 for one-hour delivery and $14.99 for three-hour delivery.

2 часа назад @ techcrunch.com
Gecko Robotics lands the largest U.S. Navy robotics deal yet
Gecko Robotics lands the largest U.S. Navy robotics deal yet

Gecko Robotics inked a five-year deal to help the U.S. Navy monitor and predict needed maintenance on its fleet of ships.

3 часа назад @ techcrunch.com
Picsart now allows creators to ‘hire’ AI assistants through agent marketplace
Picsart now allows creators to ‘hire’ AI assistants through agent marketplace

Picsart's AI agent marketplace will launch with four agents, then add more agents each week.

9 часов назад @ techcrunch.com
SEC eyes shift to twice-yearly earnings reports
SEC eyes shift to twice-yearly earnings reports

The SEC is working on a proposal to allow public companies to release earnings reports twice a year instead of quarterly, per the WSJ.

13 часов назад @ techcrunch.com
Nvidia’s version of OpenClaw could solve its biggest problem: security
Nvidia’s version of OpenClaw could solve its biggest problem: security

Nvidia announced an open enterprise AI agent platform, called NemoClaw, that is built off of viral OpenClaw.

14 часов назад @ techcrunch.com
Jensen just put Nvidia’s Blackwell and Vera Rubin sales projections into the $1 trillion stratosphere
Jensen just put Nvidia’s Blackwell and Vera Rubin sales projections into the $1 trillion stratosphere

Nvidia CEO Jensen Huang said he expects $1 trillion worth of orders for the chips.

16 часов назад @ techcrunch.com
Warren presses Pentagon over decision to grant xAI access to classified networks
Warren presses Pentagon over decision to grant xAI access to classified networks

Sen. Elizabeth Warren noted that Grok, xAI's controversial chatbot, has created harmful outputs for users and poses a potential national security risk.

16 часов назад @ techcrunch.com
Memories AI is building the visual memory layer for wearables and robotics
Memories AI is building the visual memory layer for wearables and robotics

Memories.ai is building a large visual memory model that can index and retrieve video-recorded memories for physical AI.

17 часов назад @ techcrunch.com
Samsung bets this island startup can tame the grid with software and batteries
Samsung bets this island startup can tame the grid with software and batteries

Grid Beyond's hardware and software coordinates several gigawatts of supply and demand to help balance the flow of electricity on the grid. The idea has attracted investors like Samsung Ventures.

17 часов назад @ techcrunch.com
Apple acquires video editing software company MotionVFX
Apple acquires video editing software company MotionVFX

The move could help Apple better compete with Adobe Premiere Pro and the Adobe Creative Cloud suite.

18 часов назад @ techcrunch.com
Elon Musk’s xAI faces child porn lawsuit from minors Grok allegedly undressed
Elon Musk’s xAI faces child porn lawsuit from minors Grok allegedly undressed

The three plaintiffs are seeking to represent anyone who had real images of them as a minor altered into sexual content by Grok.

18 часов назад @ techcrunch.com
Nvidia’s DLSS 5 uses generative AI to boost photorealism in video games, with ambitions beyond gaming
Nvidia’s DLSS 5 uses generative AI to boost photorealism in video games, with ambitions beyond gaming

Nvidia’s new DLSS 5 uses generative AI and structured graphics data to make video games more realistic. CEO Jensen Huang says the approach could eventually spread to other industries.

18 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 2 часа назад
Bills Would Ban Liability Lawsuits For Climate Change
Bills Would Ban Liability Lawsuits For Climate Change Bills Would Ban Liability Lawsuits For Climate Change

An anonymous reader quotes a report from Inside Climate News: Republican lawmakers in multiple states and Congress are advancing proposals to shield polluters from climate accountability and prevent any type of liability for climate change harms -- even as these harms and their associated costs continue to mount. It's the latest in a counter-offensive that has unfolded on multiple fronts, from the halls of Congress and the White House to courts and state attorneys general offices across the country. Dozens of local communities, states and individuals are suing major oil and gas companies and their trade associations over rising climate costs and for allegedly lying to consumers about climat…

2 часа назад @ yro.slashdot.org
Hydropower Line From Quebec Could Power a Million NYC Homes
Hydropower Line From Quebec Could Power a Million NYC Homes Hydropower Line From Quebec Could Power a Million NYC Homes

The Champlain Hudson Power Express, a $6 billion, 339-mile buried transmission line, will soon deliver Canadian hydropower from Hydro-Quebec to New York City. The project could supply up to 20% of the city's electricity and power roughly one million homes throughout the year. "This is far and away the largest project I have ever worked on," said Bob Harrison, who has worked in infrastructure for 40 years and is the head of engineering for the Champlain Hudson Power Express. "We like to say it's the largest project you'll never see." The New York Times reports: The massive power project, expected to provide energy to a million New York City customers a year, travels underground and underwate…

6 часов назад @ hardware.slashdot.org
New 'Vibe Coded' AI Translation Tool Splits the Video Game Preservation Community
New 'Vibe Coded' AI Translation Tool Splits the Video Game Preservation Community New 'Vibe Coded' AI Translation Tool Splits the Video Game Preservation Community

An anonymous reader quotes a report from Ars Technica: Since Andrej Karpathy coined the term "vibe coding" just over a year ago, we've seen a rapid increase in both the capabilities and popularity of using AI models to throw together quick programming projects with less human time and effort than ever before. One such vibe-coded project, Gaming Alexandria Researcher, launched over the weekend as what coder Dustin Hubbard called an effort to help organize the hundreds of scanned Japanese gaming magazines he's helped maintain at clearinghouse Gaming Alexandria over the years, alongside machine translations of their OCR text. A day after that project went public, though, Hubbard was issuing an…

10 часов назад @ developers.slashdot.org
'Pokemon Go' Players Unknowingly Trained Delivery Robots With 30 Billion Images
'Pokemon Go' Players Unknowingly Trained Delivery Robots With 30 Billion Images 'Pokemon Go' Players Unknowingly Trained Delivery Robots With 30 Billion Images

More than 30 billion images captured by Pokemon Go players have helped train a visual mapping system developed by Niantic. The technology is now being used to guide delivery robots from Coco Robotics through city streets where GPS often struggles. Popular Science reports: This week, Niantic Spatial, part of the team behind Pokemon Go, announced a partnership with Coco Robotics, a company that makes short-distance delivery robots for food and groceries. Soon, those robot couriers will scoot around sidewalks using Niantic's Visual Positioning System (VPS)-- a navigation tool that can reportedly pinpoint location down to a few centimeters just by looking at nearby buildings and landmarks. Nian…

14 часов назад @ hardware.slashdot.org
Nvidia Bets On OpenClaw, But Adds a Security Layer Via NemoClaw
Nvidia Bets On OpenClaw, But Adds a Security Layer Via NemoClaw Nvidia Bets On OpenClaw, But Adds a Security Layer Via NemoClaw

During today's Nvidia GTC keynote, the company introduced NemoClaw, a security-focused stack designed to make the autonomous AI agent platform OpenClaw safer. ZDNet explains how it works: NemoClaw installs Nvidia's OpenShell, a new open-source runtime that keeps agents safer to use by enforcing an organization's policy-based guardrails. OpenShell keeps models sandboxed, adds data privacy protections and additional security for agents, and makes them more scalable. "This provides the missing infrastructure layer beneath claws to give them the access they need to be productive, while enforcing policy-based security, network, and privacy guardrails," Nvidia said in the announcement. The compan…

15 часов назад @ news.slashdot.org
Polymarket Gamblers Threaten To Kill Journalist Over Iran Missile Story
Polymarket Gamblers Threaten To Kill Journalist Over Iran Missile Story Polymarket Gamblers Threaten To Kill Journalist Over Iran Missile Story

An anonymous reader quotes a report from the Times of Israel, written by journalist Emanuel Fabian: On Tuesday, March 10, a massive explosion shook the city of Beit Shemesh, just outside Jerusalem, in yet another Iranian ballistic missile attack during the ongoing war. Rescue services scrambled to the scene in search of possible casualties, though as it turned out, the projectile had struck a forested area just outside the city, around 500 meters from homes. On The Times of Israel's liveblog that day, I reported that the missile had hit an open area and no injuries were caused, citing the rescue services, as well as footage that emerged showing the massive explosion caused by the missile's …

16 часов назад @ news.slashdot.org
Encyclopedia Britannica Sues OpenAI For Copyright, Trademark Infringement
Encyclopedia Britannica Sues OpenAI For Copyright, Trademark Infringement Encyclopedia Britannica Sues OpenAI For Copyright, Trademark Infringement

Encyclopedia Britannica has sued OpenAI, alleging its AI models were trained on nearly 100,000 copyrighted articles and sometimes reproduce or misattribute passages to the encyclopedia. The lawsuit also claims trademark infringement and argues tools like ChatGPT divert traffic away from Britannica and Merriam-Webster sites. Engadget reports: More specifically, Britannica alleged that OpenAI illegally used its "copyrighted content at a massive scale" when training its AI models. Not just with training, the encyclopedia company claimed that ChatGPT's responses to user queries sometimes contain "full or partial verbatim reproductions of [Britannica's] copyright articles." Along with claims of …

17 часов назад @ yro.slashdot.org
Apple Launches AirPods Max 2 With Better ANC, Live Translation
Apple Launches AirPods Max 2 With Better ANC, Live Translation Apple Launches AirPods Max 2 With Better ANC, Live Translation

Apple has quietly announced the AirPods Max 2, featuring improved active noise cancellation, an H2 chip, and new features like adaptive audio and AI-powered real-time translation. Like the original model, these headphones start at $549. The Verge reports: As noted by Apple, the AirPods Max 2 offer active noise-cancellation that's 1.5 times more effective when compared to its predecessor. Transparency mode, which allows you to hear your surroundings while wearing the headphones, also sounds "more natural" with the AirPods Max 2, according to Apple. The AirPods Max 2 support 24-bit, 48kHz lossless audio when connected with a USB-C cable, as well as offer up to 20 hours of listening time on a …

18 часов назад @ entertainment.slashdot.org
Meta Signs $27 Billion AI Infrastructure Deal With Nebius
Meta Signs $27 Billion AI Infrastructure Deal With Nebius Meta Signs $27 Billion AI Infrastructure Deal With Nebius

AI infrastructure company Nebius signed a deal to provide up to $27 billion in AI computing capacity to Meta over the next five years, including a guaranteed $12 billion purchase by 2027. Reuters reports: Under the agreement, Meta will also buy an additional $15 billion worth of capacity planned by Nebius over the coming five years if it is not sold to other customers, giving the contract a total value of up to $27 billion, Nebius said. The deal is the latest example of U.S. tech giants' efforts to supplement their own AI data-centre build-outs by locking in scarce GPU and power capacity from "neocloud" providers like Nebius. Nebius CEO Arkady Volozh said the latest Meta deal would help "ac…

19 часов назад @ meta.slashdot.org
Data Centers Overtake Offices In US Construction-Spending Shift
Data Centers Overtake Offices In US Construction-Spending Shift 20 часов назад @ news.slashdot.org
Court Rules TCL's 'QLED' TVs Aren't Truly QLED
Court Rules TCL's 'QLED' TVs Aren't Truly QLED Court Rules TCL's 'QLED' TVs Aren't Truly QLED

A German court ruled that TCL misled consumers by marketing certain TVs as "QLED" when they "do not deliver the color reproduction expected from QLED TVs." It has ordered the company to stop advertising or selling those models in Germany. TechRadar reports: The case was filed by Samsung, which claimed that TCL was running deceptive advertising, and more court cases on the same topic are coming in other countries, including the US. The lawsuits all make the same claim: that what TCL calls a QLED isn't a QLED as it's commonly understood, and that consumers are being mis-sold TVs as a result. The court found that TCL's quantum dot TVs, such as the QLED870 series available in Germany, didn't de…

21 час назад @ yro.slashdot.org
Animated 'Firefly' Reboot In Development With Nathan Fillion
Animated 'Firefly' Reboot In Development With Nathan Fillion Animated 'Firefly' Reboot In Development With Nathan Fillion

An animated reboot of Firefly is in early development at 20th Television Animation with Nathan Fillion involved. The project has Joss Whedon's blessing and will be run by writers Tara Butters and Marc Guggenheim, with early concept art already underway. According to the Hollywood Reporter, "The series would be set in the timeline between the original, 11-episode TV run in 2002 and the 2005 feature film continuation, Serenity." You can watch Fillion announce the Firefly reboot on Instagram. When the first episode of the original series premiered in late 2002, Slashdot reader fm6 wrote: "Firefly, Joss Whedon's 'anti-Trek drama' premieres tonight, on Fox, 8 E/P. I normally despise hypespeak, b…

22 часа назад @ entertainment.slashdot.org
Sodium-Ion Battery Tested for Grid-Scale Storage in Wisconsin
Sodium-Ion Battery Tested for Grid-Scale Storage in Wisconsin Sodium-Ion Battery Tested for Grid-Scale Storage in Wisconsin

"A new type of battery storage is about to be deployed on the Midwestern grid for the first time," reports Electrek: Sodium-ion battery storage manufacturer Peak Energy and global energy company RWE Americas will pilot a passively cooled sodium-ion battery system in eastern Wisconsin on the Midcontinent Independent System Operator network — the first sodium-ion deployment on that grid. Peak Energy says its technology is specifically designed for grid-scale storage and leverages sodium-ion chemistry's inherent stability. Unlike many lithium-ion systems, sodium-ion batteries don't require active cooling and can operate over a wide temperature range without losing performance. That simpler des…

1 day, 2 hours назад @ hardware.slashdot.org
Android, Epic, and What's Really Behind Google's 'Existential' Threat to F-Droid
Android, Epic, and What's Really Behind Google's 'Existential' Threat to F-Droid Android, Epic, and What's Really Behind Google's 'Existential' Threat to F-Droid

Starting in September, even Android developers not in Google's Play Store will still be required to register with Google to distribute their apps in Brazil, Singapore, Indonesia, and Thailand, with Google continuing "to roll out these requirements globally" four months later. Even developers distributing Android apps on the web for sideloading will be required to register, pay Google a $25 fee, and provide a government ID. But there's a new theory on what's secretly been motivating Google from an unnamed source in the "Keep Android Open" movement, writes long-time Slashdot reader destinyland: "You can't separate this really from their ongoing interactions with Epic and the settlement that t…

1 day, 6 hours назад @ news.slashdot.org
FSF Threatens Anthropic Over Infringed Copyright: Share Your LLMs Freely
FSF Threatens Anthropic Over Infringed Copyright:  Share Your LLMs Freely FSF Threatens Anthropic Over Infringed Copyright: Share Your LLMs Freely

In 2024 Anthropic was sued over claims it infringed copyrights when training LLMs. But as they try to settle, they may have a problem. The Free Software Foundation announced Friday that Anthropic's training data apparently even included the book "Free as in Freedom: Richard Stallman's Crusade for Free Software" — for which the Free Software Foundation holds a copyright. It was published by O'Reilly and by the FSF under the GNU Free Documentation License (GNU FDL). This is a free license allowing use of the work for any purpose without payment. Obviously, the right thing to do is protect computing freedom: share complete training inputs with every user of the LLM, together with the complete …

1 day, 8 hours назад @ news.slashdot.org
Блоги людей
Agents Over Bubbles
Agents Over Bubbles

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

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

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

2 weeks, 4 days назад @ nedbatchelder.com
>Street guesser
Street guesser Street guesser

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

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

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

3 weeks, 3 days назад @ mikeozornin.ru
Thin Is In
Thin Is In

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

4 weeks назад @ stratechery.com
EdText
EdText

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

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

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

1 month, 2 weeks назад @ vas3k.blog
TSMC Risk
TSMC Risk

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

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

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

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

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

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

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

testing, and linked to pytest docs and a

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

pytest.raises as a context manager, and have

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

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

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

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

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

Промт

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 months назад @ 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 назад @ stratechery.com
>ИИ-ревью кода
ИИ-ревью кода

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

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

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

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

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

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

2 months назад @ 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, 1 week назад @ stratechery.com
No more .html
No more .html

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

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

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

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

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

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

site on the host, but produced with

Django running locally. In 2021, it became a

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

the old-fashion…

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Update: I found a solution which I describe in

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 months назад @ 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 назад @ nedbatchelder.com
Матрица согласований
Матрица согласований

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

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

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

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

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

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

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

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

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

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

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

4 months, 2 weeks назад @ nedbatchelder.com
Resiliency and Scale
Resiliency and Scale

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

4 months, 3 weeks назад @ stratechery.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

off. If you haven’t read it yet, start there. It explains the basics of Hobby

curves, Hilbert sorting and Simplex noise that I’m using.AnimationTo animate one of our drawings, instead of considering 40 lines, we’ll think

about 140 lines. The first frame of the animation will draw lines 1 through 40,

the second draws lines 2 through 41, and so on until the 100th frame is lines

100 through 140:I’ve used a single Hilbert sorter for all of the frames to remove some

jumping, but the Hobby curves still hop around. Also the animation doesn’t loop

smoothly, so there’s a giant jump from frame 100 back to frame 1.Natural cubicsHobby curves look nic…

4 months, 3 weeks назад @ nedbatchelder.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

off. If you haven’t read it yet, start there. It explains the basics of Hobby

curves, Hilbert sorting and Simplex noise that I’m using.AnimationTo animate one of our drawings, instead of considering 40 lines, we’ll think

about 140 lines. The first frame of the animation will draw lines 1 through 40,

the second draws lines 2 through 41, and so on until the 100th frame is lines

100 through 140:I’ve used a single Hilbert sorter for all of the frames to remove some

jumping, but the Hobby curves still hop around. Also the animation doesn’t loop

smoothly, so there’s a giant jump from frame 100 back to frame 1.Natural cubicsHobby curves look nic…

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

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

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

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

5 months, 1 week назад @ stratechery.com
Инди-разработка
Show HN Show HN
последний пост 5 часов назад
Show HN: LawMem – persistent memory for legal AI agents, pay-per-call via USDC
Show HN: LawMem – persistent memory for legal AI agents, pay-per-call via USDC Show HN: LawMem – persistent memory for legal AI agents, pay-per-call via USDC

Why LawMem.ai🔒 Privilege Protected Namespace isolation ensures one firm's memories never touch another's.

Every API key maps to a dedicated tenant_id — enforced at the query level, not the application level.

📋 Audit Ready Every store and recall is logged with timestamp, wallet, agent ID, and query.

PostgreSQL audit trail designed for e-discovery and compliance review.

DPA available on request.

1 час назад @ lawmem.ai
Show HN: Hotkey Cheatsheet – keyboard shortcuts for 134 apps
Show HN: Hotkey Cheatsheet – keyboard shortcuts for 134 apps Show HN: Hotkey Cheatsheet – keyboard shortcuts for 134 apps

Start with the actions you repeat most often — copy, paste, undo, and file operations.

Use the category view on each app page to work through one group at a time, and practice a few new shortcuts each day until they become muscle memory.

1 час назад @ hotkeycheatsheet.com
Show HN: Real-time observability for coding agents
Show HN: Real-time observability for coding agents Show HN: Real-time observability for coding agents

A TypeScript library that turns AI coding agent transcripts into normalized, real-time event streams.

It parses the artifacts (transcripts, logs) that tools like Cursor and Claude Code already leave behind, giving you real-time visibility into proprietary agents you don't own.

It is designed in layers:core : generic runtime + lifecycle diffing (tool-agnostic): generic runtime + lifecycle diffing (tool-agnostic) providers/cursor : Cursor transcript discovery + parsing: Cursor transcript discovery + parsing providers/claude-code : Claude Code session discovery + parsing: Claude Code session discovery + parsing providers/codex : Codex JSONL session discovery + parsing: Codex JSONL session disc…

1 час назад @ github.com
Show HN: The Crawl Times – Newspaper-style front pages for tech news sites
Show HN: The Crawl Times – Newspaper-style front pages for tech news sites Show HN: The Crawl Times – Newspaper-style front pages for tech news sites

Keeping you up to date with the latest crawlMistral AI has released an open-source foundation called Leanstral, which aims to provide a trustworthy framework for vibe-coding.

Vibe-coding is a technique used to generate music and sound effects using machine learning algorithms.

Show HN: Oxyde – Pydantic-native async ORM with a Rust core github.com Oxyde is a Rust-based, Pydantic-native async ORM (Object-Relational Mapping) system.

Language Model Teams as Distrbuted Systems arxiv.org Researchers have proposed using distributed systems as a framework for creating and evaluating large language model (LLM) teams.

This approach draws parallels between the challenges and advantages of distributed …

1 час назад @ crawltimes.com
Show HN: FreeFlow – Open-Source Wispr Flow
Show HN: FreeFlow – Open-Source Wispr Flow Show HN: FreeFlow – Open-Source Wispr Flow

FreeFlow – seamless speech to text in any appPress a hotkey, dictate naturally, polished text appears in any app.

You deploy it on a server private to you, so your audio and data flow through infrastructure you control.

brew install build-trust/freeflow/freeflowOn first launch, FreeFlow deploys the code in this repo to a private server for you in Autonomy.

Two thirds of dictations complete in under 0.6 seconds (benchmarks):Audio streams to your private server over a persistent WebSocket while you speak.

Your team's audio, transcripts, and context data flow through your private FreeFlow Server deployed in Autonomy.

1 час назад @ github.com
Show HN: SoulGuard, OS-level identity protection for AI agents
Show HN: SoulGuard, OS-level identity protection for AI agents Show HN: SoulGuard, OS-level identity protection for AI agents

Protection TiersSoulGuard has two protection tiers:protect — A protected file is read-only (mode 444 ) and owned by the agent's guardian system user (e.g.

Protecting directoriesUse sudo soulguard protect with a directory path to lock down an entire directory.

You can also start the daemon manually in the foreground:sudo soulguard daemon startDiscord channelThe Discord approval channel ( @soulguard/discord ) posts proposals as rich embeds with per-file diffs.

Human approves → sudo soulguard apply -y (convenient) or sudo soulguard apply --hash (maximum security) 5.

apply --hash — Cryptographic verification mode.

1 час назад @ github.com
Show HN: Autofoundry – Run autoresearch across any cloud GPU with one command
Show HN: Autofoundry – Run autoresearch across any cloud GPU with one command Show HN: Autofoundry – Run autoresearch across any cloud GPU with one command

AutofoundryRun any ML experiment script across GPUs on multiple cloud providers with a single command.

Example: autoresearchRun Karpathy's autoresearch on any provider:autofoundry run scripts/run_autoresearch.sh -g H100 --provider runpod --region US --auto autofoundry run scripts/run_autoresearch.sh -g H100 --provider lambdalabs --region US --auto autofoundry run scripts/run_autoresearch.sh -g H100 --provider vastai --auto autofoundry run scripts/run_autoresearch.sh -g H100 --provider primeintellect --autoThis provisions an H100, clones autoresearch, trains a 50M parameter language model, and reports metrics including validation BPB, MFU, and throughput.

Network VolumesAttach persistent sto…

1 час назад @ github.com
Show HN: An Article About How I Starting Programming
Show HN: An Article About How I Starting Programming Show HN: An Article About How I Starting Programming

How I Started Programming How You Can Start Programming Too!

How Programming Started For MeWhen I was in college I was working at a warehouse and looking for volunteer opportunities to pad my resume.

Finding A Programming ProblemDave introduced me to Robert one day at the lab, who then described his problem to me in his office.

They would copy and paste a DNA sequence into an online NCBI (National Center for Biotechnological Information) database of accession codes.

DNA sequences might match to mouse liver cells, or drosophilia eye cells, apteryx lung cells, or anything on this earth.

2 часа назад @ artificesoftware.com
Show HN: A club for anyone with a symmetric DNS name
Show HN: A club for anyone with a symmetric DNS name

For some reason I find symmetrical DNS names fun, so I made the Society for Universal Name Symmetry.“Symmetrical” could mean several things. Maybe a single name that is a palindrome, like if you owned elpmaxe.www.example. Maybe a pair of names that have reversed components, like if you owned example.institute and institute.example. Or maybe URLs that can be cut in half and flipped 180°, like this one. (Supported symmetries are listed on the site.)I have a few ideas for the future too, like:

- accepting submissions over DNS instead of HTTP

- A game, inspired by https://ipv4.games/

- A webring so that members can find each otherIt is, right now, a lonely club: only my domain names are in it. …

2 часа назад @ zq.suns.bz
Show HN: Edit scanned PDFs like Photoshop
Show HN: Edit scanned PDFs like Photoshop Show HN: Edit scanned PDFs like Photoshop

DemoModify scanned PDFs in secondsJust drag to select an area, copy it, and move it anywhere in the document.

Perfect for editing numbers, dates, and small text in scanned documents.

5 часов назад @ editscanpdf.com
Show HN: I Built StatusDrop
Show HN: I Built StatusDrop Show HN: I Built StatusDrop

Status monitoring built for modern SaaSThe Uptime Institute reports that 70% of outages are preventable with better monitoring (Uptime Institute, 2024).

Built for SaaS founders who want to show their users what is going on, without the complexity of enterprise status page tools.

6 часов назад @ statusdrop.dev
Show HN: Create your own online community
Show HN: Create your own online community

We are a team of three building a markdown editor. We have shown our web app here a few months ago (https://news.ycombinator.com/item?id=46144801) and got some great feedback that prompted the creation of a feature we want to show today – Kraa Trees.Trees are a collection of leafs (documents) that can contain anything from regular collaborative documents to real-real-time chats (try it out to see the real-real-time aspect of it).With this, anyone can now create a simple discord-like community (like in the main linked example), but there are other possible use cases, like - chapters in a book, collection of related documents, ...You don't need an account to try this out (or to use Kraa in ge…

6 часов назад @ kraa.io
Show HN: Smartipedia - Wikipedia for Agents
Show HN: Smartipedia - Wikipedia for Agents

Article URL: https://smartipedia.com/

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

Points: 1

# Comments: 1

6 часов назад @ smartipedia.com
Show HN: Android Native Reverse Tools
Show HN: Android Native Reverse Tools

Rosemary: development statusThe final piece of the Android decompilation/static analysis puzzle is native reverse engineering.

These instructions have been described using a DSL in this data format.

Then LLMs gave me the second method: use the uint test of capstone and llvm’s test data, and it’s works.

each do | h | it h [ "asm_text" ] do result = parse_ins ( h [ 'input' ]) puts " #{ h [ 'asm_text' ] } -- #{ result .

to eq ( h [ 'asm_text' ]) end end end endThis type of testing is more fun compared to C language testing.

7 часов назад @ neocanable.github.io
Show HN: ModelSweep - Open-Source Benchmarking for Local LLMs
Show HN: ModelSweep - Open-Source Benchmarking for Local LLMs Show HN: ModelSweep - Open-Source Benchmarking for Local LLMs

Every response passes through gate checks, dimension scoring, and optionally judge evaluation and human votes.

Judge ModelsYou can use a local Ollama model or a cloud provider (OpenAI, Anthropic, custom) as the judge.

Here are things that might not work perfectly:Conversation and adversarial scoring heavily depends on having a judge model.

heavily depends on having a judge model.

Evaluation runs go through /api/run (server -> Ollama via SSE)(server -> Ollama via SSE) Model family colors are fixed per family (Llama=amber, Qwen=blue, Mistral=violet, etc.)

7 часов назад @ github.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 1 day, 2 hours назад
Hiring: Marketing/Sales Cofounder for TwoTail AI
Hiring: Marketing/Sales Cofounder for TwoTail AI Hiring: Marketing/Sales Cofounder for TwoTail AI

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

1 day, 2 hours назад @ rss.app
I launched Esprit Code – a tool that converts Figma designs to HTML/CSS instantly
I launched Esprit Code – a tool that converts Figma designs to HTML/CSS instantly I launched Esprit Code – a tool that converts Figma designs to HTML/CSS instantly

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
Hiring: Growth Marketing Partner for Bookscope
Hiring: Growth Marketing Partner for Bookscope Hiring: Growth Marketing Partner for Bookscope

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
Combo Fantasy Sports - Solo founder looking for
Combo Fantasy Sports - Solo founder looking for Combo Fantasy Sports - Solo founder looking for

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

3 days, 16 hours назад @ rss.app
What 300+ founders taught me about contracts
What 300+ founders taught me about contracts What 300+ founders taught me about contracts

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

3 days, 21 hours назад @ rss.app
Turns out most founders don’t track competitor pricing until it’s too late
Turns out most founders don’t track competitor pricing until it’s too late Turns out most founders don’t track competitor pricing until it’s too late

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

3 days, 22 hours назад @ rss.app
Building a Business Card Scanner App
Building a Business Card Scanner App Building a Business Card Scanner App

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

4 days назад @ rss.app
Setting up OpenClaw as a personal AI content manager (full breakdown)
Setting up OpenClaw as a personal AI content manager (full breakdown) Setting up OpenClaw as a personal AI content manager (full breakdown)

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

4 days назад @ rss.app
How to Promote a Startup if you are
How to Promote a Startup if you are How to Promote a Startup if you are

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

4 days, 9 hours назад @ rss.app
Promptle - AI Prompt Guessing Game
Promptle - AI Prompt Guessing Game Promptle - AI Prompt Guessing Game

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

4 days, 10 hours назад @ rss.app
YC company builds AI agent swarm that beats OpenAI, Google, Anthropic & Perplexity on research benchmarks
YC company builds AI agent swarm that beats OpenAI, Google, Anthropic & Perplexity on research benchmarks YC company builds AI agent swarm that beats OpenAI, Google, Anthropic & Perplexity on research benchmarks

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

4 days, 18 hours назад @ rss.app
a16z says "these startups don't exist yet - it's your time to build." I already did.
a16z says "these startups don't exist yet - it's your time to build." I already did. a16z says "these startups don't exist yet - it's your time to build." I already did.

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

5 days, 5 hours назад @ rss.app
Looking for one stalled async B2B decision
Looking for one stalled async B2B decision Looking for one stalled async B2B decision

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

5 days, 9 hours назад @ rss.app
We're building a GummySearch replacement — and it does more
We're building a GummySearch replacement — and it does more We're building a GummySearch replacement — and it does more

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

5 days, 22 hours назад @ rss.app
The workflow test for finding strong AI ideas
The workflow test for finding strong AI ideas The workflow test for finding strong AI ideas

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

5 days, 23 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 42 минуты назад
I reached 1K+ MRR after 9 months - here’s what I’d do differently if I started over.
I reached 1K+ MRR after 9 months - here’s what I’d do differently if I started over.

It took me exactly 9 months to go from 0 to $1k/mo. For some of you, this might seem like a very long time – yes, it is. But this was my first serious startup, and I had to learn a lot of things the hard way. So I thought I’d share the mistakes, failures, and a few things that actually worked. 1. Thinking my product was good enough Everyone says marketing is the most important thing in a business. Which is true btw, but if your product is sh*t, no one going to stick around. So I got rid of all my ego and actually built a great product + improved a lot of things. I can say it was totally worth it. This also made marketing much easier because I didn’t have to worry about product quality. The …

42 минуты назад @ reddit.com
After first 60 days: +100 Users & 30.000 Page Views.
After first 60 days: +100 Users & 30.000 Page Views. After first 60 days: +100 Users & 30.000 Page Views.

I noticed a lot of people ask the same kind of question online: “What are the odds this actually happens?” That could be about geopolitics, markets, weather, tech or any other topic. The problem is that most of us are pretty bad at estimating probabilities. We overreact to short-term news and underweight long-term effects. (Confirming Daniel Kahnemans Book: Thinking Fast Thinking Slow) So I built a tool that helps people assign a probability to any event, either as a one-time estimate or as a tracked forecast over time. In the first 60 days, it reached: 100+ users 8000+ visitors with 30,000+ page views The biggest thing I learned is that getting early users had much less to do with “marketi…

57 минут назад @ reddit.com
I built a code-to-portfolio tool using vibe coding
I built a code-to-portfolio tool using vibe coding I built a code-to-portfolio tool using vibe coding

https://reddit.com/link/1rw51rv/video/9hlhbh6nllpg1/player Hi! I'm a backend developer for five years. I built a code-to-portfolio tool using vibe coding. The target users are developer job seekers. The biggest reason I created this? I really hate doing tedious work. Things like resumes and portfolios — with so many projects and details to organize — always felt overwhelming to me. Sure, you could use tools like Claude, Codex, or GPT. But to get something actually usable, you still need to write pretty detailed prompts. And even after that, there’s no real versioning or ongoing management — which means you end up redoing everything manually anyway. So I thought: what if we could solve all o…

1 час назад @ reddit.com
Technical Deep Dive: The P2P Architecture
Technical Deep Dive: The P2P Architecture

Hi everyone! This is what am been doing the past 2 weeks. 1. Mesh Discovery (The Phone Directory) unsync uses a lightweight WebSocket signaling server hosted on a VPS. Think of it as a phone directory — it only knows you exist and helps you find other peers. The moment two devices connect, the server steps aside completely. It never sees your messages, never logs who you talk to, and never stores anything. The "mesh connected" status means your device has successfully registered with the directory and is reachable by your contacts. 2. WebRTC for Voice Calls For voice calls, unsync uses WebRTC. The signaling server facilitates the initial handshake (exchanging Offer/Answer/ICE packets), but …

1 час назад @ reddit.com
Built a template for AI agents that generate live interactive UI — asked it to compare BFS vs DFS and it rendered an interactive node graph
Built a template for AI agents that generate live interactive UI — asked it to compare BFS vs DFS and it rendered an interactive node graph Built a template for AI agents that generate live interactive UI — asked it to compare BFS vs DFS and it rendered an interactive node graph

Built this as an open source template so anyone can add generative UI to their own agents. Output runs in a sandboxed iframe - works for charts, 3D animations, diagrams, algorithm visualizations, anything you can express in HTML/SVG. Repo: github.com/CopilotKit/OpenGenerativeUI submitted by /u/Beeyoung- [link] [comments]

1 час назад @ reddit.com
Spent a small fortune on Korean body type consultations. Built an app instead.
Spent a small fortune on Korean body type consultations. Built an app instead.

Body type analysis is a massive industry in Korea think personal color analysis but for your silhouette. Each session isn't cheap, and most people go multiple times to different consultants because results vary. I went enough times that I started seeing the patterns in what consultants actually measure. Documented everything and built Flux AI — photo-based body type analysis that covers skeletal type, upper/lower body, face shape, and maps it to actual clothing recommendations. Not trying to replace the in-person experience, but wanted to make the core insight more accessible. Would love feedback from anyone who's into fashion or has tried personal styling analysis before. https://apps.appl…

1 час назад @ reddit.com
I spent my this morning building a real-time WW3 probability tracker
I spent my this morning building a real-time WW3 probability tracker

Small context: this is mini-app #3 of a 5-week challenge where I create one absurd (or even useless) micro-app every weekend:) This one was supposed to take a couple of hours of dev work, It took almost 4 because i’ve added some more features beside my initial scope that I though would be cool to have The Technical Part: - It scans 100+ geopolitical news articles twice a day from various sources (BBC World, The Guardian, France 24 etc.). - I used AI agents trained in geopolitics to cross-reference current events against historical flashpoints like the Cuban Missile Crisis. (currently using Claude Sonnet 4.6 and Gemini flash 2.5 as a fallback). - It calculates a live threat score across 5 di…

1 час назад @ reddit.com
Companion – app for calmer, intent-based connections (beta)
Companion – app for calmer, intent-based connections (beta)

Hey everyone, I’m excited to introduce Companion, a web app I built for people who value meaningful conversation and compatibility over quantity. Whether you’re seeking companionship, friendship or dating, Companion is designed for those who want calmer, more genuine connections. A few things up front: Companion is in beta. I’m a solo developer, so there may still be bugs, missing features and occasional hiccups. I’d rather be honest about that than pretend it’s finished. Your feedback is crucial! What’s confusing? What’s missing? What would make it better for you? The user base is small right now, so finding matches may take time. If you're willing to try something early and share your tho…

3 часа назад @ reddit.com
What are you marketing this week
What are you marketing this week

market your product here I am building cvcomp - its a job description context resume scanner - which just asks for your resume - asks you to insert the Job Description and gives you best industry standard suggestions. Let us know what you are building and let's get you some users. submitted by /u/billionaire2030 [link] [comments]

3 часа назад @ reddit.com
AI has made making software easy but marketing that software is still hard, so what now?
AI has made making software easy but marketing that software is still hard, so what now?

If you are a vibe coder, you are either going to fall into two categories: 1. You have an audience you have been giving content (Newsletter, YouTube, Discord, X etc) and you finally have a way to be able to build things for this audience exactly how you want. 2. You have had so many good ideas over the past but you just didn’t have the tools/budget to do it and now you do and building things like a maniac, to scratch your itch & probably for others too. If you fall into category 1, you are lucky because you have an audience that can become users by you simple asking, even if the newsletter only had 300 subscribers, you are already many steps ahead of the rest. If you fall into category 2, m…

3 часа назад @ reddit.com
Why does connecting traffic to revenue still feel unsolved?
Why does connecting traffic to revenue still feel unsolved?

I've been thinking about this a lot recently and I'm genuinely puzzled by the state of the market. Revenue attribution, meaning knowing which marketing activity produced which paying customer, is one of the most fundamental questions a business can ask. It's not exotic or advanced. It's the basic feedback loop that tells you whether your marketing is working. And yet for small teams and indie founders it remains weirdly difficult to answer. Enterprise companies solve this with dedicated attribution platforms, analytics engineers, and CRM integrations. That infrastructure costs hundreds of thousands of dollars a year and requires specialists to maintain. The assumption the market has made is…

4 часа назад @ reddit.com
I automated my job search with AI agents — 516 evaluations, 66 applications, zero manual screening
I automated my job search with AI agents — 516 evaluations, 66 applications, zero manual screening I automated my job search with AI agents — 516 evaluations, 66 applications, zero manual screening

submitted by /u/Beach-Independent [link] [comments]

4 часа назад @ reddit.com
I was a bit frustrated with reading self-improvement books and learning almost nothing, so I built tool to solve this.
I was a bit frustrated with reading self-improvement books and learning almost nothing, so I built tool to solve this. I was a bit frustrated with reading self-improvement books and learning almost nothing, so I built tool to solve this.

Hope you will enjoy. This application turns book knowledge into actionable daily tasks you should complete, rather than just reading the book. It asks you personalized questions to generate the best tasks. I have been working for 3 months to tune this algorithm. And if you guys have any ideas how it could be more useful for you, I would be really grateful for any feedback/recommendation. Link for Actium is here, available only in AppStore unfortunately. If more people like tihis, probably will release it for Android submitted by /u/Sviat-IK [link] [comments]

4 часа назад @ reddit.com
We built an AI murder mystery generator — every game is unique
We built an AI murder mystery generator — every game is unique

Hey everyone! Wanted to share what we've been building. Mystery Shaper generates complete murder mystery party games using AI. You pick your theme, setting, and player count, and it creates everything: a storyline, character dossiers with secrets and motives, a game flow guide for the host, and even audio narration. The idea came from a simple frustration — most murder mystery kits are one-and-done. Once your group plays it, that's it. With AI generation, every game is different and tailored to what you want. The hardest part was making the mysteries actually fair — where players can logically deduce the killer from the evidence. Getting AI to produce a coherent, solvable mystery (and not j…

5 часов назад @ reddit.com
Built a landing page for a multi-platform income dashboard targeting EU freelancers and I'm validating before I write any code
Built a landing page for a multi-platform income dashboard targeting EU freelancers and I'm validating before I write any code

Working on: a dashboard that connects Stripe, PayPal, Gumroad, and Upwork for EU-based freelancers, shows their combined income in one view, and tracks where they stand against German VAT thresholds in real time. The specific pain I'm solving: since 2025, crossing €100k mid-year as a German Kleinunternehmer creates immediate VAT liability from that invoice forward. If your income is split across three platforms, you can miss it. None of the existing German accounting tools (sevdesk, Lexware, FastBill) pull from these APIs — they all rely on bank feeds. That's the gap. I've only built the landing page so far and I'm targeting a freemium with a free tier that connects 2 platforms and shows co…

5 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 6 часов назад
Usercall
Usercall

Talk to users the moment behavior changes Discussion | Link

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

Parallel custom agents for complex tasks Discussion | Link

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

The GPT moment for real-time computer graphics Discussion | Link

11 часов назад @ producthunt.com
Sokosumi
Sokosumi

Marketing agents that research, plan, and manage for you Discussion | Link

12 часов назад @ producthunt.com
NVIDIA NemoClaw
NVIDIA NemoClaw

Run autonomous agents more safely Discussion | Link

12 часов назад @ producthunt.com
openviktor.com
openviktor.com

Hire your AI employee for any role Discussion | Link

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

Get revenue from every email campaign with 99.9% inbox rate Discussion | Link

19 часов назад @ producthunt.com
AgentDiscuss
AgentDiscuss

Product Hunt for AI agents — where agents discuss products Discussion | Link

20 часов назад @ producthunt.com
My Computer by Manus AI
My Computer by Manus AI

Automate files, apps, and workflows with Manus Desktop Discussion | Link

22 часа назад @ producthunt.com
Ocean Orchestrator
Ocean Orchestrator

Run AI jobs from your IDE with a one-click workflow Discussion | Link

22 часа назад @ producthunt.com
Resonance
Resonance

mood based venue discover Discussion | Link

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

Local-first AI orchestrator for software development tasks. Discussion | Link

1 day, 3 hours назад @ producthunt.com
Angy
Angy

Multi‑agent pipelines w/ AI‑driven scheduling + safety check Discussion | Link

1 day, 3 hours назад @ producthunt.com
Liquid Deadline
Liquid Deadline

Visualize every deadline as a flowing timeline Discussion | Link

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

Send files to predefined Emails via drag and drop Discussion | Link

1 day, 6 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 4 months, 2 weeks назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

4 months, 2 weeks назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

4 months, 2 weeks назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 2 weeks назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 2 weeks назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 2 weeks назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

4 months, 3 weeks назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 3 weeks назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

4 months, 3 weeks назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 12 часов назад
Wonder All Around Us
Wonder All Around Us Wonder All Around Us

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

12 часов назад @ atlasobscura.com
The Catacombs of Priscilla in Rome, Italy
The Catacombs of Priscilla  in Rome, Italy The Catacombs of Priscilla in Rome, Italy

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
Konin Milepost in Konin, Poland
Konin Milepost in Konin, Poland Konin Milepost in Konin, Poland

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
Library of Avalon in Glastonbury, England
Library of Avalon in Glastonbury, England Library of Avalon in Glastonbury, England

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

21 час назад @ atlasobscura.com
The Beale Street Hoodoo History and Folklife Museum in Memphis, Tennessee
The Beale Street Hoodoo History and Folklife Museum in Memphis, Tennessee The Beale Street Hoodoo History and Folklife Museum in Memphis, Tennessee

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

23 часа назад @ atlasobscura.com
Rig Museum in Morgan City, Louisiana
Rig Museum in Morgan City, Louisiana Rig Museum in Morgan City, Louisiana

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days, 19 hours назад @ atlasobscura.com
Wonder, Interrupted
Wonder, Interrupted

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, 20 hours назад @ atlasobscura.com
Enkiri Enoki in Itabashi City, Japan
Enkiri Enoki in Itabashi City, Japan Enkiri Enoki in Itabashi City, Japan

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days, 23 hours назад @ atlasobscura.com
Embassy Park in Lusaka, Zambia
Embassy Park in Lusaka, Zambia Embassy Park in Lusaka, Zambia

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
The Catacombs of Kom El Shoqafa in Egypt
The Catacombs of Kom El Shoqafa in Egypt The Catacombs of Kom El Shoqafa in Egypt

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
Alexander Graham Bell Statue in Brantford, Ontario
Alexander Graham Bell Statue in Brantford, Ontario Alexander Graham Bell Statue in Brantford, Ontario

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
Gas Stripping Tower in West End, Australia
Gas Stripping Tower in West End, Australia Gas Stripping Tower in West End, 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.

4 days, 21 hours назад @ atlasobscura.com
St Aiden’s Church and Crypt in Bamburgh, England
St Aiden’s Church and Crypt  in Bamburgh, England St Aiden’s Church and Crypt in Bamburgh, England

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
Boros Collection in Berlin, Germany
Boros Collection in Berlin, Germany Boros Collection in Berlin, Germany

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 23 hours назад @ atlasobscura.com
Your Emails Are Fueling My Quest to See All 50 States
Your Emails Are Fueling My Quest to See All 50 States Your Emails Are Fueling My Quest to See All 50 States

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, 1 hour назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 3 часа назад
Amsterdam’s WorkFlex secures €37 million as geopolitical instability drives urgency around cross-border mobility compliance
Amsterdam’s WorkFlex secures €37 million as geopolitical instability drives urgency around cross-border mobility compliance Amsterdam’s WorkFlex secures €37 million as geopolitical instability drives urgency around cross-border mobility compliance

WorkFlex, an Amsterdam-based platform for international travel compliance management, today announced that it has secured a €37 million strategic growth investment led by Spectrum Equity, a Boston-based growth equity firm.

“We are building the automation layer for cross-border compliance.

Founded in 2022 by Pieter Manden and Patrick Koch, WorkFlex is a European technology platform for business travel and workforce mobility compliance.

The company offers structured digital technology that allows enterprises to handle cross-border compliance obligations in a scalable and audit-ready way.

WorkFlex claims that its compliance risk engine enables organisations to manage these obligations through …

3 часа назад @ eu-startups.com
Berlin’s Upvest raises €108 million to scale securities infrastructure for banks and FinTechs
Berlin’s Upvest raises €108 million to scale securities infrastructure for banks and FinTechs Berlin’s Upvest raises €108 million to scale securities infrastructure for banks and FinTechs

Upvest, a German investment infrastructure provider, today announces a €108 million ($125 million) financing round to accelerate the modernisation of legacy banking systems across Europe and the UK.

The €78 million ($90 million) equity round is led by Sapphire Ventures and Tencent, with strong backing from existing investors including Bessemer Venture Partners and BlackRock.

In addition, the company is also finalising a €30 million ($35 million) debt facility to further strengthen its capital base.

Martin Kassing, CEO and co-founder of Upvest, says: “Banks, brokers, and wealth managers choose Upvest for the infrastructure needed to grow their investment propositions profitably and at scale …

4 часа назад @ eu-startups.com
CEO & Founder of seQura, David Bäckström, will be speaking at this year’s EU-Startups Summit!
CEO & Founder of seQura, David Bäckström, will be speaking at this year’s EU-Startups Summit! CEO & Founder of seQura, David Bäckström, will be speaking at this year’s EU-Startups Summit!

We are pleased to announce that David Bäckström, Founder and CEO of SeQura, will join the stage at the EU-Startups Summit 2026 on May 7-8 in sunny Malta for a special fireside chat.

David is a serial entrepreneur with a strong background in technology, eCommerce, and digital payment models.

In 2014, David founded SeQura in Barcelona with the aim of transforming the online shopping experience through flexible payment solutions.

Today, SeQura provides a wide range of payment alternatives, from immediate to deferred payments, available across online, in-store, and telephonic sales channels.

Join us at the EU-Startups Summit 2026 for two days of learning, networking, and inspiration.

5 часов назад @ eu-startups.com
Wikifarmer raises €7.1 million to evolve from “Wikipedia of Farming” into an “operating system for agricultural trade”
Wikifarmer raises €7.1 million to evolve from “Wikipedia of Farming” into an “operating system for agricultural trade” Wikifarmer raises €7.1 million to evolve from “Wikipedia of Farming” into an “operating system for agricultural trade”

Wikifarmer, an Athens-based B2B AgTech startup using AI to connect food businesses directly with producers, has raised €7.1 million ($7.7 million) to drive global expansion.

The investment brings total funding to approximately €15.6 million ($18 million).

We’re building a world where AI removes the friction, opacity, and inefficiency that have defined agricultural trade for centuries – and both sides of every transaction benefit.

It aims to become the “operating system for agricultural trade” by providing a data, intelligence, and transaction layer for global agricultural commerce.

Wikifarmer has teams in Athens and Sevilla, supporting buyers and producers across Spain, the Mediterranean, a…

5 часов назад @ eu-startups.com
London’s First Concepts raises €871.7k to build “taste-aware” AI operating system for creative agencies
London’s First Concepts raises €871.7k to build “taste-aware” AI operating system for creative agencies London’s First Concepts raises €871.7k to build “taste-aware” AI operating system for creative agencies

Conor Hoey, co-founder and CEO of First Concepts, commented, “First Concepts has a simple mission to transform creative context from something fragile and ephemeral into a structured, compounding asset.

We are building an operating system that understands the value of creative thinking and taste.

Hoey previously served as a product marketing leader at Amazon, where he expanded Amazon Fresh to generate €436 million ($500 million) in revenue.

First Concepts claims to address this by operating above the stack to coordinate leading models and creative tools through a shared taste and context layer.

It is built for creative agencies, and unifies briefs, research, references and generation into a…

7 часов назад @ eu-startups.com
Madrid’s Webel closes €4.3 million pre-Series A round to evolve into a home services “super app” across Europe
Madrid’s Webel closes €4.3 million pre-Series A round to evolve into a home services “super app” across Europe Madrid’s Webel closes €4.3 million pre-Series A round to evolve into a home services “super app” across Europe

Webel, a Madrid-based digital marketplace for home services, has closed a €4.3 million pre-Series A funding round to accelerate its growth, enhance its technology, and broaden its presence across the European market.

The company states that it currently has over 2 million users and approximately 350,000 registered professionals, with nearly one million service listings available on the marketplace.

Webel revealed that home cleaning, ironing, and handyman services remain the most requested services, but recently, other categories are gaining popularity.

These include small home renovations, moving services, manicure services, appliance repair, private tutoring, and childcare.

Following the l…

8 часов назад @ eu-startups.com
Why Malta is a great launchpad for startups and investors from across Europe and beyond
Why Malta is a great launchpad for startups and investors from across Europe and beyond Why Malta is a great launchpad for startups and investors from across Europe and beyond

Increasingly, however, the island is earning a different reputation: one as a fast-growing hub for startups, venture capital, and innovation.

Today, that same position is helping it attract international founders, investors, and technology companies looking for a gateway to European markets.

Venture capital and new funding initiativesVenture capital is playing an increasingly important role in shaping Malta’s innovation ecosystem.

Venture capital investors with activities in Malta include Malta Venture Capital, GO Ventures, Growth Box Ventures, MEP Capital, the HCi3 fund and many more.

Malta Venture Capital, launched in 2024 with €10 million in funding, co-invests alongside private investor…

20 часов назад @ eu-startups.com
Ternary Therapeutics targets “undruggable” proteins with AI-designed molecular glues, raising €4.1 million
Ternary Therapeutics targets “undruggable” proteins with AI-designed molecular glues, raising €4.1 million Ternary Therapeutics targets “undruggable” proteins with AI-designed molecular glues, raising €4.1 million

London-based BioTech startup Ternary Therapeutics has raised €4.1 million (£3.6 million) in Seed funding to scale an AI platform designed to create a new class of medicines known as molecular glues.

In Austria, Graph Therapeutics raised €3 million in pre-Seed financing to advance an AI-driven drug discovery platform focused on inflammatory diseases.

However, the company says that most molecular glues have historically been discovered by chance rather than deliberately designed.

Cristian Pinto, Investor at daphni, says: “Designing molecular glues predictably is one of the hardest problems in drug discovery.

Molecular glues offer a way to bypass that limitation by creating new interactions be…

20 часов назад @ eu-startups.com
With Europe reliant on foreign critical raw materials, Germany’s WeSort.AI raises €10 million to recover them from waste
With Europe reliant on foreign critical raw materials, Germany’s WeSort.AI raises €10 million to recover them from waste With Europe reliant on foreign critical raw materials, Germany’s WeSort.AI raises €10 million to recover them from waste

Würzburg-based DeepTech startup WeSort.AI has secured €10 million in funding to further scale its AI-based technology for recovering critical raw materials from recycling plants.

By preventing fires and recovering critical raw materials, WeSort.AI solves one of the industry’s biggest problems.

The EU Critical Raw Materials Act sets ambitious goals for European raw material independence.

Today, Europe is heavily dependent on imports of critical materials – rare earths from China, lithium from Chile, cobalt from Africa.

The technology can sort out a wide variety of hazardous or valuable critical raw materials from various types of waste, such as:end-of-life vehicleselectronicsconstruction was…

21 час назад @ eu-startups.com
Mikael da Costa, founder and CEO of WP SEO AI, joins the EU-Startups Summit 2026!
Mikael da Costa, founder and CEO of WP SEO AI, joins the EU-Startups Summit 2026! Mikael da Costa, founder and CEO of WP SEO AI, joins the EU-Startups Summit 2026!

We are pleased to announce that Mikael da Costa, founder and CEO of WP SEO AI, will take the stage at the EU-Startups Summit 2026 on May 7-8 in sunny Malta for a keynote on the growth stage.

Mikael is an entrepreneur with extensive experience building and scaling technology companies across digital marketing and software.

Throughout his career, he has founded several ventures, led companies to millions in annual recurring revenue, and completed three exits.

Today, Mikael leads WP SEO AI, a bootstrapped AI-powered SEO startup that in just two years has grown to over 170 employees and more than 2,000 customers, surpassing €12.5 million in ARR.

At the EU-Startups Summit 2026, Mikael will explo…

22 часа назад @ eu-startups.com
Oxford Medical Simulation secures €5.78 million to tackle healthcare training gap with virtual reality
Oxford Medical Simulation secures €5.78 million to tackle healthcare training gap with virtual reality Oxford Medical Simulation secures €5.78 million to tackle healthcare training gap with virtual reality

Oxford Medical Simulation (OMS), a UK startup offering clinical simulation to healthcare and academic institutions, has secured €5.78 million (£5 million) in growth funding from Salica Investments, a UK-based investment firm supporting high-growth companies across the UK and Europe.

Founded in 2017 by Michael Wallace and Dr Jack Pottle, Oxford Medical Simulation (OMS) designs, builds, and delivers virtual reality healthcare training.

In 2024, Oxford Medical Simulation (OMS) announced the completion of its €10.9 million ($12.6 million) Series A funding round, led by Frog Capital.

“Oxford Medical Simulation is exactly the type of business we look to support.

Last year, in October, the investm…

1 day, 1 hour назад @ eu-startups.com
TMA acquires Amsterdam’s BrainsFirst to combine psychometrics with neuroscience-based talent insights
TMA acquires Amsterdam’s BrainsFirst to combine psychometrics with neuroscience-based talent insights TMA acquires Amsterdam’s BrainsFirst to combine psychometrics with neuroscience-based talent insights

Amsterdam-based BrainsFirst, a provider of neuroscience-based cognitive assessment software, has been acquired by Talent Motivation Assessment (TMA), a Dutch-based provider of talent management software.

The software is utilised by customers for early talent identification, team and talent insights, career mobility, and sports talent scouting, among other uses.

Including BrainsFirst, TMA now employs over 100 employees in the Netherlands, France and the United States and serves customers such as the Municipality of Amsterdam, Bol & Monuta.

In a LinkedIn post announcing the acquisition, BrainsFirst stated, “At BrainsFirst, we look at talent through a neuroscience lens.

Glenn Frijde, CEO of TM…

1 day, 4 hours назад @ eu-startups.com
Utrecht-based Scinus secures €3 million to tackle one of the biggest challenges in cell therapy
Utrecht-based Scinus secures €3 million to tackle one of the biggest challenges in cell therapy Utrecht-based Scinus secures €3 million to tackle one of the biggest challenges in cell therapy

Scinus Group, a Utrecht-based startup that develops and distributes bioreactor technology for stem cell cultivation, has closed a €3 million strategic investment round to accelerate the global rollout of the Osilaris™ cell expansion platform.

Following the conclusion of the round, Dr Erik Vossenaar, currently serving as Managing Director of Scinus, will be appointed as Executive Director and CEO.

According to the company, the potential of cell therapies is becoming more apparent, yet manufacturing remains one of the industry’s biggest challenges.

It claims that Osilaris™ Platform, its closed and automated bioreactor system, has been designed specifically to address these challenges.

Scinus …

1 day, 5 hours назад @ eu-startups.com
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 09-13)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 09-13) Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 09-13)

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, 22 hours назад @ eu-startups.com
100+ investors who already secured their tickets for this year’s EU-Startups Summit on May 7-8 in Malta!
100+ investors who already secured their tickets for this year’s EU-Startups Summit on May 7-8 in Malta! 100+ investors who already secured their tickets for this year’s EU-Startups Summit on May 7-8 in Malta!

On May 7-8, the EU-Startups Summit will celebrate its 2026 edition at the iconic Mediterranean Conference Centre in Valletta, Malta.

An entrepreneur and business strategist with +25 years of experience in real estate, international business development, and high-net-worth client services.

Elena Casolari: Co-founder and Executive President of the Fondazione Opes-Lcef, an early-stage impact fund providing patient capital investment.

Emmie van Halder: Emmie is an angel investor and business development professional focused on the Sustainable Development Goals (SDGs).

Marlieke Lingmont: Head of Startup Innovation at Lely, an AgTech company focused on dairy farm innovation.

4 days, 2 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 1 час назад
Level Nine raises €4M to unlock local feedstocks for chemicals
Level Nine raises €4M to unlock local feedstocks for chemicals Level Nine raises €4M to unlock local feedstocks for chemicals

Berlin-based Level Nine, adeeptech company developing next-generation catalysts for more sustainablechemical production, has raised €4 million in a seed round led by Visionaries Tomorrow, bringing its...

1 час назад @ tech.eu
eYou raises €300K to build a European social media platform focused on trust
eYou raises €300K to build a European social media platform focused on trust eYou raises €300K to build a European social media platform focused on trust

eYou a new European social media platform designed to combat online misinformation and rebuild trust in digital conversations, has secured €300,000 in pre-seed funding from Fil Rouge Capital, ahead o...

1 час назад @ tech.eu
UK government pledges £1BN quantum computing investment
UK government pledges £1BN quantum computing investment UK government pledges £1BN quantum computing investment

The UK government has pledged a £1bn investment to buy large-scale quantum computers from British startups and companies, as it looks to stay in the race in innovating in the technology which some bel...

1 час назад @ tech.eu
Wikifarmer raises $7.7M to develop AI tools for the agricultural supply chain
Wikifarmer raises $7.7M to develop AI tools for the agricultural supply chain Wikifarmer raises $7.7M to develop AI tools for the agricultural supply chain

Wikifarmer, a B2Bmarketplace that uses artificial intelligence to connect food businesses withproducers, has raised $7.7 million in funding. The round was co-led byBrighteye Ventures and Piraeus Bank,...

2 часа назад @ tech.eu
Nscale snaps up major US data centre site, inks AI compute deal with Microsoft
Nscale snaps up major US data centre site, inks AI compute deal with Microsoft Nscale snaps up major US data centre site, inks AI compute deal with Microsoft

Nscale, the UK AI infrastructure startup backed by Nvidia, has snapped up a major data centre site in the US and inked an AI compute deal with Microsoft at the site. The deal underscores the ambitions...

2 часа назад @ tech.eu
Blify secures $2.1M pre-seed to develop AI training platform
Blify secures $2.1M pre-seed to develop AI training platform Blify secures $2.1M pre-seed to develop AI training platform

Paris-based startup Blify, which turns workplacecommunication tools such as Slack and Microsoft Teams into learning platforms,has announced a $2.1 million pre-seed funding round to accelerate thedevel...

3 часа назад @ tech.eu
Upvest raises $125M to strengthen its API-based investment platform
Upvest raises $125M to strengthen its API-based investment platform Upvest raises $125M to strengthen its API-based investment platform

Upvest, a European investmentinfrastructure provider, has announced a $125 million financing round tosupport the modernisation of legacy banking systems across Europe and the UK.The $90 million equity...

4 часа назад @ tech.eu
Steward, an AI-driven compliance platform managing $100B, raises $5M
Steward, an AI-driven compliance platform managing $100B, raises $5M Steward, an AI-driven compliance platform managing $100B, raises $5M

Steward,an AI-first AML platform purpose-built for complex investor onboarding andongoing monitoring, has raised $5 million to advance automation in complianceoperations. The round was led by Motive P...

4 часа назад @ tech.eu
Webel closes €4.3M funding round for its home services platform
Webel closes €4.3M funding round for its home services platform Webel closes €4.3M funding round for its home services platform

Spanish startup Webel, a digital marketplace for home services, hasclosed a €4.3 million pre-Series A funding round to support its growth,strengthen its technology, and expand its presence across the ...

4 часа назад @ tech.eu
Italian startup Alomana raises €4M for its AI operating layer for enterprise workflows
Italian startup Alomana raises €4M for its AI operating layer for enterprise workflows Italian startup Alomana raises €4M for its AI operating layer for enterprise workflows

Italian startup Alomana has raised €4 million to accelerate the development of Alo, the AI operating layer for enterprise. Enterprises need more than AI that can answer when prompted; they need AI tha...

5 часов назад @ tech.eu
Partech’s €300M Impact Fund targets Europe’s next generation of industrial and climate tech leaders
Partech’s €300M Impact Fund targets Europe’s next generation of industrial and climate tech leaders Partech’s €300M Impact Fund targets Europe’s next generation of industrial and climate tech leaders

Global investment firm Partech announces the final closing of its inaugural Partech Impact Fund, securing €300 million in total commitments to scale European B2B tech transforming global value chains....

5 часов назад @ tech.eu
First Concepts raises $1M to develop AI-native OS for creative work
First Concepts raises $1M to develop AI-native OS for creative work First Concepts raises $1M to develop AI-native OS for creative work

London-basedstartup First Concepts, an AI-powered workspace for early-stage creative work,has raised $1 million in pre-seed funding less than nine months after itsfounding. The round was led by Arāya ...

6 часов назад @ tech.eu
Tracebit raises $20M Series A to expand cloud-native deception tech
Tracebit raises $20M Series A to expand cloud-native deception tech Tracebit raises $20M Series A to expand cloud-native deception tech

Tracebit, acloud-native cybersecurity company focused on threat detection, has raised a$20 million Series A round led by FirstMark, with participation from Accel. MMCVentures, Tapestry VC, and CCL als...

7 часов назад @ tech.eu
Choice secures $7.1M Series A to expand its restaurant operating system across Europe
Choice secures $7.1M Series A to expand its restaurant operating system across Europe Choice secures $7.1M Series A to expand its restaurant operating system across Europe

Choice, a Prague-founded all-in-one SaaS and QR ordering platform for restaurants, has raised $7.1 million in Series A funding. To date, the company has raised a total of $11.6 million. Founded five y...

1 day, 2 hours назад @ tech.eu
Italian startup Alomana raises €4M for its AI operating layer for enterprise workflows
Italian startup Alomana raises €4M for its AI operating layer for enterprise workflows Italian startup Alomana raises €4M for its AI operating layer for enterprise workflows

Italian startup Alomana has raised €4 million to accelerate the development of Alo, the AI operating layer for enterprise. Enterprises need more than AI that can answer when prompted; they need AI tha...

1 day, 3 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 3 weeks, 6 days назад
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

3 weeks, 6 days назад @ 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, 1 week назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

1 month, 3 weeks назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

2 months, 3 weeks назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

5 months назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

5 months, 3 weeks назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

5 months, 3 weeks назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

6 months назад @ 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 назад @ 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, 2 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, 1 week назад @ 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, 1 week назад @ 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, 1 week назад @ techcrunch.com
Litehaus raises €1.46M pre-seed to build home-building platform
Litehaus raises €1.46M pre-seed to build home-building platform

All Thibault Launay and his wife Simi wanted nearly five years ago was to build a dream home in Portugal, where they both now live. But what they encountered instead was a broken system. “Fourteen months of delays, 20% budget overruns, and endless stress managing over 10 subcontractors,” Thibault recalled. They bought the land in […]

9 months, 3 weeks назад @ techcrunch.com