Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Little Free Library Books
Little Free Library Books Little Free Library Books

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in settings .

1 час назад @ littlefreelibrary.org
WebMCP is available for early preview
WebMCP is available for early preview WebMCP is available for early preview

: Perform standard actions that can be defined directly in HTML forms.

Customer support : Help users create detailed customer support tickets, by enabling agents to fill in all of the necessary technical details automatically.

: Help users create detailed customer support tickets, by enabling agents to fill in all of the necessary technical details automatically.

Join the early preview programWebMCP is available for prototyping to early preview program participants.

Sign up for the early preview program to gain access to the documentation and demos, stay up-to-date with the latest changes, and discover new APIs.

1 час назад @ developer.chrome.com
Waymo blocking ambulance during deadly Austin shooting
Waymo blocking ambulance during deadly Austin shooting

Comments

2 часа назад @ mysanantonio.com
Big Breakfast Alters Appetite, Gut Health
Big Breakfast Alters Appetite, Gut Health

Service Temporarily UnavailableThe server is temporarily unable to service your request due to maintenance downtime or capacity problems.

Please try again later.

::CLOUDFLARE_ERROR_500S_BOX::

2 часа назад @ cambridge.org
South Korean Police Lose Seized Crypto by Posting Password Online
South Korean Police Lose Seized Crypto by Posting Password Online South Korean Police Lose Seized Crypto by Posting Password Online

South Korea’s National Tax Service seized crypto assets during recent enforcement actions against 124 high-value tax evaders, but now, a large chunk of that crypto cash has been lost.

The operation originally resulted in the confiscation of crypto holdings worth about 8.1 billion won, or roughly $5.6 million.

Because the seed phrase appeared in a widely distributed press release, investigators have no clear suspect.

Notably, this is not the first time a mishap has occurred with crypto funds previously seized by law enforcement in South Korea.

The department stored the coins in a wallet provided by the foundation, and the recovery phrase later reached a third party.

2 часа назад @ gizmodo.com
Working with memories can reduce fear of failure
Working with memories can reduce fear of failure Working with memories can reduce fear of failure

Changing the past in your imagination: Working with memories can reduce fear of failureCredit: Gabriella Ally from PexelsCertain imagery-based techniques can reduce the fear of failure that results from difficult childhood memories, according to research by scientists from SWPS University and the Nencki Institute of Experimental Biology.

A possible consequence is fear of failure, based on the belief that making mistakes leads to being perceived as less worthy.

Over the course of two weeks, participants completed four therapy sessions during which they worked with painful childhood memories related to criticism.

"The study shows that it is possible to reduce the intensity of negative emotion…

2 часа назад @ medicalxpress.com
Are the Mysteries of Quantum Mechanics Beginning to Dissolve?
Are the Mysteries of Quantum Mechanics Beginning to Dissolve? Are the Mysteries of Quantum Mechanics Beginning to Dissolve?

Quantum mechanics itself didn’t seem to explain this measurement process, in which all the quantum probabilities represented in the wave function “collapse” into a single observed value.

Why not just see how far we can get with conventional quantum mechanics?

Schrödinger named this phenomenon in 1935, arguing that it is in fact the key feature of quantum mechanics.

“Looks like” is the essential term here: Actually, quantum mechanics says that the interaction and resulting entanglement renders the particles no longer separate entities.

Instead of trying to concoct elaborate stories to resolve the measurement problem of quantum mechanics, why not patiently and carefully work through what stan…

2 часа назад @ quantamagazine.org
How the Government Deceived Congress in the Debate over Surveillance Powers (2013)
How the Government Deceived Congress in the Debate over Surveillance Powers (2013) How the Government Deceived Congress in the Debate over Surveillance Powers (2013)

On Sunday’s Meet the Press, Clapper was grilled about his statement to Congress.

As we explained in this dedicated page to the NSA’s word games, “collect” has a very different meaning to them than it does the rest of us.

Wyden also gave Clapper a chance to amend his answer after his testimony, but Clapper declined.

"No, no, that's not a collection of books – I haven't read them all."

But if you’re asked if you fired a gun, they’re not asking if you put it in a kiln.

3 часа назад @ eff.org
This System Can Go Fuck Itself and Burn in Hell
This System Can Go Fuck Itself and Burn in Hell This System Can Go Fuck Itself and Burn in Hell

I remember the slumlord coming over one night pounding on the door, yelling about the rent money, my mom just crying saying she didn’t have it.

He was able to help us get the shitty old house rental in the local small town.

In this system the more money and power you gain the easier it becomes to gain more.

This system has long overstayed it’s welcome, and it is not worthy of an honorable sendoff ceremony.

We should burn all of the dollars and tokens of the old system into the buildout of the information age, and usher in a new beginning based on abundance.

3 часа назад @ shawnfromportland.substack.com
Why does C have the best file API
Why does C have the best file API Why does C have the best file API

Why does C have the best file API?

In C, you can access files exactly the same as data in memory:#include #include #include #include #include void main () { // Create/open a file containing 1000 unsigned integers // Initialized to all zeros.

int len = 1000 * sizeof ( uint32_t ); int file = open ( "numbers.u32" , O_RDWR | O_CREAT , 0600 ); ftruncate ( file , len ); // Map it into memory.

uint32_t * numbers = mmap ( NULL , len , PROT_READ | PROT_WRITE , MAP_SHARED , file , 0 ); // Do something: printf ( "%d" , numbers [ 42 ]); numbers [ 42 ] = numbers [ 42 ] + 1 ; // Clean up munmap ( numbers , len ); close ( file ); }Memory mapping isn't the same as loading a file into memory: It still …

4 часа назад @ maurycyz.com
AWS Middle East Central Down, apparently struck in war
AWS Middle East Central Down, apparently struck in war AWS Middle East Central Down, apparently struck in war

Comments

4 часа назад @ health.aws.amazon.com
A new Polymarket account made over $500k betting on the U.S. strike against Iran
A new Polymarket account made over $500k betting on the U.S. strike against Iran

Comments

4 часа назад @ twitter.com
January in Servo: preloads, better forms, details styling, and more
January in Servo: preloads, better forms, details styling, and more January in Servo: preloads, better forms, details styling, and more

We also fire the ‘error’ event if a fetched stylesheet response is invalid (@TimvdLippe, @mrobinson, #42037).

Additionally, the attribute now triggers preload fetch operations that can improve page load speeds (@TimvdLippe, @jdm, #40059).

Text input fields have received a lot of love this month.

Clicking in an input field will position the cursor accordingly (@mrobinson, @jdm, @Loirooriol, #41906, #41974, #41931), as will clicking past the end of a multiline input (@mrobinson, @Loirooriol, #41909).

CSS styles now inherit correctly through ‘display: contents’ as well as elements in Shadow DOM content (@longvatrong111, @Loirooriol, @mrobinson, #41855).

6 часов назад @ servo.org
I Built a Scheme Compiler with AI in 4 Days
I Built a Scheme Compiler with AI in 4 Days I Built a Scheme Compiler with AI in 4 Days

Inspired seeing others quickly built near-production level things that would normally take months or years, I decided to do something that only I would care about: build a Scheme compiler to WASM.

The compiler is definitely still alpha quality but the number of features is impressive for how little time I spent on it.

count ( - count 1 ) ) ) ) ( ( equal?

handler "on_increment" ) ( set!

count ( + count 1 ) ) ) ) )There’s probably more I built that I have already forgotten about.

7 часов назад @ matthewphillips.info
MCP is dead. Long live the CLI
MCP is dead. Long live the CLI

CLI tools don’t care.

gh uses gh auth login .

When auth breaks, I fix it the way I always would: aws sso login , gh auth refresh .

Using multiple MCP tools?

Ship a good API, then ship a good CLI.

7 часов назад @ ejholmes.github.io
Hacker News Hacker News
последний пост 1 час назад
Show HN: Audio Toolkit for Agents
Show HN: Audio Toolkit for Agents Show HN: Audio Toolkit for Agents

Install sas-audio-processor# From source git clone https://github.com/stevehiehn/sas-audio-processor.git cd sas-audio-processor python3 -m venv venv && source venv/bin/activate pip install -r requirements.txt && pip install -e .Or use the pre-built binary (macOS only):./build.sh # Binary at dist/sas-processor/sas-processor3.

analyzesas-processor analyze --input < file >Returns BPM, duration, sample rate, and channel count.

trimsas-processor trim --input < file > --output < file > --bpm < float > --bars < int > [--meter 4] [--verbose]Detects the downbeat and trims audio to the specified number of bars.

sas-processor time-stretch --input < file > --output < file > --source-bpm < float > --tar…

8 часов назад @ github.com
Lil' Fun Langs' Guts
Lil' Fun Langs' Guts Lil' Fun Langs' Guts

Lil' Fun Langs' GutsI'm still thinking about those lil' fun langs.

There are many exemplary self-hosted languages to study:MicroHs is a Haskell compiler that compiles Haskell to combinators.

is a Haskell compiler that compiles Haskell to combinators.

-- Given: let id = fun x -> x in (id 1, id true) -- Type inference trace: -- 1. id : α → α (infer: x has fresh type α, body is x) -- 2. generalize: id : ∀α.

Functions like id x = x get a concrete type at each use site.

8 часов назад @ taylor.town
New iron nanomaterial wipes out cancer cells without harming healthy tissue
New iron nanomaterial wipes out cancer cells without harming healthy tissue New iron nanomaterial wipes out cancer cells without harming healthy tissue

Researchers at Oregon State University have created a new nanomaterial designed to destroy cancer cells from the inside.

These reactive oxygen species damage cells through oxidation, stripping electrons from essential components such as lipids, proteins, and DNA.

More recent CDT approaches have also succeeded in generating singlet oxygen inside tumors.

"They efficiently generate either radical hydroxyls or singlet oxygen but not both, and they often lack sufficient catalytic activity to sustain robust reactive oxygen species production.

This structure is capable of producing both hydroxyl radicals and singlet oxygen, increasing its cancer-fighting potential.

8 часов назад @ sciencedaily.com
Why XML Tags Are So Fundamental to Claude
Why XML Tags Are So Fundamental to Claude

Comments

9 часов назад @ glthr.com
AI Made Writing Code Easier. It Made Being an Engineer Harder
AI Made Writing Code Easier. It Made Being an Engineer Harder

Yes, writing code is easier than ever.

The Identity Crisis Nobody Talks AboutHere is something that gets lost in all the excitement about AI productivity: most software engineers became engineers because they love writing code.

Nobody walks into a standup and says “stop writing code.” But the message is there, subtle and persistent.

Product managers began writing code.

The Paradox We Need to NameAI made writing code easier and made being an engineer harder.

9 часов назад @ ivanturkovic.com
Ape Coding
Ape Coding Ape Coding

HistoryThe term was popularized when agentic coding (coding performed by AI agents) became the dominant form of software development.

The volume of code AI developers could produce on demand was much larger than what human developers were able to produce and understand in a similar timeframe.

A common observation was that the human engineers who were still employed no longer enjoyed their line of work.

Advocacy for human-written softwareApe coding advocates argued that a return to human-written software would resolve the issues introduced by AI software development.

Competitive ape coding is also popular, with top ranked ape coders being relatively well-known in their communities.

9 часов назад @ rsaksida.com
AI is making junior devs useless
AI is making junior devs useless AI is making junior devs useless

It was from @Thiccolo and it reads:“For someone like you, who likely has years of experience without LLMs, your brain totally understands good code/bad code, good architecture, and just general intuition around code and systems.

AI is making it really easy to build what I’d call shallow competence.

You need to know what good looks like before you can evaluate what AI is giving you.

Now there’s an escape hatch available 24/7 and it’s really, really tempting to use it every single time.

You have access to something I genuinely dreamed about when I was learning — AI that can explain anything to you, at any time, at whatever level of depth you want.

10 часов назад @ beabetterdev.com
Ghostty – Terminal Emulator
Ghostty – Terminal Emulator Ghostty – Terminal Emulator

Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

Get StartedInstall Ghostty and run!

Zero configuration required to get up and running.

Installation InstructionsReady-to-run binaries for macOS.

Packages or build from source for Linux.

11 часов назад @ ghostty.org
I built a demo of what AI chat will look like when it's "free" and ad-supported
I built a demo of what AI chat will look like when it's "free" and ad-supported I built a demo of what AI chat will look like when it's "free" and ad-supported

This tool is a satirical but fully functional demonstration of what AI chat assistants could look like if they were monetized through advertising — similar to how free apps, websites, and streaming services fund themselves today.

As AI chat becomes mainstream, companies face a fundamental question: how do you make it free for users while covering the significant compute costs?

Advertising is one obvious answer — and this demo shows every major ad pattern that could be applied to a chat interface.

We built this as an educational tool to help marketers, product managers, and developers understand the landscape of AI monetization, and to give users a glimpse of the future they might want to av…

12 часов назад @ 99helpers.com
Show HN: Vertex.js – A 1kloc SPA Framework
Show HN: Vertex.js – A 1kloc SPA Framework

createElement const { createElement: h, render, Fragment } = Vertex; // Host element ( "div" , { className: "card" }, ( "h2" , null , "Hello" ), ( "p" , null , "World" ) ) // Function component function ({ label, colour }) { return ( "span" , { style: { background: colour } }, label); } (Badge, { label: "Bass" , colour: "#c8ff00" }) // Fragment — renders children with no wrapper element (Fragment, null , ( "dt" , null , "BPM" ), ( "dd" , null , "174" ) ) render // Mount your root component once — Vertex handles all subsequent updates function () { return ( "div" , { className: "app" }, ( "h1" , null , "Vertex" ) ); } Vertex.

( null ); Vertex.

(); }, []); return ( "input" , { ref: inputRef, …

12 часов назад @ lukeb42.github.io
Flightradar24 for Ships
Flightradar24 for Ships

Comments

13 часов назад @ atlas.flexport.com
Microgpt explained interactively
Microgpt explained interactively Microgpt explained interactively

MicroGPT explained interactivelyAndrej Karpathy wrote a 200-line Python script that trains and runs a GPT from scratch, with no libraries or dependencies, just pure Python.

Softmax a 22.1 % b 8.1 % c 4.9 % d 1.8 % e 60.0 % other 3.0 % probabilityHere's the actual softmax code from microgpt.

The formula is − log ⁡ ( p ) -\log(p) −log(p) where p p p is the probability the model assigned to the correct token.

Step through the pipeline for one token and watch data flow through each stage:GPT forward pass Token Token Embed Pos Embed Add RMS Norm Attn Add RMS Norm MLP Add Output Logits vector dimension: 16 (except output: 27)Here's the actual gpt() function from microgpt.

relu ( ) for xi in x ] 2…

14 часов назад @ growingswe.com
Why is the first C++ (m)allocation always 72 KB?
Why is the first C++ (m)allocation always 72 KB? Why is the first C++ (m)allocation always 72 KB?

Why is the first C++ (m)allocation always 72 KB?

$ LOG_ALLOC = log.txt LD_PRELOAD = /home/joel/mymalloc/libmymalloc.so lsThe 72 KB MysteryWhile analyzing allocation patterns across different programs, I noticed something unusual: the very first allocation is always 73728 bytes (72 KB).

Since I’ve implemented my custom allocator in C++, it inherently depends on libstdc++, which initializes the emergency pool on every program invocation.

You might see a different allocation size (e.g., 71 KB instead of 72 KB), or no allocation at all.

As you quickly find out when working with memory allocation is that almost everything needs to allocate memory.

14 часов назад @ joelsiks.com
Show HN: Terminal-Style Portfolio on the Internet
Show HN: Terminal-Style Portfolio on the Internet Show HN: Terminal-Style Portfolio on the Internet

Skills and TechnologiesExpert in Python, JavaScript, TypeScript, React, Next.js, Flask, Node.js, TensorFlow, PyTorch, SQL, MongoDB, Git, Docker, AWS, and modern web development technologies.

Perplexity AI Business Fellow and participant in OpenAI Asia-Pacific developer discussions specializing in artificial intelligence and full-stack development.

Contact InformationGitHub: Kuberwastaken, LinkedIn: kubermehta, Email: [email protected], Portfolio: kuber.studioMedia AppearancesFeatured by The Independent (https://www.independent.co.uk/tech/moltbook-ai-reddit-social-media-chat-b2915460.html) for ClawX.

4th Place at Unsloth x AMD RL Hackathon at IIT Delhi.

Top 10 Google x Kaggle Long Context A…

14 часов назад @ kuber.studio
Intelligence is a commodity. Context is the real AI Moat
Intelligence is a commodity. Context is the real AI Moat Intelligence is a commodity. Context is the real AI Moat

The room was full of talented people with really strong opinions about AI and how it’ll impact our work and our society.

Even if we lived in a society where reality is shaped by superintelligent AIs instead of ourselves, we can still be happy.

We want the reality shaped by superintelligent AIs to be a function of human existence (f(humans)), not a constant within an AI society (f(AIs) + humans).

My thesis is this context is the product (and the moat) in the era of intelligence.

This layer will be comprised of all those connections, source of context, and security sandboxes required to run the agents.

15 часов назад @ adlrocha.substack.com
Lobsters Lobsters
последний пост 3 часа назад
You don't have to if you don't want to
You don't have to if you don't want to You don't have to if you don't want to

You don’t have to if you don’t want to.

They don’t move around, they don’t produce much light, there are no important chemical reactions occurring inside, and they’re specifically engineered not to emit strong radio waves or electromagnetic fields.

I don’t know if some people just flat-out don’t understand where care and craft come from.

Personally, I don’t know how to fix the software engineering profession because I can’t even articulate exactly what’s broken about it.

I won’t tell you what to do, aside from this one thing: Don’t doubt yourself.

3 часа назад @ scottsmitelli.com
qman: A more modern man page viewer for our terminals
qman: A more modern man page viewer for our terminals qman: A more modern man page viewer for our terminals

QmanA more modern manual page viewer for our terminalsVersion 1.5.1 -- see what's newGet startedRationaleUnix manual pages are lovely.

It's a modern, full-featured manual page viewer featuring hyperlinks, web browser like navigation, a table of contents for each page, incremental search, on-line help, and more.

New in this versionVersion 1.5.0 introduces the following:Support for several different manual page systems.

The program now supports the following manual page systems: mandb - most Linux distributions mandoc - Void Linux, Haiku, others?

More screenshotsIndex page:Opening a manual page using a pop-up:Using the table of contents:Searching incrementally:Performing apropos:Online help:

4 часа назад @ github.com
AWS Middle East Central Zone (UAE) down, apparently struck in war
AWS Middle East Central Zone (UAE) down, apparently struck in war AWS Middle East Central Zone (UAE) down, apparently struck in war

Comments

4 часа назад @ health.aws.amazon.com
tsink - Embedded Time-Series Database for Rust
tsink - Embedded Time-Series Database for Rust

Reduces read amplification while maintaining write throughput with dual numeric/blob lanes.

Per-type codecs, automatic From conversions, and custom bytes aggregation via Codec / Aggregator traits.

Server Mode Prometheus-compatible HTTP server with remote read/write, PromQL HTTP API, TLS, bearer auth, text format ingestion, and graceful shutdown.

Rich Aggregation 12 built-in functions: Sum, Min, Max, Avg, First, Last, Count, Median, Range, Variance, StdDev, and None.

Resource Limits Memory budget with admission backpressure, series cardinality cap, and WAL size limit.

4 часа назад @ saturnine.cc
Python Type Checker Comparison: Empty Container Inference
Python Type Checker Comparison: Empty Container Inference Python Type Checker Comparison: Empty Container Inference

Normally, when a type checker sees x = y without a type hint, it can just look at y to figure out x 's type.

if the developer writes x = [] then the type checker would infer the type of x to be list[Any] .

To infer a more precise type for an empty container, a type checker can look ahead and see how it is used.

When the type checker guesses wrong it can lead to false positive type errors.

The Pyrefly team believes that type safety is not the only goal of building a type checker – type errors also need to be actionable and easily-understood by users.

5 часов назад @ pyrefly.org
What even are Breeze, QtQuick, QtWidget, Union..?
What even are Breeze, QtQuick, QtWidget, Union..? What even are Breeze, QtQuick, QtWidget, Union..?

What even are Breeze, QtQuick, QtWidget, Union..?

More information in here:qqc2-desktop-style is the Breeze style for QtQuick applications.

It tells QtQuick applications what certain elements should look like.

Repository: https://invent.kde.org/frameworks/qqc2-desktop-style/Kirigami is a set of shared components and items we can utilize in our QtQuick applications.

We call them Kirigami applications since we rely on it quite a lot.

6 часов назад @ akselmo.dev
Fooling Go's X.509 Certificate Verification
Fooling Go's X.509 Certificate Verification Fooling Go's X.509 Certificate Verification

The first is the Certificate Authority (CA) root certificate, and the second is a leaf certifcate signed by the private key of the CA.

panic: x509: certificate signed by unknown authorityIf you used this CA certificate instead, you would see the expected output.

The CA certificate for which validation is successful uses UTF8String ( 0x0c ), and you can use openssl with the failing CA certificate to see that it uses PrintableString instead ( 0x13 ).

systemPool bool }We saw earlier that the two CA certificates differed in the ASN.1 data types used for their Subject.

Expectedly, if you check the data type of the Issuer in the leaf certificate, you’ll see that it is a UTF8String , matching the …

8 часов назад @ danielmangum.com
Agents attacking agents: AI-powered bot exploiting GitHub Actions
Agents attacking agents: AI-powered bot exploiting GitHub Actions Agents attacking agents: AI-powered bot exploiting GitHub Actions

In this campaign, an AI-powered bot tried to manipulate an AI code reviewer into committing malicious code.

What HappenedBetween February 21 and February 28, 2026, a GitHub account called hackerbot-claw systematically scanned public repositories for exploitable GitHub Actions workflows.

Target workflow: PR Quality Checks - triggered automatically on every PR, it checks out the PR author's code and runs go run ./.github/scripts/check-quality/ .

The workflow run confirms execution: the "Update version minor" step succeeded (meaning version.sh ran), and the workflow only failed later at "Push Changes" due to authentication issues.

A cached Google search result reveals that hackerbot-claw trigg…

8 часов назад @ stepsecurity.io
Why does C have the best file API?
Why does C have the best file API? Why does C have the best file API?

Why does C have the best file API?

In C, you can access files exactly the same as data in memory:#include #include #include #include #include void main () { // Create/open a file containing 1000 unsigned integers // Initialized to all zeros.

int len = 1000 * sizeof ( uint32_t ); int file = open ( "numbers.u32" , O_RDWR | O_CREAT , 0600 ); ftruncate ( file , len ); // Map it into memory.

uint32_t * numbers = mmap ( NULL , len , PROT_READ | PROT_WRITE , MAP_SHARED , file , 0 ); // Do something: printf ( "%d" , numbers [ 42 ]); numbers [ 42 ] = numbers [ 42 ] + 1 ; // Clean up munmap ( numbers , len ); close ( file ); }Memory mapping isn't the same as loading a file into memory: It still …

8 часов назад @ maurycyz.com
Supercharge Rust functions with implicit arguments using CGP v0.7.0
Supercharge Rust functions with implicit arguments using CGP v0.7.0 Supercharge Rust functions with implicit arguments using CGP v0.7.0

For example, here is how we define a context-generic function that computes the area of a rectangle:#[cgp_fn]pub fn rectangle_area (& self ,#[implicit] width : f64 ,#[implicit] height : f64 ,) -> f64 {width * height}Three annotations do the work here.

For example, here is how we define scaled_rectangle_area , which calls rectangle_area internally:#[cgp_fn]#[uses(RectangleArea)]pub fn scaled_rectangle_area (& self ,#[implicit] scale_factor : f64 ,) -> f64 {self .

For example, we can rewrite scaled_rectangle_area to use #[extend] instead of #[uses] :#[cgp_fn]#[extend(RectangleArea)]pub fn scaled_rectangle_area (& self ,#[implicit] scale_factor : f64 ,) -> f64 {self .

CGP resolves by both name…

10 часов назад @ contextgeneric.dev
The real cost of random I/O
The real cost of random I/O The real cost of random I/O

This “pushed down” the sequential scan cost, and the cost intersection now aligns with 0.2% almost perfectly.

We know the “true cost” of random I/O is much higher than 4.0, the default value.

Random but focusedWe’ve assumed the data is not cached, triggering a lot of random I/O.

It can be better to prefer random I/O against a small cached data set, rather than uncached sequential I/O.

Judging solely by the actual I/O costs, random I/O is much more expensive than the default.

11 часов назад @ vondra.me
Blogatto - A Gleam framework for building static blogs
Blogatto - A Gleam framework for building static blogs Blogatto - A Gleam framework for building static blogs

BlogattoA Gleam framework for building static blogs with Lustre and Markdown.

Blogatto generates your entire static site from a single configuration: blog posts from markdown with frontmatter, static pages from Lustre views, RSS feeds, sitemaps, and robots.txt — all rendered via Maud components.

FeaturesBlog posts from markdown — write in markdown with YAML frontmatter, Blogatto handles parsing, rendering, and output— write in markdown with YAML frontmatter, Blogatto handles parsing, rendering, and output Multilingual support — add index-it.md , index-fr.md , etc.

alongside index.md for language variants— add , , etc.

DocumentationAPI referenceFull API documentation is available on HexDocs.

14 часов назад @ blogat.to
The 64-bit Hurd has landed in Guix
The 64-bit Hurd has landed in Guix The 64-bit Hurd has landed in Guix

Sadly, for the 64-bit Hurd ( x86_64-gnu ) is still a bit problematic as some tests in e.g., openssl , python , cmake , .... hang.

So, what's the story with the 64-bit Hurd?

There are two problems: 64-bit Hurd support was added in GCC 14, while Guix was still at GCC 11.

When Guix supported cross-building with GCC 14 , and supported the 64-bit Hurd, we could create and boot a 64-bit childhurd.

),An installer running the Hurd, and,Packages, packages, packages!

14 часов назад @ guix.gnu.org
The Enshittificator
The Enshittificator The Enshittificator

Checking if the site connection is securevimeo.com needs to review the security of your connection before proceeding.

15 часов назад @ vimeo.com
Simple Made Inevitable: The Economics of Language Choice in the LLM Era
Simple Made Inevitable: The Economics of Language Choice in the LLM Era Simple Made Inevitable: The Economics of Language Choice in the LLM Era

But he also argued that accidental complexity was the only part amenable to radical improvement.

Every one of these entanglements is a source of accidental complexity that has nothing to do with the problem you're trying to solve.

The accidental complexity compounds until the codebase becomes too large and too tangled for anyone (human or machine) to navigate effectively.

LLMs are, as McKinney puts it, "probably the most powerful tool ever created to tackle accidental complexity."

It's visible at a hundred thousand, when the compounding effects of accidental complexity become the dominant cost.

15 часов назад @ felixbarbalet.com
Techmeme Techmeme
последний пост 25 минут назад
Block is a poster child for the lack of operational discipline common among mid-tier public tech companies that lived on the largesse of cloud, mobile, and ZIRP (Om Malik/On my Om)
Block is a poster child for the lack of operational discipline common among mid-tier public tech companies that lived on the largesse of cloud, mobile, and ZIRP (Om Malik/On my Om) Block is a poster child for the lack of operational discipline common among mid-tier public tech companies that lived on the largesse of cloud, mobile, and ZIRP (Om Malik/On my Om)

Om Malik / On my Om:

Block is a poster child for the lack of operational discipline common among mid-tier public tech companies that lived on the largesse of cloud, mobile, and ZIRP — Jack Dorsey, CEO of Block (the company formerly known as Square), went on X (the company formerly known as Twitter …

25 минут назад @ techmeme.com
Ted Sarandos interview on the scenario planning Netflix did before Paramount's final WBD bid, how if Paramount's deal closes there'll be cuts of $16B+, and more (Lucas Shaw/Bloomberg)
Ted Sarandos interview on the scenario planning Netflix did before Paramount's final WBD bid, how if Paramount's deal closes there'll be cuts of $16B+, and more (Lucas Shaw/Bloomberg) Ted Sarandos interview on the scenario planning Netflix did before Paramount's final WBD bid, how if Paramount's deal closes there'll be cuts of $16B+, and more (Lucas Shaw/Bloomberg)

Lucas Shaw / Bloomberg:

Ted Sarandos interview on the scenario planning Netflix did before Paramount's final WBD bid, how if Paramount's deal closes there'll be cuts of $16B+, and more — When Netflix Inc. dropped out of the bidding for Warner Bros. Discovery Inc. on Feb. 26, the news came as a surprise to many in Hollywood.

30 минут назад @ techmeme.com
India, home to one of the world's biggest AI user bases, should treat local datasets for AI as a strategic asset to avoid training Silicon Valley for free (Catherine Thorbecke/Bloomberg)
India, home to one of the world's biggest AI user bases, should treat local datasets for AI as a strategic asset to avoid training Silicon Valley for free (Catherine Thorbecke/Bloomberg) India, home to one of the world's biggest AI user bases, should treat local datasets for AI as a strategic asset to avoid training Silicon Valley for free (Catherine Thorbecke/Bloomberg)

Catherine Thorbecke / Bloomberg:

India, home to one of the world's biggest AI user bases, should treat local datasets for AI as a strategic asset to avoid training Silicon Valley for free — India is fast becoming one of the world's biggest AI user bases. The question now is how it can turn that scale into superpower status rather …

50 минут назад @ techmeme.com
Australia's eSafety Commissioner threatens action against app stores and search engines if AI services operating in Australia don't verify user ages by March 9 (Byron Kaye/Reuters)
Australia's eSafety Commissioner threatens action against app stores and search engines if AI services operating in Australia don't verify user ages by March 9 (Byron Kaye/Reuters) Australia's eSafety Commissioner threatens action against app stores and search engines if AI services operating in Australia don't verify user ages by March 9 (Byron Kaye/Reuters)

Byron Kaye / Reuters:

Australia's eSafety Commissioner threatens action against app stores and search engines if AI services operating in Australia don't verify user ages by March 9 — Australia's internet regulator said it may push search engines and app stores to block artificial intelligence services that fail …

2 часа назад @ techmeme.com
Israel-based Guidde, which is developing a platform to accelerate the adoption of AI in organizations, raised a $50M Series B round led by PSG Equity (Meir Orbach/CTech)
Israel-based Guidde, which is developing a platform to accelerate the adoption of AI in organizations, raised a $50M Series B round led by PSG Equity (Meir Orbach/CTech) Israel-based Guidde, which is developing a platform to accelerate the adoption of AI in organizations, raised a $50M Series B round led by PSG Equity (Meir Orbach/CTech)

Meir Orbach / CTech:

Israel-based Guidde, which is developing a platform to accelerate the adoption of AI in organizations, raised a $50M Series B round led by PSG Equity — The Israeli startup's platform turns employee workflows into structured knowledge for automation. — Guidde, a startup developing …

2 часа назад @ techmeme.com
Sources describe in detail the failed talks between Anthropic and DOD, and how officials at agencies, including the CIA, still hope for a peace agreement (New York Times)
Sources describe in detail the failed talks between Anthropic and DOD, and how officials at agencies, including the CIA, still hope for a peace agreement (New York Times) Sources describe in detail the failed talks between Anthropic and DOD, and how officials at agencies, including the CIA, still hope for a peace agreement (New York Times)

New York Times:

Sources describe in detail the failed talks between Anthropic and DOD, and how officials at agencies, including the CIA, still hope for a peace agreement — The Pentagon and Anthropic were close to agreeing on the use of artificial intelligence. But strong personalities, mutual dislike and a rival company unraveled a deal.

4 часа назад @ techmeme.com
Chinese matchmaking apps like Wanmei Qinjia, which has 50M users and lets parents look for spouses for their children, surge as marriage rates continue to fall (Kohei Fujimura/Nikkei Asia)
Chinese matchmaking apps like Wanmei Qinjia, which has 50M users and lets parents look for spouses for their children, surge as marriage rates continue to fall (Kohei Fujimura/Nikkei Asia) Chinese matchmaking apps like Wanmei Qinjia, which has 50M users and lets parents look for spouses for their children, surge as marriage rates continue to fall (Kohei Fujimura/Nikkei Asia)

Kohei Fujimura / Nikkei Asia:

Chinese matchmaking apps like Wanmei Qinjia, which has 50M users and lets parents look for spouses for their children, surge as marriage rates continue to fall — DALIAN, China — Apps that enable parents to search for spouses for their unmarried children have become increasingly popular in China …

5 часов назад @ techmeme.com
Source describes the failed Pentagon-Anthropic talks: through the end, the Pentagon wanted to use Anthropic's AI to analyze bulk data collected about Americans (Ross Andersen/The Atlantic)
Source describes the failed Pentagon-Anthropic talks: through the end, the Pentagon wanted to use Anthropic's AI to analyze bulk data collected about Americans (Ross Andersen/The Atlantic) Source describes the failed Pentagon-Anthropic talks: through the end, the Pentagon wanted to use Anthropic's AI to analyze bulk data collected about Americans (Ross Andersen/The Atlantic)

Ross Andersen / The Atlantic:

Source describes the failed Pentagon-Anthropic talks: through the end, the Pentagon wanted to use Anthropic's AI to analyze bulk data collected about Americans — Right up until the moment that Pete Hegseth moved to terminate the government's relationship with the AI company Anthropic …

7 часов назад @ techmeme.com
Nvidia partners with Cisco, Nokia, and others to build 6G networks based on open, software-defined AI radio access networking (AI-RAN) architecture (Kyt Dotson/SiliconANGLE)
Nvidia partners with Cisco, Nokia, and others to build 6G networks based on open, software-defined AI radio access networking (AI-RAN) architecture (Kyt Dotson/SiliconANGLE) Nvidia partners with Cisco, Nokia, and others to build 6G networks based on open, software-defined AI radio access networking (AI-RAN) architecture (Kyt Dotson/SiliconANGLE)

Kyt Dotson / SiliconANGLE:

Nvidia partners with Cisco, Nokia, and others to build 6G networks based on open, software-defined AI radio access networking (AI-RAN) architecture — Nvidia Corp. early Sunday announced ahead of the MWC Barcelona conference that its joining global telecom leaders in a commitment to build 6G …

8 часов назад @ techmeme.com
A look at Hyundai's Atlas humanoid robot, slated for assembly tasks in 2028; Hyundai has invested billions in robotics since acquiring Boston Dynamics in 2021 (Hyonhee Shin/Bloomberg)
A look at Hyundai's Atlas humanoid robot, slated for assembly tasks in 2028; Hyundai has invested billions in robotics since acquiring Boston Dynamics in 2021 (Hyonhee Shin/Bloomberg) A look at Hyundai's Atlas humanoid robot, slated for assembly tasks in 2028; Hyundai has invested billions in robotics since acquiring Boston Dynamics in 2021 (Hyonhee Shin/Bloomberg)

Hyonhee Shin / Bloomberg:

A look at Hyundai's Atlas humanoid robot, slated for assembly tasks in 2028; Hyundai has invested billions in robotics since acquiring Boston Dynamics in 2021 — As Hyundai Motor Co. Executive Chair Euisun Chung took the stage at CES 2022 accompanied by “Spot” — a robot dog …

9 часов назад @ techmeme.com
How some companies are trying to become the "Strava of tennis" by offering match video, stats, highlights, social features, and performance analysis for players (Charlie Eccleshare/The Athletic)
How some companies are trying to become the "Strava of tennis" by offering match video, stats, highlights, social features, and performance analysis for players (Charlie Eccleshare/The Athletic) How some companies are trying to become the "Strava of tennis" by offering match video, stats, highlights, social features, and performance analysis for players (Charlie Eccleshare/The Athletic)

Charlie Eccleshare / The Athletic:

How some companies are trying to become the “Strava of tennis” by offering match video, stats, highlights, social features, and performance analysis for players — Share full article — More people are playing tennis in America than ever before.

10 часов назад @ techmeme.com
Inside the world's largest crypto casino Stake, which claims ~4% of all BTC transactions, with popularity boosted by celebs like Drake and influencers on Kick (Bloomberg)
Inside the world's largest crypto casino Stake, which claims ~4% of all BTC transactions, with popularity boosted by celebs like Drake and influencers on Kick (Bloomberg) Inside the world's largest crypto casino Stake, which claims ~4% of all BTC transactions, with popularity boosted by celebs like Drake and influencers on Kick (Bloomberg)

Bloomberg:

Inside the world's largest crypto casino Stake, which claims ~4% of all BTC transactions, with popularity boosted by celebs like Drake and influencers on Kick — Drake just needed some juice. In 82 minutes of online slots play, the Canadian rapper's starting balance of $3.5 million worth of Bitcoin had dwindled to $422,355.

13 часов назад @ techmeme.com
[Thread] In an AMA, Sam Altman says DOD blacklisting Anthropic sets an "extremely scary precedent", OpenAI rushed its deal to "de-escalate things", and more (Sam Altman/@sama)
[Thread] In an AMA, Sam Altman says DOD blacklisting Anthropic sets an "extremely scary precedent", OpenAI rushed its deal to "de-escalate things", and more (Sam Altman/@sama) [Thread] In an AMA, Sam Altman says DOD blacklisting Anthropic sets an "extremely scary precedent", OpenAI rushed its deal to "de-escalate things", and more (Sam Altman/@sama)

Sam Altman / @sama:

[Thread] In an AMA, Sam Altman says DOD blacklisting Anthropic sets an “extremely scary precedent”, OpenAI rushed its deal to “de-escalate things”, and more — I'd like to answer questions about our work with the DoW and our thinking over the past few days. Please AMA.

14 часов назад @ techmeme.com
Netflix actually won by walking away from the WBD bid, collecting a $2.8B termination fee and driving up the price and debt load of the Paramount-WBD merger (Dan Gallagher/Wall Street Journal)
Netflix actually won by walking away from the WBD bid, collecting a $2.8B termination fee and driving up the price and debt load of the Paramount-WBD merger (Dan Gallagher/Wall Street Journal) Netflix actually won by walking away from the WBD bid, collecting a $2.8B termination fee and driving up the price and debt load of the Paramount-WBD merger (Dan Gallagher/Wall Street Journal)

Dan Gallagher / Wall Street Journal:

Netflix actually won by walking away from the WBD bid, collecting a $2.8B termination fee and driving up the price and debt load of the Paramount-WBD merger — King of streaming preserves its business model, while Paramount will have to deal with a massive debt load

17 часов назад @ techmeme.com
Multiple AWS developers say they are asked to take on new roles with AI tools' assistance, and engineers are now required to complete technical writing tasks (Financial Times)
Multiple AWS developers say they are asked to take on new roles with AI tools' assistance, and engineers are now required to complete technical writing tasks (Financial Times) Multiple AWS developers say they are asked to take on new roles with AI tools' assistance, and engineers are now required to complete technical writing tasks (Financial Times)

Financial Times:

Multiple AWS developers say they are asked to take on new roles with AI tools' assistance, and engineers are now required to complete technical writing tasks — Drive for ‘leaner’ operations piles pressure on employees but could be a playbook for rivals — Amazon's HR chief last month sought …

17 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 25 минут назад
Block's plan to lay off over 4,000 employees, citing AI work automation, adds to growing angst among white-collar workers over AI's potential for job disruption (Chip Cutter/Wall Street Journal)
Block's plan to lay off over 4,000 employees, citing AI work automation, adds to growing angst among white-collar workers over AI's potential for job disruption (Chip Cutter/Wall Street Journal) Block's plan to lay off over 4,000 employees, citing AI work automation, adds to growing angst among white-collar workers over AI's potential for job disruption (Chip Cutter/Wall Street Journal)

Chip Cutter / Wall Street Journal:

Block's plan to lay off over 4,000 employees, citing AI work automation, adds to growing angst among white-collar workers over AI's potential for job disruption — Layoffs at Block add to growing backlash bubbling up across American companies; ‘It brings out the pitchforks’

17 часов назад @ techmeme.com
Sources: Commands around the world, including the US Central Command in the Middle East, use Anthropic's Claude AI tool for a range of military operations (Wall Street Journal)
Sources: Commands around the world, including the US Central Command in the Middle East, use Anthropic's Claude AI tool for a range of military operations (Wall Street Journal) Sources: Commands around the world, including the US Central Command in the Middle East, use Anthropic's Claude AI tool for a range of military operations (Wall Street Journal)

Wall Street Journal:

Sources: Commands around the world, including the US Central Command in the Middle East, use Anthropic's Claude AI tool for a range of military operations — Within hours of declaring that the federal government will end its use of artificial-intelligence tools made by tech company Anthropic …

19 часов назад @ techmeme.com
Polymarket trades on contracts tied to strikes on Iran hit $529M, and six new accounts profited a total of $1M by betting on the US to strike Iran by Feb. 28 (Emily Nicolle/Bloomberg)
Polymarket trades on contracts tied to strikes on Iran hit $529M, and six new accounts profited a total of $1M by betting on the US to strike Iran by Feb. 28 (Emily Nicolle/Bloomberg) Polymarket trades on contracts tied to strikes on Iran hit $529M, and six new accounts profited a total of $1M by betting on the US to strike Iran by Feb. 28 (Emily Nicolle/Bloomberg)

Emily Nicolle / Bloomberg:

Polymarket trades on contracts tied to strikes on Iran hit $529M, and six new accounts profited a total of $1M by betting on the US to strike Iran by Feb. 28 — As US and Israeli bombs fell on Iran this weekend, bettors on Polymarket — where $529 million was traded on contracts tied to the timing of the strikes — were cashing in.

21 час назад @ techmeme.com
OpenAI says it does not think Anthropic should be designated as a supply chain risk and it has made its position on this clear to the Pentagon (@openai)
OpenAI says it does not think Anthropic should be designated as a supply chain risk and it has made its position on this clear to the Pentagon (@openai) OpenAI says it does not think Anthropic should be designated as a supply chain risk and it has made its position on this clear to the Pentagon (@openai)

@openai:

OpenAI says it does not think Anthropic should be designated as a supply chain risk and it has made its position on this clear to the Pentagon — We do not think Anthropic should be designated as a supply chain risk and we've made our position on this clear to the Department of War.

1 day назад @ techmeme.com
OpenAI says its DOD agreement upholds its redlines and "has more guardrails than any previous agreement for classified AI deployments, including Anthropic's" (OpenAI)
OpenAI says its DOD agreement upholds its redlines and "has more guardrails than any previous agreement for classified AI deployments, including Anthropic's" (OpenAI) OpenAI says its DOD agreement upholds its redlines and "has more guardrails than any previous agreement for classified AI deployments, including Anthropic's" (OpenAI)

OpenAI:

OpenAI says its DOD agreement upholds its redlines and “has more guardrails than any previous agreement for classified AI deployments, including Anthropic's” — We think our agreement has more guardrails than any previous agreement for classified AI deployments, including Anthropic's.

1 day назад @ techmeme.com
AI coding agents are fueling productivity panic among executives and engineers, as a UCB study finds those offloading work to AI are also working longer hours (Issie Lapowsky/Bloomberg)
AI coding agents are fueling productivity panic among executives and engineers, as a UCB study finds those offloading work to AI are also working longer hours (Issie Lapowsky/Bloomberg) AI coding agents are fueling productivity panic among executives and engineers, as a UCB study finds those offloading work to AI are also working longer hours (Issie Lapowsky/Bloomberg)

Issie Lapowsky / Bloomberg:

AI coding agents are fueling productivity panic among executives and engineers, as a UCB study finds those offloading work to AI are also working longer hours — AI coding agents promised to make software development easier. Instead they've kicked off a high-pressure race to build at any cost.

1 day, 1 hour назад @ techmeme.com
An interview with Amazon's AI chief Peter DeSantis on plans to use in-house chips, Trainium and Inferentia, to develop AI models more cheaply, and more (Wall Street Journal)
An interview with Amazon's AI chief Peter DeSantis on plans to use in-house chips, Trainium and Inferentia, to develop AI models more cheaply, and more (Wall Street Journal) An interview with Amazon's AI chief Peter DeSantis on plans to use in-house chips, Trainium and Inferentia, to develop AI models more cheaply, and more (Wall Street Journal)

Wall Street Journal:

An interview with Amazon's AI chief Peter DeSantis on plans to use in-house chips, Trainium and Inferentia, to develop AI models more cheaply, and more — Amazon's new artificial intelligence czar, Peter DeSantis, is a larger-than-life figure within the company where he has worked since its early days

1 day, 3 hours назад @ techmeme.com
China faces a dilemma as it looks to balance productivity gains from AI with labor displacement risks due to automation, which could trigger an economic spiral (Bloomberg)
China faces a dilemma as it looks to balance productivity gains from AI with labor displacement risks due to automation, which could trigger an economic spiral (Bloomberg) China faces a dilemma as it looks to balance productivity gains from AI with labor displacement risks due to automation, which could trigger an economic spiral (Bloomberg)

Bloomberg:

China faces a dilemma as it looks to balance productivity gains from AI with labor displacement risks due to automation, which could trigger an economic spiral — Days after back-flipping AI humanoids dazzled China with a new year performance alongside dancers, a small research firm jolted US markets …

1 day, 4 hours назад @ techmeme.com
Xiaomi launches the €999 Xiaomi 17, the €1,499 17 Ultra, and the €1,999 Leica-branded Leitzphone, all featuring a Snapdragon 8 Elite Gen 5 chipset, in Europe (Dominic Preston/The Verge)
Xiaomi launches the €999 Xiaomi 17, the €1,499 17 Ultra, and the €1,999 Leica-branded Leitzphone, all featuring a Snapdragon 8 Elite Gen 5 chipset, in Europe (Dominic Preston/The Verge) Xiaomi launches the €999 Xiaomi 17, the €1,499 17 Ultra, and the €1,999 Leica-branded Leitzphone, all featuring a Snapdragon 8 Elite Gen 5 chipset, in Europe (Dominic Preston/The Verge)

Dominic Preston / The Verge:

Xiaomi launches the €999 Xiaomi 17, the €1,499 17 Ultra, and the €1,999 Leica-branded Leitzphone, all featuring a Snapdragon 8 Elite Gen 5 chipset, in Europe — It's just launched in Europe, joined by the larger, more photography-focused Xiaomi 17 Ultra.

1 day, 5 hours назад @ techmeme.com
Xiaomi launches the €15 Xiaomi tag, an AirTag-like device that works with both Apple Find My and Android Find Hub, and the €300 Xiaomi Watch 5, in Europe (Ivan Mehta/TechCrunch)
Xiaomi launches the €15 Xiaomi tag, an AirTag-like device that works with both Apple Find My and Android Find Hub, and the €300 Xiaomi Watch 5, in Europe (Ivan Mehta/TechCrunch) Xiaomi launches the €15 Xiaomi tag, an AirTag-like device that works with both Apple Find My and Android Find Hub, and the €300 Xiaomi Watch 5, in Europe (Ivan Mehta/TechCrunch)

Ivan Mehta / TechCrunch:

Xiaomi launches the €15 Xiaomi tag, an AirTag-like device that works with both Apple Find My and Android Find Hub, and the €300 Xiaomi Watch 5, in Europe — Xiaomi today launched a slew of gadgets ahead of the Mobile World Congress (MWC) in Barcelona including a camera-focused flagship smartphone …

1 day, 5 hours назад @ techmeme.com
Claude hit #2 on Apple's US App Store, hours after the DOD designated Anthropic a supply chain risk; it bounced between #20 and #50 for much of February (Jordan Novet/CNBC)
Claude hit #2 on Apple's US App Store, hours after the DOD designated Anthropic a supply chain risk; it bounced between #20 and #50 for much of February (Jordan Novet/CNBC) Claude hit #2 on Apple's US App Store, hours after the DOD designated Anthropic a supply chain risk; it bounced between #20 and #50 for much of February (Jordan Novet/CNBC)

Jordan Novet / CNBC:

Claude hit #2 on Apple's US App Store, hours after the DOD designated Anthropic a supply chain risk; it bounced between #20 and #50 for much of February — Anthropic's Claude artificial intelligence assistant app jumped to the No. 2 slot on Apple's chart of top U.S. free apps late on Friday …

1 day, 6 hours назад @ techmeme.com
Sources: Israel hacked BadeSaba, a popular Iranian prayer app with 5M+ installs on Google Play, to send messages urging Iranian military personnel to defect (Wall Street Journal)
Sources: Israel hacked BadeSaba, a popular Iranian prayer app with 5M+ installs on Google Play, to send messages urging Iranian military personnel to defect (Wall Street Journal) Sources: Israel hacked BadeSaba, a popular Iranian prayer app with 5M+ installs on Google Play, to send messages urging Iranian military personnel to defect (Wall Street Journal)

Wall Street Journal:

Sources: Israel hacked BadeSaba, a popular Iranian prayer app with 5M+ installs on Google Play, to send messages urging Iranian military personnel to defect — Israel hacked a popular Iranian prayer app to send notifications to potentially millions of phones Saturday morning urging …

1 day, 6 hours назад @ techmeme.com
Q&A with Reiner Pope, a former Google TPU architect and CEO of MatX, which designs specialized chips for LLMs, on the limitations of current AI chips, and more (John Collison/Cheeky Pint)
Q&A with Reiner Pope, a former Google TPU architect and CEO of MatX, which designs specialized chips for LLMs, on the limitations of current AI chips, and more (John Collison/Cheeky Pint) Q&A with Reiner Pope, a former Google TPU architect and CEO of MatX, which designs specialized chips for LLMs, on the limitations of current AI chips, and more (John Collison/Cheeky Pint)

John Collison / Cheeky Pint:

Q&A with Reiner Pope, a former Google TPU architect and CEO of MatX, which designs specialized chips for LLMs, on the limitations of current AI chips, and more — Reiner Pope is the co-founder and CEO of MatX, designing specialized chips for Large Language Models.

1 day, 6 hours назад @ techmeme.com
The Pentagon's fight with Anthropic sparks fears in Silicon Valley and the Capitol of a fundamental shift in the balance of power between DC and the AI industry (Brendan Bordelon/Politico)
The Pentagon's fight with Anthropic sparks fears in Silicon Valley and the Capitol of a fundamental shift in the balance of power between DC and the AI industry (Brendan Bordelon/Politico) The Pentagon's fight with Anthropic sparks fears in Silicon Valley and the Capitol of a fundamental shift in the balance of power between DC and the AI industry (Brendan Bordelon/Politico)

Brendan Bordelon / Politico:

The Pentagon's fight with Anthropic sparks fears in Silicon Valley and the Capitol of a fundamental shift in the balance of power between DC and the AI industry — Trump was silent on another threat that Hegseth had delivered to Anthropic earlier this week, when he suggested DOD would invoke …

1 day, 8 hours назад @ techmeme.com
Dario Amodei says "we are patriotic Americans" and Anthropic fears some AI uses could clash with American values as AI's potential gets "ahead of the law" (Jo Ling/CBS News)
Dario Amodei says "we are patriotic Americans" and Anthropic fears some AI uses could clash with American values as AI's potential gets "ahead of the law" (Jo Ling/CBS News) Dario Amodei says "we are patriotic Americans" and Anthropic fears some AI uses could clash with American values as AI's potential gets "ahead of the law" (Jo Ling/CBS News)

Jo Ling / CBS News:

Dario Amodei says “we are patriotic Americans” and Anthropic fears some AI uses could clash with American values as AI's potential gets “ahead of the law” — Add CBS News on Google — Hours after a bitter feud between the Pentagon and Anthropic ended …

1 day, 10 hours назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 22 часа назад
moonshine-ai/moonshine
moonshine-ai/moonshine moonshine-ai/moonshine

This means calling the speech to text model repeatedly over time as a sentence is spoken.

The main steps involved are microphone capture, voice activity detection (to break a continuous stream of audio into sections of speech), speech to text, speaker identification, and intent recognition.

text } " ) transcriber .

start () # Loop through the audio data in chunks to simulate live streaming # from a microphone or other source.

log_output_text : If this is enabled then the results of the speech to text model will be logged to the console.

22 часа назад @ github.com
NVlabs/GR00T-WholeBodyControl
NVlabs/GR00T-WholeBodyControl NVlabs/GR00T-WholeBodyControl

It hosts model checkpoints and scripts for training, evaluating, and deploying advanced whole-body controllers for humanoid robots.

In this repo, we will release SONIC's training code, deployment framework, model checkpoints, and teleoperation stack for data collection.

VR Whole-Body TeleoperationSONIC supports real-time whole-body teleoperation via PICO VR headset, enabling natural human-to-robot motion transfer for data collection and interactive control.

The NVIDIA Open Model License permits commercial use with attribution and requires compliance with NVIDIA's Trustworthy AI terms.

Decoupled WBCFor the Decoupled WBC used in GR00T N1.5 and N1.6 models, please refer to the Decoupled WBC do…

22 часа назад @ github.com
abhigyanpatwari/GitNexus
abhigyanpatwari/GitNexus abhigyanpatwari/GitNexus

GitNexus lets you analyze it — because a knowledge graph tracks every relationship, not just descriptions.

CLI + MCP (recommended)The CLI indexes your repository and runs an MCP server that gives AI agents deep codebase awareness.

When an AI agent starts, the MCP server reads the registry and can serve any indexed repo.

name , r . confidence ORDER BY r . confidence DESCWiki GenerationGenerate LLM-powered documentation from your knowledge graph:# Requires an LLM API key (OPENAI_API_KEY, etc.)

gitnexus wiki # Use a custom model or provider gitnexus wiki --model gpt-4o gitnexus wiki --base-url https://api.anthropic.com/v1 # Force full regeneration gitnexus wiki --forceThe wiki generator reads …

22 часа назад @ github.com
anthropics/claude-code
anthropics/claude-code anthropics/claude-code

Claude CodeClaude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands.

Install Claude Code: MacOS/Linux (Recommended): curl -fsSL https://claude.ai/install.sh | bash Homebrew (MacOS/Linux): brew install --cask claude-code Windows (Recommended): irm https: // claude.ai / install.ps1 | iex WinGet (Windows): winget install Anthropic.ClaudeCode NPM (Deprecated): npm install -g @anthropic-ai/claude-code Navigate to your project directory and run claude .

PluginsThis repository includes several Claude Code plugins tha…

22 часа назад @ github.com
vxcontrol/pentagi
vxcontrol/pentagi vxcontrol/pentagi

Accessing PentAGI from External NetworksBy default, PentAGI binds to 127.0.0.1 (localhost only) for security.

Podman Rootful ModeIf you're running Podman in rootful mode (with sudo), you can use the default configuration without modifications.

base_url } /api/v1/graphql" , json = { "query" : query , "variables" : { "provider" : provider , "input" : target } }, headers = self .

By setting LLM_SERVER_PROVIDER=moonshot , you can use the same provider configuration file for both direct API access and LiteLLM proxy access without modifications.

While typical agent workflows consume around 64K tokens, PentAGI uses 110K context size for safety margin and handling complex penetration testing scenar…

1 day, 22 hours назад @ github.com
bytedance/deer-flow
bytedance/deer-flow bytedance/deer-flow

🦌 DeerFlow - 2.0DeerFlow (Deep Exploration and Efficient Research Flow) is an open-source super agent harness that orchestrates sub-agents, memory, and sandboxes to do almost anything — powered by extensible skills.

If you're looking for the original Deep Research framework, it's maintained on the 1.x branch — contributions there are still welcome.

From Deep Research to Super Agent HarnessDeerFlow started as a Deep Research framework — and the community ran with it.

The lead agent can spawn sub-agents on the fly — each with its own scoped context, tools, and termination conditions.

Regression coverage includes Docker sandbox mode detection and provisioner kubeconfig-path handling tests in b…

1 day, 22 hours назад @ github.com
clockworklabs/SpacetimeDB
clockworklabs/SpacetimeDB clockworklabs/SpacetimeDB

Development at the speed of light.

InstallationYou can run SpacetimeDB as a standalone database server via the spacetime CLI tool.

# Clone SpacetimeDB git clone https: // github.com / clockworklabs / SpacetimeDB # Build and install the CLI cd SpacetimeDB cargo build -- locked -- release - p spacetimedb - standalone - p spacetimedb - update - p spacetimedb - cli # Create directories $stdbDir = " $HOME \AppData\Local\SpacetimeDB " $stdbVersion = & " .\target\release\spacetimedb-cli " -- version | Select-String - Pattern ' spacetimedb tool version ([0-9.

# %USERPROFILE%\AppData\Local\SpacetimeDB # Set the current version spacetime version use $STDB_VERSIONYou can verify that the correct versio…

2 days, 21 hours назад @ github.com
blackboardsh/electrobun
blackboardsh/electrobun blackboardsh/electrobun

ElectrobunGet started with a templatenpx electrobun initWhat is Electrobun?

Electrobun aims to be a complete solution-in-a-box for building, updating, and shipping ultra fast, tiny, and cross-platform desktop applications written in Typescript.

Under the hood it uses bun to execute the main process and to bundle webview typescript, and has native bindings written in zig.

Project GoalsWrite typescript for the main process and webviews without having to think about it.

Isolation between main and webview processes with fast, typed, easy to implement RPC between them.

2 days, 21 hours назад @ github.com
RichardAtCT/claude-code-telegram
RichardAtCT/claude-code-telegram RichardAtCT/claude-code-telegram

Claude Code Telegram BotA Telegram bot that gives you remote access to Claude Code.

PrerequisitesPython 3.11+ -- Download here-- Download here Claude Code CLI -- Install from here-- Install from here Telegram Bot Token -- Get one from @BotFather2.

Configurecp .env.example .env # Edit .env with your settings:Minimum required:TELEGRAM_BOT_TOKEN=1234567890:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 TELEGRAM_BOT_USERNAME=my_claude_bot APPROVED_DIRECTORY=/Users/yourname/projects ALLOWED_USERS=123456789 # Your Telegram user ID4.

Authenticate on your server with gh auth login , then work with repos conversationally:You: List my repos related to monitoring Bot: [Claude runs gh repo list, shows results] You…

2 days, 21 hours назад @ github.com
ruvnet/ruvector
ruvnet/ruvector ruvnet/ruvector

unwrap ( ) ; // Compute attention scores let attention = TopologicalAttention :: new ( Default :: default ( ) ) ; let scores = attention .

addEdge ( scan , filter ) ; // Apply attention const attention = new TopologicalAttention ( ) ; const scores = attention .

` ) ; // GNN embeddings const embeddings = await db .

; let embeddings = pipeline .

( "Landauer cost: {:.2e} J" , cost ) ; SIMD Pattern Retrieval use exo_manifold :: { ManifoldEngine , cosine_similarity_simd , batch_distances } ; // 54x faster similarity search let query = vec !

3 days, 21 hours назад @ github.com
muratcankoylan/Agent-Skills-for-Context-Engineering
muratcankoylan/Agent-Skills-for-Context-Engineering muratcankoylan/Agent-Skills-for-Context-Engineering

Agent Skills for Context EngineeringA comprehensive, open collection of Agent Skills focused on context engineering principles for building production-grade AI agent systems.

Context engineering is the discipline of managing the language model's context window.

Effective context engineering means finding the smallest possible set of high-signal tokens that maximize the likelihood of desired outcomes.

UsageUsage with Claude CodeThis repository is a Claude Code Plugin Marketplace containing context engineering skills that Claude automatically discovers and activates based on your task context.

The skills provide the context and guidelines that agent needs for effective context engineering and…

3 days, 21 hours назад @ github.com
mihail911/modern-software-dev-assignments
mihail911/modern-software-dev-assignments mihail911/modern-software-dev-assignments

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

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

4 days, 21 hours назад @ github.com
Stremio/stremio-web
Stremio/stremio-web Stremio/stremio-web

Stremio - Freedom to StreamStremio is a modern media center that's a one-stop solution for your video entertainment.

You discover, watch and organize video content from easy to install addons.

BuildPrerequisitesNode.js 12 or higherpnpm 10 or higherInstall dependenciespnpm installStart development serverpnpm startProduction buildpnpm run buildRun with Dockerdocker build -t stremio-web .

docker run -p 8080:8080 stremio-webScreenshotsBoardDiscoverMeta DetailsLicenseStremio is copyright 2017-2023 Smart code and available under GPLv2 license.

See the LICENSE file in the project for more information.

5 days, 21 hours назад @ github.com
huggingface/skills
huggingface/skills huggingface/skills

Hugging Face SkillsHugging Face Skills are definitions for AI/ML tasks like dataset creation, model training, and evaluation.

They are interoperable with all major coding agent tools like OpenAI Codex, Anthropic's Claude Code, Google DeepMind's Gemini CLI, and Cursor.

Google Gemini uses 'extensions' to define the instructions for your coding agent in a gemini-extension.json file.

InstallationHugging Face skills are compatible with Claude Code, Codex, Gemini CLI, and Cursor.

Your coding agent automatically loads the corresponding SKILL.md instructions and helper scripts while it completes the task.

5 days, 21 hours назад @ github.com
x1xhlol/system-prompts-and-models-of-ai-tools
x1xhlol/system-prompts-and-models-of-ai-tools x1xhlol/system-prompts-and-models-of-ai-tools

You can show your support via:Cryptocurrency: BTC: bc1q7zldmzjwspnaa48udvelwe6k3fef7xrrhg5625 LTC: LRWgqwEYDwqau1WeiTs6Mjg85NJ7m3fsdQ ETH: 0x3f844B2cc3c4b7242964373fB0A41C4fdffB192APatreon: https://patreon.com/lucknitehttps://patreon.com/lucknite Ko-fi: https://ko-fi.com/lucknite🙏 Thank you for your support!

SponsorsSponsor the most comprehensive repository of AI system prompts and reach thousands of developers.

Latest Update: 08/01/2026🔗 Connect With MeX: NotLuckniteNotLucknite Discord : x1xhlol: Email: [email protected]🛡️ Security Notice for AI Startups⚠️ Warning: If you're an AI startup, make sure your data is secure.

Check out ZeroLeaks, a service designed to help startups identify and …

5 days, 21 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 1 час назад
'No ethics at all': the 'cancel ChatGPT' trend is growing after OpenAI signs a deal with the US military
'No ethics at all': the 'cancel ChatGPT' trend is growing after OpenAI signs a deal with the US military 'No ethics at all': the 'cancel ChatGPT' trend is growing after OpenAI signs a deal with the US military

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

1 час назад @ reddit.com
Every Car Made After 2008 Has the Same Digital Security Risk
Every Car Made After 2008 Has the Same Digital Security Risk Every Car Made After 2008 Has the Same Digital Security Risk

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

2 часа назад @ reddit.com
Exclusive | A New Threat to Power Grids: Data Centers Unplugging at Once
Exclusive | A New Threat to Power Grids: Data Centers Unplugging at Once Exclusive | A New Threat to Power Grids: Data Centers Unplugging at Once

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

3 часа назад @ reddit.com
Nvidia bid to 'open source' 6G may rattle Ericsson and Nokia
Nvidia bid to 'open source' 6G may rattle Ericsson and Nokia

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

3 часа назад @ reddit.com
A Software Glitched Turned Off The Lights, Then The Car Crashed
A Software Glitched Turned Off The Lights, Then The Car Crashed A Software Glitched Turned Off The Lights, Then The Car Crashed

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

4 часа назад @ reddit.com
Europe Is Learning An Uncomfortable Truth About Local Battery Production
Europe Is Learning An Uncomfortable Truth About Local Battery Production Europe Is Learning An Uncomfortable Truth About Local Battery Production

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

4 часа назад @ reddit.com
Japan to ban in-flight use of power banks starting in April
Japan to ban in-flight use of power banks starting in April Japan to ban in-flight use of power banks starting in April

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

5 часов назад @ reddit.com
Inside Anthropic’s Killer-Robot Dispute With the Pentagon | New details on precisely where the lines were drawn
Inside Anthropic’s Killer-Robot Dispute With the Pentagon | New details on precisely where the lines were drawn Inside Anthropic’s Killer-Robot Dispute With the Pentagon | New details on precisely where the lines were drawn

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

5 часов назад @ reddit.com
The Lesson of A.I. Literacy Class: Don’t Let the Chatbot Think for You
The Lesson of A.I. Literacy Class: Don’t Let the Chatbot Think for You The Lesson of A.I. Literacy Class: Don’t Let the Chatbot Think for You

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

6 часов назад @ reddit.com
390TB video game archive Myrient being taken offline due to skyrocketing RAM, SSD, and hard drive prices — AI-driven supply squeeze results in closure of one of the largest online video game archives
390TB video game archive Myrient being taken offline due to skyrocketing RAM, SSD, and hard drive prices — AI-driven supply squeeze results in closure of one of the largest online video game archives 390TB video game archive Myrient being taken offline due to skyrocketing RAM, SSD, and hard drive prices — AI-driven supply squeeze results in closure of one of the largest online video game archives

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

6 часов назад @ reddit.com
California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setup
California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setup California introduces age verification law for all operating systems, including Linux and SteamOS — user age verified during OS account setup

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

7 часов назад @ reddit.com
Dario Amodei on Anthropic's Pentagon spat: 'Disagreeing with the government is the most American thing in the world'
Dario Amodei on Anthropic's Pentagon spat: 'Disagreeing with the government is the most American thing in the world' Dario Amodei on Anthropic's Pentagon spat: 'Disagreeing with the government is the most American thing in the world'

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

7 часов назад @ reddit.com
CISA replaces acting director after a bumbling year on the job
CISA replaces acting director after a bumbling year on the job CISA replaces acting director after a bumbling year on the job

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

8 часов назад @ reddit.com
Quantum tech beats Russian satellite jamming in new arms race
Quantum tech beats Russian satellite jamming in new arms race Quantum tech beats Russian satellite jamming in new arms race

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

9 часов назад @ reddit.com
It’s a Deal: Paramount and Warner Bros. Discovery Unveil $111 Billion Megamerger, $31 per share for WBD, including a ticking fee payable to shareholders equal to $0.25 per quarter beginning after Sept. 30, 2026, as well as a $7 billion regulatory terminati
It’s a Deal: Paramount and Warner Bros. Discovery Unveil $111 Billion Megamerger, $31 per share for WBD, including a ticking fee payable to shareholders equal to $0.25 per quarter beginning after Sept. 30, 2026, as well as a $7 billion regulatory terminati It’s a Deal: Paramount and Warner Bros. Discovery Unveil $111 Billion Megamerger, $31 per share for WBD, including a ticking fee payable to shareholders equal to $0.25 per quarter beginning after Sept. 30, 2026, as well as a $7 billion regulatory terminati

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

9 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 18 часов назад
Paper
Paper Paper

Update content from your canvasWrite and edit your copy on the canvas, iterate together, then ask your agent to send the copy back into your codebase

18 часов назад @ paper.design
How to downgrade from macOS 26 Tahoe on a new Mac - Ars Technica
How to downgrade from macOS 26 Tahoe on a new Mac - Ars Technica How to downgrade from macOS 26 Tahoe on a new Mac - Ars Technica

But for this colleague, it was also their first interaction with macOS 26 Tahoe and the Liquid Glass redesign, the Mac’s first major software design update since the Apple Silicon era began with macOS 11 Big Sur in 2020.

This is an attempt to bring all of those steps together into one page, aimed directly at new Mac buyers who are desperate to switch from Tahoe to the more-familiar macOS 15 Sequoia.

Table of Contents Jump to sectionA preemptive warning about security updates and older versions of macOSBefore we begin: Apple handles macOS updates differently from iOS updates.

Eventually, Apple requires devices that support the latest iOS and iPadOS versions to install those updates if they w…

18 часов назад @ arstechnica.com
microgpt
microgpt microgpt

its children def __add__ ( self , other ): other = other if isinstance ( other , Value ) else Value ( other ) return Value ( self .

data , ( self , other ), ( 1 , 1 )) def __mul__ ( self , other ): other = other if isinstance ( other , Value ) else Value ( other ) return Value ( self .

extend ( head_out ) x = linear ( x_attn , state_dict [ f 'layer { li } .attn_wo' ]) x = [ a + b for a , b in zip ( x , x_residual )] # 2) MLP block x_residual = x x = rmsnorm ( x ) x = linear ( x , state_dict [ f 'layer { li } .mlp_fc1' ]) x = [ xi .

Since microgpt processes one token at a time (no batch dimension, no parallel time steps), we build the KV cache explicitly.

The model is completing the document…

18 часов назад @ karpathy.github.io
‘Unbelievably dangerous’: experts sound alarm after ChatGPT Health fails to recognise medical emergencies
‘Unbelievably dangerous’: experts sound alarm after ChatGPT Health fails to recognise medical emergencies ‘Unbelievably dangerous’: experts sound alarm after ChatGPT Health fails to recognise medical emergencies

The first independent safety evaluation of ChatGPT Health, published in the February edition of the journal Nature Medicine, found it under-triaged more than half of the cases presented to it.

Sign up: AU Breaking News emailThe team then asked ChatGPT Health for advice on each case under different conditions, including changing the patient’s gender, adding test results, or adding comments from family members, generating nearly 1,000 responses.

Meanwhile, 64.8% of completely safe individuals were told to seek immediate medical care, said Ruani, who was not involved in the study.

“We tested ChatGPT Health with a 27-year-old patient who said he’d been thinking about taking a lot of pills,” he …

18 часов назад @ theguardian.com
Modern Illustration
Modern Illustration Modern Illustration

Modern Illustration is a project by illustrator Zara Picken, featuring print artefacts from her extensive personal collection.

Her aim is to preserve and document outstanding examples of mid-20th century commercial art, creating an accessible resource for understanding illustration history.

18 часов назад @ modernillustration.org
What AI coding costs you | Tom Wojcik
What AI coding costs you | Tom Wojcik What AI coding costs you | Tom Wojcik

What AI coding costs youDiscussed on Hacker News https://news.ycombinator.com/item?id=47194847Every developer I know uses AI for coding now.

How We Got HereNot long ago the first AI coding tools like Cursor (2023) or Copilot (2022) emerged.

It was no longer an AI-assisted human coding, but a human-assisted AI coding.

I use AI heavily at work, I use AI in my sideprojects, and I don’t want to go back.

If not, you’ve probably taken AI coding too far.

18 часов назад @ tomwojcik.com
The Eternal Promise: A History of Attempts to Eliminate Programmers
The Eternal Promise: A History of Attempts to Eliminate Programmers

The pattern repeated: tools that promised to eliminate programmers instead created new categories of programming work.

The diagrams and models were just another programming language, one that happened to use boxes and arrows instead of text.

Model-Driven Architecture and the UML DreamThe early 2000s saw another attempt at automatic code generation through Model-Driven Architecture, or MDA.

Just as COBOL programmers do different work than assembly language programmers, and web developers do different work than COBOL programmers, future developers will do different work than current developers.

And every successful use of AI code generation requires understanding of software principles, code …

18 часов назад @ ivanturkovic.com
An AI agent coding skeptic tries AI agent coding, in excessive detail | Max Woolf's Blog
An AI agent coding skeptic tries AI agent coding, in excessive detail | Max Woolf's Blog An AI agent coding skeptic tries AI agent coding, in excessive detail | Max Woolf's Blog

The monthly analysis gave me an idea: could Opus 4.5 design a small webapp to view the top videos by month?

Despite the holiday, X and Hacker News were abuzz with similar stories about the massive difference between Sonnet 4.5 and Opus 4.5, so something did change.

Although I am not a Rust expert and cannot speak that the agent-generated code is idiomatic Rust, none of the Rust code demoed in this blog post has traces of bad Rust code smell.

There were around 10 prompts total adding tweaks and polish, but through all of them Opus 4.5 never failed the assignment as written.

So I asked Opus 4.5 to create a MIDI composer and playback DAW within a terminal, which worked.

18 часов назад @ minimaxir.com
Stop Putting Secrets in .env Files
Stop Putting Secrets in .env Files Stop Putting Secrets in .env Files

Stop Putting Secrets in .env FilesUpdate (Feb 28, 2026): This post got a lot of discussion on Hacker News and Lobsters.

Why do we still store credentials in plaintext .env files?

“Why not store the whole .env file’s worth of secrets as fields in a single 1Password item?” he said.

# What you gainThe immediate benefit is obvious — no more plaintext secrets on disk.

Every time I see a .env file now I think about that conversation in the Tesla and wonder why I didn’t do this years ago.

18 часов назад @ jonmagic.com
Trapped in MS Office
Trapped in MS Office Trapped in MS Office

For example: The Swiss MilitaryIn an era of geopolitical uncertainty, the Swiss Army doesn’t want Microsoft Office 365.

MS Office is modeled after how the real office used to work.

The office model embedded in Microsoft Office is hierarchical, paper-bound, and authority-driven.

Replace Office, But Not with a CloneThe Risk of FailureEurope is discussing replacing Microsoft Office with OpenOffice.

Replacing Office with a clone risks deepening our Microsoft Office Stockholm Syndrome.

18 часов назад @ ia.net
Cognitive Debt: When Velocity Exceeds Comprehension | rockoder
Cognitive Debt: When Velocity Exceeds Comprehension | rockoder Cognitive Debt: When Velocity Exceeds Comprehension | rockoder

This gap between output velocity and comprehension velocity is cognitive debt.

Unlike technical debt, which surfaces through system failures or maintenance costs, cognitive debt remains invisible to velocity metrics.

How the Debt CompoundsThree failure modes emerge as cognitive debt accumulates.

The cognitive debt accumulating in those teams does not present as a signal.

Where This Model BreaksThe cognitive debt framing does not apply uniformly across all engineering work.

18 часов назад @ rockoder.com
How will OpenAI compete? • Benedict Evans
How will OpenAI compete? • Benedict Evans How will OpenAI compete? • Benedict Evans

People built Windows apps, web services and iPhone apps - they don’t build TSMC apps or Intel apps.

And if I do a Google Search and the first match is a product that’s running on Google Cloud, I would never know.

If apps in the chatbot feed work, and OpenAI uses one standard and Gemini uses another, why stops a developer doing both?

Google Cloud, Apple's App Store, Amazon Marketplace, and even TikTok are all ‘platforms’ but they're all very different.

Does OpenAI have the ability to get consumers, developers and enterprises to use its systems more than anybody else, regardless of what the system itself actually does?

1 day, 18 hours назад @ ben-evans.com
The Hunt for Dark Breakfast – Ryan Moulton's Articles
The Hunt for Dark Breakfast – Ryan Moulton's Articles The Hunt for Dark Breakfast – Ryan Moulton's Articles

You can place pancakes, crepes, and scrambled eggs on a simplex where the variables are the ratios between milk, eggs, and flour.

If the dark breakfast exists, I must be able to find it in the interstices of the normal familiar world.

In an obscure document on the website of the International House of Pancakes Corporation there was a hint that the dark breakfast had been made.

We do not know why the Dark Breakfast Abyss is empty.

If you are so foolhardy that you wish to explore the bounds of dark breakfast yourself, the recipe is as follows:Dark BreakfastIngredients:¼ cup Milk4 Eggs½ cup FlourInstructions: Unknown

1 day, 18 hours назад @ moultano.wordpress.com
Energym | aicandy
Energym | aicandy Energym | aicandy

EnergymMOVE THE WORLD​An interview from 2036 with Elon Musk, Jeff Bezos and Sam Altman.

After the stock market crash of 2026 the economy faltered, 80% of people lost their job and the US tech elite had to find a new way to keep the world moving: Energym - Human-powered AI systems, fulfilling both the machine’s need for energy and the people’s need for purpose.

​This mockumentary fragment depicts a dystopian world 10 years from now.

1 day, 18 hours назад @ aicandy.be
BuildKit: Docker's Hidden Gem That Can Build Almost Anything - Tuan-Anh Tran
BuildKit: Docker's Hidden Gem That Can Build Almost Anything - Tuan-Anh Tran BuildKit: Docker's Hidden Gem That Can Build Almost Anything - Tuan-Anh Tran

BuildKit: Docker's Hidden Gem That Can Build Almost AnythingPosted on February 25, 2026 • 5 minutes • 859 wordsDiscussion on Hacker NewsMost people interact with BuildKit every day without realizing it.

When you run docker build , BuildKit is the engine behind it.

LLB: the intermediate representationAt the heart of BuildKit is LLB (Low-Level Build definition).

Frontends: bring your own syntaxA frontend is a container image that BuildKit runs to convert your build definition (Dockerfile, YAML, JSON, HCL, whatever) into LLB.

The frontend receives the build context and the build file through the BuildKit Gateway API, and returns a serialized LLB graph.

1 day, 18 hours назад @ tuananh.net
Changelog Changelog
последний пост 2 days, 2 hours назад
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 days, 2 hours назад @ 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.

6 days, 3 hours назад @ changelog.com
Selling SDKs in the era of many Claudes
Selling SDKs in the era of many Claudes Selling SDKs in the era of many Claudes

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

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

1 week, 3 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.

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

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

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

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

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

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

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

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

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

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

Check out the speedrun to get started in minutes.

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

Changelog News!

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

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

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

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

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

3 weeks, 6 days назад @ 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 назад @ 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 назад @ changelog.com
Clawdbot triggers a run on Mac Minis
Clawdbot triggers a run on Mac Minis Clawdbot triggers a run on Mac Minis

Changelog News!

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

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

1 month назад @ changelog.com
The state of homelab tech (2026)
The state of homelab tech (2026) The state of homelab tech (2026)

It’s like, I don’t know if you’re a golfer, Tim, but that’s what golf folks say as well.

And golf tech, like any tech, is just limitless really what they can fine tune and dial in.

I’m being facetious, but you know, golf rounds aren’t cheap, golf trips with friends aren’t cheap, golf clubs are not cheap.

And so that today is my TrueNAS box.

I kind of want my TrueNAS box to do everything.

1 month назад @ changelog.com
The era of the Small Giant
The era of the Small Giant The era of the Small Giant

[ ] Well, there’s, and we’ve talked a lot about the building of a company and the building of software now.

And I think founders today have that, it is as important as the thing that they’re building, right?

And if you’re a developer building an agent, it could be your sales agent, it could be a developer of a coding agent.

And you connect up to the Layercode voice layer and put in our browser SDK and then you get a little voice agent microphone button and everything in the web app.

There’s a lot of trade-offs, right, in voice between latency, price, quality, so we let users explore that and find the right fit for their voice agent.

1 month, 1 week назад @ changelog.com
ZDNet ZDNet
последний пост 2 часа назад
The best PS5 settings to change if you want better performance (and privacy)
The best PS5 settings to change if you want better performance (and privacy)

With a few simple adjustments, you can quickly upgrade your experience across gaming, streaming, and even online security.

2 часа назад @ zdnet.com
This gimbal-stabilized camera phone is the most bizarre thing I've seen at MWC so far
This gimbal-stabilized camera phone is the most bizarre thing I've seen at MWC so far This gimbal-stabilized camera phone is the most bizarre thing I've seen at MWC so far

At Mobile World Congress, the Chinese electronics maker reintroduced its Robot Phone, first unveiled at CES in January, this time on the Barcelona show floor with working features to please the crowd.

That's because the Honor Robot Phone is built with more practicality than I expected, though some features may raise more privacy and security concerns than anything else.

A familiar gimmickThe Robot Phone's highlight is its gimbal-stabilized camera that pops out from the back of the device.

Perhaps I'm more of a believer in such a feature because I've long been using gimbal-stabilized webcams for work meetings.

Watching the introduction video for the Robot Phone reminded me of the whimsical q…

4 часа назад @ zdnet.com
Soundcore's latest budget headphones fix my biggest issues with last year's model
Soundcore's latest budget headphones fix my biggest issues with last year's model Soundcore's latest budget headphones fix my biggest issues with last year's model

ZDNET's key takeawaysThe Soundcore Space 2 debut for $130 in three colors.

Soundcore's latest announcement from MWC 2026 is its new Space 2 headphones, the sequel to its budget-focused flagship over-ear set.

The Space 2 come shortly after Soundcore launched the Space One Pro, a more powerful version of its Space One headphones.

Like the Space One Pro, the Space 2 features Soundcore's four-stage noise cancellation, which detects, filters, and cancels unwanted noise.

Otherwise, the Space 2 are similar to the Space One, as both headphones feature a foldable design, wear detection, LDAC Bluetooth codec support, and five-minute quick charging.

9 часов назад @ zdnet.com
I held the thinnest foldable phone at MWC 2026, and it sets a satisfying new standard
I held the thinnest foldable phone at MWC 2026, and it sets a satisfying new standard I held the thinnest foldable phone at MWC 2026, and it sets a satisfying new standard

The Honor Magic V6 is undoubtedly the thinnest book-style foldable I have ever held.

Also: Best of MWC 2026: Live updates on phones, concepts, and innovations we're seeingHonor sent me the Magic V6 ahead of its Mobile World Congress 2026 unveiling, and after unboxing and exploring the hardware, I'm very impressed.

Putting the Magic V6 side by side with my Pixel 10 Pro, it is, of course, slightly thicker when folded, but only barely.

Also: The best phones to buy in 2026The 6.52-inch outer screen peaks at 6,000 nits, while the 7.95-inch inner display peaks at 5,000 nits.

The inner display also gets a durability upgrade with reinforced flexible glass.

11 часов назад @ zdnet.com
I tested Xiaomi's matte-glass tablet for a month, and it effectively replaced my iPad
I tested Xiaomi's matte-glass tablet for a month, and it effectively replaced my iPad I tested Xiaomi's matte-glass tablet for a month, and it effectively replaced my iPad

After a month of use, here's why I think the Xiaomi Pad 8 Pro Matte Glass model is the Android tablet to beat this year.

Xiaomi's new Pad 8 Pro Matte Glass variant features a metal body with a one-piece design.

It truly shines with the Focus Keyboard, which is my ideal keyboard case for an Android tablet.

ZDNET's buying adviceThe new Xiaomi tablet is compact, powerful, and very well optimized for both creativity and performance.

It starts at £529 for the 8GB/256GB version and £770 for the Matte Glass version with 12GB of RAM and 512GB of storage.

12 часов назад @ zdnet.com
I bought this inflatable solar-powered lantern on a whim - here's how it comes in handy
I bought this inflatable solar-powered lantern on a whim - here's how it comes in handy

The LuminAID PackLite Nova inflatable solar camping light is built for everything, from blackouts to BBQs.

1 day, 2 hours назад @ zdnet.com
I tested a solid-state power bank that's seriously durable, but two things hold me back
I tested a solid-state power bank that's seriously durable, but two things hold me back I tested a solid-state power bank that's seriously durable, but two things hold me back

It is a substantial power bank, but the magnets do a good job of keeping it in place.

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

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

Also: Here's a portable power bank that's actually worth its high price - especially if you travelThere's a button on the power bank to turn it on, and there's a color display on the front that shows power levels and charging/discharging power.

The clip has resisted all my fidgeting -- and it hasn't broken…

1 day, 2 hours назад @ zdnet.com
Best of MWC 2026: Live updates on phones, concepts, and innovations we're seeing
Best of MWC 2026: Live updates on phones, concepts, and innovations we're seeing Best of MWC 2026: Live updates on phones, concepts, and innovations we're seeing

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.

1 day, 5 hours назад @ zdnet.com
I thought this 245W charging station was excessive, but it's an office essential for me now
I thought this 245W charging station was excessive, but it's an office essential for me now I thought this 245W charging station was excessive, but it's an office essential for me now

Baseus Nomos 245W charging station ZDNET's key takeaways Baseus' Nomos charging station is available for $200.

It's a very powerful desktop charging station with six different outlets and no problem outputting the full 245W of power.

I have a charging station on my nightstand that handles the overnight charging of my daily carry.

The Baseus Nomos NH21 245W 6-in-1 USB-C charging station is the perfect desktop charging station as it has enough power and outlets to handle all my devices.

Adrian Kingsley-Hughes/ZDNETZDNET's buying advice$200 is a lot to pay for a charging station, but this is no ordinary unit.

1 day, 6 hours назад @ zdnet.com
I wore the world's first HDR10 XR glasses, and they turned me into Batman (literally)
I wore the world's first HDR10 XR glasses, and they turned me into Batman (literally) I wore the world's first HDR10 XR glasses, and they turned me into Batman (literally)

XR glasses continue to improve with increased brightness, improved audio output, and other advances in technology.

Most of these improvements come with increasing prices, too, but RayNeo continues to offer a solid entry-level option for $299 with the RayNeo Air 4 Pro.

Batman (or Joker) themedIn addition to the standard glasses, RayNeo offers Batman- or Joker-themed options at an additional cost.

Also: These XR glasses gave me a 200-inch OLED screen to work withThe RayNeo Air 4 Pro is not the most advanced pair of XR glasses, but it is also priced $200 less than the flagship models.

If you want it for ultra-wide-screen or multi-display use, consider another pair of XR glasses.

1 day, 12 hours назад @ zdnet.com
I switched to a 4.7-inch Android phone for a week, and it felt like a blast from the past
I switched to a 4.7-inch Android phone for a week, and it felt like a blast from the past I switched to a 4.7-inch Android phone for a week, and it felt like a blast from the past

Ulefone Armor Mini 20 Pro ZDNET's key takeaways The Ulefone Armor Mini 20 Pro is available now for $350.

The Armor Mini 20 Pro is 5.26 inches in length and 2.49 inches wide, which makes it seem tiny next to the iPhone.

Well, the Armor Mini 20 Pro is built to take a beating.

Where the Armor Mini 20 Pro shines is when you take it out of the home or office and take it out into the workshop or garage or into the woods.

Best of all: the Ulefone Armor Mini 20 Pro isn't expensive.

1 day, 12 hours назад @ zdnet.com
I replaced my full-sized desktop with a mini Windows PC, and it's somehow just as capable
I replaced my full-sized desktop with a mini Windows PC, and it's somehow just as capable I replaced my full-sized desktop with a mini Windows PC, and it's somehow just as capable

Acer Veriton NUC AI PC ZDNET's key takeaways The Acer Veriton NUC AI PC typically sells for around $1,000, depending on the configuration..

This mini PC has a very small footprint, while offering multi-monitor support, robust cooling, and smooth performance.

I confronted that question head on when I recently tested the Acer Veriton NUC AI PC, a tiny Copilot PC designed for businesses.

ZDNET's buying adviceThe Acer Veriton NUC AI PC normally retails for $1,050, but is frequently on sale, mouse and keyboard included.

I would recommend this mini PC to professional users who need a compact, secure desktop with modern hardware and that takes up no space.

1 day, 13 hours назад @ zdnet.com
The Apple Watch missed my hypertension - but this blood pressure wearable caught it instantly
The Apple Watch missed my hypertension - but this blood pressure wearable caught it instantly The Apple Watch missed my hypertension - but this blood pressure wearable caught it instantly

Last year, Apple rolled out a new health feature for Apple Watch users in the form of hypertension notifications.

If such patterns are identified, it sends a notification suggesting the user get a blood pressure cuff to measure and track blood pressure for seven days.

Also: Best blood pressure watches: I tested the top models that actually workI wore my Apple Watch daily and never got any such notification.

I'd always hated the cuff-style blood pressure monitors, so it wasn't something I kept an eye on much.

Yup, the kit comes with a standard blood pressure cuff that's used for calibration.

1 day, 13 hours назад @ zdnet.com
Meet your AI auditor: How this new job role monitors model behavior
Meet your AI auditor: How this new job role monitors model behavior Meet your AI auditor: How this new job role monitors model behavior

AI auditors need both AI expertise and business knowledge.

The relentless rise of artificial intelligence (AI) is creating a new role for business and technology professionals to consider: AI auditor.

The role bears a striking resemblance to that of financial auditors, with a major exception: AI auditors monitor and report on the behavior of AI transactions rather than monetary transactions.

Behavioral monitoring: The AI auditor will verify that the AI model's behavior "is predictable and observable, and all of the model's actions -- such as integration, API, MCP, RAG -- are traceable and logged."

The AI auditor will verify that the AI model's behavior "is predictable and observable, and al…

1 day, 14 hours назад @ zdnet.com
The best antivirus software 2026
The best antivirus software 2026 The best antivirus software 2026

AVG Antivirus Free features: Scans device for viruses and malware | Quarantine | Multi-platform | Suspicious activity alerts | Unsafe file blocking | Trustpilot: 4.4 Pros Easy to useSolid protectionHighly rated by customers Cons Upselling can be irritating AVG Antivirus Free Best free antivirus software If you're looking for a free antivirus solution, AVG is behind one of my favorite options.

Also: Why you don't need to pay for antivirus software anymore | The best free antivirus software: Expert testedWhat is the best antivirus software?

AVG Antivirus Free A solid, free antivirus program.

Show moreLatest information on antivirus software in 2026A phishing scam impersonating Avast antivirus…

1 day, 14 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 4 часа назад
Polymarket saw $529M traded on bets tied to bombing of Iran
Polymarket saw $529M traded on bets tied to bombing of Iran

Six newly-created accounts made a profit of $1 million by correctly betting that the U.S. would strike Iran by February 28.

4 часа назад @ techcrunch.com
Let’s explore the best alternatives to Discord
Let’s explore the best alternatives to Discord

With many users feeling uneasy about Discord's new age verification requirement, here are some alternatives that could be worth exploring.

5 часов назад @ techcrunch.com
Google looks to tackle longstanding RCS spam in India — but not alone
Google looks to tackle longstanding RCS spam in India — but not alone

Google is integrating carrier-level filtering into RCS in India through a partnership with Airtel to strengthen protections against spam.

6 часов назад @ techcrunch.com
Investors spill what they aren’t looking for anymore in AI SaaS companies
Investors spill what they aren’t looking for anymore in AI SaaS companies

TechCrunch spoke with VCs to learn what investors aren't looking for in AI SaaS startups anymore.

7 часов назад @ techcrunch.com
OpenAI reveals more details about its agreement with the Pentagon
OpenAI reveals more details about its agreement with the Pentagon

By CEO Sam Altman’s own admission, OpenAI’s deal with the Department of Defense was “definitely rushed,” and “the optics don’t look good.”

7 часов назад @ techcrunch.com
Honor says its ‘Robot phone’ with moving camera can dance to music
Honor says its ‘Robot phone’ with moving camera can dance to music

Honor first teased its “Robot phone” with a movable camera arm earlier this year. Ahead of the Mobile World Congress (MWC) in Barcelona, the Chinese company provided more details about the device, including how the robot can respond to different situations without commands. The company said that it is planning to launch this device in […]

8 часов назад @ techcrunch.com
Honor launches its new slim foldable Magic V6 with a 6,600 mAh battery
Honor launches its new slim foldable Magic V6 with a 6,600 mAh battery

Honor also previewed battery tech that could take foldable batteries over 7,000 mAh mark

8 часов назад @ techcrunch.com
SaaS in, SaaS out: Here’s what’s driving the SaaSpocalypse
SaaS in, SaaS out: Here’s what’s driving the SaaSpocalypse

What's behind the SaaSpocalypse? It simply seems a new supreme has risen.

10 часов назад @ techcrunch.com
The trap Anthropic built for itself
The trap Anthropic built for itself

Anthropic, OpenAI, Google DeepMind and others have long promised to govern themselves responsibly. Now, in the absence of rules, there's not a lot to protect them.

23 часа назад @ techcrunch.com
Why did Netflix back down from its deal to acquire Warner Bros.?
Why did Netflix back down from its deal to acquire Warner Bros.?

Netflix's co-CEO reportedly told Trump, "I took your advice."

1 day, 1 hour назад @ techcrunch.com
What to know about the landmark Warner Bros. Discovery sale
What to know about the landmark Warner Bros. Discovery sale

Learn more about Paramount's planned acquisition of Warner Bros. Discovery — a historic Hollywood megadeal valued at $111 billion — as it continues to develop.

1 day, 2 hours назад @ techcrunch.com
Anthropic’s Claude rises to No. 2 in the App Store following Pentagon dispute
Anthropic’s Claude rises to No. 2 in the App Store following Pentagon dispute

Anthropic’s chatbot Claude seems to have benefited from the attention around the company’s fraught negotiations with the Pentagon.

1 day, 2 hours назад @ techcrunch.com
The billion-dollar infrastructure deals powering the AI boom
The billion-dollar infrastructure deals powering the AI boom

Here's everything we know about the biggest AI infrastructure projects, including major spending from Meta, Oracle, Microsoft, Google, and OpenAI.

1 day, 3 hours назад @ techcrunch.com
OpenAI’s Sam Altman announces Pentagon deal with ‘technical safeguards’
OpenAI’s Sam Altman announces Pentagon deal with ‘technical safeguards’

OpenAI's CEO claims its new defense contract includes protections addressing the same issues that became a flashpoint for Anthropic.

1 day, 7 hours назад @ techcrunch.com
Xiaomi launches 17 Ultra smartphone, an AirTag clone, and an ultra slim powerbank
Xiaomi launches 17 Ultra smartphone, an AirTag clone, and an ultra slim powerbank

We round up everything Xiaomi announced at its Mobile World Congress event.

1 day, 8 hours назад @ techcrunch.com
Slashdot Slashdot
последний пост 19 минут назад
Norway's Consumer Council Calls for Right to Repair and Antitrust Enforcement - and Mocks 'Enshittification'
Norway's Consumer Council Calls for Right to Repair and Antitrust Enforcement - and Mocks 'Enshittification' Norway's Consumer Council Calls for Right to Repair and Antitrust Enforcement - and Mocks 'Enshittification'

The Norwegian Consumer Council, a government funded organization advocating for consumer's rights, released a report on the trend of "enshittification" in digital consumer goods and services, suggesting ways consumers for consumers to resist. But they've also dramatized the problem with a funny four-minute video about the man whose calls for him to make things shitty for people. "It's not just your imagination. Digital services are getting worse," the video concludes — before adding that "Luckily, it doesn't have to be this way." The Consumer Council's announcement recommends: Stronger rights for consumers to control, adapt, repair, and alter their products and services, Interoperability, d…

19 минут назад @ news.slashdot.org
AIs Can't Stop Recommending Nuclear Strikes In War Game Simulations
AIs Can't Stop Recommending Nuclear Strikes In War Game Simulations AIs Can't Stop Recommending Nuclear Strikes In War Game Simulations

"Advanced AI models appear willing to deploy nuclear weapons without the same reservations humans have when put into simulated geopolitical crises," reports New Scientist: Kenneth Payne at King's College London set three leading large language models — GPT-5.2, Claude Sonnet 4 and Gemini 3 Flash — against each other in simulated war games. The scenarios involved intense international standoffs, including border disputes, competition for scarce resources and existential threats to regime survival.

The AIs were given an escalation ladder, allowing them to choose actions ranging from diplomatic protests and complete surrender to full strategic nuclear war... In 95 per cent of the simulated gam…

1 час назад @ slashdot.org
Chronic Ocean Heating Fuels 'Staggering' Loss of Marine Life, Study Finds
Chronic Ocean Heating Fuels 'Staggering' Loss of Marine Life, Study Finds Chronic Ocean Heating Fuels 'Staggering' Loss of Marine Life, Study Finds

Slashdot reader JustAnotherOldGuy shared this report from the Guardian: Chronic ocean heating is fuelling a "staggering and deeply concerning" loss of marine life, a study has found, with fish levels falling by 7.2% from as little as 0.1C of warming per decade. Researchers examined the year-to-year change of 33,000 populations in the northern hemisphere between 1993 and 2021, and isolated the effect of the decadal rate of seabed warming from short shifts such as marine heatwaves. They found the drop in biomass from chronic heating to be as high as 19.8% in a single year. "To put it simply, the faster the ocean floor warms, the faster we lose fish," said Shahar Chaikin, a marine ecologist at…

2 часа назад @ news.slashdot.org
Anthropic's Claude Passes ChatGPT, Now #1, on Apple's 'Top Apps' Chart After Pentagon Controversy
Anthropic's Claude Passes ChatGPT, Now #1, on Apple's 'Top Apps' Chart After Pentagon Controversy Anthropic's Claude Passes ChatGPT, Now #1, on Apple's 'Top Apps' Chart After Pentagon Controversy

"Anthropic may have lost out on doing business with the US government," reports Engadget, "but it's gained enough popularity to earn the number one spot on the App Store's Top Free Apps leaderboard." Anthropic's Claude AI assistant had already leaped to the #2 slot on Apple's chart by late Friday," CNBC reported Saturday: The rise in popularity suggests that Anthropic is benefiting from its presence in news headlines, stemming from its refusal to have its models used for mass domestic surveillance or for fully autonomous weapons... OpenAI's ChatGPT sat at No. 1 on the App Store rankings on Saturday, while Google's Gemini was at No. 3... On Jan. 30, [Claude] was ranked No. 131 in the U.S., a…

3 часа назад @ slashdot.org
America Used Anthropic's AI for Its Attack On Iran, One Day After Banning It
America Used Anthropic's AI for Its Attack On Iran, One Day After Banning It America Used Anthropic's AI for Its Attack On Iran, One Day After Banning It

Engadget reports: In a lengthy post on Truth Social on February 27, President Trump ordered all federal agencies to "immediately cease all use of Anthropic's technology" following strong disagreements between the Department of Defense and the AI company. A few hours later, the U.S. conducted a major air attack on Iran with the help of Anthropic's AI tools, according to a report from The Wall Street Journal. Even Trump's post noted there would be a six-month phase-out for Anthropic's technology (adding that Anthropic "better get their act together, and be helpful during this phase out period, or I will use the Full Power of the Presidency to make them comply, with major civil and criminal co…

4 часа назад @ tech.slashdot.org
Americans Listen to Podcasts More Than Talk Radio Now, Study Shows
Americans Listen to Podcasts More Than Talk Radio Now, Study Shows Americans Listen to Podcasts More Than Talk Radio Now, Study Shows

"Podcasts have officially overtaken AM/FM talk radio as the more popular medium for spoken-word audio in the United States," reports TechCrunch, citing Edison Research's Share of Ear survey: The researchers have tracked these statistics over the last decade, and almost always, the percentage of time people spent listening to podcasts increased, while their time with spoken radio broadcasts decreased. For the first time this year, podcasts eclipsed spoken-word radio with 40% of listening time, as opposed to 39% for radio... We checked with Edison to see if these statistics include video podcasts, and they do. But the need to clarify that question points to the undeniable growing prevalence o…

5 часов назад @ tech.slashdot.org
North America's Bird Populations Are Shrinking Faster. Blame Climate Change and Agriculture
North America's Bird Populations Are Shrinking Faster.  Blame Climate Change and Agriculture North America's Bird Populations Are Shrinking Faster. Blame Climate Change and Agriculture

"Billions fewer birds are flying through North American skies than decades ago," reports the Associated Press, "and their population is shrinking ever faster, mostly due to a combination of intensive agriculture and warming temperatures, a new study found." Nearly half of the 261 species studied showed big enough losses in numbers to be statistically significant and more than half of those declining are seeing their losses accelerate since 1987, according to Thursday's journal Science... The only consolation is that the birds that are shrinking in numbers the fastest are species — such as the European starling, American crow, grackle and house sparrow — with large enough populations that th…

6 часов назад @ news.slashdot.org
Collabora Clashes With LibreOffice Over Move To Revive LibreOffice Online
Collabora Clashes With LibreOffice Over Move To Revive LibreOffice Online Collabora Clashes With LibreOffice Over Move To Revive LibreOffice Online

Slashdot reader darwinmac writes: The Document Foundation (TDF), the organization behind LibreOffice, has decided to bring back its LibreOffice Online project which been inactive since 2022. Collabora, a company that was a major contributor to the original LibreOffice Online, is not pleased with this development. After the original project went dormant, Collabora forked the code and created its own product, Collabora Online. Collaboras Michael Meeks, who also sits on the TDF board, reacted to the TDFs decision by saying that a fully supported, free online version already exists in the form of Collabora Online, and that resurrecting a dead repository makes little sense when an active, open c…

7 часов назад @ news.slashdot.org
Galileo's Handwritten Notes Discovered in a Medieval Astronomy Text
Galileo's Handwritten Notes Discovered in a Medieval Astronomy Text Galileo's Handwritten Notes Discovered in a Medieval Astronomy Text

In a library in Florence, Italy, historian Ivan Malara noticed handwritten notes on a book printed in the 1500s — and recognized the handwriting as Galileo's. The finding "promises new insights into one of the most famous ideological transitions in the history of science," writes Science magazine — since the book Galileo annotated was a reprint of Ptolemy's second-century work arguing that the earth was the center of the universe. Galileo's notes, perhaps written around 1590, or roughly 2 decades before his groundbreaking telescope observations of the Moon and Jupiter, reveal someone who both revered and critically dissected Ptolemy's work. And they imply, Malara argues, that Galileo ultima…

8 часов назад @ science.slashdot.org
Some Linux LTS Kernels Will Be Supported Even Longer, Announces Greg Kroah-Hartman
Some Linux LTS Kernels Will Be Supported Even Longer, Announces Greg Kroah-Hartman Some Linux LTS Kernels Will Be Supported Even Longer, Announces Greg Kroah-Hartman

An anonymous reader shared this report from the blogIt's FOSS: Greg Kroah-Hartman has updated the projected end-of-life (EOL) dates for several active longterm support kernels via a commit. The provided reasoning? It was done "based on lots of discussions with different companies and groups and the other stable kernel maintainer." The other maintainer is Sasha Levin, who co-maintains these Linux kernel releases alongside Greg. Now, the updated support schedule for the currently active LTS kernels looks like this: — Linux 6.6 now EOLs Dec 2027 (was Dec 2026), giving it a 4-year support window. — Linux 6.12 now EOLs Dec 2028 (was Dec 2026), also a 4-year window. — Linux 6.18 now EOLs Dec 2028…

12 часов назад @ linux.slashdot.org
Anthropic's Claude Leaps to #2 on Apple's 'Top Apps' Chart After Pentagon Controversy
Anthropic's Claude Leaps to #2 on Apple's 'Top Apps' Chart After Pentagon Controversy Anthropic's Claude Leaps to #2 on Apple's 'Top Apps' Chart After Pentagon Controversy

Anthropic's Claude AI assistant "jumped to the No. 2 slot on Apple's chart of top U.S. free apps late on Friday," reports CNBC: The rise in popularity suggests that Anthropic is benefiting from its presence in news headlines, stemming from its refusal to have its models used for mass domestic surveillance or for fully autonomous weapons... OpenAI's ChatGPT sat at No. 1 on the App Store rankings on Saturday, while Google's Gemini was at No. 3... On Jan. 30, [Claude] was ranked No. 131 in the U.S., and it bounced between the top 20 and the top 50 for much of February, according to data from analytics company Sensor Tower... [And Friday night, for 85.3 million followers] pop singer Katy Perry …

15 часов назад @ slashdot.org
Silicon Valley's Ideas Mocked Over Penchant for Favoring Young Entrepreneurs with 'Agency'
Silicon Valley's Ideas Mocked Over Penchant for Favoring Young Entrepreneurs with 'Agency' Silicon Valley's Ideas Mocked Over Penchant for Favoring Young Entrepreneurs with 'Agency'

In a 9,000-word expose, a writer for Harper's visited San Francisco's young entrepreneurs in September to mockingly profile "tech's new generation and the end of thinking." There's Cluely founder Roy Lee. ("His grand contribution to the world was a piece of software that told people what to do.") And the Rationalist movement's Scott Alexander, who "would probably have a very easy time starting a suicide cult..." Alexander's relationship with the AI industry is a strange one. "In theory, we think they're potentially destroying the world and are evil and we hate them," he told me. In practice, though, the entire industry is essentially an outgrowth of his blog's comment section... "Many of th…

18 часов назад @ slashdot.org
Sam Altman Answers Questions on X.com About Pentagon Deal, Threats to Anthropic
Sam Altman Answers Questions on X.com About Pentagon Deal, Threats to Anthropic Sam Altman Answers Questions on X.com About Pentagon Deal, Threats to Anthropic

Saturday afternoon Sam Altman announced he'd start answering questions on X.com about OpenAI's work with America's Department of War — and all the developments over the past few days. (After that department's negotions had failed with Anthropic, they announced they'd stop using Anthropic's technology and threatened to designate it a "Supply-Chain Risk to National Security". Then they'd reached a deal for OpenAI's technology — though Altman says it includes OpenAI's own similar prohibitions against using their products for domestic mass surveillance and requiring "human responsibility" for the use of force in autonomous weapon systems.) Altman said Saturday that enforcing that "Supply-Chain …

21 час назад @ news.slashdot.org
Duolingo Grows, But Users Disliked Increased Ads and Subscription Pushes. Stock Plummets Again
Duolingo Grows, But Users Disliked Increased Ads and Subscription Pushes. Stock Plummets Again Duolingo Grows, But Users Disliked Increased Ads and Subscription Pushes. Stock Plummets Again

Friday was "a horrible day" for investors in Duolingo, reports Fast Company. But Friday's one-day 14% drop is just part of a longer story. Since last May, Duolingo's stock has dropped 81%. Yes, the company faced a social media backlash that month after its CEO promised they'd become an "AI-first" company (favoring AI over human contractors). And yes, Duolingo did double its language offerings using generative AI. But more importantly, that summer OpenAI showed how easy it was to just roll your own language-learning tool from a short prompt in a GPT-5 demo, while Google built an AI-powered language-learning tool into its Translate app. And yet, Friday Duolingo's shares dropped another 14%, a…

1 day назад @ slashdot.org
New 'Star Wars' Movies Are Coming to Theatres. But Will Audiences?
New 'Star Wars' Movies Are Coming to Theatres.  But Will Audiences? New 'Star Wars' Movies Are Coming to Theatres. But Will Audiences?

"The drought of upcoming Star Wars movies is coming to an end soon," writes Cinemablend. In May the The Mandalorian and Grogu opens, and one year later there's the release of the Ryan Gosling-led Star Wars: Starfighter. But "there are some insiders who already believe that Starfighter will be a bigger hit than The Mandalorian and Grogu..." According to unnamed sources who spoke with Variety, there's a "sense" that Star Wars: Starfighter, which is directed by Deadpool & Wolverine's Shawn Levy, will be a more satisfying viewing experience. These same sources are allegedly impressed by the early footage they've seen of Ryan Gosling's performance and also suggested that Levy has "recaptured the…

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

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

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

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

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

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

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

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

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

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

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

1 month назад @ 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 назад @ stratechery.com
>Важность рефлексии растет
Важность рефлексии растет

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

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

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

1 month назад @ 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 назад @ 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, 1 week назад @ mikeozornin.ru
>Псевдозабота Клод Кода
Псевдозабота Клод Кода Псевдозабота Клод Кода

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1 month, 3 weeks назад @ stratechery.com
No more .html
No more .html

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

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

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

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

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

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

site on the host, but produced with

Django running locally. In 2021, it became a

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

the old-fashion…

1 month, 4 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, 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, 1 week назад @ nedbatchelder.com
The 2025 Stratechery Year in Review
The 2025 Stratechery Year in Review

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

2 months, 1 week назад @ 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, 1 week назад @ 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, 1 week назад @ nedbatchelder.com
Итоги Года 2025
Итоги Года 2025 Итоги Года 2025

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

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

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

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

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

4 months, 1 week назад @ stratechery.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

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

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

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

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

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

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

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

4 months, 1 week назад @ nedbatchelder.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

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

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

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

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

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

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

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

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

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

4 months, 3 weeks назад @ stratechery.com
Hobby Hilbert Simplex
Hobby Hilbert Simplex Hobby Hilbert Simplex

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

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

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

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

aBe on Mastodon:

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

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

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

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

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

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

aBe on Mastodon:

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

5 months назад @ nedbatchelder.com
Инди-разработка
Show HN Show HN
последний пост 55 минут назад
Show HN: Reveal.js via CDN Template Repo
Show HN: Reveal.js via CDN Template Repo Show HN: Reveal.js via CDN Template Repo

Reveal.js CDN TemplateA single-file Reveal.js template that loads everything from a CDN.

Keep the CDN links, or pin a version by inserting @x.y.z after reveal.js .

Example: https://cdn.jsdelivr.net/npm/[email protected]/dist/reveal.cssUpdating Reveal.jsPin a CDN version by adding @x.y.z to the URLs.

Example:https://cdn.jsdelivr.net/npm/[email protected]/dist/reveal.cssLocal helper scriptss/serve runs a local web server using live-server .

runs a local web server using .

55 минут назад @ github.com
Show HN: Joey – MCP client that runs on your phone
Show HN: Joey – MCP client that runs on your phone Show HN: Joey – MCP client that runs on your phone

FeaturesJoey combines powerful AI model access with the full MCP protocol, giving you a native chat app that can actually do things.

🔌 Full MCP Support Connect to remote MCP servers with tool calling, sampling, elicitation, OAuth, session resumption, and progress notifications.

🤖 Hundreds of AI Models Access any model on OpenRouter — GPT-4o, Claude, Gemini, Llama, and more.

🔄 Agentic Tool Use Automatic agentic loop that executes MCP tools and feeds results back to the LLM until the task is complete.

View media returned by MCP tools with pinch-to-zoom.

56 минут назад @ benkaiser.github.io
Show HN: Jam Storyteller – Attention? Memory Is All You Need
Show HN: Jam Storyteller – Attention? Memory Is All You Need Show HN: Jam Storyteller – Attention? Memory Is All You Need

There was an error while loading.

Sorry, something went wrong.

The mixing matrix is not learned.

Zero multiplications in the mixing stage.

Download both files into model/ to run:tinyworld.jam (98 MB) - INT8, for story_jam.pytinyworld.jam32 (386 MB) - f32, for compare_jam.py (PyTorch)See README for setup.

57 минут назад @ github.com
Show HN: Service Book – Smart maintenance tracking for every car owner
Show HN: Service Book – Smart maintenance tracking for every car owner Show HN: Service Book – Smart maintenance tracking for every car owner

Your car is your second biggest investment.

Protect it.

We built Your Service Book because we were tired of seeing people pay for repairs that could have been prevented.

Whether you drive a brand new truck or a 10-year-old sedan, staying on top of maintenance saves you money, keeps your warranty intact, and keeps you safe on the road.

58 минут назад @ yourservicebook.com
Show HN: Ductwork – A Go platform for running AI agents on autopilot
Show HN: Ductwork – A Go platform for running AI agents on autopilot Show HN: Ductwork – A Go platform for running AI agents on autopilot

DuctworkA Go-based platform for running AI agents on schedules with tasks, skills, and persistent memory.

How It WorksDuctwork runs AI agents that can execute shell commands, read/write files, and create new tasks.

command : ["start", "--mode=worker", "--control=http://control:8080", "--worker-id=worker-2"] depends_on : [control] environment : [ANTHROPIC_API_KEY]The control plane mounts .agent/ for task definitions, skills, and memory.

, "skills" : {}, "memory_dir" : " memory/example-scheduled " , "run_mode" : " scheduled " , "model" : " " , "schedule" : " 30m " }Example: Immediate Task{ "name" : " hello-world " , "description" : " A simple test task " , "prompt" : " Create hello.txt with '…

1 час назад @ github.com
Show HN: Code-Graph-RAG – Knowledge graph RAG for any codebase
Show HN: Code-Graph-RAG – Knowledge graph RAG for any codebase Show HN: Code-Graph-RAG – Knowledge graph RAG for any codebase

Find functions by describing what they do (e.g., "error handling functions", "authentication code") rather than by exact names.

This is particularly useful when you're actively modifying code and want the AI assistant to always work with the latest codebase structure.

graph_loader import load_graph # Load the exported graph graph = load_graph ( "my_graph.json" ) # Get summary statistics summary = graph .

summary () print ( f"Total nodes: { summary [ 'total_nodes' ] } " ) print ( f"Total relationships: { summary [ 'total_relationships' ] } " ) # Find specific node types functions = graph .

Returns the source code, file path, line numbers, and docstring.

1 час назад @ github.com
Show HN: PartyHub Rental – Marketplace for party equipment rentals
Show HN: PartyHub Rental – Marketplace for party equipment rentals Show HN: PartyHub Rental – Marketplace for party equipment rentals

Browse bounce houses, food trucks, photo booths, and more from verified local vendors.

1 час назад @ partyhubrental.com
Show HN: I'm 15. I mass published 134K lines to hold AI agents accountable
Show HN: I'm 15. I mass published 134K lines to hold AI agents accountable Show HN: I'm 15. I mass published 134K lines to hold AI agents accountable

Cryptographic behavioral commitments with trustless verification.

The way HTTPS enabled e-commerce by making connections trustworthy, Nobulex enables the agent economy by making behavior trustworthy.

Write a covenant in the DSL const spec = parseSource ( ` covenant SafeTrader { permit read; permit transfer (amount <= 500); forbid transfer (amount > 500); forbid delete; } ` ) ; // 3.

execute ( { action : 'transfer' , params : { amount : 300 } } , async ( ) => ( { success : true } ) , ) ; // $600 transfer — BLOCKED by covenant await mw .

execute ( { action : 'transfer' , params : { amount : 600 } } , async ( ) => ( { success : true } ) , // never executes ) ; // 4.

1 час назад @ github.com
Show HN: OpenClaw Directory – Compare Deployers, Skills, and Tools for OpenClaw
Show HN: OpenClaw Directory – Compare Deployers, Skills, and Tools for OpenClaw Show HN: OpenClaw Directory – Compare Deployers, Skills, and Tools for OpenClaw

Welcome to OpenClaw DirectoryDiscover the OpenClaw Directory, your go-to resource for everything related to OpenClaw!

Whether you’re a seasoned developer or just starting your journey, our directory offers a comprehensive collection of essential tools that will enhance your project experience.

From robust deployers to innovative skills and versatile plugins, we’ve lined up the best resources to help you maximize your OpenClaw potential.

Browse our extensive listings and uncover the tools that can take your OpenClaw projects to new heights.

Whether you’re looking for something specific or simply browsing for inspiration, the OpenClaw Directory is here to support.

1 час назад @ openclawdirectory.co.uk
Show HN: Sussurro – local, opensource, speech to text with system-wide dictation
Show HN: Sussurro – local, opensource, speech to text with system-wide dictation Show HN: Sussurro – local, opensource, speech to text with system-wide dictation

SussurroSussurro is a fully local, open-source voice-to-text system with a built-in native overlay UI.

It transforms speech into clean, formatted, context-aware text and injects it into any application — entirely on your machine.

macOS Accessibility permission: On first run, macOS will prompt you to grant Accessibility access so Sussurro can register a global hotkey (CGEventTap).

Grant it in System Settings → Privacy & Security → Accessibility.

Known Limitations"Start at Login" toggleThe "Start at Login" toggle in Settings is present in the UI but is not yet implemented.

1 час назад @ github.com
Show HN: ColdString – An 8-byte (1-word) SSO string for Rust
Show HN: ColdString – An 8-byte (1-word) SSO string for Rust Show HN: ColdString – An 8-byte (1-word) SSO string for Rust

A 1-word (8-byte) sized representation of immutable UTF-8 strings that in-lines up to 8 bytes.

( s . as_str ( ) , "qwerty" ) ;Packs well with other types:use cold_string :: ColdString ; use std :: mem :: { align_of , size_of } ; assert_eq !

( size_of :: < ColdString > ( ) , size_of :: < usize > ( ) ) ; assert_eq !

( size_of :: < ( ColdString , u8 ) > ( ) , size_of :: < usize > ( ) + 1 ) ; assert_eq !

To decode the address, clear the tag bits ( 10 → 00 ) and rotate so the 00 bits become the least-significant bits.

1 час назад @ github.com
Show HN: Potatoverse platform for webapps, SQLite and static binary
Show HN: Potatoverse platform for webapps, SQLite and static binary Show HN: Potatoverse platform for webapps, SQLite and static binary

Apps can also run without suborigin isolation / wildcard origin but you can only run one instance of app or apps sharing common namespace.

Some sample apps ref Potato Apps They are not very useful apps but just to give basic example of working with platform and bindings.

Some sample apps ref Potato Apps Apps can emit async events that other apps react to kinda like signal slot like system so you can build side apps that extend functionality of other apps.

Capabilities : Platform services exposed to spaces: Platform services exposed to spaces Packages : Blueprints containing spaces (apps), code, and assets.

A simple example would contain the following in a zip: potato.json (manifest file) pu…

1 час назад @ github.com
Show HN: Free AI Tools – Email Writer, LinkedIn Posts, Code Review
Show HN: Free AI Tools – Email Writer, LinkedIn Posts, Code Review

Article URL: https://crazeemedia.app.n8n.cloud/webhook/ai-tools

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

Points: 1

# Comments: 2

1 час назад @ crazeemedia.app.n8n.cloud
Show HN: Agentchattr – local chat room for Claude Code / Codex / Gemini CLI
Show HN: Agentchattr – local chat room for Claude Code / Codex / Gemini CLI Show HN: Agentchattr – local chat room for Claude Code / Codex / Gemini CLI

agentchattrA local chat server for real-time coordination between AI coding agents and humans.

Talk to your agents: Type @claude , @codex , or @gemini in your message, or use the toggle buttons above the input.

Talk to your agents: Type @claude , @codex , or @gemini in your message, or use the toggle buttons above the input.

Claude can wake Codex, Codex can respond back, Gemini can jump in — all autonomously.

codex ] command = " codex " cwd = " .. " color = " #facc15 " label = " Codex " [ agents .

2 часа назад @ github.com
Show HN: Good Til – Track warranties, scan receipts with AI, get claim letters
Show HN: Good Til – Track warranties, scan receipts with AI, get claim letters Show HN: Good Til – Track warranties, scan receipts with AI, get claim letters

I built Good Til because I could never find my receipts when I needed them, and I just wanted something nice to keep it all organized.

Good Til is a purchase receipt and warranty tracker:- Snap a receipt photo, AI extracts store, date, items, price.

- Tracks warranty deadlines with reminders at 90, 30, and 7 days.

- When something breaks, generates a formal complaint letter citing your local consumer law.

iOS native app is on the todo list, because I just want to scan receipts from my phone.

2 часа назад @ news.ycombinator.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 12 часов назад
I launched 2 apps on Product Hunt and both were featured — here's what I learned
I launched 2 apps on Product Hunt and both were featured — here's what I learned I launched 2 apps on Product Hunt and both were featured — here's what I learned

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

12 часов назад @ rss.app
Wasting time exporting CSVs from Stripe
Wasting time exporting CSVs from Stripe Wasting time exporting CSVs from Stripe

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

1 day, 4 hours назад @ rss.app
Seeking Technical Co-Founder/Partner for B2C Mobile Project
Seeking Technical Co-Founder/Partner for B2C Mobile Project Seeking Technical Co-Founder/Partner for B2C Mobile Project

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

1 day, 6 hours назад @ rss.app
Stop Building Features: Why 80% of Your Roadmap is a Waste of Time
Stop Building Features: Why 80% of Your Roadmap is a Waste of Time Stop Building Features: Why 80% of Your Roadmap is a Waste of Time

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

1 day, 7 hours назад @ rss.app
I thought founders needed an AI marketing generator. Turns out they needed something else entirely.
I thought founders needed an AI marketing generator. Turns out they needed something else entirely. I thought founders needed an AI marketing generator. Turns out they needed something else entirely.

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

1 day, 11 hours назад @ rss.app
Looking for a Video Subscription Platform to Launch?
Looking for a Video Subscription Platform to Launch? Looking for a Video Subscription Platform to Launch?

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

1 day, 17 hours назад @ rss.app
Why most SaaS MVPs stall after launch (and what founders underestimate)
Why most SaaS MVPs stall after launch (and what founders underestimate) Why most SaaS MVPs stall after launch (and what founders underestimate)

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, 14 hours назад @ rss.app
I built an RPG character generator for Ethereum wallets in 7 days — here's what happened when
I built an RPG character generator for Ethereum wallets in 7 days — here's what happened when I built an RPG character generator for Ethereum wallets in 7 days — here's what happened when

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

2 days, 15 hours назад @ rss.app
I Thought I Needed to Stretch.
I Thought I Needed to Stretch. I Thought I Needed to Stretch.

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, 1 hour назад @ rss.app
I got let go, spent 18 months building a productivity app, and now I'm taking it to Kickstarter
I got let go, spent 18 months building a productivity app, and now I'm taking it to Kickstarter I got let go, spent 18 months building a productivity app, and now I'm taking it to Kickstarter

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

3 days, 4 hours назад @ rss.app
I turned OpenClaw into a $39/mo social media manager in 2 days. First product I actually use myself.
I turned OpenClaw into a $39/mo social media manager in 2 days. First product I actually use myself. I turned OpenClaw into a $39/mo social media manager in 2 days. First product I actually use myself.

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, 7 hours назад @ rss.app
Most Developers Never Ship. I Almost Quit 12 Times. Here’s Why
Most Developers Never Ship. I Almost Quit 12 Times. Here’s Why Most Developers Never Ship. I Almost Quit 12 Times. Here’s Why

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

3 days, 7 hours назад @ rss.app
Built a small tool to prevent CSV & Excel import failures (would love feedback)
Built a small tool to prevent CSV & Excel import failures (would love feedback) Built a small tool to prevent CSV & Excel import failures (would love feedback)

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, 8 hours назад @ rss.app
I got tired of paying $198/mo for A/B tests, so I built a $9 alternative
I got tired of paying $198/mo for A/B tests, so I built a $9 alternative I got tired of paying $198/mo for A/B tests, so I built a $9 alternative

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, 8 hours назад @ rss.app
Bootstrapping to 7 figures while competing with best-in-class tools
Bootstrapping to 7 figures while competing with best-in-class tools Bootstrapping to 7 figures while competing with best-in-class tools

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

3 days, 10 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 19 минут назад
I built Pal – a collaborative memory map
I built Pal – a collaborative memory map I built Pal – a collaborative memory map

Imagine a shared map with your family. Your mom pins the house you grew up in with a photo and a note she's never said out loud. Your brother adds the road trip you took in 2019. You add the hospital where your nephew was born. Or with your college friends. Everyone adds their version of the same trip, from their own perspective, with photos you've never seen from each other. Or with your partner. A map that's both of yours, built over time, that neither of you could have made alone. That's what Pal is. You pin moments to real locations, write what they meant to you, share edit access with the people who were there and they add their side. Also generates a year-in-review recap card you can …

19 минут назад @ reddit.com
Shipped this weekend: onUI v2.0 (draw regions + element annotations)
Shipped this weekend: onUI v2.0 (draw regions + element annotations) Shipped this weekend: onUI v2.0 (draw regions + element annotations)

Built this weekend: onUI v2.0. It’s a browser extension for UI feedback. You can now: - annotate specific elements - draw regions for layout/spacing issues - keep feedback structured for faster fix cycles The big upgrade in v2: Draw mode next to annotations, so feedback is not limited to single DOM elements anymore. Would appreciate blunt feedback: - Is this more QA tooling, design-review tooling, or dev tooling? - What would make this useful in your real workflow? Website: onui.onllm.dev Repo: https://github.com/onllm-dev/onUI submitted by /u/Own-Equipment-5454 [link] [comments]

35 минут назад @ reddit.com
Remember the AI agent trying to buy its own Mac Mini? It succeeded.
Remember the AI agent trying to buy its own Mac Mini? It succeeded.

Less than two weeks ago I posted here about an experiment: I gave my AI agent $50 and challenged it to earn enough to buy its own computer. A Mac Mini. $750 goal. A lot of you were skeptical. Some of you were curious. A few of you actually bought the thing it was selling. Here's what happened. Day 1 (Feb 18): Earendel — that's the agent — launched a free Starter AI Prompt Pack on Gumroad. It wrote the prompts, designed the PDF, created the cover art, built the product page, set up a website (fromearendel.com), and published an origin story thread on X. By end of day: 43 downloads, $3.55 in revenue from one person who paid above $0. Day 2: My Reddit post blew up. 292 upvotes, 200K+ views, 16…

1 час назад @ reddit.com
I built an AI where you can talk to the Greek Gods
I built an AI where you can talk to the Greek Gods

Hi 👋🏻 I built a small AI project where you can talk to the 12 Greek Gods of Olympus. Each god has a distinct personality based on mythology. You can chat with one god, summon the full council for multiple perspectives, or make them debate modern questions. Some responses are wise, some chaotic, some surprisingly funny. Would love feedback on the concept. https://cloudolympians.com submitted by /u/cloudolympians [link] [comments]

1 час назад @ reddit.com
I built EquaMotion — describe any math concept, get a video animation. Free to try.
I built EquaMotion — describe any math concept, get a video animation. Free to try.

Whenever I needed to visualize a math concept I'd spend way too long writing animation scripts by hand. So I made a tool where you just describe the concept in plain English and it generates the video for you. Something like "show how the Fourier series approximates a square wave" and it renders it out. Supports multiple AI providers so you bring your own key. Curious if anyone else ran into this problem and what concepts you'd want to see animated first. (links in comment) submitted by /u/Mean-Height5494 [link] [comments]

1 час назад @ reddit.com
I built something weird and silly this weekend: TheFridge.lol
I built something weird and silly this weekend: TheFridge.lol I built something weird and silly this weekend: TheFridge.lol

https://thefridge.lol/f/memetown Remember those magnetic poetry kits on your mom's fridge? I made that, but online, multiplayer, and mildly adversarial. How it works: Type a word and slap it on the fridge: costs 1¢ Don't like someone's word? Peel it off: 2¢ Want to protect yours? Superglue it... 1¢ per layer Superglue decays every midnight so nothing lasts forever $1 = 100 pennies. That's 100 words or 50 acts of petty revenge. The Fridge gets wiped every 30 days You get 10 actions per day so nobody can go full fridge dictator. The whole thing resets monthly. It's collaborative poetry meets warfare for the price of a gumball. Some weird combination of reddit, twitter, and r/place. Built with…

2 часа назад @ reddit.com
I vibe coded a vibe coding learning platform xDD Check it out. your feedback and testing will be helpful
I vibe coded a vibe coding learning platform xDD Check it out. your feedback and testing will be helpful I vibe coded a vibe coding learning platform xDD Check it out. your feedback and testing will be helpful

The tools were used - React , typescript , Vercel , supabase and Lemon Squeezy However I also got 3 premium customers as well!! You can check the fonts and the color codes. Those are my customized colors because I don't like the purplish default color of a vibe coded app. The Models I used while creating this is : Claude Opus 4.5 Codex 5.4 Gemini 3 pro Any feedback would be appreciated Link submitted by /u/Competitive_Ad_7002 [link] [comments]

2 часа назад @ reddit.com
​I built a minimalist PWA for "The Christian Walk"—focusing on Jesus instead of fitness metrics.
​I built a minimalist PWA for "The Christian Walk"—focusing on Jesus instead of fitness metrics.

Disclaimer: AI was used here. Hey everyone, I’ve been working on a side project called Daily Walk (https://www.daily-walk.com). I realized that most fitness apps are just about burning calories or hitting a step goal, which felt a bit empty to me. I wanted something that helped me use my daily walking time to actually focus on Jesus and becoming more like Him. The idea isn't to track your cardio; it’s to help you practice spiritual discipline while you move. I’m really trying to lean into the "imitation of Christ" rather than just scrolling through another Bible app or a social feed. Why I made it a PWA: I’m a big fan of the "open web" and didn't want to deal with App Store gatekeepers or m…

2 часа назад @ reddit.com
I hit 51 sign-up users today and made money after 4 months building
I hit 51 sign-up users today and made money after 4 months building

I wanted to share a really exciting milestone that I reached today. I've read articles, that most indie hackers are struggling to get 50 signed-up users and I honestly feel very excited that I finally hit that magic number. I'm building this project since 4 months non-stop while beeing in my final phase in University. Their was literally no intention to make any money off it. I built this purely because me and my friend havent found anything like it (I've built a multiplayer beat maker). Since seeing people actually enjoy using it and give me positive feedback, I actually felt addicted to just code the features that poeple want to have. Seeing them beeing happy about changes and letting the…

3 часа назад @ reddit.com
I built a day planner around a clock face instead of a list.
I built a day planner around a clock face instead of a list. I built a day planner around a clock face instead of a list.

Heyo everyone, Lists have no ceiling. You can stack 12 hours of tasks on them and they look exactly the same as 4 hours. So you start every day overcommitted and spend the evening wondering why you're behind. I got tired of that. So I built DayZen: your day as a 24-hour radial clock. Tasks are colored arcs. When the circle's full, it's full. No lying to yourself. What it does: See your whole day at a glance on one clock face Drag to create tasks, resize with a finger, conflicts glow red instantly Focus Mode: tap a task, clock zooms in, timer runs, nothing else on screen Two-way calendar sync Home + Lock Screen widgets showing your current block Weekly and monthly time analytics No account. …

3 часа назад @ reddit.com
Post intelligence for X
Post intelligence for X

Ok so, I finally released my SaaS. What it does, it takes you posts stats from x, and transform it into full analytics baseline, which later is used as median for future posts. Tool automatically optimize your future draft according your own writing pattern for maximum reach. Here it is www.draftlabx.com honest feedback is appreciated. submitted by /u/Shot_Amoeba_2409 [link] [comments]

4 часа назад @ reddit.com
I built an AI that makes you think — not one that thinks for you
I built an AI that makes you think — not one that thinks for you

The more I used AI, the worse I got at thinking on my own. So I built the opposite — an AI that only asks questions. You write down whatever's on your mind. It doesn't solve anything. It just asks follow-up questions that make you dig deeper. Over time you start catching your own blind spots — assumptions, patterns, bad reasoning you never noticed. Basically metacognition training through conversation. Web app, no install: https://think-log.com — honest feedback welcome. submitted by /u/GlumPiece7281 [link] [comments]

4 часа назад @ reddit.com
Built an AI model benchmarking tool over the past 11 months. Just made a promo video for it.
Built an AI model benchmarking tool over the past 11 months. Just made a promo video for it. Built an AI model benchmarking tool over the past 11 months. Just made a promo video for it.

I've been working on this since April 2025, solo. The problem: every time you need to pick an AI model for a project, you're stuck reading generic leaderboards that test things you'll never use. MMLU, HumanEval, whatever. None of that tells you how a model performs on your specific task at what cost. So I built OpenMark. You describe your task in plain text, the system generates a benchmark, you pick which models to test (100+ available, GPT, Claude, Gemini, Grok, Mistral, Llama, etc), and it runs them all with real API calls. No API keys needed from your side. You get scored results with stability tracking across multiple runs and the actual cost per task, not "price per million tokens" bu…

4 часа назад @ reddit.com
I accidentally sabotaged my own app launch: 2K impressions, 11 downloads (0.5% conversion). Here is the stupid mistake I made.
I accidentally sabotaged my own app launch: 2K impressions, 11 downloads (0.5% conversion). Here is the stupid mistake I made.

Hi everyone, learning a hard lesson in building in public today. I recently launched my passion project: a minimalist color memory game built natively in SwiftUI. I spent weeks refining the ASO (App Store Optimization), tweaking the screenshots, and explaining how it uses CIELAB perceptual science for scoring instead of standard RGB math. I checked my analytics today. The ASO worked! I got over 2,000 organic impressions in search. The downloads? Exactly 13. A 0.5% conversion rate. I was ready to give up, thinking my app idea was terrible or my marketing was completely broken. People were seeing it, but no one was clicking "Get". Then I checked my project config. Because I was developing on …

4 часа назад @ reddit.com
How do you check your ideas before you spend months building them?
How do you check your ideas before you spend months building them?

I'm developing a new tool and I want to avoid the “build first, realize nobody wants it later” mistake again. Here’s how I’m validating my idea, it's straightforward, quick, and inexpensive: I run the raw idea through AI tools like ChatGPT, Claude, and Perplexity AI. This helps me test the market by looking at: - Market size - User personas - Competitors - Common complaints - Pricing trends I create 3 to 4 clear value propositions and ask the models to critique them find flaws, highlight contradictions, and compare them to existing products. Now I want to know: How do you validate your ideas before writing any code? What’s your method? What did you stop building early because the validation…

5 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 17 часов назад
BU
BU

Openclaw in the cloud Discussion | Link

17 часов назад @ producthunt.com
Claude Import Memory
Claude Import Memory

Switch from ChatGPT to Claude with import memory feature Discussion | Link

18 часов назад @ producthunt.com
OpenFang
OpenFang

Open-Source Agent Operating System Discussion | Link

22 часа назад @ producthunt.com
Hearica
Hearica

Turn all computer audio into captions for the deaf Discussion | Link

1 day, 12 hours назад @ producthunt.com
PromptURLs
PromptURLs

Turn any prompt into a shareable URL for ChatGPT, Claude Discussion | Link

1 day, 19 hours назад @ producthunt.com
SellShots
SellShots

High-converting AI product photos in seconds Discussion | Link

2 days, 2 hours назад @ producthunt.com
Surfpool
Surfpool

Where developers start their Solana journey Discussion | Link

2 days, 7 hours назад @ producthunt.com
Google AI Edge Gallery
Google AI Edge Gallery

Bring on-device function calling to iPhone Discussion | Link

2 days, 10 hours назад @ producthunt.com
The Claw News
The Claw News

OpenClaw agents publishing daily news Discussion | Link

2 days, 15 hours назад @ producthunt.com
Hacker News for macOS
Hacker News for macOS

A native macOS client for Hacker News, built with SwiftUI Discussion | Link

2 days, 22 hours назад @ producthunt.com
Nix Capture
Nix Capture

Capture API requests for bug reports in seconds Discussion | Link

3 days, 4 hours назад @ producthunt.com
Flarehawk
Flarehawk

Monitors security tools, probes threats, + prompts action Discussion | Link

3 days, 4 hours назад @ producthunt.com
BedRock
BedRock

Get approved by US banks even after being rejeceted Discussion | Link

3 days, 4 hours назад @ producthunt.com
Nano Banana 2
Nano Banana 2

Google's latest AI image generation model Discussion | Link

3 days, 7 hours назад @ producthunt.com
whatdoiwear.run
whatdoiwear.run

outfit engine for the modern runner Discussion | Link

3 days, 8 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 4 months назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

4 months назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

4 months назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months назад @ 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 назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

4 months, 1 week назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 2 days, 3 hours назад
Aircraft Mechanics Creed Monument in Kalfafellsstadur, Iceland
Aircraft Mechanics Creed Monument in Kalfafellsstadur, Iceland Aircraft Mechanics Creed Monument in Kalfafellsstadur, Iceland

On an isolated stretch of the Ring Road in South Iceland, a portion of a white wing from an Icelandair Boeing 757-200, has been mounted. It is dedicated to the service of aviation mechanics. The aircraft mechanic’s oath is printed on the wing. The wing is set against the stunning backdrop of sheer mountain cliffs and the island’s wilderness. It is not the location of an airplane wreck, and, there is no indication why this out-of-the-way location was chosen.

2 days, 3 hours назад @ atlasobscura.com
Po Toi Island in Hong Kong
Po Toi Island in Hong Kong Po Toi Island in Hong Kong

Referred to by locals as Hong Kong's 'South Pole', Po Toi is the territory's southernmost island. Covering an area of 3.69 square kilometres, the car-free island is one of Hong Kong's least populated islands, home to only 20 residents.

Once on the island, three hiking trails of varying difficulty allow visitors to reach the main points of interest. Among which are rock formations like Buddha's Palm Cliff or Tortoise Rock, the supposedly haunted ruins of Mo's old house, and the Tin Hau Temple.

Most historically significant are the Bronze age rock carvings, speculated to be over 3000 years old and supposedly hewn to appease sea gods. Po Toi is also a popular destination for campers and starga…

2 days, 5 hours назад @ atlasobscura.com
Music Box Theatre in Chicago, Illinois
Music Box Theatre in Chicago, Illinois Music Box Theatre in Chicago, Illinois

The theater shows a mix of first-run indie, foreign and repertory films, classic double features, and specialty screenings throughout the year. It’s known for unique events like a 70 mm film festival, regular Rocky Horror Picture Show with shadow casts, and long-running classics.

A signature tradition at the Music Box is its house organist, who performs before weekend screenings. The theater houses a custom organ that honors its silent-film era roots.

Architecturally, the Music Box features a deep blue, cove-lit ceiling dotted with twinkling stars designed to mimic an Italian courtyard. This creates the feeling of watching a film under an open night sky.

Beyond the main screen, the venue in…

2 days, 7 hours назад @ atlasobscura.com
Piedra del Concejo in Collado Villalba, Spain
Piedra del Concejo   in Collado Villalba, Spain Piedra del Concejo in Collado Villalba, Spain

Long before Collado Villalba had a town hall, it had a rock. Known as the Piedra del Concejo, this massive granite outcrop once served as the beating heart of local decision-making, where neighbors gathered in the open air to debate land disputes, local laws, and communal concerns in a form of direct democracy that predates modern institutions.

In 1724, the town’s mayor, known as Señor Sanz, ordered the stone to be reshaped with five carved steps, transforming it into a more comfortable civic platform. Chiseled into its surface are symbols, including a mysterious bird—interpreted as either a dove or the now-extinct francolin—that later became an emblem of the town itself.

Yet the stone’s st…

2 days, 9 hours назад @ atlasobscura.com
Fernkloof Nature Reserve in Hermanus, South Africa
Fernkloof Nature Reserve  in Hermanus, South Africa Fernkloof Nature Reserve in Hermanus, South Africa

When thinking about rich biodiversity, the rainforest would come to mind for most people, but when it comes to plants it's actually a small nature reserve in southern South Africa. With an area of just 7 square miles (18 square km), the park is sizable, but no bigger than other nature reserves. Still it contains over 1800 species, 14% of all plants in South Africa, more than the entirety of the UK, and most other countries. When walking there this high density makes it so that you can find a new plant every minute of your hike.

3 days, 3 hours назад @ atlasobscura.com
Chicano Park in San Diego, California
Chicano Park in San Diego, California Chicano Park in San Diego, California

Tourists and even locals sometimes miss one of the most historic and colorful free outdoor attractions in San Diego when they drive over the Coronado Bay Bridge to visit the sandy shores of Coronado. Underneath the pre-stressed concrete and steal of the bridge lies Chicano Park, home to one of the largest collections of outdoor murals in the United States. The vibrant murals are not just colorful artwork, but all have a meaningful message of Chicano Pride and the Hispanic history of oppression and resistance. That’s because this park would not exist if it weren’t for the Chicano movement in the 1970’s.

In the late1960’s the largely Hispanic neighborhood of Barrio Logan had five thousand res…

3 days, 5 hours назад @ atlasobscura.com
Taiwan Oil Field Exhibition Hall in Taiwan
Taiwan Oil Field Exhibition Hall in Taiwan Taiwan Oil Field Exhibition Hall in Taiwan

Taiwan imports almost all of its energy. That fact can make the island’s own oil history feel easy to forget. In Miaoli County, ChuHuangKeng is Taiwan’s most important early oil site. Local sources sometimes refer it as the first modern oil well area in East Asia. Labels can be disputed, but the place significance is without any doubt. It tells Taiwan’s main petroleum story for more than a century, from the 1861 discovery in the late Qing period, through Japanese rule, and all the way into the several wells that still produce natural gas today. The Taiwan Oil Field Exhibition Hall sits next to the old field. At the entrance stands a statue of three oil workers at a wellhead. CPC Corporation…

3 days, 7 hours назад @ atlasobscura.com
The Hitching Stone in Cowling, England
The Hitching Stone in Cowling, England The Hitching Stone in Cowling, England

The Hitching Stone is a prominent landmark on the otherwise bland and gently sloping Keighley Moor in the Pennines of Yorkshire. Weighing over 1000 tonnes and 29 feet long, it is said to be the largest single boulder in the county. It is believed to be an erratic block, deposited here by glacial ice movement thousands or even millions of years ago. Being so unique for its area, it has become a prominent local landmark where councils, horse races, and fairs were once held.

Particular features of the rock have their own stories to tell. A long tunnel through the rock is said to have been left by a witch. Allegedly irritated by the rock's presence outside her house, she is said to have shoved …

3 days, 9 hours назад @ atlasobscura.com
Morlaix Street Art in Morlaix, France
Morlaix Street Art in Morlaix, France Morlaix Street Art in Morlaix, France

Morlaix is a medieval market town in Brittany. The Old Quarter has many half-timbered buildings overhanging the narrow cobbled streets. The last thing you expect to see in such a quaint medieval town is modern street art. Huge, beautiful murals have been painted on the sides of ramshackle old buildings and modern blocks of flats. Some overlook ancient thoroughfares and others busy car-parks.

The art has been created by a number of artists and tours are available to see them all, however on any walk around the town centre you will discover unexpected colourful surprises.

4 days, 3 hours назад @ atlasobscura.com
Poolsmoor Prison Cantina in Cape Town, South Africa
Poolsmoor Prison Cantina in Cape Town, South Africa Poolsmoor Prison Cantina in Cape Town, South Africa

The Poolsmoor prison is a decades old maximum-security prison that hosted a variety of people, including Nelson Mandela after his release from Robben Island. With over 7000 inmates it does not appear in most people's travel itinerary, but perhaps surprisingly it should because it hosts an (in)famous restaurant called Pollsmoor Restaurant "Idlanathi" (or Zulu for "come eat with us"). The restaurant, which is open for breakfast and lunch, is not only special for its location but also for the staff, as it is fully run by inmates close to the end of their sentence, with the idea to provide them with useful skills for functioning in the outside world. There are also guards nearby so there is vir…

4 days, 5 hours назад @ atlasobscura.com
Ruins of Tivetshall St Mary Church in Tivetshall St Mary, England
Ruins of Tivetshall St Mary Church in Tivetshall St Mary, England Ruins of Tivetshall St Mary Church in Tivetshall St Mary, England

Four outer walls remain of this beautiful church which has lost its roof and been taken over by nature. Part of the structure dates back to 1086 and was one of two local churches registered in the Domesday Book. Over time it was too costly to maintain both churches and this one was decaying and at risk of falling.

In 1947, vibrations from a low-flying aircraft caused the tower to collapse. The church fell into further disrepair after this.

4 days, 7 hours назад @ atlasobscura.com
London 2012 Olympic Truce Wall in Lausanne, Switzerland
London 2012 Olympic Truce Wall in Lausanne, Switzerland London 2012 Olympic Truce Wall in Lausanne, Switzerland

Watching the Olympic Games, it may often feel like they are as much about pomp and ceremony as they are about sports. The International Olymic Committee (IOC) has a long list of protocols that need to take place during opening and closing ceremonies, the playing of the Olympic and National Anthems and lighting of the flame, for example; and medal ceremonies have similar requirements. Looking at the Games of the 21st century, it becomes clear that many of these traditions have their origins in the birth of the modern Games in 1896 Europe, a context of chivalrous ideals marred by racist notions of superiority; while other traditions can be traced further back to the original games in Ancient …

4 days, 9 hours назад @ atlasobscura.com
MacPuente (McBridge) in Mexico City, Mexico
MacPuente (McBridge) in Mexico City, Mexico MacPuente (McBridge) in Mexico City, Mexico

There is one major international airport within the limits of Mexico City, and it is known by many names. The official full name is Aeropuerto Internacional Benito Juárez, after the country's president from 1858 and 1872, who became one of the most influential figures in its history. Shorter versions include AICM (Aeropuerto Internacional de la Ciudad de México, or Mexico City International Airport) and its three-letter code MEX. The first airport operations at this site began in 1915, becoming international by 1943, and considered to be at capacity since 2014. The airport has had many expansions and renovations, although is unlikely to be able to grow any more as it is practially surrounde…

5 days, 3 hours назад @ atlasobscura.com
Tour Eiffel EuroSaône in Soing-Cubry-Charentenay, France
Tour Eiffel EuroSaône in Soing-Cubry-Charentenay, France Tour Eiffel EuroSaône in Soing-Cubry-Charentenay, France

It really makes you stop and look twice as it is very out of place it's almost comical when you see it. It sits in a quiet park on the edge of the even quieter commune of Soing-Cubry-Charentenay. It was built in 1992 by local volunteers for the EuroSaône festival and weighs about 2.5 tonnes of iron.

5 days, 5 hours назад @ atlasobscura.com
The Blast Furnace of Huta Pokój in Ruda Śląska, Poland
The Blast Furnace of Huta Pokój in Ruda Śląska, Poland The Blast Furnace of Huta Pokój in Ruda Śląska, Poland

Hidden within the post-industrial landscape of Ruda Śląska, the blast furnace of the former Huta Pokój is one of the most striking surviving examples of heavy industry architecture in southern Poland. Rising above its surroundings with an almost cathedral-like presence, the structure reflects the immense scale and ambition of 19th- and 20th-century metallurgy in Upper Silesia.

Huta Pokój was founded in the mid-19th century and quickly became a key component of the region’s rapidly expanding iron and steel industry. Fueled by nearby coal mines and supported by an extensive railway network, the facility played a crucial role in supplying steel for infrastructure, machinery, and wartime produc…

5 days, 7 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 2 days, 7 hours назад
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Feb. 23-27)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Feb. 23-27)

This article is visible for CLUB members only. If you are already a member but don’t see the content of this article, please login here. If you’re not a CLUB member yet, but you’d like to read members-only content like this one, have unrestricted access to the site and benefit from many additional perks, you […]

The post Weekly funding round-up! All of the European startup funding rounds we tracked this week (Feb. 23-27) appeared first on EU-Startups.

2 days, 7 hours назад @ eu-startups.com
Poland’s new tech wave: 10 of the most promising startups to watch in 2026
Poland’s new tech wave: 10 of the most promising startups to watch in 2026

Following up on our country deep-dive series, we now turn to Poland, one of Central and Eastern Europe’s largest and most established startup ecosystems. With major hubs in Warsaw and Kraków, Poland combines a strong technical talent base with growing venture activity across AI, healthtech, cybersecurity, agritech, defence, and digital platforms. Poland’s ecosystem benefits from […]

The post Poland’s new tech wave: 10 of the most promising startups to watch in 2026 appeared first on EU-Startups.

2 days, 12 hours назад @ eu-startups.com
London-based Encord raises €50 million to support next phase of physical AI deployment
London-based Encord raises €50 million to support next phase of physical AI deployment

Encord, the data infrastructure company for physical AI, today announced a €50 million ($60 million) Series C in order to accelerate product development, expand into new markets, and scale its AI-native data infrastructure platform as physical AI systems move from pilot programmes into full production. The round was led by Wellington Management, bringing the company’s […]

The post London-based Encord raises €50 million to support next phase of physical AI deployment appeared first on EU-Startups.

2 days, 12 hours назад @ eu-startups.com
AI in 2026: The data drought, healthcare opportunities, and space tech
AI in 2026: The data drought, healthcare opportunities, and space tech

In the last year, we’ve seen huge strides in AI development and adoption. Whilst staggering valuations take the headlines, I’m interested in the coming data drought, opportunities in healthcare, and space tech. These are the industries where we expect the most impact to be achieved. New AI data sources: a huge market opportunity Gaining access […]

The post AI in 2026: The data drought, healthcare opportunities, and space tech appeared first on EU-Startups.

2 days, 14 hours назад @ eu-startups.com
Swiss “Shark Tank” winner storabble acquires Germany’s on-storage to consolidate Europe’s fragmented storage market
Swiss “Shark Tank” winner storabble acquires Germany’s on-storage to consolidate Europe’s fragmented storage market

St. Gallen-based storage marketplace storabble has acquired the key assets of Düsseldorf-based mobile storage provider on-storage. The transaction represents storabble’s first acquisition and includes on-storage’s technology platform, logistics management systems, and brand assets. Financial terms were not disclosed. “Our goal has always been to create the one place people go when they need storage, whether […]

The post Swiss “Shark Tank” winner storabble acquires Germany’s on-storage to consolidate Europe’s fragmented storage market appeared first on EU-Startups.

2 days, 15 hours назад @ eu-startups.com
Amsterdam’s Sparqle secures €1.5 million with EU backing to scale emission-free delivery across Europe
Amsterdam’s Sparqle secures €1.5 million with EU backing to scale emission-free delivery across Europe

Sparqle, an Amsterdam-based startup building an emission-free logistics infrastructure for modern e-commerce, has raised €1.5 million, including financing from the European Union, for European expansion. The company is active in the Netherlands, Belgium, and France and is working to expand into multiple European cities. “Our mission is to create a logistics ecosystem that combines sustainability […]

The post Amsterdam’s Sparqle secures €1.5 million with EU backing to scale emission-free delivery across Europe appeared first on EU-Startups.

2 days, 17 hours назад @ eu-startups.com
German municipalities could cut 100 million tonnes of CO2e – Ark Climate raises €2.1 million to support local action
German municipalities could cut 100 million tonnes of CO2e – Ark Climate raises €2.1 million to support local action

Munich-based Ark Climate, a software company that offers an end to end solution for municipal climate action, has raised €2.1 million in a pre-Seed round to grow their team, expand their presence in the German market and develop advanced emission data and AI models. The round was led by the Climate Tech VC Satgana, joined […]

The post German municipalities could cut 100 million tonnes of CO2e – Ark Climate raises €2.1 million to support local action appeared first on EU-Startups.

3 days, 8 hours назад @ eu-startups.com
With half of chronically ill patients failing to take medication correctly, Oska Health secures €11 million for personal health app
With half of chronically ill patients failing to take medication correctly, Oska Health secures €11 million for personal health app

Frankfurt-based Oska Health, a hybrid care provider combining personal health coaches with AI, has raised €11 million in Seed funding to scale its continuous care model for high-risk, chronically ill patients. The round is led by Capricorn Partners and SwissHealth Ventures, with participation from Revent, Calm Storm, LBBW Venture Capital, BMH, GoHub Ventures, and Aurum […]

The post With half of chronically ill patients failing to take medication correctly, Oska Health secures €11 million for personal health app appeared first on EU-Startups.

3 days, 11 hours назад @ eu-startups.com
UK’s ARIA joins CommonAI with €18 million grant to strengthen AI compute delivery
UK’s ARIA joins CommonAI with €18 million grant to strengthen AI compute delivery

CommonAI has announced the UK’s Advanced Research and Invention Agency (ARIA) as its newest member, supported by an initial €18 million (£16 million) grant (part of a total €57 million (£50 million) commitment) that will focus on developing the UK’s scaling inference capability. The platform was originally launched by Anthemis and Cambridge AI Venture Partners […]

The post UK’s ARIA joins CommonAI with €18 million grant to strengthen AI compute delivery appeared first on EU-Startups.

3 days, 12 hours назад @ eu-startups.com
The EU-Startups Podcast | Interview with Enrico Giacomelli the Founder and Chairman of Namirial
The EU-Startups Podcast | Interview with Enrico Giacomelli the Founder and Chairman of Namirial

This week on the EU-Startups podcast, we sit down with Enrico Giacomelli, Founder and Chairman of Namirial, one of Europe’s leading Digital Transaction Management and Qualified Trust Service Provider (QTSP) groups. From a small Italian software house to a pan-European digital trust leader valued at approximately €1.1 billion, Namirial’s journey reflects steady growth and strategic […]

The post The EU-Startups Podcast | Interview with Enrico Giacomelli the Founder and Chairman of Namirial appeared first on EU-Startups.

3 days, 13 hours назад @ eu-startups.com
Seraphim Space surpasses €84 million target with latest close of early-stage SpaceTech fund
Seraphim Space surpasses €84 million target with latest close of early-stage SpaceTech fund

Seraphim Space, a London-based SpaceTech investment group, today announces the latest closing of its oversubscribed early-stage venture fund to support ventures at the Seed and Series A stage – exceeding its previous €84 million ($100 million) target. Investors include the British Business Bank (BBB), and the National Security Strategic Investment Fund (NSSIF). Alongside new strategic […]

The post Seraphim Space surpasses €84 million target with latest close of early-stage SpaceTech fund appeared first on EU-Startups.

3 days, 14 hours назад @ eu-startups.com
Dimitris Vassos, Co-founder and CEO of Omilia joins the speaker line-up at the EU-Startups Summit 2026!
Dimitris Vassos, Co-founder and CEO of Omilia joins the speaker line-up at the EU-Startups Summit 2026!

We are excited to announce that Dimitris Vassos, Chief Executive Officer and Co-founder of Omilia, will join the speaker line-up at the EU-Startups Summit 2026 on May 7-8 in sunny Malta. Founded in 2002, Omilia is one of the most advanced Voice AI and Agentic CX platforms globally, enabling enterprises to deliver seamless, human-like customer […]

The post Dimitris Vassos, Co-founder and CEO of Omilia joins the speaker line-up at the EU-Startups Summit 2026! appeared first on EU-Startups.

3 days, 15 hours назад @ eu-startups.com
Taster founder’s UK FinTech startup Alpa raises €2.9 million to build the financial operating system for hospitality
Taster founder’s UK FinTech startup Alpa raises €2.9 million to build the financial operating system for hospitality

Alpa, a London-based hospitality-focused FinTech startup, today announced that it has raised €2.9 million ($3.5 million) in its pre-Seed funding round to strengthen its core product and engineering capabilities. The round was led by Daphni, with participation from True Capital, 2100 Ventures, Firedrop, Oprtrs Club, Kima Ventures, and Sonorcap. A group of hospitality and tech […]

The post Taster founder’s UK FinTech startup Alpa raises €2.9 million to build the financial operating system for hospitality appeared first on EU-Startups.

3 days, 16 hours назад @ eu-startups.com
German AI FoodTech startup Foodforecast raises €8 million to tackle ultra-fresh food wastage
German AI FoodTech startup Foodforecast raises €8 million to tackle ultra-fresh food wastage

Foodforecast, a Cologne-based AI FoodTech startup specialising in demand and production forecasting for ultra-fresh food supply chains, today announced that it has secured €8 million in Series A funding to fuel international growth and enterprise-ready expansion. The round was co-led by SHIFT Invest and ECBF, with participation from existing investors Future Food Fund and Aeronaut […]

The post German AI FoodTech startup Foodforecast raises €8 million to tackle ultra-fresh food wastage appeared first on EU-Startups.

3 days, 18 hours назад @ eu-startups.com
London-based Dwelly secures over €79.3 million to scale AI-driven rental marketplace
London-based Dwelly secures over €79.3 million to scale AI-driven rental marketplace

Dwelly, a London-based property management platform acquiring and digitising independent letting agencies, has secured over €79.3 million (£69 million) in combined equity and debt funding to accelerate its expansion across the UK. The raise includes a €36.8 million equity round led by General Catalyst, with participation from Begin Capital and S16VC, alongside a €42.55 million […]

The post London-based Dwelly secures over €79.3 million to scale AI-driven rental marketplace appeared first on EU-Startups.

4 days, 8 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 2 days, 7 hours назад
New speakers for Tech.eu Summit London, the reality of Ukraine’s tech ecosystem four years on, and IQM to go public
New speakers for Tech.eu Summit London, the reality of Ukraine’s tech ecosystem four years on, and IQM to go public New speakers for Tech.eu Summit London, the reality of Ukraine’s tech ecosystem four years on, and IQM to go public

This week, we tracked more than 70 tech funding deals worth over €2 billion and 5 exits, M&A transactions, rumours, and related news stories across Europe. On the fourth anniversary of Russia’s un...

2 days, 7 hours назад @ tech.eu
Monzo former CEO TS Anil appointed board vice-chair in boardroom shake-up
Monzo former CEO TS Anil appointed board vice-chair in boardroom shake-up Monzo former CEO TS Anil appointed board vice-chair in boardroom shake-up

Monzo’s former CEO TS Anil has been appointed vice-chair of Monzo’s board, in a shake-up which sees an executive from an existing Monzo investor and a former Y Combinator executive take non-executive ...

2 days, 9 hours назад @ tech.eu
Interrupting the scroll: This founder is using social media as ground zero for a digital reset
Interrupting the scroll: This founder is using social media as ground zero for a digital reset Interrupting the scroll: This founder is using social media as ground zero for a digital reset

I’m sure the creators of the internet never thought of a time when phrases like doomscrolling, social media addiction, and bed rot would be mainstream. But here we are. If you’ve ever jolted yourself ...

2 days, 11 hours назад @ tech.eu
Human connection powers UK women founders, finds The Rise Report
Human connection powers UK women founders, finds The Rise Report Human connection powers UK women founders, finds The Rise Report

Today, The Rise Report, a new nationwide study, has found that UK female entrepreneurs identify human connection as the cornerstone of resilience, growth and business success. This report is commissio...

2 days, 13 hours назад @ tech.eu
ISPTech secures €5.5M seed to improve in-orbit mobility
ISPTech secures €5.5M seed to improve in-orbit mobility ISPTech secures €5.5M seed to improve in-orbit mobility

InSpacePropulsion Technologies (ISPTech), a German space tech company developing propulsionsystems designed to enable fast and agile in-orbit manoeuvring, has raised €5.5million to advance deployment ...

2 days, 15 hours назад @ tech.eu
OpenAI to establish London as biggest research hub outside the US
OpenAI to establish London as biggest research hub outside the US OpenAI to establish London as biggest research hub outside the US

ChatGPT developer OpenAI is to make London its largest research hub outside of its San Francisco headquarters, it announced today, signifying a vote of confidence in the city. The US AI frontier lab, ...

3 days, 9 hours назад @ tech.eu
€4.5M raised by FlyFocus to scale European drone production
€4.5M raised by FlyFocus to scale European drone production €4.5M raised by FlyFocus to scale European drone production

FlyFocus, a Poland-based defence technology companyspecialising in unmanned aerial systems (UAS) and avionics, has raised €4.5million in a funding round led by ffVC, with participation from the NCBRIn...

3 days, 10 hours назад @ tech.eu
Why Ukraine is becoming a global healthtech frontier
Why Ukraine is becoming a global healthtech frontier Why Ukraine is becoming a global healthtech frontier

Ukraine offers a rare combination: deep technical talent, a startup ecosystem tested under extreme conditions, digital-first public infrastructure, supportive regulation, and urgent national demand th...

3 days, 11 hours назад @ tech.eu
From big bets to sector diversity: the Dutch tech ecosystem
From big bets to sector diversity: the Dutch tech ecosystem From big bets to sector diversity: the Dutch tech ecosystem

In 2025, European tech investment reached €72 billion,making it the second-strongest year of the past three. Within this landscape,the Netherlands ranked fourth, behind the UK, Germany, and France, wi...

3 days, 11 hours назад @ tech.eu
Mistral and Accenture strike deal to help businesses deploy AI
Mistral and Accenture strike deal to help businesses deploy AI Mistral and Accenture strike deal to help businesses deploy AI

French AI startup Mistral has struck a multi-year deal with consulting giant Accenture to help companies deploy AI technology and customise their AI offering. The deal comes as AI companies like Mistr...

3 days, 11 hours назад @ tech.eu
The Tech.eu Summit London 2026 unveils new speakers: Leaders from Wise, NATO Innovation Fund, Upvest, 2150 and many more…
The Tech.eu Summit London 2026 unveils new speakers: Leaders from Wise, NATO Innovation Fund, Upvest, 2150 and many more… The Tech.eu Summit London 2026 unveils new speakers: Leaders from Wise, NATO Innovation Fund, Upvest, 2150 and many more…

Following our previous announcements, we are excited to unveil a new group of confirmed speakers for the Tech.eu Summit London 2026. The Tech.eu Summit London 2026 will take place on 21–22 April 2026...

3 days, 13 hours назад @ tech.eu
Proxima Fusion partnership gives Europe its most credible path to commercial fusion
Proxima Fusion partnership gives Europe its most credible path to commercial fusion Proxima Fusion partnership gives Europe its most credible path to commercial fusion

Fusion energy company Proxima Fusion has signed an agreement with the Free State of Bavaria, RWE, and Max Planck Institute for Plasma Physics (IPP) to put the world’s first commercial stellarator fusi...

3 days, 13 hours назад @ tech.eu
UK AI infrastructure startup Callosum challenging AI Silicon Valley “monoculture” comes out of stealth
UK AI infrastructure startup Callosum challenging AI Silicon Valley “monoculture” comes out of stealth UK AI infrastructure startup Callosum challenging AI Silicon Valley “monoculture” comes out of stealth

A UK AI infrastructure startup founded by Cambridge neuroscientists offering a counter view to the “monoculture” that believes superintelligence will come from a single “God-like” AI model running on ...

3 days, 13 hours назад @ tech.eu
Oska Health secures €11M to expand AI-driven care
Oska Health secures €11M to expand AI-driven care Oska Health secures €11M to expand AI-driven care

Oska Health, a hybrid careprovider combining personal health coaches with AI, has raised €11 million in seed funding to scale its continuous care model for high-risk, chronically illpatients. The roun...

3 days, 14 hours назад @ tech.eu
Founders House launches in Helsinki to build Finland’s next global tech giants
Founders House launches in Helsinki to build Finland’s next global tech giants Founders House launches in Helsinki to build Finland’s next global tech giants

Founders House has officially launched in Helsinki, bringing a highly successful Swedish “founder factory” to Finland. Founders House Helsinki is a highly selective workspace and community for Finla...

3 days, 15 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 week, 5 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.

1 week, 5 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.

3 weeks, 3 days назад @ 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, 1 week назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

2 months, 1 week назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

4 months, 2 weeks назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

5 months, 1 week назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

5 months, 1 week назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

5 months, 2 weeks назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

5 months, 2 weeks назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

6 months, 4 weeks назад @ techcrunch.com
Neobank Revolut seeks $65B valuation, a year after its $45B deal
Neobank Revolut seeks $65B valuation, a year after its $45B deal

Europe’s fintech darling Revolut is looking to raise a new funding round that would give it a $65 billion valuation, the Financial Times reports. The UK-based company is reportedly in talks to raise around $1 billion by issuing new shares and selling existing ones. The US-based firm Greenoaks is said to be leading the round, […]

7 months, 3 weeks назад @ techcrunch.com
Researchers confirm two journalists were hacked with Paragon spyware
Researchers confirm two journalists were hacked with Paragon spyware

The confirmation of two hacked victims further deepens an ongoing spyware scandal that, for now, appears largely focused on the Italian government.

8 months, 3 weeks назад @ techcrunch.com
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist

The Italian government claims that accepting Paragon’s help would have compromised national security and classified information.

8 months, 3 weeks назад @ 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, 1 week назад @ techcrunch.com
Why Eric Slesinger, a former CIA officer, is now funding European defense tech
Why Eric Slesinger, a former CIA officer, is now funding European defense tech

This week on StrictlyVC Download, Strictly VC’s Alex Gove speaks with Eric Slesinger from 201 Ventures, a firm focused on seed-stage defense tech startups in Europe. They discuss Slesinger’s journey from CIA to investor and how he recognized the untapped potential in European defense tech while others were dismissive. They also chat about how he’s […]

9 months, 4 weeks назад @ techcrunch.com