Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 2 часа назад
How I Design with AI
How I Design with AI How I Design with AI

Comments

2 часа назад @ ref.tools
Secrets of the Atomic City
Secrets of the Atomic City Secrets of the Atomic City

Comments

2 часа назад @ longreads.com
Autonomous Mathematical Discovery in an Open-World Multi-Agent Environment
Autonomous Mathematical Discovery in an Open-World Multi-Agent Environment Autonomous Mathematical Discovery in an Open-World Multi-Agent Environment

Comments

2 часа назад @ arxiv.org
Attimet (YC F24) Is Hiring Members of Technical Staff – Engineering and Research
Attimet (YC F24) Is Hiring Members of Technical Staff – Engineering and Research Attimet (YC F24) Is Hiring Members of Technical Staff – Engineering and Research

We’re building AI systems that expand how quickly a small research team can understand, build, and experiment.

Our edge is the speed at which we can form ideas, build systems, run experiments, and learn from reality.

What we’re looking forYou have unusually high initiative : you notice important problems, figure out what should exist, and make it happen without waiting to be told.

: you notice important problems, figure out what should exist, and make it happen without waiting to be told.

take ownership of a meaningful technical problem end-to-end, including deciding what to build and how to measure whether it works.

2 часа назад @ ycombinator.com
Just the rumour of a bug is enough to find an exploit these days
Just the rumour of a bug is enough to find an exploit these days Just the rumour of a bug is enough to find an exploit these days

Thinking through how the conventional OSS security embargoes no longer buy us time, and what open source maintainers might do instead to respondI released a security fix for OCaml's cohttp 6.3.0 today, fixing a path traversal issue.

1.2 Security embargoes are no longer effectiveConventional security process involves embargoing the bug, and assumes that secrecy of the details protects users.

Two years on, the mean time to exploit is -7 days.

If we just accept that upstream patch fixes will always trail an exploit, then we must put something faster to get ahead.

Virtual patching is routine on cloud infrastructure these days; Cloudflare deployed managed rules to plug Log4shell back in 2021.

3 часа назад @ anil.recoil.org
How Dactyl Works
How Dactyl Works How Dactyl Works

How Dactyl worksApp development has always been harder than web development for LLMs.

We made Dactyl to help you build native apps without those compromises.

iOS previews on the webWe chose Swift as the primary language in Dactyl because of its simplicity and well-defined layout semantics.

In fact, Dactyl was initially designed to be a development platform exclusive to iOS.

All of this means Dactyl can render complex SwiftUI layouts smoothly and efficiently, directly in the browser, without any installation step or extra devices.

3 часа назад @ dactyl.dev
Run Qwen3.8 27B locally: real numbers from my Mac Studio
Run Qwen3.8 27B locally: real numbers from my Mac Studio Run Qwen3.8 27B locally: real numbers from my Mac Studio

TL;DR Qwen3.8 27B (Q4_K_M, 17GB) generates at ~14 tokens/s on my Mac Studio M3 Ultra via Ollama.

The 1-bit quant (6.7GB) runs at 27 tokens/s in llama.cpp and gets facts right, but it cannot commit to an answer.

I ran five timed generations per model through ollama run --verbose , varied technical prompts, ~200-500 word answers, and averaged the stats.

From my experience: the 1-bit quant is a party trick that teaches a real lesson.

FAQCan I run Qwen3.8 27B on 16GB of RAM?

4 часа назад @ terminalbytes.com
EasyEffects can massively improve laptop speaker sound quality
EasyEffects can massively improve laptop speaker sound quality EasyEffects can massively improve laptop speaker sound quality

Virtually all laptop speakers suck.

Luckily, an application called EasyEffects allows you to actually make use of desktop Linux’ advanced audio features to massively improve the sound quality of your laptop’s speakers.

If you know your way around audio, you can very much use EasyEffects and tune your laptop speakers from scratch to massively improve how they sound.

Lucky for us, though, there are countless downloadable presets out there for EasyEffects designed specifically to make laptops sound better.

There’s absolutely no reason why speakers on Linux laptops should sound tinny, harsh, and hollow.

4 часа назад @ osnews.com
Lake formed after ice-rock avalanche remains at a high level and is overflowing
Lake formed after ice-rock avalanche remains at a high level and is overflowing Lake formed after ice-rock avalanche remains at a high level and is overflowing

Barrier lake continues to pose flood risk, China warnsChinese embassy in Kathmandu says the lake formed after an ice-rock avalanche remains at a high level and is overflowing, with officials on both sides continuing to monitor the risk of a possible breach.

Photo: Courtesy of Chinese Embassy in Nepal.

4 часа назад @ kathmandupost.com
GLM-5.3 is now open-weight
GLM-5.3 is now open-weight GLM-5.3 is now open-weight

CyberGym : We evaluate GLM-5.3 in Claude Code 2.1.207 (max reasoning effort, no web tools with temperature=1.0 , top_p=1.0 , max_new_tokens=128000 ).

ExploitGym : We evaluate GLM-5.3, Kimi-K3 and Qwen3.8 Max in Claude Code 2.1.207 (max reasoning effort, no web tools with temperature=1.0 , top_p=1.0 , max_new_tokens=128000 ).

: We evaluate GLM-5.3, Kimi-K3 and Qwen3.8 Max in Claude Code 2.1.207 (max reasoning effort, no web tools with , , ).

ExploitBench : We evaluate GLM-5.3 in Claude Code 2.1.207 (max reasoning effort, no web tools with temperature=1.0 , top_p=1.0 , max_new_tokens=128000 ).

SWE-Marathon: We evaluate GLM-5.3 using Claude Code 2.1.207 with maximum effort level, temperature =…

4 часа назад @ huggingface.co
GLM-5.3 is now open-weight
GLM-5.3 is now open-weight

Comments

4 часа назад @ twitter.com
GUIs should be fully keyboard-driven
GUIs should be fully keyboard-driven GUIs should be fully keyboard-driven

Last week I came across a post on Hacker News that encouraged application developers to stop making terminal user interfaces (a.k.a.

While it’s true that if you randomly pick a GUI and a TUI application, the latter is more probable to be fully keyboard-driven, this does not tip the scale in favor of developing TUIs over GUIs.

There is nothing preventing a GUI from being fully keyboard-driven just like — or even better than — a TUI.

In fact, many GUI framework application guidelines explicitly encourage GUI application developers to provide support for keyboard-driven navigation that covers the whole functionality of the application.

To that end, enabling full keyboard navigation should not …

4 часа назад @ ckardaris.com
Don't use musl if you care about performance
Don't use musl if you care about performance Don't use musl if you care about performance

Then my colleague Ryan mentioned that musl is known to have a suboptimal allocator, and pointed me to Daniel Raneland's article.

This is a really bad footgun to leave loaded for users and honestly, I think musl should ship without an allocator and make you choose one.

Then if you choose the really bad one for some reason (maybe the code footprint is really tiny?

But unfortunately "just use mimalloc" [or jemalloc] is not a magic wand that gets musl performance parity with glibc; musl with mimalloc is still 26% slower.

But in the spirit of not leaving more loaded footguns around, we're removing musl as an prebuilt option from the much-more-performance-sensitive Bifrost.

4 часа назад @ blog.brokk.ai
Africa's Wild Dogs Are the Most Hated Carnivores on the Continent
Africa's Wild Dogs Are the Most Hated Carnivores on the Continent Africa's Wild Dogs Are the Most Hated Carnivores on the Continent

The project, which started in 1997, has increased the world’s wild dog population by more than 344 in 29 years.

Wild dogs are the most successful hunters in Africa, with a kill rate of 80 percent.

A pack of African wild dogs can bring down prey up to 10 times its own body weight.

“We can say with pretty good confidence that in this entire Waterberg area, there are only 27 wild dogs,” she says.

They wasted no time flirting through the fence as wild dogs do: ducking under each other, dipping their heads.

4 часа назад @ smithsonianmag.com
Autistici/Inventati's main .org domain goes dark after US terrorism designation
Autistici/Inventati's main .org domain goes dark after US terrorism designation Autistici/Inventati's main .org domain goes dark after US terrorism designation

To use the Mastodon web application, please enable JavaScript.

Alternatively, try one of the native apps for Mastodon for your platform.

5 часов назад @ mastodon.bida.im
Hacker News Hacker News
последний пост 2 часа назад
Verschlimmbesserung: The Word Your Software Updates Need
Verschlimmbesserung: The Word Your Software Updates Need Verschlimmbesserung: The Word Your Software Updates Need

It is time we start naming this phenomenon in software engineering.

The German language has a word for what your last software update did.

It is called Verschlimmbesserung: an attempted improvement that only makes things worse.

If you measure me in an illogical way… do not complain about illogical behaviour…”When point releases become more important than the product itself, you are incentivising Verschlimmbesserung.

If the metric rewards shipping, you get shipping; whether it improves anything or not.

5 часов назад @ geekyschmidt.com
Debugging my new network, when 10 Gigabit Ethernet Runs at 300 Megabits
Debugging my new network, when 10 Gigabit Ethernet Runs at 300 Megabits Debugging my new network, when 10 Gigabit Ethernet Runs at 300 Megabits

SMB copies are using the correct NIC but my file copies are running at around 100 to 200 megabits per second which is sad making.

During one ten-second iperf3 test, the counter increased by another 268.

The next experiment was disabling Large Send Offload (LSO) V2 for IPv4:Set-NetAdapterAdvancedProperty ` -Name "Ethernet - 10 Gig Intel" ` -DisplayName "Large Send Offload V2 (IPv4)" ` -DisplayValue "Disabled"Then I ran the same iperf3 test again.

In my particular combination of Windows and the Intel E610-XT2, something in the IPv4 LSO path was very, very sad.

And, sometimes the little checkbox labeled Large Send Offload is capable of making your 10 gigabit card run like it's 2004.

5 часов назад @ hanselman.com
"Weird" is a weird word
"Weird" is a weird word "Weird" is a weird word

Weird was not a common English word at the time, which is why Holinshed defined it for his readers.

The turns of fateFor many years, the only place most English speakers ever saw the word weird was in the phrase weird sisters or weird women in the play Macbeth.

This gave listeners and readers latitude to ascribe to the word weird whatever meaning seemed appropriate given the context.

It wasn’t even clear that weird was originally a noun: the weird of weird sisters could just as easily have been an adjective.

And I’d have had to give this “Weird Word” series an entirely different name.

5 часов назад @ deadlanguagesociety.com
OpenStreetMap State of the Map 2026
OpenStreetMap State of the Map 2026 OpenStreetMap State of the Map 2026

State of the Map 2026State of the Map is the annual event for all mappers and OpenStreetMap users.

In 2026 the State of the Map conference will be taking place in Paris and online.

It will be a three day conference packed with talks, workshops, discussion rounds and more.

Your organising team.

AttendingIf you are attending the conference either in person in Paris or online, here are some useful links to find information:

5 часов назад @ 2026.stateofthemap.org
Autistici/Inventati case sets a new counterterrorism precedent, Irdi says
Autistici/Inventati case sets a new counterterrorism precedent, Irdi says Autistici/Inventati case sets a new counterterrorism precedent, Irdi says

It is a choice that sets a delicate precedent for European allies and for the balance between security, intelligence and legal safeguards.

On August 26, the State Department, working with the Treasury Department, designated Autistici/Inventati (A/I Collective) as a Specially Designated Global Terrorist under Executive Order 13224.

Q: So the United States is not targeting an operational organisation in the traditional sense?

The United States is not targeting an operational organisation, but an infrastructure.

It is an extension of the scope of countermeasures to technical and infrastructure services that can be used by actors considered dangerous.

5 часов назад @ decode39.com
Get your Windows license refund
Get your Windows license refund Get your Windows license refund

Get your Windows license refund now!

We all know the joy of acquiring a new laptop and the excitement of exploring its features and functionalities.

However, the vast majority of laptops are only sold with a specific proprietary operating system: Microsoft Windows.

The vendors do not remove the Windows license, and you must pay the entire price, even if you do not want to use this system.

Consumers should be able to buy laptops without any specific operating system, and should not have to pay the license price if they don't want to.

5 часов назад @ en.refund4freedom.org
Htmx 4.0.0 has been released
Htmx 4.0.0 has been released Htmx 4.0.0 has been released

The htmx team is very happy to announce the release of htmx 4.0.0!

> < button hx-delete = "/item/1" >Delete < div hx-confirm:inherited = "Are you sure?"

> < button hx-delete = "/item/1" >Delete This will be the largest upgrade burden in migrating from htmx 2 to htmx 4.

In htmx 4, all events now follow htmx:phase:action[:sub-action] :htmx 2 htmx 4 htmx:beforeRequest htmx:before:request htmx:afterRequest htmx:after:request htmx:beforeSwap htmx:before:swap htmx:afterSwap htmx:after:swap htmx:configRequest htmx:config:requestIn addition, the following changes were made:Most error events collapse into htmx:error .

We hope you enjoy htmx 4. htmx 2 will continue to be supported indefinitely so d…

6 часов назад @ four.htmx.org
'Recent revelations' prompt Pflugerville to abruptly kill Flock camera access
'Recent revelations' prompt Pflugerville to abruptly kill Flock camera access

JavaScript is disabled in your browser.

Please enable JavaScript to proceed.

A required part of this site couldn’t load.

This may be due to a browser extension, network issues, or browser settings.

Please check your connection, disable any ad blockers, or try using a different browser.

6 часов назад @ mysanantonio.com
EPA says power for data centers can sidestep pollution laws
EPA says power for data centers can sidestep pollution laws EPA says power for data centers can sidestep pollution laws

EPA Issues Permitting Guidance to Further President Trump’s Agenda Promoting Data Centers and Safeguarding CommunitiesJuly 27, 2026Contact Information EPA Press Office ( [email protected] – This month, U.S. Environmental Protection Agency (EPA) issued guidance clarifying that the Clean Air Act (CAA) Acid Rain Program (ARP) does not apply to power generation facilities that are not connected to a public electricity grid, commonly referred to as “islanded” power generation facilities.

The guidance expands opportunities for companies to develop and operate islanded power generation facilities for data centers.

This will give developers greater flexibility in where and how quickly they ca…

6 часов назад @ epa.gov
I Used AWS Cognito for a Startup. I Wouldn't Do It Again
I Used AWS Cognito for a Startup. I Wouldn't Do It Again I Used AWS Cognito for a Startup. I Wouldn't Do It Again

I let AWS Cognito gaslight me for three weeks so you don't have to.

I’d search for “Cognito custom attribute validation” and land on a page that starts with a paragraph about directory schemas that assumes I’ve already read four other pages I didn’t know existed.

So I went into the Cognito user pool settings and configured it to use email addresses as the sign-in identifier.

Once a user pool attribute is created as custom, it’s custom forever.

But every time I open the AWS console and see that user pool sitting there, I feel a small, quiet resentment.

6 часов назад @ joshkaramuth.com
Interactive pattern discovery in binaries (FF-16-TUI)
Interactive pattern discovery in binaries (FF-16-TUI) Interactive pattern discovery in binaries (FF-16-TUI)

FF-16-TUI (Find Frequent 16-bit Text User Interface)What does FF-16-TUI do?

FF-16-TUI is an interactive static analysis tool that finds frequently occurring local 16-bit patterns across the entire file.

It can help to locate structures from frequent patterns and understand file layout.

Text User InterfaceCommand line usageff-16-tui [filename] [-d ] Target file -d Dictionary file (Default: dict.csv)Keyboard shortcutsHexdump panel:Key Function ← Previous byte → Next byte ↑ Previous line ↓ Next line PgUp Previous page PgDn Next page Home Beginning of file End End of filePattern panel:Key Function 0 Highlight pattern (most frequent) 1 Highlight pattern 2 Highlight pattern 3 Highlight pattern …

6 часов назад @ github.com
U.S. Sanctions Against the a/I Collective
U.S. Sanctions Against the a/I Collective U.S. Sanctions Against the a/I Collective

Welcome to A/IA/I (Autistici/Inventati, pronounced [au’tistiʧi]-[iŋ’vɛntati], or [iŋvɛn’tati]) was born in 2001 from an encounter of individuals and collectives of the autonomous anticapitalist movement interested in technology and active in the digital rights struggle.

We believe that this world is far from being the best world possible.

We react by providing a platform and tools for digital self-defense addressing the need of free communication for activists and other individuals.

All of our services are provided for free, without any form of control or commoditization of the personal user data.

We provide our services strictly for non-commercial use, in order to provide support excl…

6 часов назад @ inventati.org
Are Crows Our Friends?
Are Crows Our Friends? Are Crows Our Friends?

At the most basic level, crows likely view humans who feed them as a means of survival.

Yet many people who receive attention from crows feel that the birds have more complex motives.

Use a verbal signal on a regular schedule: When Carl Bergstrom puts out nuts, he calls, “Hello, crows!” The birds will quickly catch on.

While people struggle to tell crows apart, crows are startlingly good at identifying us.

Gibson and I look through barbed wire toward a brick building complex where American Crows and some Fish Crows gather on rooftops, wires, and asphalt—anywhere they’ll fit.

6 часов назад @ audubon.org
"IT WoRKs BeTter in the App "
"IT WoRKs BeTter in the App " "IT WoRKs BeTter in the App "

I had my Google™ Pixel® phone running the latest Android© 17 with an updated calendar app.

Anyway, I opened calendar.google.com on my phone (using desktop mode), added the calendar, and it magically appeared in the app.

Maybe an app is the only way to increase the engagement KPI sufficiently so Quinn in the leadership squad can hit their OKRs and get a bonus.

I was there in the early days of phone apps.

The only way to solve that is to have the app dynamically pull in new functionality from a remote resource.

7 часов назад @ shkspr.mobi
Inception-style curved map for turn-by-turn directions
Inception-style curved map for turn-by-turn directions

Comments

7 часов назад @ orbify.eu
Lobsters Lobsters
последний пост 47 минут назад
GUIs should be fully keyboard-driven
GUIs should be fully keyboard-driven GUIs should be fully keyboard-driven

Last week I came across a post on Hacker News that encouraged application developers to stop making terminal user interfaces (a.k.a.

While it’s true that if you randomly pick a GUI and a TUI application, the latter is more probable to be fully keyboard-driven, this does not tip the scale in favor of developing TUIs over GUIs.

There is nothing preventing a GUI from being fully keyboard-driven just like — or even better than — a TUI.

In fact, many GUI framework application guidelines explicitly encourage GUI application developers to provide support for keyboard-driven navigation that covers the whole functionality of the application.

To that end, enabling full keyboard navigation should not …

47 минут назад @ ckardaris.com
Yap: a particular kind of slop
Yap: a particular kind of slop Yap: a particular kind of slop

yap (verb) to talk in a shrill insistent wayCommentsWriting code comments has always been hard, because communicating is hard.

Yapping: Words for the sake of words.

I got tired of writing out dozens of thoughtful and polite review comments a day to tell robots that their code comments weren't up to snuff.

The thing I'm actually interested in is what we're doing now and why it needs to be done this way."

"yap" becomes shorthand for "Step back and think about what value this comment actually provides.

2 часа назад @ mckayla.blog
htmx 4.0.0 has been released
htmx 4.0.0 has been released htmx 4.0.0 has been released

The htmx team is very happy to announce the release of htmx 4.0.0!

> < button hx-delete = "/item/1" >Delete < div hx-confirm:inherited = "Are you sure?"

> < button hx-delete = "/item/1" >Delete This will be the largest upgrade burden in migrating from htmx 2 to htmx 4.

In htmx 4, all events now follow htmx:phase:action[:sub-action] :htmx 2 htmx 4 htmx:beforeRequest htmx:before:request htmx:afterRequest htmx:after:request htmx:beforeSwap htmx:before:swap htmx:afterSwap htmx:after:swap htmx:configRequest htmx:config:requestIn addition, the following changes were made:Most error events collapse into htmx:error .

We hope you enjoy htmx 4. htmx 2 will continue to be supported indefinitely so d…

3 часа назад @ four.htmx.org
Hilariously Fast Volume Computation with the Divergence Theorem (2018)
Hilariously Fast Volume Computation with the Divergence Theorem (2018) Hilariously Fast Volume Computation with the Divergence Theorem (2018)

Hilariously Fast Volume Computation with the Divergence Theorem(No, there won’t be jokes.)

The following presents a fast algorithm for volume computation of a simple, closed, triangulated 3D mesh.

We begin with the definition of volume as the triple integral over a region of the constant one:V = ∭ R 1 d V V = \iiint_R 1 \mathrm{d}VLet 𝐅 \mathbf{F} be a function in ℝ 3 \mathbb{R}^3 such that its divergence is equal to one.

Then,V = ∑ i = 0 ∬ T i 𝐅 ( x , y , z ) d 𝐒 V = \sum_{i = 0} \iint_{T_i} \mathbf{F}(x, y, z) \mathrm{d}\mathbf{S}Let T i n T_{in} represent the n n ’th vertex of the i i ’th triangle.

Thus, for a mesh of n n triangles, the algorithm requires 8 n − 1 8n - 1 additions and 3 n…

3 часа назад @ alyssarosenzweig.ca
Nobody Argued For Your Stack
Nobody Argued For Your Stack Nobody Argued For Your Stack

I should be careful here because I can't prove anyone at Anthropic ever read that Cursor post.

We couldn't have picked a worse time, because — as I'll get to — arguments are the only source that still matters.

Why This Matters More Than It Used ToIt would be fair to ask, hasn't it always been like this?

An experiment that "still needs careful review", then a congratulatory post on the Solid 2.0 RC release.

An agent that has internalized React's mental model will write Solid like React, and Solid written like React is bad Solid.

5 часов назад @ dev.to
How I made Rustdoc 33% faster in one week
How I made Rustdoc 33% faster in one week How I made Rustdoc 33% faster in one week

[recursion_limit = "8" ]On a crate containing just this code, Rustdoc failed with a “reached the configured maximum number of stack frames” error while analyzing an internal-facing trait in core::fmt .

Thus, the algorithm’s complexity is linear in the number of trait impls throughout your entire dependency graph, with a large constant factor since build_impl is a rather involved function.

It turned out that our trait impl inlining code never considered notable-trait status when making its decisions.

Rustdoc, however, constructs representations of these impls so that it can display them in docs as if they were normal impls.

Rustdoc is now 33% faster on average!

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

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

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

6 часов назад @ lobste.rs
OpenOffice does not print on Tuesdays
OpenOffice does not print on Tuesdays OpenOffice does not print on Tuesdays

In reading through the bug report people were initially claiming that it must be an OpenOffice bug since all other applications printed fine.

Nearly 4 months later the Wife of a Ubuntu hacker complained that OpenOffice would not print on Tuesdays.

On Tuesdays it takes the form of %%CreationDate: (Tue MMM D hh:mm:...)An error in the pattern for an Erlang JAM file meant that 'Tue' in the PostScript file was being recognised as an Erlang JAM file and so, presumably, it was not being sent to the printer.

The Erlang JAM file pattern is:4 string Tue Jan 22 14:32:44 MET 1991 Erlang JAM file - version 4.2It should have been4 string Tue\ Jan\ 22\ 14:32:44\ MET\ 1991 Erlang JAM file - version 4.2With…

7 часов назад @ beza1e1.tuxen.de
Now Hiring: Senior Open Source Maintainer
Now Hiring: Senior Open Source Maintainer Now Hiring: Senior Open Source Maintainer

This is a rare opportunity to make a real impact on software that millions of developers depend on every single day.

If you thrive on autonomy, love working in the open, and want to wear many hats in a fast-paced environment, we’d love to hear from you.

About the roleAs Senior Open Source Maintainer you will be the primary technical owner and public face of the project.

You’ll drive the roadmap, ship releases, support a global user base, and champion the project across the wider industry.

Our interview process consists of a recruiter screen, a technical interview, a system design round, a take-home exercise, and a final community panel.

7 часов назад @ nesbitt.io
25x Performance, Three Optimizations
25x Performance, Three Optimizations 25x Performance, Three Optimizations

beta_reduction ( & mut HashMap :: default ( ) ) } fn beta_reduction ( self , uses_cache : & mut HashMap < Local , HashMap < Local , usize > > ) -> Self { match self { Cps :: PrimOp ( prim_op , values , result , cexp ) => Cps :: PrimOp ( prim_op , values , result , Box :: new ( cexp .

beta_reduction ( uses_cache ) ) , ) , Cps :: Closure { args , body , val , cexp , debug , } => { let body = body .

reduce_function ( func , args , func_body , uses_cache ) } Cps :: Closure { val , body , cexp , .. } => { let reduced = body .

clone ( ) ; let val : Gc < Closure > = val .

As we went away from general optimizations and to more specific runtime-oriented optimizations, we got closer to benchmark gami…

8 часов назад @ maplant.com
Zero-Cost 'Tagless Final' in Rust with GADT-style Enums
Zero-Cost 'Tagless Final' in Rust with GADT-style Enums Zero-Cost 'Tagless Final' in Rust with GADT-style Enums

In Haskell, it looks like this:data Expr a where IntConst :: Int -> Expr Int Lambda :: (Expr a -> Expr b) -> Expr (Expr a -> Expr b) Apply :: Expr (Expr a -> Expr b) -> Expr a -> Expr b Add :: Expr Int -> Expr Int -> Expr Int eval :: Expr a -> a eval (IntConst x) = x eval (Lambda f) = f eval (Apply f x) = eval (eval f x) eval (Add l r) = (eval l) + (eval r)Notice that the type of the expression Expr a is tied to the type of value it will produce ( a ).

pub trait Eval { fn eval ( self ) -> SolOf; } impl Eval for Gadt { fn eval ( self ) -> SolOf { match self .

get (f)), Enum:: Apply (v03, t) => v03._vu_cast::<_, _, _, _, _>(&t;)({ let (f, a) = v03.

get (t); let f = f. eval (); f (a).

get (…

8 часов назад @ inferara.com
Quest for eternal dock on Wayland - lambdock (C + GTK4 + Lisp GNU Guile Scheme)
Quest for eternal dock on Wayland - lambdock (C + GTK4 + Lisp GNU Guile Scheme) Quest for eternal dock on Wayland - lambdock (C + GTK4 + Lisp GNU Guile Scheme)

This is the story of lambdock : https://codeberg.org/jjba23/lambdocklambdock is a modern, hyper-hackable, Wayland-native desktop dock application (C and Guile Scheme + GTK4) w/ REPL.

Quest for the eternal Dock #For years, desktop GNU/Linux users moving to Wayland faced a recurring tragedy: the loss of iconic, deeply hackable docks like Cairo-Dock and Plank.

The quest initially aimed for a pure, 100% Lisp architecture using Guile GI and other existing Guile GTK bindings.

Instead of configuring the dock with static, dead JSON or TOML files, embedding Lisp (Guile Scheme) via libguile.h gives the dock a living Lisp heart and turns it into an infinitely extensible program.

#t #:repl-socket-path …

9 часов назад @ jointhefreeworld.org
Change-Detector Tests Considered Harmful (2015)
Change-Detector Tests Considered Harmful (2015) Change-Detector Tests Considered Harmful (2015)

While fixing the tests, you get a sense that you are wasting time by mechanically applying the same transformation to many tests.

What does it look like to write tests mechanically?

// Production code: def abs(i: Int) return (i < 0) ?

i * -1 : i // Test code: for (line: String in File(prod_source).read_lines()) switch (line.number) 1: assert line.content equals "def abs(i: Int)" 2: assert line.content equals " return (i < 0) ?

i * -1 : i"That test is clearly not usefulA correct or incorrect program is equally likely to pass// Production code: def process(w: Work) firstPart.process(w) secondPart.process(w) // Test code: part1 = mock(FirstPart) part2 = mock(SecondPart) w = Work() Processor(pa…

9 часов назад @ testing.googleblog.com
Interview: Doug McIlroy
Interview: Doug McIlroy

tr -cs A-Za-z '' | tr A-Z a-z | sort | uniq -c | sort -rn | sed ${1}q┌───────────────────────┐ ▄▄▄▄▄ ▄▄▄▄▄ ▄▄▄▄▄ │ │ █ █ █ █ █ █ │ │ █ █ █ █ █▀▀▀▀ │ │ █ █ █ █ ▄ │ │ ▄▄▄▄▄ │ │ █ █ │ │ █ █ │ │ █▄▄▄█ │ │ ▄ ▄ │ │ █ █ │ │ █ █ │ │ █▄▄▄█ │ │ ▄▄▄▄▄ │ │ █ │ Interview: Doug McIlroy │ █ │ ~ tmp.0ut Staff └───────────────────█ ──┘ In October 2025, tmp.0ut Staff got the opportunity to talk with Doug McIlroy.

We really, really stressed that time sharing system by writing the, by running a TMG written compiler, which had long compile times.

So, it was lucky that it didn't really spread.

John really didn't appreciate that comment, so he came to work for Bell Labs.

[19] "yes, it's me, the author of spell" h…

9 часов назад @ tmpout.sh
EasyEffects should be part of every Linux distribution to improve laptop speaker sound quality
EasyEffects should be part of every Linux distribution to improve laptop speaker sound quality EasyEffects should be part of every Linux distribution to improve laptop speaker sound quality

Virtually all laptop speakers suck.

Luckily, an application called EasyEffects allows you to actually make use of desktop Linux’ advanced audio features to massively improve the sound quality of your laptop’s speakers.

If you know your way around audio, you can very much use EasyEffects and tune your laptop speakers from scratch to massively improve how they sound.

Lucky for us, though, there are countless downloadable presets out there for EasyEffects designed specifically to make laptops sound better.

There’s absolutely no reason why speakers on Linux laptops should sound tinny, harsh, and hollow.

10 часов назад @ osnews.com
Techmeme Techmeme
последний пост 1 час назад
Sources: AI cloud computing provider Lambda raised ~$1B of private short-dated debt to finance the purchase of Nvidia GPUs, which will be leased by Microsoft (Emily Graffeo/Bloomberg)
Sources: AI cloud computing provider Lambda raised ~$1B of private short-dated debt to finance the purchase of Nvidia GPUs, which will be leased by Microsoft (Emily Graffeo/Bloomberg) Sources: AI cloud computing provider Lambda raised ~$1B of private short-dated debt to finance the purchase of Nvidia GPUs, which will be leased by Microsoft (Emily Graffeo/Bloomberg)

Emily Graffeo / Bloomberg:

Sources: AI cloud computing provider Lambda raised ~$1B of private short-dated debt to finance the purchase of Nvidia GPUs, which will be leased by Microsoft — Lambda Inc., an AI cloud-computing provider backed by Nvidia Corp., has raised about $1 billion of private short-dated debt …

1 час назад @ techmeme.com
Unlike internet's one-dimensional, flat-fee growth, AI grows across two exponentials, user penetration and tokens per user, allowing AI labs' economics to work (Fin/@fi56622380)
Unlike internet's one-dimensional, flat-fee growth, AI grows across two exponentials, user penetration and tokens per user, allowing AI labs' economics to work (Fin/@fi56622380) Unlike internet's one-dimensional, flat-fee growth, AI grows across two exponentials, user penetration and tokens per user, allowing AI labs' economics to work (Fin/@fi56622380)

Fin / @fi56622380:

Unlike internet's one-dimensional, flat-fee growth, AI grows across two exponentials, user penetration and tokens per user, allowing AI labs' economics to work — The next ARR growth engine after coding, the AI infra bubble, the Economics of open vs. closed source model Why is the AI semi buildout longer than the internet buildout?

2 часа назад @ techmeme.com
FIling: Lone Palm Labs, the startup behind friend-focused photo sharing app Retro, raised a $21M Series A from Thrive Capital and others (Sydney Bradley/Business Insider)
FIling: Lone Palm Labs, the startup behind friend-focused photo sharing app Retro, raised a $21M Series A from Thrive Capital and others (Sydney Bradley/Business Insider) FIling: Lone Palm Labs, the startup behind friend-focused photo sharing app Retro, raised a $21M Series A from Thrive Capital and others (Sydney Bradley/Business Insider)

Sydney Bradley / Business Insider:

FIling: Lone Palm Labs, the startup behind friend-focused photo sharing app Retro, raised a $21M Series A from Thrive Capital and others — There's a social media app I like using more than Instagram or TikTok — and it's attracted serious investor interest.

2 часа назад @ techmeme.com
Sources: the US is drafting a rule to close an export controls loophole that lets Chinese companies access AI chips via data centers in countries like Thailand (The Information)
Sources: the US is drafting a rule to close an export controls loophole that lets Chinese companies access AI chips via data centers in countries like Thailand (The Information) Sources: the US is drafting a rule to close an export controls loophole that lets Chinese companies access AI chips via data centers in countries like Thailand (The Information)

The Information:

Sources: the US is drafting a rule to close an export controls loophole that lets Chinese companies access AI chips via data centers in countries like Thailand — Soon after President Donald Trump began his second term in office in 2025, the White House announced it would undo export controls …

3 часа назад @ techmeme.com
a16z creates a $1.1B Machine Age fund focusing on hardware to "open the throttle and accelerate the physical buildout of AI" (Sean O'Kane/TechCrunch)
a16z creates a $1.1B Machine Age fund focusing on hardware to "open the throttle and accelerate the physical buildout of AI" (Sean O'Kane/TechCrunch) a16z creates a $1.1B Machine Age fund focusing on hardware to "open the throttle and accelerate the physical buildout of AI" (Sean O'Kane/TechCrunch)

Sean O'Kane / TechCrunch:

a16z creates a $1.1B Machine Age fund focusing on hardware to “open the throttle and accelerate the physical buildout of AI” — Andreessen Horowitz has launched a new “Machine Age” fund with $1.1 billion raised. The firm's aim with the new fund is to “open the throttle and accelerate the physical buildout of AI.”

3 часа назад @ techmeme.com
Stock trading app Ajaib raised a $270M Series C from SBI Holdings, the largest round since 2022 in Indonesia, where startups raised just ~$340M last year (Olivia Poh/Bloomberg)
Stock trading app Ajaib raised a $270M Series C from SBI Holdings, the largest round since 2022 in Indonesia, where startups raised just ~$340M last year (Olivia Poh/Bloomberg) Stock trading app Ajaib raised a $270M Series C from SBI Holdings, the largest round since 2022 in Indonesia, where startups raised just ~$340M last year (Olivia Poh/Bloomberg)

Olivia Poh / Bloomberg:

Stock trading app Ajaib raised a $270M Series C from SBI Holdings, the largest round since 2022 in Indonesia, where startups raised just ~$340M last year — Ajaib, an Indonesian online stock trading platform, scored $270 million in the country's largest tech fundraising round since 2022 …

4 часа назад @ techmeme.com
How Meta founded FAIR in 2013, fell behind as it was distracted by the metaverse, and is spending an unprecedented amount of money trying to catch up (Harry McCracken/Fast Company)
How Meta founded FAIR in 2013, fell behind as it was distracted by the metaverse, and is spending an unprecedented amount of money trying to catch up (Harry McCracken/Fast Company) How Meta founded FAIR in 2013, fell behind as it was distracted by the metaverse, and is spending an unprecedented amount of money trying to catch up (Harry McCracken/Fast Company)

Harry McCracken / Fast Company:

How Meta founded FAIR in 2013, fell behind as it was distracted by the metaverse, and is spending an unprecedented amount of money trying to catch up — Meta's CEO, Mark Zuckerberg, posted an AI manifesto to his company's website in August. The 6,537-word missive resembled similar proclamations …

5 часов назад @ techmeme.com
Apple TV raises prices in the US, with the monthly price up by $2 to $14.99, its fourth increase in four years; the individual Apple One tier rises $2 to $21.95 (Todd Spangler/Variety)
Apple TV raises prices in the US, with the monthly price up by $2 to $14.99, its fourth increase in four years; the individual Apple One tier rises $2 to $21.95 (Todd Spangler/Variety) Apple TV raises prices in the US, with the monthly price up by $2 to $14.99, its fourth increase in four years; the individual Apple One tier rises $2 to $21.95 (Todd Spangler/Variety)

Todd Spangler / Variety:

Apple TV raises prices in the US, with the monthly price up by $2 to $14.99, its fourth increase in four years; the individual Apple One tier rises $2 to $21.95 — Tech giant also ups price of Apple One multi-service bundle's individual plan — It's going to cost Americans a few more bucks to watch …

5 часов назад @ techmeme.com
Sources: Meta is testing robots from ABB and others to handle data center tasks such as swapping cables and resetting servers as it seeks to lower labor costs (Paresh Dave/Wired)
Sources: Meta is testing robots from ABB and others to handle data center tasks such as swapping cables and resetting servers as it seeks to lower labor costs (Paresh Dave/Wired) Sources: Meta is testing robots from ABB and others to handle data center tasks such as swapping cables and resetting servers as it seeks to lower labor costs (Paresh Dave/Wired)

Paresh Dave / Wired:

Sources: Meta is testing robots from ABB and others to handle data center tasks such as swapping cables and resetting servers as it seeks to lower labor costs — The company is testing robots that can swap cables, reset servers, and take on other tasks performed by technicians …

6 часов назад @ techmeme.com
Meta's India and Southeast Asia VP Sandhya Devanathan is joining OpenAI to oversee consumer growth and enterprise adoption across SE Asia and Australia (Jagmeet Singh/TechCrunch)
Meta's India and Southeast Asia VP Sandhya Devanathan is joining OpenAI to oversee consumer growth and enterprise adoption across SE Asia and Australia (Jagmeet Singh/TechCrunch) Meta's India and Southeast Asia VP Sandhya Devanathan is joining OpenAI to oversee consumer growth and enterprise adoption across SE Asia and Australia (Jagmeet Singh/TechCrunch)

Jagmeet Singh / TechCrunch:

Meta's India and Southeast Asia VP Sandhya Devanathan is joining OpenAI to oversee consumer growth and enterprise adoption across SE Asia and Australia — Meta's India and Southeast Asia vice president, Sandhya Devanathan, is leaving the social media giant to join OpenAI, the ChatGPT maker told TechCrunch.

6 часов назад @ techmeme.com
A look at Beijing's AGI Bar, the unofficial clubhouse for China's AI industry where entrepreneurs trade gossip, recruit talent, and court investors over beers (Bloomberg)
A look at Beijing's AGI Bar, the unofficial clubhouse for China's AI industry where entrepreneurs trade gossip, recruit talent, and court investors over beers (Bloomberg) A look at Beijing's AGI Bar, the unofficial clubhouse for China's AI industry where entrepreneurs trade gossip, recruit talent, and court investors over beers (Bloomberg)

Bloomberg:

A look at Beijing's AGI Bar, the unofficial clubhouse for China's AI industry where entrepreneurs trade gossip, recruit talent, and court investors over beers — Beloved by entrepreneurs, coders and investors, AGI Bar offers a window into the startup ecosystem challenging Silicon Valley.

6 часов назад @ techmeme.com
Chinese memory chipmaker CXMT reports H1 revenue of ~$22.4B, more than double its 2025 sales, and ~$11.5B in profit, compared to a loss a year earlier (Bloomberg)
Chinese memory chipmaker CXMT reports H1 revenue of ~$22.4B, more than double its 2025 sales, and ~$11.5B in profit, compared to a loss a year earlier (Bloomberg) Chinese memory chipmaker CXMT reports H1 revenue of ~$22.4B, more than double its 2025 sales, and ~$11.5B in profit, compared to a loss a year earlier (Bloomberg)

Bloomberg:

Chinese memory chipmaker CXMT reports H1 revenue of ~$22.4B, more than double its 2025 sales, and ~$11.5B in profit, compared to a loss a year earlier — CXMT Corp.'s first-half revenue leapt almost 10-fold while profit surged, reflecting a rush for AI hardware that's made the memory chipmaker China's most valuable business.

7 часов назад @ techmeme.com
South Korea unveils a project with KT, SK Telecom, and Kakao to provide premium AI tools to the public for free, a move that treats AI like a public utility (Jiyoung Sohn/Wall Street Journal)
South Korea unveils a project with KT, SK Telecom, and Kakao to provide premium AI tools to the public for free, a move that treats AI like a public utility (Jiyoung Sohn/Wall Street Journal) South Korea unveils a project with KT, SK Telecom, and Kakao to provide premium AI tools to the public for free, a move that treats AI like a public utility (Jiyoung Sohn/Wall Street Journal)

Jiyoung Sohn / Wall Street Journal:

South Korea unveils a project with KT, SK Telecom, and Kakao to provide premium AI tools to the public for free, a move that treats AI like a public utility — Seoul wants to direct use of homegrown AI chatbots to reduce reliance on U.S. or Chinese options, footing the bill and offering unlimited tokens

8 часов назад @ techmeme.com
Bluesky launches a feature to let users hide their posts from non-followers in its Discover feed; other AT Proto apps can choose whether to respect the opt-out (Sarah Perez/TechCrunch)
Bluesky launches a feature to let users hide their posts from non-followers in its Discover feed; other AT Proto apps can choose whether to respect the opt-out (Sarah Perez/TechCrunch) Bluesky launches a feature to let users hide their posts from non-followers in its Discover feed; other AT Proto apps can choose whether to respect the opt-out (Sarah Perez/TechCrunch)

Sarah Perez / TechCrunch:

Bluesky launches a feature to let users hide their posts from non-followers in its Discover feed; other AT Proto apps can choose whether to respect the opt-out — After adding support for longer videos just yesterday, open social network Bluesky on Thursday introduced a new algorithmic opt …

9 часов назад @ techmeme.com
Sources: Shein pivoted to a Hong Kong IPO and sought to build Chinese government ties, after its New York and London bids failed to secure Beijing's approval (Reuters)
Sources: Shein pivoted to a Hong Kong IPO and sought to build Chinese government ties, after its New York and London bids failed to secure Beijing's approval (Reuters) Sources: Shein pivoted to a Hong Kong IPO and sought to build Chinese government ties, after its New York and London bids failed to secure Beijing's approval (Reuters)

Reuters:

Sources: Shein pivoted to a Hong Kong IPO and sought to build Chinese government ties, after its New York and London bids failed to secure Beijing's approval — When Shein makes its market debut on Tuesday, it will be in Hong Kong and not New York or London like it once dreamed …

9 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Tencent releases Hy4 Preview, a 770B-parameter foundational model with a 1M context window that it says outperforms Z.AI and Moonshot models in internal tests (Bloomberg)
Tencent releases Hy4 Preview, a 770B-parameter foundational model with a 1M context window that it says outperforms Z.AI and Moonshot models in internal tests (Bloomberg) Tencent releases Hy4 Preview, a 770B-parameter foundational model with a 1M context window that it says outperforms Z.AI and Moonshot models in internal tests (Bloomberg)

Bloomberg:

Tencent releases Hy4 Preview, a 770B-parameter foundational model with a 1M context window that it says outperforms Z.AI and Moonshot models in internal tests — Tencent Holdings Ltd. released a foundation model it says outperforms rivals Z.AI Co. and Moonshot AI in internal tests …

9 часов назад @ techmeme.com
The UK Treasury gives the Bank of England a new legal objective to support payment systems and digital money innovation, seeking to keep London competitive (Financial Times)
The UK Treasury gives the Bank of England a new legal objective to support payment systems and digital money innovation, seeking to keep London competitive (Financial Times) The UK Treasury gives the Bank of England a new legal objective to support payment systems and digital money innovation, seeking to keep London competitive (Financial Times)

Financial Times:

The UK Treasury gives the Bank of England a new legal objective to support payment systems and digital money innovation, seeking to keep London competitive — Treasury gives central bank a new legal objective as part of effort to promote UK as hub for stablecoins

9 часов назад @ techmeme.com
Sources: some tech companies are courting Democrats and hiring advisers to prepare for potential investigations if Republicans lose control of the House (Wall Street Journal)
Sources: some tech companies are courting Democrats and hiring advisers to prepare for potential investigations if Republicans lose control of the House (Wall Street Journal) Sources: some tech companies are courting Democrats and hiring advisers to prepare for potential investigations if Republicans lose control of the House (Wall Street Journal)

Wall Street Journal:

Sources: some tech companies are courting Democrats and hiring advisers to prepare for potential investigations if Republicans lose control of the House — Tech firms are courting Democrats and hiring advisers to prepare for potential investigations if Republicans lose control of the House

13 часов назад @ techmeme.com
BitGo agrees to buy NYDIG's institutional trading business and related assets, expanding BitGo's derivatives offerings; ~30 NYDIG employees are joining BitGo (Tanaya Macheel/CNBC)
BitGo agrees to buy NYDIG's institutional trading business and related assets, expanding BitGo's derivatives offerings; ~30 NYDIG employees are joining BitGo (Tanaya Macheel/CNBC) BitGo agrees to buy NYDIG's institutional trading business and related assets, expanding BitGo's derivatives offerings; ~30 NYDIG employees are joining BitGo (Tanaya Macheel/CNBC)

Tanaya Macheel / CNBC:

BitGo agrees to buy NYDIG's institutional trading business and related assets, expanding BitGo's derivatives offerings; ~30 NYDIG employees are joining BitGo — The crypto infrastructure firm BitGo has agreed to buy the institutional trading business and related assets of NYDIG, CNBC has learned.

16 часов назад @ techmeme.com
Sources: federal authorities prepare to charge a US serviceman and a KPMG employee with insider trading on prediction markets, as part of a new batch of cases (Dave Michaels/Wall Street Journal)
Sources: federal authorities prepare to charge a US serviceman and a KPMG employee with insider trading on prediction markets, as part of a new batch of cases (Dave Michaels/Wall Street Journal) Sources: federal authorities prepare to charge a US serviceman and a KPMG employee with insider trading on prediction markets, as part of a new batch of cases (Dave Michaels/Wall Street Journal)

Dave Michaels / Wall Street Journal:

Sources: federal authorities prepare to charge a US serviceman and a KPMG employee with insider trading on prediction markets, as part of a new batch of cases — Charges could come this fall, part of a new batch of insider trading cases — Federal authorities are preparing charges …

16 часов назад @ techmeme.com
Sources: Advent and Stripe are no longer pursuing a deal to acquire PayPal; the group offered to pay $60.50/share in July, valuing PayPal at $53B (Bloomberg)
Sources: Advent and Stripe are no longer pursuing a deal to acquire PayPal; the group offered to pay $60.50/share in July, valuing PayPal at $53B (Bloomberg) Sources: Advent and Stripe are no longer pursuing a deal to acquire PayPal; the group offered to pay $60.50/share in July, valuing PayPal at $53B (Bloomberg)

Bloomberg:

Sources: Advent and Stripe are no longer pursuing a deal to acquire PayPal; the group offered to pay $60.50/share in July, valuing PayPal at $53B — A consortium of buyout firm Advent and payment processor Stripe has decided to abandon its pursuit of fintech pioneer PayPal Holdings Inc. …

17 часов назад @ techmeme.com
A US judge blocks the Pentagon from blacklisting Anthropic, ruling that its designation as a supply-chain risk was "illegal and baseless" (Jack Queen/Reuters)
A US judge blocks the Pentagon from blacklisting Anthropic, ruling that its designation as a supply-chain risk was "illegal and baseless" (Jack Queen/Reuters) A US judge blocks the Pentagon from blacklisting Anthropic, ruling that its designation as a supply-chain risk was "illegal and baseless" (Jack Queen/Reuters)

Jack Queen / Reuters:

A US judge blocks the Pentagon from blacklisting Anthropic, ruling that its designation as a supply-chain risk was “illegal and baseless” — A U.S. judge on Thursday blocked the Pentagon's blacklisting of Anthropic, the latest turn in the Claude maker's high-stakes fight with the military over AI safety on the battlefield.

17 часов назад @ techmeme.com
CISA says that cyberattacks on critical US infrastructure targeted 100+ internet-exposed water and wastewater systems in July, largely attacking PLCs (Zack Whittaker/TechCrunch)
CISA says that cyberattacks on critical US infrastructure targeted 100+ internet-exposed water and wastewater systems in July, largely attacking PLCs (Zack Whittaker/TechCrunch) CISA says that cyberattacks on critical US infrastructure targeted 100+ internet-exposed water and wastewater systems in July, largely attacking PLCs (Zack Whittaker/TechCrunch)

Zack Whittaker / TechCrunch:

CISA says that cyberattacks on critical US infrastructure targeted 100+ internet-exposed water and wastewater systems in July, largely attacking PLCs — U.S. cybersecurity agency CISA said it has observed cyberattacks targeting over 100 internet-exposed systems across the U.S. water and wastewater sector …

18 часов назад @ techmeme.com
Workday reports Q2 revenue up 12.8% YoY to $2.65B vs. $2.63B est., and total subscription revenue backlog up 8% YoY to $27.4B, vs. $28.6B est. (Brody Ford/Bloomberg)
Workday reports Q2 revenue up 12.8% YoY to $2.65B vs. $2.63B est., and total subscription revenue backlog up 8% YoY to $27.4B, vs. $28.6B est. (Brody Ford/Bloomberg) Workday reports Q2 revenue up 12.8% YoY to $2.65B vs. $2.63B est., and total subscription revenue backlog up 8% YoY to $27.4B, vs. $28.6B est. (Brody Ford/Bloomberg)

Brody Ford / Bloomberg:

Workday reports Q2 revenue up 12.8% YoY to $2.65B vs. $2.63B est., and total subscription revenue backlog up 8% YoY to $27.4B, vs. $28.6B est. — Workday Inc., a maker of workplace management software, reported a measure of future sales that fell short of analysts' projections …

19 часов назад @ techmeme.com
Sources: Cognition is generating ~$900M in annualized revenue, up more than 3x since the start of the year, and executives project it will end 2026 with $1.5B+ (The Information)
Sources: Cognition is generating ~$900M in annualized revenue, up more than 3x since the start of the year, and executives project it will end 2026 with $1.5B+ (The Information) Sources: Cognition is generating ~$900M in annualized revenue, up more than 3x since the start of the year, and executives project it will end 2026 with $1.5B+ (The Information)

The Information:

Sources: Cognition is generating ~$900M in annualized revenue, up more than 3x since the start of the year, and executives project it will end 2026 with $1.5B+ — Revenue is surging at Cognition and several other AI application providers, previously unreported data show …

20 часов назад @ techmeme.com
Uber says weekly AI agent requests have grown 9.4x since February, but total AI spending has stayed stable since April, after using up its 2026 AI budget in Q1 (Madison Mills/Axios)
Uber says weekly AI agent requests have grown 9.4x since February, but total AI spending has stayed stable since April, after using up its 2026 AI budget in Q1 (Madison Mills/Axios) Uber says weekly AI agent requests have grown 9.4x since February, but total AI spending has stayed stable since April, after using up its 2026 AI budget in Q1 (Madison Mills/Axios)

Madison Mills / Axios:

Uber says weekly AI agent requests have grown 9.4x since February, but total AI spending has stayed stable since April, after using up its 2026 AI budget in Q1 — After burning through its IT budget in the first quarter of the year, Uber has now stabilized its AI bills even as usage surges, the company tells Axios.

20 часов назад @ techmeme.com
Sources: the FTC has been investigating whether YouTube broke consumer protection laws by violating its own policies when suspending accounts or banning content (Bloomberg)
Sources: the FTC has been investigating whether YouTube broke consumer protection laws by violating its own policies when suspending accounts or banning content (Bloomberg) Sources: the FTC has been investigating whether YouTube broke consumer protection laws by violating its own policies when suspending accounts or banning content (Bloomberg)

Bloomberg:

Sources: the FTC has been investigating whether YouTube broke consumer protection laws by violating its own policies when suspending accounts or banning content — The US Federal Trade Commission has been investigating whether Alphabet Inc.'s YouTube violated consumer protection laws …

20 часов назад @ techmeme.com
Sources: Nvidia paused some deals with AI cloud providers in the revenue-sharing program it announced in July; Nvidia says the program is still in place (Wall Street Journal)
Sources: Nvidia paused some deals with AI cloud providers in the revenue-sharing program it announced in July; Nvidia says the program is still in place (Wall Street Journal) Sources: Nvidia paused some deals with AI cloud providers in the revenue-sharing program it announced in July; Nvidia says the program is still in place (Wall Street Journal)

Wall Street Journal:

Sources: Nvidia paused some deals with AI cloud providers in the revenue-sharing program it announced in July; Nvidia says the program is still in place — The company is rethinking the program less than two months after announcing it — Nvidia paused some deals in a new financing initiative …

20 часов назад @ techmeme.com
Sources: Anthropic discussed buying AI chip startup MatX for ~$7B, but talks are no longer active; MatX is now seeking to raise new capital at a ~$4B valuation (Reuters)
Sources: Anthropic discussed buying AI chip startup MatX for ~$7B, but talks are no longer active; MatX is now seeking to raise new capital at a ~$4B valuation (Reuters) Sources: Anthropic discussed buying AI chip startup MatX for ~$7B, but talks are no longer active; MatX is now seeking to raise new capital at a ~$4B valuation (Reuters)

Reuters:

Sources: Anthropic discussed buying AI chip startup MatX for ~$7B, but talks are no longer active; MatX is now seeking to raise new capital at a ~$4B valuation — Anthropic discussed buying artificial intelligence chip startup MatX for roughly $7 billion, seeking to accelerate efforts …

21 час назад @ techmeme.com
Sources: Town, which develops enterprise personal AI assistants, is in talks to raise at a $1B valuation in a round led by Index Ventures (Newcomer)
Sources: Town, which develops enterprise personal AI assistants, is in talks to raise at a $1B valuation in a round led by Index Ventures (Newcomer) Sources: Town, which develops enterprise personal AI assistants, is in talks to raise at a $1B valuation in a round led by Index Ventures (Newcomer)

Newcomer:

Sources: Town, which develops enterprise personal AI assistants, is in talks to raise at a $1B valuation in a round led by Index Ventures — Town, the buzzy enterprise personal agent, is raising at $1 billion, sources tell us — Two startup personal assistants have venture capitalists in a tizzy right now:

21 час назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 6 часов назад
Alishahryar1/free-claude-code
Alishahryar1/free-claude-code Alishahryar1/free-claude-code

Claude and Claude Code are trademarks of Anthropic.

Start FCCWindowsOpen Free Claude Code from your desktop or Start menu.

Selection Behavior From client (default) Use the effort sent by Claude Code, Codex, Pi, OpenCode, Cline, Hermes, DeepSeek Harness, Grok Build, Muse Code, or Aider.

Claude Code in VS Code Install the Claude Code extension.

Windows: model_catalog_json = " C:/Users/YOUR_USERNAME/.fcc/codex-model-catalog.json " macOS: model_catalog_json = " /Users/YOUR_USERNAME/.fcc/codex-model-catalog.json " Then add the shared FCC settings: model_provider = " fcc " model = " nvidia_nim/nvidia/nemotron-3-super-120b-a12b " [ model_providers .

6 часов назад @ github.com
VoltAgent/awesome-agent-skills
VoltAgent/awesome-agent-skills VoltAgent/awesome-agent-skills

A collection of official Agent Skills from leading development teams and the community.

Awesome Agent SkillsUnlike many bulk-generated skill repositories, this collection focuses on real-world Agent Skills created and used by actual engineering teams, not mass AI‑generated stuff.

Compatible with Claude Code, Codex, Antigravity, Gemini CLI, Cursor, GitHub Copilot, OpenCode, Windsurf, and more.

They help AI coding assistants generate expert-level test automation code across web, mobile, API, BDD, and unit testing stacks.

firebase/developing-genkit-dart - Build AI apps with the Genkit Dart SDK- Build AI apps with the Genkit Dart SDK firebase/developing-genkit-go - Build AI apps with the Genkit…

6 часов назад @ github.com
anthropics/claude-plugins-official
anthropics/claude-plugins-official anthropics/claude-plugins-official

Claude Code Plugins DirectoryA curated directory of high-quality plugins for Claude Code.

Structure/plugins - Internal plugins developed and maintained by Anthropic- Internal plugins developed and maintained by Anthropic /external_plugins - Third-party plugins from partners and the communityInstallationPlugins can be installed directly from this marketplace via Claude Code's plugin system.

To install, run /plugin install {plugin-name}@claude-plugins-officialor browse for the plugin in /plugin > DiscoverContributingInternal PluginsInternal plugins are developed by Anthropic team members.

Each skill is registered as : in Claude Code.

DocumentationFor more information on developing Claude Code…

6 часов назад @ github.com
tinyhumansai/openhuman
tinyhumansai/openhuman tinyhumansai/openhuman

OpenHumanOpenHuman is your personal AI super intelligence: a brain that remembers everything, a fantastic orchestrator, a deep researcher.

🎉 Within one week of launch, OpenHuman became the number one trending repository on GitHub for nine days in a row.

OpenHuman summarizes and compresses all your documents, emails & chats; and creates a memory graph that lets your agent remember everything about you.

An orchestrator, not a chatbotMost agent harnesses run one agent in one loop.

Workflows you can seeHeavily inspired by n8n and Zapier, workflows bring the same visual, trigger-driven automation to your agent, except the agent builds them for you.

6 часов назад @ github.com
bookorbit/bookorbit
bookorbit/bookorbit bookorbit/bookorbit

Progress, highlights, and reading status move between all three, so you can start a chapter in one place and finish it in another.

Three-Way Sync (Kobo + KOReader + BookOrbit) : Progress and annotations flow bidirectionally between Kobo devices, KOReader, and the BookOrbit web reader.

: Progress and annotations flow bidirectionally between Kobo devices, KOReader, and the BookOrbit web reader.

Use Tools > BookOrbit Sync to connect.

Documentation and ContributingFull documentation is at bookorbit.app, covering libraries, metadata, readers, Kobo sync, OPDS, users and permissions, OIDC setup, and more.

1 day, 7 hours назад @ github.com
tashfeenahmed/freellmapi
tashfeenahmed/freellmapi tashfeenahmed/freellmapi

635 free model endpoints.

The router pulls a signed model catalog from freellmapi.co on its own, so your install keeps up without a git pull .

Per-key rate tracking — RPM/RPD/TPM/TPD counters per (platform, model, key) that learn providers' reported ceilings, so routing always stays under every cap.

MCP server & interactive docs — agents can introspect usable models, provider health, and routing strategy over /mcp ; a dependency-free OpenAPI viewer lives at /v1/docs .

Coding agents →— agents can introspect usable models, provider health, and routing strategy over ; a dependency-free OpenAPI viewer lives at .

1 day, 7 hours назад @ github.com
chaitanyagiri/munder-difflin
chaitanyagiri/munder-difflin chaitanyagiri/munder-difflin

Wraps Claude Code, Antigravity (Gemini), OpenAI Codex, xAI Grok, Kimi Code, Gemini CLI, Qwen, OpenCode, Crush, pi.dev, GitHub Copilot CLI, and Cursor — with bring-your-own keys and local LLMs.

Sessions appear as characters on a Pixi.js office floor — they walk to stations as they work, and envelopes fly desk-to-desk when they message each other.

Sessions appear as characters on a Pixi.js office floor — they walk to stations as they work, and envelopes fly desk-to-desk when they message each other.

A Pixi.js office floor where agents walk to stations, envelopes fly desk to desk, and avatar state reflects real work.

A Pixi.js office floor where agents walk to stations, envelopes fly desk to d…

1 day, 7 hours назад @ github.com
PostHog/posthog
PostHog/posthog PostHog/posthog

Product analytics: Autocapture or manually instrument event-based analytics to understand user behavior and analyze data with visualization or SQL.

Logs: Ingest, search, and analyze log data alongside the rest of your product data.

Get started by signing up for PostHog Cloud US or PostHog Cloud EU.

Table of ContentsGetting started with PostHogPostHog Cloud (Recommended)The fastest and most reliable way to get started with PostHog is signing up for free to PostHog Cloud or PostHog Cloud EU.

Once you've installed PostHog, see our product docs for more information on how to set up product analytics, web analytics, session replays, feature flags, experiments, error tracking, surveys, data wareh…

2 days, 16 hours назад @ github.com
freestylefly/awesome-gpt-image-2
freestylefly/awesome-gpt-image-2 freestylefly/awesome-gpt-image-2

View Case Case 334: RAG Technical ExplainerA reference for technical concepts, process arrows, and Chinese explanation modules.

View Case Case 338: Red Cliff Classical ScrollA complete example of scroll format, classical Chinese narrative, and full-text layout.

View Case Case 331: Hand-Drawn Xi'an Watercolor MapA lightweight reference for city maps, hand-drawn routes, and landmark labels.

View Case Case 332: Tea Pi Product PosterA beverage product image combining Chinese selling points and a clean commercial poster style.

View Case Case 339: Apple-Style Nature Science PosterMinimal studio photography, a natural subject, and science-poster information layout.

2 days, 16 hours назад @ github.com
Tencent/AI-Infra-Guard
Tencent/AI-Infra-Guard Tencent/AI-Infra-Guard

🔬 Security Scanning & EvaluationFeature More Info ClawScan(OpenClaw Security Scan) Supports one-click evaluation of OpenClaw security risks.

🔧 API DocumentationA.I.G provides a comprehensive set of task creation APIs that support AI infra scan, MCP Server Scan, and Jailbreak Evaluation capabilities.

MCP Plugins: Add new MCP security scan rules to the data/mcp/ directory.

Founded in 2019, Tencent Zhuque Lab is a top-tier security research lab focused on real-world offensive and defensive research and frontier technology in the AI security space, covering large model security, AI agent security, AI-empowered security, and AI-generated content detection.

[code]Papers:"Securing the AI Agent: A …

3 days, 16 hours назад @ github.com
apache/maka
apache/maka apache/maka

Note Apache Maka (Incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.

Build the workspaces first:npm run buildThen start the TUI or run one Turn:npm run cli:dev npm run cli:dev -- run " Summarize this repository and identify its most important risk " npm run cli:dev -- run --graph " Implement two independent slices, integrate them, then review the result " npm run cli:dev -- --helpThe TUI also accepts /graph on , /graph off , and /graph .

Common repository-level commands:npm run build npm run typecheck npm test npm run check:releaseRun one workspace in isolation:npm --workspace @maka/runtime test npm --workspace @ma…

4 days, 16 hours назад @ github.com
anthropics/claude-plugins-community
anthropics/claude-plugins-community anthropics/claude-plugins-community

Claude Plugins — CommunityCommunity-contributed plugins for Claude Cowork and Claude Code.

What this repo isA read-only mirror of the community plugin marketplace.

The .claude-plugin/marketplace.json file here is the list of community plugins available to install.

Claude Codeclaude plugin marketplace add anthropics/claude-plugins-community claude plugin install < plugin-name > @claude-communitySubmitting a pluginSubmit via clau.de/plugin-directory-submission.

Pull requests opened directly against this repo are closed automatically — all changes flow from the internal review pipeline.

4 days, 16 hours назад @ github.com
eneskirca/nodeterm
eneskirca/nodeterm eneskirca/nodeterm

nodeterm A node-based terminal manager — your terminals and agents on an infinite canvas.

Multiple real terminals live as draggable nodes on a single pan/zoom canvas, and every project doubles as a Trello-style board of live Claude Code sessions.

— terminals keep running across node remounts and full app restarts, including live processes; machine reboots restore scrollback and resume agent sessions ( ).

AI commit messages & terminal names — bring-your-own local agent CLI run read-only on the staged diff or captured output.

A source checkout does not carry the bundled tmux: run node scripts/build-tmux.mjs once on macOS to build it into resources/bin/tmux (the release job does this automatic…

5 days, 15 hours назад @ github.com
cursor/plugins
cursor/plugins cursor/plugins

Cursor pluginsOfficial Cursor plugins for popular developer tools, frameworks, and SaaS products.

Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

PluginsRepository structureThis is a multi-plugin marketplace repository.

The root .cursor-plugin/marketplace.json lists all plugins, and each plugin has its own manifest:plugins/ ├── .cursor-plugin/ │ └── marketplace.json # Marketplace manifest (lists all plugins) ├── plugin-name/ │ ├── .cursor-plugin/ │ │ └── plugin.json # Per-plugin manifest │ ├── skills/ # Agent skills (SKILL.md with frontmatter) │ ├── rules/ # Cursor rules (.mdc files) │ ├── mcp.json # MCP server definitions │ ├──…

6 days, 16 hours назад @ github.com
cordiverse/cordis
cordiverse/cordis cordiverse/cordis

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

Reload to refresh your session.

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

6 days, 16 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 4 часа назад
EPA says power for data centers can sidestep pollution laws
EPA says power for data centers can sidestep pollution laws EPA says power for data centers can sidestep pollution laws

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

4 часа назад @ reddit.com
ICE Plans to Spend Millions on Boston Dynamics Dog Robots / ICE wants the robot dogs to improve “officer safety.”
ICE Plans to Spend Millions on Boston Dynamics Dog Robots / ICE wants the robot dogs to improve “officer safety.” ICE Plans to Spend Millions on Boston Dynamics Dog Robots / ICE wants the robot dogs to improve “officer safety.”

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

5 часов назад @ reddit.com
Success after a century of failures: Inside Moderna and Merck's cancer vaccine breakthrough
Success after a century of failures: Inside Moderna and Merck's cancer vaccine breakthrough

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

5 часов назад @ reddit.com
Apple TV Hikes Price of Streaming Service in U.S. Effective Immediately
Apple TV Hikes Price of Streaming Service in U.S. Effective Immediately Apple TV Hikes Price of Streaming Service in U.S. Effective Immediately

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

6 часов назад @ reddit.com
‘It’s all you can hear’: New Jersey lawsuit takes on datacenter’s noise pollution
‘It’s all you can hear’: New Jersey lawsuit takes on datacenter’s noise pollution ‘It’s all you can hear’: New Jersey lawsuit takes on datacenter’s noise pollution

submitted by /u/Unusual-State1827 [link] [comments]

6 часов назад @ reddit.com
With the end of physical media in sight, gamers have had enough - An increasing tension between players and publishers about ownership of titles could lead to a divestment from the system the big companies are trying to enforce
With the end of physical media in sight, gamers have had enough - An increasing tension between players and publishers about ownership of titles could lead to a divestment from the system the big companies are trying to enforce With the end of physical media in sight, gamers have had enough - An increasing tension between players and publishers about ownership of titles could lead to a divestment from the system the big companies are trying to enforce

submitted by /u/Rich-Arm-104 [link] [comments]

7 часов назад @ reddit.com
The 'OG' online map platform, MapQuest, says it won't change the name of Lake Ontario
The 'OG' online map platform, MapQuest, says it won't change the name of Lake Ontario The 'OG' online map platform, MapQuest, says it won't change the name of Lake Ontario

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

7 часов назад @ reddit.com
Twenty years on from Gardasil vaccine launch, Australia on track to eliminate cervical cancer
Twenty years on from Gardasil vaccine launch, Australia on track to eliminate cervical cancer Twenty years on from Gardasil vaccine launch, Australia on track to eliminate cervical cancer

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

7 часов назад @ reddit.com
AI is driving an "expertise recession" as people increasingly question professional credentials and expert advice
AI is driving an "expertise recession" as people increasingly question professional credentials and expert advice AI is driving an "expertise recession" as people increasingly question professional credentials and expert advice

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

8 часов назад @ reddit.com
'It's your sense of entitlement': US officials slam Indian-origin entrepreneur Ankit Gupta over H-1B comments
'It's your sense of entitlement': US officials slam Indian-origin entrepreneur Ankit Gupta over H-1B comments 'It's your sense of entitlement': US officials slam Indian-origin entrepreneur Ankit Gupta over H-1B comments

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

9 часов назад @ reddit.com
Star Citizen Spinoff Squadron 42 Delayed to 2027, Dev Insists It's Because of GTA 6
Star Citizen Spinoff Squadron 42 Delayed to 2027, Dev Insists It's Because of GTA 6 Star Citizen Spinoff Squadron 42 Delayed to 2027, Dev Insists It's Because of GTA 6

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

9 часов назад @ reddit.com
Nvidia pauses revenue sharing deals with AI cloud companies: Report
Nvidia pauses revenue sharing deals with AI cloud companies: Report Nvidia pauses revenue sharing deals with AI cloud companies: Report

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

11 часов назад @ reddit.com
Grand Theft Auto 6 Will Have No Microtransactions Or Generative AI
Grand Theft Auto 6 Will Have No Microtransactions Or Generative AI Grand Theft Auto 6 Will Have No Microtransactions Or Generative AI

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

13 часов назад @ reddit.com
ChatGPT signs in to your accounts now and stays signed in
ChatGPT signs in to your accounts now and stays signed in ChatGPT signs in to your accounts now and stays signed in

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

13 часов назад @ reddit.com
Judge blocks Pentagon blacklist of Anthropic as supply chain risk
Judge blocks Pentagon blacklist of Anthropic as supply chain risk Judge blocks Pentagon blacklist of Anthropic as supply chain risk

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

16 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 13 часов назад
Mark Zuckerberg had a bold plan to replace Meta staff with AI. Here’s how it imploded.
Mark Zuckerberg had a bold plan to replace Meta staff with AI. Here’s how it imploded.

Please enable JS and disable any ad blocker

13 часов назад @ reuters.com
B.C. swimmer crosses the Strait of Georgia in under nine hours | CBC Radio
B.C. swimmer crosses the Strait of Georgia in under nine hours | CBC Radio 13 часов назад @ cbc.ca
Tooltips Need a Delay, and Then They Need to Skip It – Master.dev Blog
Tooltips Need a Delay, and Then They Need to Skip It – Master.dev Blog Tooltips Need a Delay, and Then They Need to Skip It – Master.dev Blog 13 часов назад @ blog.master.dev
[2607.21503] Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems
[2607.21503] Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems [2607.21503] Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems 13 часов назад @ arxiv.org
My Friend Aaron — Rory McMeekin
My Friend Aaron — Rory McMeekin My Friend Aaron — Rory McMeekin

*** * *This one is about my friend, Aaron.

I met him at school, and in our first year when we were eleven years old I told him I wanted to be his best friend but he said he already had a best friend.

Aaron’s bots had decided to make every single bet on his platform, which amounted to hundreds of betting categories, about Aaron himself.

Almost all the fellow programmers Aaron told about his exchange would respond with the same, feigned sympathetic encouragement and perplexity.

!’ Aaron growled.

13 часов назад @ rorz.io
The asteroid currently hitting frontend web development | Read the Tea Leaves
The asteroid currently hitting frontend web development | Read the Tea Leaves The asteroid currently hitting frontend web development | Read the Tea Leaves

For better or worse, React is heavily overrepresented in the training weights, and “agent experience” is starting to matter more than developer experience. "I don’t take any pleasure from noting that the huge body of knowledge I’ve built up over the years has been rendered nearly obsolete, nor am I happy to see the same thing happen to my much-more-qualified peers. But pretending that it’s not happening isn’t a valid strategy either."

13 часов назад @ nolanlawson.com
The Harness Is the Thing — Scott Fryxell
The Harness Is the Thing — Scott Fryxell The Harness Is the Thing — Scott Fryxell

Tab completions have given way to agentic coding which has given way to managing your agents with a harness.

But most of all, I have learned that the harness is the thing; the fulcrum from which my expectations meet the LLM's capabilities.

After enabling it on Brave, I am syncing my thoughts to the work directory.

I have a skill that syncs the harness with the repo in the work directory.

Let the harness run the scripts.

13 часов назад @ scott-fryxell.github.io
Report – AI and Education
Report – AI and Education 13 часов назад @ aiandeducation.mit.edu
507 Mechanical Movements - an online edition of the classic technical reference Five Hundred and Seven Mechanical Movements
507 Mechanical Movements - an online edition of the classic technical reference Five Hundred and Seven Mechanical Movements 507 Mechanical Movements - an online edition of the classic technical reference Five Hundred and Seven Mechanical Movements

Ah, yes… well, unfortunately we do not have all the animations working yet, but we do have quite a few.

They identify the completed animations.

As time goes on, we’ll be adding more until all 507 are complete.

Click the Facebook “Subscribe” or Twitter “Follow” button below to be notified of our progress.

Meanwhile, we hope you enjoy the animations we have completed, along with Henry T. Brown’s original illustrations in this classic technical reference.

13 часов назад @ 507movements.com
Afterglow — classic After Dark screen savers on modern macOS
Afterglow — classic After Dark screen savers on modern macOS Afterglow — classic After Dark screen savers on modern macOS

In the ’90s, Berkeley Systems’ After Dark screen savers brought Flying Toasters, Fish, and Starry Skylines to Macintosh screens everywhere.

Running After Dark modules in the present day has involved fussy configuration of Mac OS emulators or vintage hardware.

Even then, no single emulator or vintage computer can faithfully run every module: some animate too fast, some too slow.

Afterglow is an emulator built specifically for running After Dark modules -- the original 68k module code, not a remake or port -- with no dependencies on ROMs or classic Mac OS.

Created in the spirit of software preservation, it makes After Dark easy to enjoy today and for years to come.

13 часов назад @ morphing.cloud
GitHub - SenteLabsAI/OpenExecutive: AI-powered virtual executive team — a single coherent executive persona backed by 8 specialist Claude agents (FastAPI + Next.js). · GitHub
GitHub - SenteLabsAI/OpenExecutive: AI-powered virtual executive team — a single coherent executive persona backed by 8 specialist Claude agents (FastAPI + Next.js). · GitHub GitHub - SenteLabsAI/OpenExecutive: AI-powered virtual executive team — a single coherent executive persona backed by 8 specialist Claude agents (FastAPI + Next.js). · GitHub

Open ExecutiveAn AI system that acts as your company's virtual executive team — a senior advisor with Harvard MBA-level knowledge, customized for your specific business.

The API must run as a single instance; do not horizontally scale it without gating the scheduler first.

Deploying to productionJust set the secrets on the existing API app — no new Fly app required:flyctl secrets set -a openexec-api-dev \ DISCORD_BOT_TOKEN=... \ DISCORD_APP_ID=... \ DISCORD_GUILD_IDS=...

Running on Local ModelsOpen Executive can run against any OpenAI-compatible local server — Ollama, LM Studio, vLLM, or llama.cpp — instead of (or alongside) the Anthropic API.

Local model slugs route to your server through …

13 часов назад @ github.com
In-Memory Graph DB - LatticeDB
In-Memory Graph DB - LatticeDB In-Memory Graph DB - LatticeDB

Graph traversal, HNSW vector similarity, and BM25 full-text — in the same query language.

Graph traversal, HNSW vector similarity, and BM25 full-text — in the same query language.

// Find chunks similar to a query, traverse to their document, then to the author MATCH ( chunk : Chunk ) - [ : PART_OF ] -> ( doc : Document ) - [ : AUTHORED_BY ] -> ( author : Person ) WHERE chunk .

commit () # --- Query: vector search + text match + graph traversal --- results = db .

id , "AUTHORED_BY" ) ; } ) ; // Query across vector search + graph traversal const results = await db .

1 day, 13 hours назад @ github.com
GitHub - tailscale/tailcat: like netcat, but over Tailscale's data plane, without Tailscale's control plane · GitHub
GitHub - tailscale/tailcat: like netcat, but over Tailscale's data plane, without Tailscale's control plane · GitHub GitHub - tailscale/tailcat: like netcat, but over Tailscale's data plane, without Tailscale's control plane · GitHub

"Tailscale without Tailscale, by Tailscale"TailcatTailcat is a remix of Tailscale open source pieces to act like netcat, but over Tailscale's data plane, without Tailscale's control plane.

Whether you use tailcat as a CLI tool or library, one side runs a tailcat server (listener) and gets back a short connection token.

The initial connection bootstraps through a DERP server (see below), and then magicsock performs NAT traversal to upgrade to a direct peer-to-peer UDP connection when possible (usually!).

Anyone else's handshake is silently ignored: they can't reach the SSH server, or even learn that one is running.

The public rate-limited Tailcat DERP relays have no uptime SLAs or throughput…

1 day, 13 hours назад @ github.com
Building a backyard office, the build and cost breakdown
Building a backyard office, the build and cost breakdown Building a backyard office, the build and cost breakdown

I wrote up my experience building a backyard office because I wish I had come across more articles like this when planning my build.

I don’t see myself returning to a local office in Portland, so we decided to invest in a backyard office.

My budget’s two most viable paths were an Autonomous.ai prefab office Pod or building an office by utilizing a shed frame.

This allowed me to have tall ceilings, making the small space feel bigger.

It was a small space, so I don’t need a ton of outlets, but I am already happy I installed 4 instead of 2.

1 day, 13 hours назад @ imkylelambert.com
Nebula Sans
Nebula Sans Nebula Sans

Nebula Sans is the new brand typeface for Nebula, the premium streaming service from independent creators.

Based on Source Sans and designed to be a drop-in alternative to Whitney SSm, Nebula Sans is available for anyone to use under the SIL Open Font License.

Watch our short documentary film about the story behind Nebula Sans, written & directed by David Friedman.

Featuring two styles in six weights, Nebula Sans is well-suited for use in interfaces, print, and for any other graphical, digital, physical, metaphysical, metaphorical, or allegorical typeface needs.

Download View font license

1 day, 13 hours назад @ nebulasans.com
Changelog Changelog
последний пост 3 days назад
Postgres at PlanetScale
Postgres at PlanetScale Postgres at PlanetScale

Buildkite – You deserve better CI.

Buildkite is engineered for frontier scale and trusted by the teams setting the pace.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.comCoder.com – Secure environments where devs and agents work in parallel.

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.

3 days назад @ changelog.com
Canary tokens and digital tripwires
Canary tokens and digital tripwires Canary tokens and digital tripwires

Buildkite – You deserve better CI.

Buildkite is engineered for frontier scale and trusted by the teams setting the pace.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.com

1 month, 1 week назад @ changelog.com
From open source hits to OpenAI
From open source hits to OpenAI From open source hits to OpenAI

Coder.com – Secure environments where devs and agents work in parallel.

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

Learn more at WorkOS.com and AuthKit.comNotion – Custom Agents that automate the busywork so your team can focus on real work.

Try them free at notion.com/changelogFly.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 months, 3 weeks назад @ changelog.com
MCP on Code Mode
MCP on Code Mode MCP on Code Mode

Coder.com – Secure environments where devs and agents work in parallel.

Tailscale – Adam loves Tailscale!

Tailscale deploys quickly and enables Zero Trust access to any resource on your network.

From CI/CD runners across multi-cloud environments, to SaaS tools and infrastructure, Tailscale connects it all, seamlessly.

When agents help developers write code in minutes, validation becomes your bottleneck.

3 months, 2 weeks назад @ changelog.com
Automation at the speed of Swamp
Automation at the speed of Swamp Automation at the speed of Swamp

Coder.com – Secure environments where devs and agents work in parallel.

Tailscale – Adam loves Tailscale!

Tailscale deploys quickly and enables Zero Trust access to any resource on your network.

From CI/CD runners across multi-cloud environments, to SaaS tools and infrastructure, Tailscale connects it all, seamlessly.

When agents help developers write code in minutes, validation becomes your bottleneck.

3 months, 2 weeks назад @ changelog.com
Bitwarden CLI compromised
Bitwarden CLI compromised Bitwarden CLI compromised

Changelog News!

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

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

4 months назад @ changelog.com
Exploring with agents
Exploring with agents Exploring with agents

WorkOS – Auth for CLI with AuthKit from WorkOS — Bring secure browser-based login to your terminal apps using the OAuth Device Flow, with the same polished AuthKit experience plus SSO, MFA, and passkeys.

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

When agents help developers write code in minutes, validation becomes your bottleneck.

RWX gives agents programmatic control, sub-second cached builds, and semantic outputs they can act on.

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

4 months назад @ changelog.com
Astral has been acquired by OpenAI
Astral has been acquired by OpenAI Astral has been acquired by OpenAI

Changelog News!

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

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

5 months назад @ changelog.com
From Tailnet to platform
From Tailnet to platform From Tailnet to platform

Server ErrorOops!

Looks like the server had a hiccup.

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

In the meantime, enjoy some clips!

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

Changelog News!

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

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

5 months, 2 weeks назад @ changelog.com
Finale & Friends
Finale & Friends Finale & Friends

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

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

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

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

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

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

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

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

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

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

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

6 months назад @ 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 months назад @ 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.

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

Changelog News!

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

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

6 months, 1 week назад @ changelog.com
ZDNet ZDNet
последний пост 37 минут назад
This $14 retractable USB-C cable is my secret to surviving long car rides with my kids
This $14 retractable USB-C cable is my secret to surviving long car rides with my kids This $14 retractable USB-C cable is my secret to surviving long car rides with my kids

The Talix retractable cable is typically $22, but on sale for $14 with an Amazon coupon.

This USB-C to USB-C cable supports up to 240W, PD 3.2, making it powerful enough to quickly charge laptops and phones.

Truthfully, I was expecting much of the same when I tested this Talix 4-foot-long retractable cable.

The 240W support means that I can easily charge my MacBook Pro without issues, making this retractable cable a perfect accessory to keep in a laptop bag.

This Talix retractable cable is typically priced at $22, which is already a great price for a quality retractable cable, but you can get it right now for $14 with an Amazon coupon.

37 минут назад @ zdnet.com
stillOS offers one of the best Linux onboarding experiences I've ever seen
stillOS offers one of the best Linux onboarding experiences I've ever seen stillOS offers one of the best Linux onboarding experiences I've ever seen

Here's how the stillOS website describes the distro:We got annoyed with Windows making us the product, and Linux being too complicated.

Thanks to atomic updates, stillOS is able to stay as stable as a rock while still bringing you new features.

App and OS updates are automatic, so there's no need to worry about keeping your OS and apps up to date.

That's not a bad thing; however, if you're hoping for a unique, tricked-out desktop, stillOS isn't what you want.

Everything with stillOS makes perfect sense, and it all comes together to create one of the best Linux onboarding experiences I've ever seen.

1 час назад @ zdnet.com
How I sorted 22,000 digital photos without getting overwhelmed: 4 easy tricks
How I sorted 22,000 digital photos without getting overwhelmed: 4 easy tricks How I sorted 22,000 digital photos without getting overwhelmed: 4 easy tricks

I trust Google Photos to keep my memories safe digitally, but when I'm gone, what will my kids have to look through and remember?

"Just printing them out" isn't the easiest answer, though, since my Google Photos account dates back to 2016 and contains more than 22,000 photos and videos.

Every morning, Google Photos or Apple Photos will give you a "1 Year Ago Today" or "On This Day" notification.

Also: I'm no longer using Google Photos as just a cloud storage - 5 tools that elevate the appFor Google Photos at least, prints are just 18 cents each plus shipping.

If you've decided to print out your photos, start a dedicated favorites system.

2 часа назад @ zdnet.com
3 surveys deliver the same uncomfortable truth about adopting agentic AI
3 surveys deliver the same uncomfortable truth about adopting agentic AI 3 surveys deliver the same uncomfortable truth about adopting agentic AI

Workforce readiness sat at just 20%, and only 16% of businesses said their current processes were actually prepared for agentic adoption.

The shift is due to the fact that the return on investment from AI agent adoption remains limited even as adoption climbs.

The 12 rules of agentic business transformation highlight what companies are doing to successfully scale their agentic AI production deployments.

Agentic AI adoption for service organizations has grown from 39% to 66% in the past 12 months.

Also: The 3 types of people who will excel in the AI agent era, according to tech leadersNone of these firms is arguing against agentic AI.

2 часа назад @ zdnet.com
This Linux and Windows app makes managing all your documents easier
This Linux and Windows app makes managing all your documents easier

If you're a student, writer, or professional juggling documents, this app can help keep you organized.

4 часа назад @ zdnet.com
91% of professionals say their firm still falls short on AI - how to fix that
91% of professionals say their firm still falls short on AI - how to fix that 91% of professionals say their firm still falls short on AI - how to fix that

Just over a third (35%) of professionals in firms with a named AI strategy say the approach isn't visible in their day-to-day work.

Define solid production use casesRoth said the companies pulling ahead in generative and agentic AI are those that turn explorations into production-level services, while the laggards do not.

Across these areas, AI tools are found, tested, and deployed, and then their effectiveness is measured.

Today, 87% of Thomson Reuters employees actively use AI tools in their daily work.

So, what does successful generative and agentic AI look like across the organization, and how has it changed employees' day-to-day practices?

6 часов назад @ zdnet.com
I've tested dozens of robot vacuums - this new $599 Roborock has all the features I need
I've tested dozens of robot vacuums - this new $599 Roborock has all the features I need

The Roborock Qrevo 2 Pro is a midrange robot vacuum and mop with a hands-free cleaning experience.

6 часов назад @ zdnet.com
Even an AI cost-management vendor can lose control of its agent spending
Even an AI cost-management vendor can lose control of its agent spending Even an AI cost-management vendor can lose control of its agent spending

Cumulative costsFrom a financial perspective, AI agent costs can rack up.

Recently, engineers at Revenium, an AI spending solutions provider, reported an agentic AI session where a developer left one AI coding assistant running on his laptop for four days straight.

Here's what the team learned from a particular unmonitored AI agent incident and related audit:A four-day session involving a stray AI agent came to $3,762 : " On May 13, one of our developers opened an AI coding session on his laptop," members of the company's engineering team reported.

However, tracking averages hid the potential for runaway AI agent costs, as shown with the $3,762 session cost mentioned above.

However, trackin…

7 часов назад @ zdnet.com
How to get free Google AI Pro for an entire year - and save $240: 3 ways
How to get free Google AI Pro for an entire year - and save $240: 3 ways How to get free Google AI Pro for an entire year - and save $240: 3 ways

ZDNET's key takeawaysGoogle is offering some users a free AI Pro subscription.

Fortunately, if you'd like to check the benefits, there are ways to try AI Pro for free.

College students get one year freeIf you're a college student, you can get one free year of Google AI Pro.

New devices can earn a free yearYou can also get free Google AI Pro when you buy hardware.

Up to five family members of someone who has a Google AI Pro membership can receive "select AI Pro benefits and features" at no additional cost.

7 часов назад @ zdnet.com
These Mammotion robot lawn mowers can climb hills - and they're up to $560 off right now
These Mammotion robot lawn mowers can climb hills - and they're up to $560 off right now

The Mammotion LUBA 3 AWD 3000H and the LUBA Mini 2 mowers are both heavily discounted - here's which you should get.

9 часов назад @ zdnet.com
Galaxy Z Fold 8 camera trouble? 4 settings I recommend changing now
Galaxy Z Fold 8 camera trouble? 4 settings I recommend changing now Galaxy Z Fold 8 camera trouble? 4 settings I recommend changing now

The Samsung Galaxy Z Fold 8 isn't a camera phone per se, but I've definitely enjoyed shooting with it.

Also: Samsung Galaxy Z Fold 8 review: The compact phone I've wanted all alongIf you have a Galaxy Z Fold 8 or are planning to purchase one, I suggest changing a few camera settings as soon as you set up the phone.

I recommend you change these four settings to extract the best quality photos from your new Samsung Galaxy Z Fold 8.

To find Camera Assistant:Go to the Camera app on your Galaxy Z Fold 8.

Also: The Galaxy Z Fold 8 is so good, I don't see the point of flip phones any more3.

1 day назад @ zdnet.com
This excellent HP laptop is nearly 50% off at Best Buy - and comes with a cheap TV
This excellent HP laptop is nearly 50% off at Best Buy - and comes with a cheap TV This excellent HP laptop is nearly 50% off at Best Buy - and comes with a cheap TV

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, 2 hours назад @ zdnet.com
Apple escaped Android's 'toxic hellstew' - now Siri AI is creating a new one
Apple escaped Android's 'toxic hellstew' - now Siri AI is creating a new one Apple escaped Android's 'toxic hellstew' - now Siri AI is creating a new one

Also: Apple's new Siri AI comes with hidden costs that power users should know ofBut oh, how things have changed since those seemingly much simpler days.

Google, on the flip side, began taking notes from Apple in order to fix its toxic hellstew.

Remember back in June 2024, when Apple delayed a bunch of features -- Apple Intelligence, iPhone Mirroring, and SharePlay Screen Sharing -- in the EU, blaming Digital Markets Act compliance?

But keeping Siri AI out of the EU probably doesn't seem like it will be enough to halt investigations.

Also: Can Google save Apple AI?

1 day, 3 hours назад @ zdnet.com
How AI-armed script kiddies will soon wield the power of state-sponsored threat actors
How AI-armed script kiddies will soon wield the power of state-sponsored threat actors How AI-armed script kiddies will soon wield the power of state-sponsored threat actors

According to Palo Alto Networks' Unit 42 research team, that's a "probable" scenario.

In a briefing on Wednesday, Unit 42 discussed early findings from its new service, Frontier AI Defense.

According to Unit 42, it's the sudden AI-enabled power boost for these individuals that we need to watch.

Unit 42 calls AI a "force multiplier" that is changing how cybersecurity operates.

Now might be the time to consider investing in specialized platforms or partnering with experienced professionals in the space to improve your organization's security posture.

1 day, 3 hours назад @ zdnet.com
Sony's new Bravia 6 OLED TV aims to bring flagship visuals to the $1,300 price point
Sony's new Bravia 6 OLED TV aims to bring flagship visuals to the $1,300 price point

The Bravia 6 OLED TV is a new entry-level option in a variety of screen sizes.

1 day, 3 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 44 минуты назад
Brave’s browser one-ups Chrome with its new support for email aliases
Brave’s browser one-ups Chrome with its new support for email aliases

Brave's browser begins testing an email alias feature that lets you keep your main email info private.

44 минуты назад @ techcrunch.com
Open-weight AI companies are the Valley’s hottest acquisition targets
Open-weight AI companies are the Valley’s hottest acquisition targets

There's a lot of capital pouring into the business of giving models away.

1 час назад @ techcrunch.com
How Sweden built one of Europe’s hottest startup ecosystems
How Sweden built one of Europe’s hottest startup ecosystems

Sophia Bendz, general partner at Cherry Ventures, stopped by Equity to break down the latest in the Swedish tech ecosystem.

2 часа назад @ techcrunch.com
More Americans oppose police license plate cameras than support them: survey
More Americans oppose police license plate cameras than support them: survey

The backlash against license plate readers comes amid a wave of police abuses of surveillance cameras.

3 часа назад @ techcrunch.com
Friend-focused photo sharing app Retro snags $21M
Friend-focused photo sharing app Retro snags $21M

Retro, a friend-focused photo-sharing app built by former Instagram employees, has raised more than $21 million in Series A funding.

3 часа назад @ techcrunch.com
Apple TV is raising its subscription prices again
Apple TV is raising its subscription prices again

Now, Apple TV subscriptions will cost $14.99 per month, up from its previous price of $12.99 per month.

4 часа назад @ techcrunch.com
a16z creates a $1.1B ‘Machine Age’ fund to ‘accelerate the physical buildout of AI’
a16z creates a $1.1B ‘Machine Age’ fund to ‘accelerate the physical buildout of AI’

The firm, known for its focus on software, is going to start throwing more money at the hardware behind AI.

6 часов назад @ techcrunch.com
Anthropic gets its first court win over the Pentagon’s supply chain risk label
Anthropic gets its first court win over the Pentagon’s supply chain risk label

A federal judge ruled the Trump administration illegally labeled Anthropic a supply chain risk, handing the AI company a victory as its second Pentagon lawsuit continues in Washington.

6 часов назад @ techcrunch.com
Meta executive leaves for OpenAI as the social media giant faces growing scrutiny in India
Meta executive leaves for OpenAI as the social media giant faces growing scrutiny in India

Sandhya Devanathan will oversee some OpenAI operations across Southeast Asia and Australia in her new role.

7 часов назад @ techcrunch.com
As electric two-wheelers gain a foothold, Belgian startup Any bets on cargo space
As electric two-wheelers gain a foothold, Belgian startup Any bets on cargo space

Launched by Belgian startup Any, LUV1 is a modular electric motorcycle with 120 liters of cargo space that can be used to carry bags, work equipment, or even pets.

10 часов назад @ techcrunch.com
AI, athletes, and Keith Rabois: StrictlyVC is back in New York on September 10
AI, athletes, and Keith Rabois: StrictlyVC is back in New York on September 10

A boutique StrictlyVC evening returns to New York's West Village on September 10 with Keith Rabois, Craig Shapiro, Jason Levien, Tristan Walker, Brynn Putnam, and Deven Parekh — covering AI, sports investing, community-building, venture economics, and politics, with cocktails, food, and networking throughout the night.

17 часов назад @ techcrunch.com
Anthropic and OpenAI are joining the AI stage at TechCrunch Disrupt 2026
Anthropic and OpenAI are joining the AI stage at TechCrunch Disrupt 2026

At TechCrunch Disrupt 2026, the AI Stage is back to dig into the single hottest topic in the community for the past few years, presented by Google for Startups.

20 часов назад @ techcrunch.com
Rivian’s CFO is leaving the company
Rivian’s CFO is leaving the company

Claire McDonough is stepping down on October 30 to pursue a new opportunity, the company said in a filing on Thursday.

23 часа назад @ techcrunch.com
Bluesky adds an ‘algorithmic opt-out’ feature for those who don’t want to go viral
Bluesky adds an ‘algorithmic opt-out’ feature for those who don’t want to go viral

Sometimes people just want to post to their followers, Bluesky says.

23 часа назад @ techcrunch.com
Buried in Meta’s $18B settlement is a legal pass on kids’ data
Buried in Meta’s $18B settlement is a legal pass on kids’ data

Meta’s settlement with 29 states allows it to retain certain data from children under 13 to train and test age-detection models, highlighting a privacy trade-off built into the deal.

23 часа назад @ techcrunch.com
Slashdot Slashdot
последний пост 34 минуты назад
Apple TV and Apple One Subscription Prices Increase By Up To 20%
Apple TV and Apple One Subscription Prices Increase By Up To 20% Apple TV and Apple One Subscription Prices Increase By Up To 20%

Apple is raising Apple TV's U.S. price to $14.99 per month, up from $12.99, while the annual plan jumps from $99 to $119. It's the service's fourth price hike in four years and means the monthly cost has now tripled from its $4.99 launch price in 2019. Apple One's Individual plan is also rising from $19.95 to $21.95 per month. Read more of this story at Slashdot.

34 минуты назад @ news.slashdot.org
Pentagon's Blacklisting of Anthropic Was Unlawful, US Judge Rules
Pentagon's Blacklisting of Anthropic Was Unlawful, US Judge Rules Pentagon's Blacklisting of Anthropic Was Unlawful, US Judge Rules

An anonymous reader quotes a report from The Guardian: A US judge ruled on Thursday that the Trump administration broke the law when it designated Anthropic as a supply chain risk earlier this year, finding that the government had unlawfully targeted the AI firm for refusing to comply with defense department demands. "The empty invocation of national security is not a blank check to punish and retaliate against government critics," Judge Rita Lin said in a 59-page decision. Lin's ruling barred the federal agencies named in the lawsuit from enforcing Donald Trump's order to stop using Anthropic's tools and overturned the designation of the company as a "supply chain risk" by the defense secr…

1 час назад @ yro.slashdot.org
Stripe and Advent Ditch $50 Billion PayPal Takeover Bid
Stripe and Advent Ditch $50 Billion PayPal Takeover Bid Stripe and Advent Ditch $50 Billion PayPal Takeover Bid

Stripe and private equity firm Advent International have ditched their $53 billion pursuit of PayPal, ending a deal that would have been the largest fintech acquisition ever. "Stripe last week agreed to pay $8 billion for AI model marketplace OpenRouter, but a source said that the OpenRouter and PayPal deals were operating on independent tracks," reports Axios. Read more of this story at Slashdot.

2 часа назад @ news.slashdot.org
Roblox Is Cracking Down On Games That Reward Kids For Doomscrolling
Roblox Is Cracking Down On Games That Reward Kids For Doomscrolling Roblox Is Cracking Down On Games That Reward Kids For Doomscrolling

Roblox is restricting games that reward younger players for endlessly consuming autoplaying media feeds. The new restrictions are specifically targeting Roblox experiences like "Steal an Egg," which encouraged players to watch TikTok-style clips for in-game benefits. "Roblox's official alert does not expressly mention SAE, but the new policy is most certainly targeting the viral game first and foremost," reports TechSpot. From the report: The company said games that reward ongoing media consumption are now unavailable to players with a Roblox Kids (ages 5 to 8) or Roblox Select (ages 9 to 15) account. The policy will affect games designed to combine media feeds, autoplay, infinite scrolling…

3 часа назад @ games.slashdot.org
US Considers Fresh Round of Tariffs On Semiconductors
US Considers Fresh Round of Tariffs On Semiconductors US Considers Fresh Round of Tariffs On Semiconductors

An anonymous reader quotes a report from CNBC: U.S. President Donald Trump's administration is reportedly considering new tariffs on semiconductors used in the U.S., as tech giants race to beat China in the artificial intelligence infrastructure build-out. The duties will be imposed on an expanded range of tech products made alongside chips, including laptops, data center servers and gaming hardware, eight people familiar with the matter told Politico in a report published Thursday. The measures, which are still in the early phases and subject to significant changes over the next few months, will be introduced via a staggered rollout period, according to the report. The White House did not …

4 часа назад @ yro.slashdot.org
Gemini Notebook Now Lets You Reference Books, Turn Them Into Different Formats
Gemini Notebook Now Lets You Reference Books, Turn Them Into Different Formats Gemini Notebook Now Lets You Reference Books, Turn Them Into Different Formats

Google is adding an "Expert Intelligence" feature to Gemini Notebook (formerly known as NotebookLM) that lets users cite and work directly from more than 100,000 books they own through Google Play Books. Those books can be used as sources for things like quizzes, infographics, and Audio Overviews. Digital Trends reports: For now, Google is offering one free book to users in the US as part of the launch campaign, with a caveat -- "while supplies last." At the moment, Expert Intelligence is only available in the Gemini Notebook app and its web dashboard, but down the road, Google says that it will also appear within the core Gemini app and AI mode in Search. The broad idea behind expert intel…

8 часов назад @ news.slashdot.org
Canada Hires 48 Scholars Away From Top US Universities
Canada Hires 48 Scholars Away From Top US Universities Canada Hires 48 Scholars Away From Top US Universities

Canada is recruiting 64 researchers to universities across the country (source paywalled; alternative source), including 48 from U.S. institutions such as Harvard, Yale, and MIT. The hires are backed by more than $364 million in government funding and are part of a broader effort to attract researchers in fields such as AI, climate science, and medicine. The New York Times reports: While scientists often shy away from political discourse, some are saying the Trump administration's assault on science is behind their departure. "I used to live in the country that I thought was the most enthusiastic about the prospects for science improving the human condition, of any country in the world," sa…

12 часов назад @ news.slashdot.org
Is ChatGPT Changing How You're Writing?
Is ChatGPT Changing How You're Writing? Is ChatGPT Changing How You're Writing?

An anonymous reader quotes a report fro SFGATE: From "rizz" to "meat proxy," words and phrases have fallen in and out of favor for centuries. Culture, politics and technological development have long influenced these trends, and now, new research shows that ChatGPT is beginning to influence how humans communicate. The findings from a team at the Pew Research Center show how, in a short time since OpenAI released ChatGPT in November 2022 and other chatbots followed, the use of certain words and phrases has spiked on the web. The researchers, led by data scientist Samuel Bestvater, studied nearly half a million English language webpage texts in snapshots over the past five years. Not only has…

16 часов назад @ slashdot.org
AI's Memory Crunch Is Coming For Android Apps
AI's Memory Crunch Is Coming For Android Apps AI's Memory Crunch Is Coming For Android Apps

Google is imposing new memory-use limits on Android apps as the AI data center boom contributes to a broader memory chip shortage that could leave lower-cost phones with less RAM. Developers will have until February 2027 to meet new thresholds for memory and bitmap usage. To aid developers, Google is adding tools to flag apps that exceed the limits and help prevent slowdowns and crashes. TechCrunch reports: The company explains that the mobile industry is now facing "significant hardware supply constraints that are altering device memory availability," which can then, in turn, affect the consumer's experience with their devices. To address this, Google is now establishing new performance th…

20 часов назад @ developers.slashdot.org
OpenAI Is Developing a 'Persistent' AI Agent
OpenAI Is Developing a 'Persistent' AI Agent OpenAI Is Developing a 'Persistent' AI Agent

Wired reports that OpenAI is testing a new "Persistent mode" for Codex that would let the agent keep working until explicitly "put to sleep," proactively creating follow-up tasks for itself across sessions and using prior interactions and knowledge of the user to decide what to do next. Code alluding to the feature was spotted in the product's code base, though it has not been rolled out or officially announced yet. From the report: Persistent mode appears in Codex's "reasoning effort" menu, in which users can select the level of computing power, tokens, and time they want to allow for an AI model to "think" before answering a prompt. It seems to be one of OpenAI's most computationally inte…

21 час назад @ features.slashdot.org
Ring Says New Encryption Limits What It Can Give Police
Ring Says New Encryption Limits What It Can Give Police Ring Says New Encryption Limits What It Can Give Police

Ring is rolling out a new default encryption system called TAKE, or "Throw Away the Key Encryption," that rotates video keys every five minutes and permanently deletes Ring's copy after 24 hours. The system is designed to preserve cloud features such as smart alerts and AI video search while limiting what Ring can provide under legal process to non-video account information and encrypted footage. The Verge reports: Ring says TAKE uses unique, rotating encryption keys for your footage, stored in a secure enclave and accessible only under strict conditions -- based on the features you enable on your account. Currently, footage captured by Ring cameras is encrypted in transit to the cloud and …

22 часа назад @ it.slashdot.org
Claude, Codex, and Hermes Installed Unowned Code Inside Corporate Networks
Claude, Codex, and Hermes Installed Unowned Code Inside Corporate Networks Claude, Codex, and Hermes Installed Unowned Code Inside Corporate Networks

An anonymous reader quotes a report from Ars Technica: Documentation files on more than 100 websites are referencing potentially dangerous executable content that gets installed automatically when visited by many AI agents [including Claude, OpenAI's Codex, and Nous Research's Hermes]. A few dozen companies, some of them Fortune 500s, are among those that executed proof-of-concept code. At least one misconfigured site is directing visitors, human or AI, to live malware. The potentially dangerous content is in llms.txt and llms-full.txt files, an emerging convention websites employ to provide machine-readable summaries of the site's content and its high-level structure. These files are the A…

23 часа назад @ yro.slashdot.org
Trump Declares National Emergency to Ban Some Foreign Grid Equipment
Trump Declares National Emergency to Ban Some Foreign Grid Equipment Trump Declares National Emergency to Ban Some Foreign Grid Equipment

Longtime Slashdot reader dhartshorn writes: Foreign-produced "bulk power" equipment is now effectively banned, and the list of what constitutes such equipment is essentially everything used to make up the grid... much of which we are heavily dependent on foreign sources to supply. In a Wednesday executive order, President Trump said foreign supply of electric equipment "constitutes an unusual and extraordinary threat" to national security. The Hill reports: Under the order, it will be up to Energy Secretary Chris Wright, in coordination with other officials, to determine whether a piece of equipment poses an issue. The order could impact a wide range of equipment, including substations, tra…

1 day назад @ news.slashdot.org
Panic Passes Trump Tariff Refunds Back to Playdate Customers
Panic Passes Trump Tariff Refunds Back to Playdate Customers Panic Passes Trump Tariff Refunds Back to Playdate Customers

Panic is refunding Playdate customers the 19% tariff charges it passed along while the Trump administration's import duties were in effect, after the Supreme Court ruled the tariffs illegal and the company began receiving refunds from the government. Panic says the money "just [wasn't] ours to keep." Ars Technica reports: In an update posted on the Playdate help site this week, Panic noted that it has finally "begun to receive refunds of the tariffs we paid in the last year" and had consequently "refunded all tariffs charged to customers." In the initial version of that tariff note, Panic explained that it couldn't afford to simply "absorb" the 19 percent tariffs it was being charged to imp…

1 day, 1 hour назад @ news.slashdot.org
Nvidia Agrees to Acquire Hugging Face For $13 Billion
Nvidia Agrees to Acquire Hugging Face For $13 Billion Nvidia Agrees to Acquire Hugging Face For $13 Billion

The Information reported on Wednesday that Nvidia has agreed to buy open-source platform Hugging Face for $12.9 billion. "Deal talks began after Hugging Face, an open-source AI platform developers use to collaborate, test and share tools, received acquisition interest from another suitor," reports CNBC, citing the (paywalled) report. Business Insider separately reported the acquisition talks. From CNBC: If completed, the acquisition would put one of the most widely used platforms for sharing and working with open-source AI models under Nvidia's ownership, expanding the chipmaker's reach further into the software and model ecosystem. Siddy Jobe, a fund manager at Eonopolis Exponential Techno…

1 day, 2 hours назад @ news.slashdot.org
Блоги людей
2026.35: Internet Hype and Real World Change
2026.35: Internet Hype and Real World Change

The best Stratechery content from the week of August 24, 2026 including the breaker's advantage, the new battle for HDMI1, and how data center discourse ends.

2 часа назад @ stratechery.com
Launchpad
Launchpad Launchpad 15 часов назад @ xkcd.com
>Агентский поиск на примере Вкусвилла
Агентский поиск на примере Вкусвилла

Подоспел реальный пример для иллюстрации поста

В позапрошлом посте я писал, что агентский поиск должен принимать пачку запросов за раз. Напомню идею: один тулкол, много запросов, один ответ. Иначе получается N+1: агент ищет, ищет, ищет.

И вот поспел живой пример.

У Вкусвилла появился официальный MCP. vkusvill_products_search принимает один q. У меня в приложении Recipe Scaler список покупок для рецептов. Пара блюда — штук 20 ингредиентов. Чтобы собрать из них корзину Вкусвилла, мой агент делает примерно так:

vkusvill_search_products({ q: "яйца" })

vkusvill_search_products({ q: "тесто фило" })

vkusvill_search_products({ q: "апельсин" })

vkusvill_search_products({ q: "греческий йогурт" })

vku…

1 day, 8 hours назад @ mikeozornin.ru
Apple Updates Mini and Studio, AI Computers, OpenAI Jalapeño
Apple Updates Mini and Studio, AI Computers, OpenAI Jalapeño

Apple and OpenAI have two completely different hardware announcements; both represent pressure on Nvidia.

2 days, 9 hours назад @ stratechery.com
Trade
Trade Trade 2 days, 15 hours назад @ xkcd.com
Как уместить много карточек в экран телефона?
Как уместить много карточек в экран телефона?

Привет! На скриншоте результат веб-анализа макияжа на мобилке. 15 и более карточек, которые открываются по клику в панельке снизу. Есть ощущение, что может быть удобнее. Есть ли идеи по поводу представления сегментированного контента вроде этого в условиях ограниченных размеров экрана?

2 days, 22 hours назад @ bureau.ru
Netflix to Sell Streaming Services?, Streamers as Aggregators, Revisiting Roku
Netflix to Sell Streaming Services?, Streamers as Aggregators, Revisiting Roku

Netflix is considering selling other streaming services, and I think it's a good idea; it's also a let-down for Netflix's original goals and potential pivots.

3 days, 9 hours назад @ stratechery.com
>Нативный recipe scaler
Нативный recipe scaler Нативный recipe scaler

Ох, получается, я сейчас — айос-разработчик

Мои эксперименты с своим веб-приложением recipe scaler (см. посты по тегу recipe-scaler) довели меня до апстора. Я выпустил нативное приложение.

Ссылка на магазин Попробуйте, кто готовит, оно классное. Оно умеет всё то же, что веб: надежная синхронизация, в том числе в оффлайне,

работа в оффлайне,

таймеры с пушами,

кбжу,

импорт откуда угодно: текст, сайты, даже фотографии бабушникой тетрадки, интеграция с телеграмом,

ассистент, который помогает в панике понять, что делать с тестом, которое не поднимается как положено, под капотом — стейт-оф-зе-арт-модель, а не какой-то мусор,

и, если ассистента не хватает, то есть MCP, который позволяет встроить р…

3 days, 9 hours назад @ mikeozornin.ru
Как составлять пользовательские сценарии
Как составлять пользовательские сценарии

А расскажите, как вы составляете пользовательские сценарии при проектировании нового сервиса? С чего начинать?

И главное: как вы определяете глубину детализации, чтобы сценарий помогал проектировать, а не превращался в художественную литературу? Стоит ли прописывать реакцию системы на каждом шаге (ошибки, лоадеры) в тексте, или это уже лишняя работа, которую нужно делать сразу в макетах?

3 days, 22 hours назад @ bureau.ru
Autonomy and Innovation
Autonomy and Innovation

Incentives favor offense when it comes to agentic cybersecurity; it's the same dynamic that will limit incumbents and fuel startups in the long run.

4 days, 9 hours назад @ stratechery.com
Autonomy and Innovation
Autonomy and Innovation

Incentives favor offense when it comes to agentic cybersecurity; it's the same dynamic that will limit incumbents and fuel startups in the long run.

4 days, 9 hours назад @ stratechery.com
Highway Signs
Highway Signs Highway Signs 4 days, 15 hours назад @ xkcd.com
Micro language implementation: Calcium
Micro language implementation: Calcium

I wrote a tiny language implementation: Calcium.

It’s meant as a demonstration of how languages like Python are implemented. It

has a tokenizer, a parser, an AST, a compiler, bytecodes, and an execution

engine, all in about 300 lines of code.I did it because I often see the question: isn’t Python interpreted? Why do

people say it’s compiled? (BTW, I also answered this in an earlier blog post:

Is Python interpreted or compiled? Yes.) It can be hard to explain

that your Python program never becomes an explicit sequence of native CPU

instructions, which is what people often think “compiled” means.So I coded up Calcium to have on hand the next time

it comes up. I think it will help to be able t…

5 days, 23 hours назад @ nedbatchelder.com
2026.34: App Snore
2026.34: App Snore

The best Stratechery content from the week of August 17, 2026, including Apple making compromises in the EU, Truth (Social) and reconciliation, and August fun with the Clippers and Lakers.

1 week назад @ stratechery.com
Archery Feat
Archery Feat Archery Feat 1 week назад @ xkcd.com
xkcd store reopening
xkcd store reopening xkcd store reopening 1 week назад @ store.xkcd.com
Apple Settles With E.U., U.S. App Store Fees, ATT Rules in Germany
Apple Settles With E.U., U.S. App Store Fees, ATT Rules in Germany

Apple's App Store is finally facing the reality of lower fees, and the EU should be satisfied with its work; it's ok it's late.

1 week, 2 days назад @ stratechery.com
Perseids
Perseids Perseids 1 week, 2 days назад @ xkcd.com
Винный пейринг
Винный пейринг 1 week, 2 days назад @ bureau.ru
Nvidia Backs OpenAI Data Center, Anthropic News, Google Buys Spirit Airlines Data
Nvidia Backs OpenAI Data Center, Anthropic News, Google Buys Spirit Airlines Data

Nvidia makes another deal, this time with a frontier lab; Anthropic's revenue continues to amaze; and maybe data finally is oil.

1 week, 3 days назад @ stratechery.com
Нейросети — не ИИ. Почему ChatGPT на самом деле не думает
Нейросети — не ИИ. Почему ChatGPT на самом деле не думает Нейросети — не ИИ. Почему ChatGPT на самом деле не думает

Когда ChatGPT пишет связный абзац про квантовую физику или помогает составить письмо об увольнении, возникает ощущение: вот оно, мышление. ...

The post Нейросети — не ИИ. Почему ChatGPT на самом деле не думает first appeared on Непиши.

1 week, 3 days назад @ nepishi.ru
Как правильно отказать клиенту, который просит прислать дизайн до встречи-презентации?
Как правильно отказать клиенту, который просит прислать дизайн до встречи-презентации?

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

1 week, 3 days назад @ bureau.ru
Stripe Acquiring OpenRouter, Aggregating AI?, Flipping the Business Model
Stripe Acquiring OpenRouter, Aggregating AI?, Flipping the Business Model

Stripe is reportedly acquiring OpenRouter, an implicit bet on a future market of models and the chance at Aggregation.

1 week, 4 days назад @ stratechery.com
Particle Physics Equipment
Particle Physics Equipment Particle Physics Equipment 1 week, 4 days назад @ xkcd.com
То, что раньше считалось профессиональной нормой, теперь считается признаком нейросетей
То, что раньше считалось профессиональной нормой, теперь считается признаком нейросетей

То, что раньше считалось профессиональной нормой, теперь считается признаком нейросетей: правильные кавычки, длинные тире, сложные конструкции типа «не только… но и». Как быть тем, кто привык использовать эти знаки препинания и фразы? Нужно ли теперь их избегать?

1 week, 5 days назад @ bureau.ru
2026.33: The CapEx Train Keeps Rolling
2026.33: The CapEx Train Keeps Rolling

The best Stratechery content from the week of August 10, 2026, including the capital constraint, AI writing, and a tale of two cities.

2 weeks назад @ stratechery.com
Accretionary Arc
Accretionary Arc Accretionary Arc 2 weeks назад @ xkcd.com
Anthropic’s Watermarking, How It (Probably) Works, Worse Than It Seems
Anthropic’s Watermarking, How It (Probably) Works, Worse Than It Seems

Anthropic is adding watermarking in response to the E.U.'s AI law. It's a terrible idea, first and foremost for philosophical reasons.

2 weeks, 2 days назад @ stratechery.com
Geology Building
Geology Building Geology Building 2 weeks, 2 days назад @ xkcd.com
Как впихнуть прайс-лист в А5?
Как впихнуть прайс-лист в А5?

Здравствуйте. Хотелось бы получить совет по улучшению этого прайс-листа и более компактной организации информации

Есть несколько обязательных ограничений: Формат листа должен оставаться A5. Уменьшать текст уже нельзя, поскольку текущий размер — минимально комфортный для чтения посетителями автосалона. Вся информация, включая QR-коды и дополнительные данные, должна быть сохранена. QR-коды также уже уменьшены до минимально допустимого размера.

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

2 weeks, 2 days назад @ bureau.ru
Nvidia’s Risky Business
Nvidia’s Risky Business

Nvidia is finding new ways for its customers to raise money, and it's expanding the risk of the AI buildout significantly.

2 weeks, 3 days назад @ stratechery.com
Схема трамвайных маршрутов Белграда
Схема трамвайных маршрутов Белграда

Я сделал схему трамвайных маршрутов Белграда. Хочу получить комментарий эксперта. Особенно интересует мнение по поводу пересадок в центре схемы — стоит ли их изображать одной большой таблеткой или показать, как они работают на самом деле?

2 weeks, 3 days назад @ bureau.ru
Apple Earnings, More on Amazon’s Earnings
Apple Earnings, More on Amazon’s Earnings

Apple's earnings (and stock) are limited not by memory but rather chip shortages; then, more on Amazon's earnings and Andy Jassy's market analysis.

2 weeks, 4 days назад @ stratechery.com
Size and Lifespan
Size and Lifespan Size and Lifespan 2 weeks, 4 days назад @ xkcd.com
Caller-specific coverage
Caller-specific coverage Caller-specific coverage

I’ve had an idea rattling around to get more detail from coverage

measurement. Can we measure the coverage in a function separately for each

caller of the function?Here’s why I want it: in Acidica, my toy

BASIC interpreter, I have code to implement the built-in functions that looks

something like this:match func_name: case "LEN": if len(args) != 1: raise TypeError(f"Wrong arguments for LEN, got {len(args)}") return len(args[0]) case "LEFT$": if len(args) != 2: raise TypeError(f"Wrong arguments for LEFT$, got {len(args)}") return args[0][:args[1]] # ... 19 other built-ins ... I didn’t like the repeated code here: each different func_name has to

check that it got its expected number of argume…

2 weeks, 5 days назад @ nedbatchelder.com
2026.32: Earnings and Learnings
2026.32: Earnings and Learnings

The best Stratechery content from the week of August 3, 2026, including earnings exposure, OpenAI's answer to Apple, and all about LeBron in Philly.

3 weeks назад @ stratechery.com
Trick Play
Trick Play Trick Play 3 weeks назад @ xkcd.com
>Что такое agentic UI / agent-friendly сервис
Что такое agentic UI / agent-friendly сервис

Нейросети сводят всех с ума, началась эпоха «агентского интерфейса».

Только ленивый не говорит про агентский юикс, выходят посты, статьи как его делать. В целом этот агентский юикс немножко напоминает истерию с чат-ботами лет десять назад. Когда появились чат-боты (те, которые работали на скриптах, не поверх языковых моделей), тоже была истерика, что всё, Галя, отменяем все интерфейсы, всё переводим на чат-боты.

Ну отлично, перевели на чат-ботов.

А потом оказалось, что пропускная способность интерфейса чат-бот (количество бит информации, которое может пропустить чат-бот за одно взаимодействие), очень низкая. И людям неинтересно, смотреть по одному варианту чат-бота для билетов. Они хотят вы…

3 weeks назад @ mikeozornin.ru
Google Earnings, The Frontier Case, Amazon Earnings
Google Earnings, The Frontier Case, Amazon Earnings

Google's earnings seemed to confirm the Anthropic hedge; it was Andy Jassy who explained why their — and Amazon's — capex was justifiable.

3 weeks, 2 days назад @ stratechery.com
Antiques Roadshow
Antiques Roadshow Antiques Roadshow 3 weeks, 2 days назад @ xkcd.com
Дата‑классный пример: графики потребления алкоголя из «Москвы — Петушков»
Дата‑классный пример: графики потребления алкоголя из «Москвы — Петушков» 3 weeks, 2 days назад @ bureau.ru
Microsoft Earnings, Microsoft vs. Meta, The Efficiency Payoff
Microsoft Earnings, Microsoft vs. Meta, The Efficiency Payoff

Microsoft's earnings were compelling because they showed a clarity of strategy, lower costs, and a tangibility of application. The reason why is scarier.

3 weeks, 3 days назад @ stratechery.com
Презентация для транспортной компании
Презентация для транспортной компании

Делаем с дизайнером презентацию для транспортной компании. Есть база качественных фото и есть идея совместить сразу две версии — русскую и китайскую (есть клиенты). Хотелось получить презентацию а-ля Rolex или XO Boats, но никак не получается всё это скомпоновать, мозг уже отказывается думать. Дизайнер говорит, что всё норм, но чую: хрень… Что делать? Дайте вектор для дальнейшего движения.

3 weeks, 3 days назад @ bureau.ru
Meta Earnings, Meta’s Timing Problems, The Financial Tail
Meta Earnings, Meta’s Timing Problems, The Financial Tail

Meta's earnings were a bit disappointing; future promises about AI products were more disconcerting.

3 weeks, 4 days назад @ stratechery.com
Maze
Maze Maze 3 weeks, 4 days назад @ xkcd.com
Инди-разработка
Show HN Show HN
последний пост 39 минут назад
Show HN: Hi agent – run `npx microfeed/CLI manage` to deploy CMS on Cloudflare
Show HN: Hi agent – run `npx microfeed/CLI manage` to deploy CMS on Cloudflare Show HN: Hi agent – run `npx microfeed/CLI manage` to deploy CMS on Cloudflare

Start by running `npx @microfeed/cli manage`, then follow its instructions until deployment is verified.

Stay nearby while the agent works: you sign in to Cloudflare in your browser, choose between any ambiguous accounts or existing sites, and create your private dashboard password yourself.

Never paste a Cloudflare token, dashboard password, or private setup link into the conversation.

An email address for the private dashboard login.

After deployment, you open a private one-time setup page and choose the dashboard password yourself.

39 минут назад @ docs.microfeed.org
Show HN: Nexora – Custom Automation and Data Pipeline Showcases
Show HN: Nexora – Custom Automation and Data Pipeline Showcases

Article URL: https://nexora-digital-rust.vercel.app/

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

Points: 1

# Comments: 0

45 минут назад @ nexora-digital-rust.vercel.app
Show HN: Colrows – Compile natural language to governed SQL instead of guessing
Show HN: Colrows – Compile natural language to governed SQL instead of guessing Show HN: Colrows – Compile natural language to governed SQL instead of guessing

Cube.js, dbt Semantic Layer, and Looker resolve meaning at presentation time, primarily for human consumers querying through APIs or BI tools.

Colrows resolves meaning at compile time, across any warehouse, for AI agents.

The semantic graph is autonomously built and maintained, join paths are formally proven, and RBAC, ABAC, and row/column-level policies are enforced before any SQL leaves the planner.

Existing dbt metric definitions can be ingested into the graph as a starting point.

See full comparisons: vs Cube.js, vs dbt Semantic Layer, vs Looker, vs AtScale, vs ThoughtSpot.

1 час назад @ colrows.com
Show HN: AI Shipcheck – know if your AI-built app is ready to ship
Show HN: AI Shipcheck – know if your AI-built app is ready to ship Show HN: AI Shipcheck – know if your AI-built app is ready to ship

auth/supabase-service-role-exposure · confidence high · ai-shipcheck explain auth/… Verdict · 4 blocking issues must be fixed before deploying.

Scanned 9 files in 28 ms · 41 checks run, 19 not applicable, 3 not assessed · ai-shipcheck v1.0.1 Static analysis of source code - not a security certification.

Framework-specific rules run only when the framework is detected, monorepos included.

Express and Fastify routes are not covered by the auth rules.

Adding a rule is meant to be a single afternoon: write it, add a vulnerable fixture and a secure fixture, run npm run docs:rules , run npm run check .

1 час назад @ github.com
Show HN: Agentify Chat – E2E-Encrypted Remote Chat for Codex, Claude, Grok CLIs
Show HN: Agentify Chat – E2E-Encrypted Remote Chat for Codex, Claude, Grok CLIs Show HN: Agentify Chat – E2E-Encrypted Remote Chat for Codex, Claude, Grok CLIs

Still under heavy development and rough around the edges but instead of sitting on this longer to perfect it I'll risk flak and share it.

Essentially chat.agentify.sh is a remote control for codex/grok/claude cli and dream goal is to become a universal remote that will let you use all of them from a single chat.

The only thing sent over the wire is the encrypted chat messages e2e.

Here's an architectural diagram: https://github.com/agentify-sh/chat/blob/main/diagram.pngAnother feature it has is ability to publish your chat session with redaction (ex.

Also if by chance you are in Seattle today, I'll be also at the Walk & Talk event at Bellevue Downtown Park today at 2:30pm, would love to cha…

1 час назад @ news.ycombinator.com
Show HN: Agentctl – Terraform for your agent harnesses
Show HN: Agentctl – Terraform for your agent harnesses Show HN: Agentctl – Terraform for your agent harnesses

agentctlOverviewagentctl is a command-line tool that manages AI agent harness configurations from a single declarative workspace.toml .

What it managesModel — a default model at [global] , overridable per harness (each harness has its own model family).

— a default model at , overridable per harness (each harness has its own model family).

Skills — local skill directories ( SKILL.md plus scripts) copied into each harness's skills/ folder.

All commands accept -c to point at a workspace file; the default is ./workspace.toml .

1 час назад @ github.com
Show HN: SplatIt. Self-hosted game servers for Splatoon on Wii U
Show HN: SplatIt. Self-hosted game servers for Splatoon on Wii U Show HN: SplatIt. Self-hosted game servers for Splatoon on Wii U

A React admin panel sits on top of a REST management API.

The account server throws at run time instead, on the first request that touches a user's local time.

kinnay's NintendoClients wiki is the source for how Nintendo Network works: PRUDP, RMC, the Kerberos ticket scheme, the NEX protocol and method numbering, and the account server API.

is the source for how Nintendo Network works: PRUDP, RMC, the Kerberos ticket scheme, the NEX protocol and method numbering, and the account server API.

Splatoon, Wii U and Nintendo Network are trademarks of Nintendo, which has nothing to do with this project.

1 час назад @ github.com
Show HN: Blast – Open-source sandbox-as-a-service
Show HN: Blast – Open-source sandbox-as-a-service Show HN: Blast – Open-source sandbox-as-a-service

FeaturesCompared to existing solutions for local sandboxing or BYOC sandbox compute, BLAST features:Single 7 MB binary.

Unlike other solutions that simply provide utilities for creating sandboxes, BLAST takes a given pool of CPU, memory, disk and optimally serves forking and running sandboxed commands.

For a unified control plane across bursty cloud compute and user-provided compute, BLAST is built to integrate with a control plane.

For a unified control plane across bursty cloud compute and user-provided compute, BLAST is built to integrate with a control plane.

Built and actively maintained by a growing team of open-source sandboxing and orchestration enthusiastsDocumentationVisit documen…

1 час назад @ github.com
Show HN: A retirement planner in one HTML file, works offline, nothing uploaded
Show HN: A retirement planner in one HTML file, works offline, nothing uploaded Show HN: A retirement planner in one HTML file, works offline, nothing uploaded

Getting inwas the easy part.

Now know what you keep.

Every calculator shows you the gross number.

Torsalis shows you what survives the tax bill on the way out — holding by holding, at your growth rates, on a sell schedule you set.

Gross $2,000,000 What you keep $1,420,750 To tax $579,250How we got this → $2M holding · $250K cost basis · 33.1% capital gainsNo account, nothing uploaded · free in your browser · $99 once to own the file

2 часа назад @ torsalis.com
Show HN: Watermarks Remover: Clean LLM watermarks from text and files
Show HN: Watermarks Remover: Clean LLM watermarks from text and files Show HN: Watermarks Remover: Clean LLM watermarks from text and files

Unrecognized formats are never auto-cleanedclassify() labels bytes that match no supported text, image or container format as unknown — it no longer falls back to "text".

MARKLLM_DIR= ~ /MarkLLM \ ~ /MarkLLM/.venv/bin/python " $SCRIPTS /detect_text_watermark.py " watermark prompt.txt \ --scheme kgw -o wm.txt -o2 plain.txt # Detect the scheme mark in a text file.

The Stable Diffusion model (default huanzi05/stable-diffusion-2-1-base ) downloads from Hugging Face on first run.

Prefer a non-origin model for Layer B (do not rewrite Claude text with Claude if you are trying to avoid re-stamping).

use the lossless path — Layer A Unicode scrub plus the file metadata cleaners — and keep the origina…

2 часа назад @ github.com
Show HN: ContextSwitch – Make your LLM chats provider agnostic
Show HN: ContextSwitch – Make your LLM chats provider agnostic Show HN: ContextSwitch – Make your LLM chats provider agnostic

How it works01 Extract the current chat Open a conversation on ChatGPT, Claude, or Gemini.

Click the ContextSwitch icon and extract the thread.

02 Pick a destination Send the full conversation, the last 10 messages, or the last 20.

You choose how much context travels.

2 часа назад @ contextswitch-blue.vercel.app
Show HN: Repobeats – self-hostable GitHub activity cards in Rust
Show HN: Repobeats – self-hostable GitHub activity cards in Rust Show HN: Repobeats – self-hostable GitHub activity cards in Rust

Open-source GitHub analyticsRepository activity,ready to embed.

Repobeats turns commits, issues, pull requests, and contributor activity into a fast SVG card for READMEs and websites.

GitHub repository Configure card Enter the repository's full owner/name.

Know before connecting: a repository administrator must install the read-only GitHub App.

Public cards use the owner/repository URL; Unlisted cards use a random URL, but anyone with that URL can still view the aggregate activity—including from a private repository.

2 часа назад @ repobeats.com
Show HN: The Million Dollar Homepage, but it gets printed on an iPhone skin
Show HN: The Million Dollar Homepage, but it gets printed on an iPhone skin Show HN: The Million Dollar Homepage, but it gets printed on an iPhone skin

Your processed image will be public on the shared canvas.

1 × 1 2.8 × 2.8 mm US$ 1 2 × 2 5.6 × 5.6 mm US$ 4 3 × 3 8.4 × 8.4 mm US$ 9 4 × 4 11.2 × 11.2 mm US$ 16 2 × 6 5.6 × 16.8 mm US$ 12 5 × 5 14.0 × 14.0 mm US$ 25 10 × 10 28.0 × 28.0 mm US$ 100Grid: 25 × 45 · each tile: approx.

2.8 × 2.8 mmISLAND The area around the phone cameras · 7×4 zone US$200Optional camera-area block · US$200Upload a JPG JPG OR JPEG · SOLID BACKGROUND · MAX 10 MBYour processed image will be public on the canvas.

Public display name Public websiteI have permission to submit this image and accept the participation terms .

US$ 9.00 9 tiles · US$1.00 each Continue to checkoutPAYMENT PROCESSED BY STRIPE · US$1 PER TILE ·…

2 часа назад @ skinoftheyear.lol
Show HN: It Was Never You
Show HN: It Was Never You Show HN: It Was Never You

reCast edits the photos in your library directly, so your history looks rewritten everywhere.

The originals are always preserved underneath: undo any photo in the app, or open it in Photos and tap “Revert to Original.”What happens to my photos on your servers?

You’re responsible for the photos you rewrite.

Keep the app open and plugged in for large jobs, and we’ll send you a notification the moment everything’s ready.

We think personal history should be a living document — yours to curate, revise, and perfect.

2 часа назад @ itwasneveryou.app
Show HN: FeatureFlags.app – Feature Management for .NET
Show HN: FeatureFlags.app – Feature Management for .NET Show HN: FeatureFlags.app – Feature Management for .NET

Cloud-agnostic feature management for .NET developers with no user tracking, no vendor lock-in, and seamless Microsoft integration.

Why Developers Choose FeatureFlags.app🚀 Release Features Without Redeploying Release new features safely without redeploying.

Gradually roll out changes, instantly disable problematic features, and keep full control over your infrastructure and your users' data.

🔧 Built for Microsoft's Feature Management Libraries Native .NET integration with Microsoft's feature management libraries.

If you're already using feature flags in .NET, you'll feel right at home with familiar patterns and conventions.

3 часа назад @ featureflags.app
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 1 day, 3 hours назад
I'm moving from “is this a problem?” to “would teams actually adopt
I'm moving from “is this a problem?” to “would teams actually adopt I'm moving from “is this a problem?” to “would teams actually adopt

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, 3 hours назад @ rss.app
Setup is account, script, Stripe Connect. Then I am supposed to leave it alone
Setup is account, script, Stripe Connect. Then I am supposed to leave it alone Setup is account, script, Stripe Connect. Then I am supposed to leave it alone

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
Carving out a $6.3k MRR niche in a saturated market
Carving out a $6.3k MRR niche in a saturated market Carving out a $6.3k MRR niche in a saturated market

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

1 day, 5 hours назад @ rss.app
Launched a tiny eSIM side-product on top of my existing SaaS in one day (0 new backend, reused everything)
Launched a tiny eSIM side-product on top of my existing SaaS in one day (0 new backend, reused everything) Launched a tiny eSIM side-product on top of my existing SaaS in one day (0 new backend, reused everything)

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
15 days after launching to zero audience: $0, 1 follower, 0 stars. The full numbers.
15 days after launching to zero audience: $0, 1 follower, 0 stars. The full numbers. 15 days after launching to zero audience: $0, 1 follower, 0 stars. The full numbers.

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

1 day, 10 hours назад @ rss.app
We sold the documents before we sold the software, and it was not the plan.
We sold the documents before we sold the software, and it was not the plan. We sold the documents before we sold the software, and it was not the plan.

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 назад @ rss.app
Gartner's Aug 17 prediction that AI inference costs will jump 5x+ by 2028 even as token prices keep falling
Gartner's Aug 17 prediction that AI inference costs will jump 5x+ by 2028 even as token prices keep falling Gartner's Aug 17 prediction that AI inference costs will jump 5x+ by 2028 even as token prices keep falling

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

2 days, 1 hour назад @ rss.app
Crossing $25k MRR on a newsletter that he launched 72 hours after getting laid off
Crossing $25k MRR on a newsletter that he launched 72 hours after getting laid off Crossing $25k MRR on a newsletter that he launched 72 hours after getting laid off

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

2 days, 1 hour назад @ rss.app
I built an AI & 3D ecosystem that actually cures app fragmentation across social, AI generation, translation, and the metaverse.
I built an AI & 3D ecosystem that actually cures app fragmentation across social, AI generation, translation, and the metaverse. I built an AI & 3D ecosystem that actually cures app fragmentation across social, AI generation, translation, and the metaverse.

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

2 days, 5 hours назад @ rss.app
I published 46 KDP books and 5 AI tools. Here's what $7.56 taught me.
I published 46 KDP books and 5 AI tools. Here's what $7.56 taught me. I published 46 KDP books and 5 AI tools. Here's what $7.56 taught me.

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

2 days, 8 hours назад @ rss.app
Built a claim-level fact-checker into our AI rewrite tools — here's how it actually works
Built a claim-level fact-checker into our AI rewrite tools — here's how it actually works Built a claim-level fact-checker into our AI rewrite tools — here's how it actually works

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

3 days назад @ rss.app
Looking for someone connected to student entrepreneurship communities.
Looking for someone connected to student entrepreneurship communities. Looking for someone connected to student entrepreneurship communities.

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
Would you pilot a shared vault + hosted MCP for agent files?
Would you pilot a shared vault + hosted MCP for agent files? Would you pilot a shared vault + hosted MCP for agent files?

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

3 days, 5 hours назад @ rss.app
I built a free HR checklist for founders after realizing most HR content is written for enterprises, not us
I built a free HR checklist for founders after realizing most HR content is written for enterprises, not us I built a free HR checklist for founders after realizing most HR content is written for enterprises, not us

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

3 days, 5 hours назад @ rss.app
I launched a project to see if people would pay for your Indie Hacker idea
I launched a project to see if people would pay for your Indie Hacker idea I launched a project to see if people would pay for your Indie Hacker idea

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
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 3 часа назад
I built a Mac app that turns the edges of your screen into little workstations
I built a Mac app that turns the edges of your screen into little workstations I built a Mac app that turns the edges of your screen into little workstations

I graduated law school in May and started clerking at a small firm. I wanted each assignment to have its own place without adding another permanent window, so I built Caddy Docs, my first Mac app. Each colored tab lives on the edge of the screen. Click one and it opens that assignment’s files, notes, and reference documents over whatever you are already working in. Close it and the clutter disappears. Open it later and the layout returns the way you left it. Caddy is native SwiftUI and AppKit. Everything stays local, with no account, cloud service, analytics, or subscription. I also added the ability to slide and throw the tabs around, plus a completely unnecessary No Gravity mode because I…

3 часа назад @ reddit.com
i built an open source runtime for background ai agents that run for hours or days. self hosted, apache 2.0
i built an open source runtime for background ai agents that run for hours or days. self hosted, apache 2.0

Hey, ive been building toren for the past few months and open sourced it. its a runtime for ai agents that runs entirely on your own machines. postgres is the only dependency, theres no cloud version, no account, no telemetry, nothing phones home. apache 2.0. what it does - you define an agent as a folder. a yaml with the model and limits, a markdown file with the instructions, and typescript tools it can call. toren runs it. agents can get a sandboxed docker container for bash, their own telegram bot, cron schedules, and human approval on anything you dont want them doing alone. theres a web console and a cli, and everything the agent does is stored in postgres as an event log, so runs sur…

3 часа назад @ reddit.com
Free & Open-Source CapCut Alternative.
Free & Open-Source CapCut Alternative. Free & Open-Source CapCut Alternative.

Features so far: - Voice filters - Auto Captions - Transitions and Effects. - Templates (offline only for now) - Cross-platform: Runs in Windows, Mac, and Linux. Everything is local and offline, no cloud or APIs, fully self-hosted. submitted by /u/JUB0T [link] [comments]

3 часа назад @ reddit.com
I built a tool that turns any job posting into a timed mock interview inside your IDE
I built a tool that turns any job posting into a timed mock interview inside your IDE I built a tool that turns any job posting into a timed mock interview inside your IDE

Paste a job posting and a couple of minutes later your editor opens on what looks like a real interview repo: the problem statement, a solution file, sample tests. Hidden tests grade your submits and the clock does not negotiate; a correct answer one second late is refused, because that is what the real screen does. It researches what the company you name actually runs (from candidate reports), writes an original question in that shape, and refuses to start if the question cannot prove its tests catch wrong answers. Afterward it shows where your time went per question, which is the thing that actually kills timed screens and the thing no practice site measures. Built it after failing screen…

4 часа назад @ reddit.com
I couldn’t find a productivity app that worked how I wanted, so I built my own
I couldn’t find a productivity app that worked how I wanted, so I built my own

About 7 months ago I was trying to get more organised because I had quite a lot I wanted to achieve across different areas of my life. The problem was, I could set long-term goals easily enough, but I never really knew whether what I was doing each week was actually helping me get there. I also kept running into the same issue with productivity apps. They were either really good at one specific thing, or they pushed this idea that everything should be optimised all the time. That wasn’t really what I wanted; I wanted something that linked the important areas of life together, helped me see whether my short-term actions were actually contributing to my longer-term goals, but still appreciate…

4 часа назад @ reddit.com
What actually worked for you to get your first 10–50 users?
What actually worked for you to get your first 10–50 users?

I've been thinking about this a lot lately. Building the product feels pretty straightforward compared to getting anyone to actually use it 😂 You can spend months building something, launch it, and then... crickets. I've seen founders try Reddit, Product Hunt, SEO, X, cold outreach, directories, etc. And the funny thing is you'll find someone saying a channel worked incredibly well for them, while someone else tried basically the same thing and got nothing. So I'm curious what has actually worked for you. If you've got your first 10–50 users already, where did they come from? And even more useful: what did you try that completely flopped? I'd much rather hear "I tried X, spent 3 weeks on it…

5 часов назад @ reddit.com
I spent a few months building a migraine tracker to keep it completely free forever
I spent a few months building a migraine tracker to keep it completely free forever I spent a few months building a migraine tracker to keep it completely free forever

Hello everybody, I am Preet. I built Mira, a migraine tracker for iPhone. Most migraine apps either locked important features like exporting your history behind a paywall, or were more complicated than they needed to be. Neither made sense, so I spent the last few months building Mira. The rules I set for it: ⁠Free forever: No paywall, no ads. There's a voluntary tip if you want to support it, but nothing is locked. No backend: Your history stays on your device and only syncs to your private iCloud if you turn it on. My close friend suffers from chronic migraine. That's my motivation to keep it free and maintain it over time. The goal is to get it in front of as many people with migraine as…

5 часов назад @ reddit.com
I spent months building a cozy virtual café for studying, chatting, and playing together
I spent months building a cozy virtual café for studying, chatting, and playing together

Moka-fi started from a simple frustration: online study spaces often feel either lonely or like corporate meeting tools. I wanted something closer to sitting at a café with friends. So I built rooms for focused study, casual conversation and games, with shared Pomodoro sessions, to-dos, flashcards, mind maps, lofi radio, ambient sounds, text chat, and voice/video calls. It launched on Product Hunt today. Visitors from the launch can try everything free for 7 days, with no card required. I’d genuinely appreciate feedback on three things: • Does the product feel cozy or visually overwhelming? • Is the purpose clear in the first minute? • What would make you come back with friends? Product Hun…

5 часов назад @ reddit.com
tfm (terminal file manager): Mouse first terminal manager for linux
tfm (terminal file manager): Mouse first terminal manager for linux tfm (terminal file manager): Mouse first terminal manager for linux

you can try it via: curl -fsSL https://raw.githubusercontent.com/clarkarch/tfm-tui/master/install.sh | bash note: if you want full functionality use kitty, ghostty partially supports dnd repo: https://github.com/clarkarch/tfm-tui submitted by /u/UnknownBoyGamer [link] [comments]

5 часов назад @ reddit.com
I built a free site for you to document your bucket list
I built a free site for you to document your bucket list I built a free site for you to document your bucket list

Hi! I built https://thisismybucketlist.com/ to help you, me, everyone document their bucket list. A bucket list is a list of goals, ideas, or dreams that you want to achieve in your lifetime. If you don't have one, I highly suggest creating one (even if it's not on this site). So here I was knocking things off my list and feeling so happy that I did. But the thing was, another day went on, and then a week, and then a year. And then looking back, I couldn't remember a thing about the amazing milestone I once achieved. So I made thisismybucketlist.com to help me document & journal about my bucket list so I can never forget those details. And so that one day, I could look back on it and feel h…

5 часов назад @ reddit.com
I posted here 10 months ago saying my app sucked. I have rebuilt it 5 times since then
I posted here 10 months ago saying my app sucked. I have rebuilt it 5 times since then

Disclaimer (because people seems to still care about this) : I used AI to help me create this app and write this post. I hope it does not feel AI slop to you. The story is real and I put a lot of my heart on this project, it is not on autopilot. About 10 months ago I posted here about an app I had made and called the post “I made an app that sucks”. Someone checked the landing page and told me they had no idea what the app was supposed to do. At the time it had a chatbot, widgets, credits, focus features... I had kept adding things until the original idea was lost. I have a terrible memory and for years I have tried to automate the things I need to remember. Before building an app, I had an…

5 часов назад @ reddit.com
Do I really have to become a TikToker or get banned on Reddit just to get 100 users?
Do I really have to become a TikToker or get banned on Reddit just to get 100 users?

Hey guys, My boyfriend and I (both devs in France) are building our first app. The coding part is super fun, but the marketing side is honestly stressing me out. I was thinking that to get early users you either need to buy one of those tiny clip-on mics and put your face all over TikTok (which gives me major anxiety, I'm a dev, not an influencer lol), or post your app on Reddit and pray you don't get instantly banned for self-promo (not to mention the hate comments). I really just want to build cool stuff and solve a problem without having to do a song and dance on video or walk a minefield on forums. How are you guys actually getting your first 100 users without playing the influencer gam…

5 часов назад @ reddit.com
I’m looking for side projects to test my free monitoring tool on
I’m looking for side projects to test my free monitoring tool on

I’ve been building Telemetry Tracker, an open-source error and performance monitoring tool, and I’m at the point where testing it only on my own projects isn’t that useful anymore. So I’m looking for developers with real side projects who’d be willing to try it. The hosted Free plan is €0, no credit card, and includes: 250K ingest units/month 14-day retention error tracking sessions & events performance monitoring release health alerts There are SDKs for Next.js, Node.js and React Native, and it can also be self-hosted. I’m not really looking for paying customers here. I’d rather find a few people running small apps and learn where the onboarding/docs suck, what’s missing, and whether the t…

6 часов назад @ reddit.com
StepGrab 1.4 — you all said the arrows needed to be editable. They are now.
StepGrab 1.4 — you all said the arrows needed to be editable. They are now. StepGrab 1.4 — you all said the arrows needed to be editable. They are now.

Last time I posted about StepGrab here, most of the feedback came down to the same thing: the arrows. They point at the click, which is correct, but sometimes that means covering the exact button you were trying to show — and the only fix was to record the whole thing again. That's what 1.4 is. There's an editor window now: Drag the numbered badge to change the arrow's direction and length Drag the middle of the line to bend it around whatever it was covering, or flip an elbow to the other side Click the step description to rewrite it — clear the field and the generated sentence comes back Reorder steps by dragging, delete them, undo anything with ⌘Z The preview renders the actual export pe…

6 часов назад @ reddit.com
[UI] Expressive Glass : Material Expressive Look. Apple Fluid Feel.
[UI] Expressive Glass : Material Expressive Look. Apple Fluid Feel.

A Jetpack Compose UI library that fuses Material Design's bold, expressive visual language with Apple's physics-driven interaction model. Every component looks Material Expressive and feels like Apple's Liquid Glass. I like Material 3 as it just looks good and not so blobby or refrective like liguidglass I like the fluidity and visual language of liquidglass But the problem is they ar both diffrent... So i decided to merge them... Expressive looks, liquid feels! That is basically the scope of this project! https://github.com/Aarav90-cpu/Expressive-Glass Android SDK Requirement (Minimum) = Android 11+ DEMOVIDEO = https://github.com/Aarav90-cpu/Expressive-Glass/blob/main/DEMOVIDEO/expressgl_d…

7 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 12 часов назад
Revalvo
Revalvo

Run prompts on every model at once. Score. Version. Ship. Discussion | Link

12 часов назад @ producthunt.com
OpenTag
OpenTag

AI coworker lives on Slack and Teams Discussion | Link

21 час назад @ producthunt.com
Gemini Omni 1.1 Flash
Gemini Omni 1.1 Flash

Our newest multimodal model for video generation and editing Discussion | Link

22 часа назад @ producthunt.com
Almanac
Almanac

Hermes with a Company Brain Discussion | Link

22 часа назад @ producthunt.com
Fide Island
Fide Island

Make your MacBook notch actually useful Discussion | Link

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

A tiny open-source biped you can train yourself Discussion | Link

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

Best 3D platform for the agentic era Discussion | Link

1 day, 11 hours назад @ producthunt.com
IQ Routing
IQ Routing

Trajectory-aware LLM routing that cuts agent cost Discussion | Link

1 day, 12 hours назад @ producthunt.com
Wondering Canvas
Wondering Canvas

A visual way to understand things in parallel Discussion | Link

1 day, 12 hours назад @ producthunt.com
SnakeRank
SnakeRank

The leaderboard is a snake. Bid your way to the head. Discussion | Link

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

Your professional profile is now an AI agent Discussion | Link

1 day, 15 hours назад @ producthunt.com
AureaCam
AureaCam

Real-time scoring to master the rule of thirds Discussion | Link

1 day, 16 hours назад @ producthunt.com
screenpipe
screenpipe

AI that records your computer work to power agents. Discussion | Link

1 day, 16 hours назад @ producthunt.com
Ticket Fairy CLI
Ticket Fairy CLI

Ticket Fairy event ticketing CLI & MCP server Discussion | Link

1 day, 17 hours назад @ producthunt.com
Speko
Speko

OpenRouter for Voice Discussion | Link

1 day, 18 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост None
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 1 час назад
Liberation Mural in Indio, California
Liberation Mural  in Indio, California Liberation Mural in Indio, California

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 час назад @ atlasobscura.com
Fir Street Cemetery in Cleveland, Ohio
Fir Street Cemetery in Cleveland, Ohio Fir Street Cemetery in Cleveland, Ohio

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 часа назад @ atlasobscura.com
The Ring in Montreal, Quebec
The Ring in Montreal, Quebec The Ring in Montreal, Quebec

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 часа назад @ atlasobscura.com
Ancient Underwater Wall of Nhon Hai in Quy Nhơn Đông, Vietnam
Ancient Underwater Wall of Nhon Hai in Quy Nhơn Đông, Vietnam Ancient Underwater Wall of Nhon Hai in Quy Nhơn Đông, Vietnam

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

5 часов назад @ atlasobscura.com
12 Sculptures Made From Recycled Materials
12 Sculptures Made From Recycled Materials 12 Sculptures Made From Recycled Materials

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

2 days, 5 hours назад @ atlasobscura.com
Nelson House in Yorktown, Virginia
Nelson House in Yorktown, Virginia Nelson House in Yorktown, Virginia

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days назад @ atlasobscura.com
Watermen’s Museum in Yorktown, Virginia
Watermen’s Museum in Yorktown, Virginia Watermen’s Museum in Yorktown, Virginia

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days назад @ atlasobscura.com
Fossil Beach at York River State Park in Williamsburg, Virginia
Fossil Beach at York River State Park in Williamsburg, Virginia Fossil Beach at York River State Park in Williamsburg, Virginia

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days назад @ atlasobscura.com
Chickahominy Riverfront Park in Williamsburg, Virginia
Chickahominy Riverfront Park in Williamsburg, Virginia Chickahominy Riverfront Park in Williamsburg, Virginia

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days назад @ atlasobscura.com
Freedom Park in Williamsburg, Virginia
Freedom Park in Williamsburg, Virginia Freedom Park in Williamsburg, Virginia

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days назад @ atlasobscura.com
Jolly's Mill Pond in Williamsburg, Virginia
Jolly's Mill Pond in Williamsburg, Virginia Jolly's Mill Pond in Williamsburg, Virginia

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days назад @ atlasobscura.com
Beyond Colonial Williamsburg: 11 Events Worth Planning a Trip Around
Beyond Colonial Williamsburg: 11 Events Worth Planning a Trip Around Beyond Colonial Williamsburg: 11 Events Worth Planning a Trip Around

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days, 4 hours назад @ atlasobscura.com
Scarborough Marsh in Scarborough, Maine
Scarborough Marsh in Scarborough, Maine Scarborough Marsh in Scarborough, Maine

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 days, 5 hours назад @ atlasobscura.com
14 Mesmerizing Mazes and Labyrinths
14 Mesmerizing Mazes and Labyrinths 14 Mesmerizing Mazes and Labyrinths

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 days, 1 hour назад @ atlasobscura.com
Jingling Pot in England
Jingling Pot in England Jingling Pot in England

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

6 days, 23 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 3 часа назад
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Aug. 24 – Aug. 28)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Aug. 24 – Aug. 28) Weekly funding round-up! All of the European startup funding rounds we tracked this week (Aug. 24 – Aug. 28)

This article is visible for CLUB members only.

If you are already a member but don’t see the content of this article, please login here.

If you’re not a CLUB member yet, but you’d like to read members-only content like this one, have unrestricted access to the site and benefit from many additional perks, you can sign up here.

3 часа назад @ eu-startups.com
Biomaterials company Ponda closes crowdfunding round at €1.6 million – welcoming 256 new investors
Biomaterials company Ponda closes crowdfunding round at €1.6 million – welcoming 256 new investors Biomaterials company Ponda closes crowdfunding round at €1.6 million – welcoming 256 new investors

Ponda, a biomaterials company out of Bristol restoring wetlands through regenerative farming, has closed its latest crowdfunding campaign, raising €1.6 million (£1.4 million) in a Seed extension that welcomed 256 new investors.

Today, we are closing this crowdfunding round with a whole new community of people choosing to believe in our mission.

The UK is home several of these rounds including Epoch Biodesign’s €10.3 million financing, Naturbeads’ €4.1 million grant and Bristol-based Uplift360 and Mykor, which secured €7.4 million and €4.6 million respectively.

Founded in 2020, Ponda is a biomaterials company developing high-performance natural fibres and insulation from wetland crops.

Behin…

4 часа назад @ eu-startups.com
Maastricht-based Clementine raises €1.7 million to scale its AI-powered hearing care platform
Maastricht-based Clementine raises €1.7 million to scale its AI-powered hearing care platform Maastricht-based Clementine raises €1.7 million to scale its AI-powered hearing care platform

Clementine, a Maastricht-based startup that has built an AI-powered platform to help hearing clinics convert leads into patients, has raised €1.7 million ($2 million) in Seed funding.

“Clementine combines deep domain expertise with a clear AI platform strategy that can scale globally.

The company, also known as ClementineAI, describes itself as the world’s first AI hearing activation platform, built specifically for the hearing-care industry.

The platform is built around Matthew, Clementine’s AI hearing care agent, which engages directly with prospective patients.

The funding round will be used to deepen the company’s AI capabilities and expand its partnerships with hearing clinics, optical…

6 часов назад @ eu-startups.com
Heidelberg-based Revier Therapeutics launches with €6 million to develop cardiometabolic therapies
Heidelberg-based Revier Therapeutics launches with €6 million to develop cardiometabolic therapies Heidelberg-based Revier Therapeutics launches with €6 million to develop cardiometabolic therapies

Revier Therapeutics, a Heidelberg-based BioTech company advancing disease-modifying therapies for patients with cardiometabolic disease, has officially launched and announced the closing of a €6 million Seed financing round.

We believe the next generation of cardiometabolic medicines needs to address the underlying disease-driving biology to deliver impactful and long-term solutions for patients.

Prof. Johannes Backs, MD, scientific founder of Revier Therapeutics, added, “While first generation HDAC inhibitors broadly targeted multiple HDAC classes resulting in dose-limiting side effects, Revier’s first-in-class small molecules selectively target class IIa HDACs.

These compounds specificall…

8 часов назад @ eu-startups.com
Why connection is reshaping the next consumer economy
Why connection is reshaping the next consumer economy Why connection is reshaping the next consumer economy

Travel is now an €9.57 trillion ($11 trillion) global industry, and demand remains remarkably resilient despite pressure on household budgets.

Why connection is becoming a consumer priorityIt’s worth asking why everyone is travelling.

Much of the consumer economy has been designed around convenience and efficiency first, then personalisation.

Participation can lead to relationships, relationships to repeat participation, and repeat participation to advocacy and community-driven retention.

From travel and hospitality to wellness, entertainment and social platforms, European founders are building businesses that reflect changing consumer priorities.

9 часов назад @ eu-startups.com
Berlin-based Nanolope secures €800k to turn building surfaces into thermal energy storage systems
Berlin-based Nanolope secures €800k to turn building surfaces into thermal energy storage systems Berlin-based Nanolope secures €800k to turn building surfaces into thermal energy storage systems

Nanolope, a Berlin-based DeepTech startup developing high‑density thermal energy storage materials for buildings and energy systems, has closed an €800k pre-Seed financing round.

“The transition to sustainable heating will be decided in existing buildings.

That is exactly what we are developing with our thermal storage panels,” said Dr. Felix Marske, CEO and co-founder of Nanolope.

It highlighted that in existing and commercial buildings, outdated heating systems, poor thermal performance, and increasing energy-efficiency requirements lead to high costs and emissions.

It aims to make existing buildings more energy-efficient while improving thermal comfort for residents and occupants.

10 часов назад @ eu-startups.com
French quantum scale-up Pasqal hits Nasdaq with €309 million in cash at closing
French quantum scale-up Pasqal hits Nasdaq with €309 million in cash at closing French quantum scale-up Pasqal hits Nasdaq with €309 million in cash at closing

Paris-based quantum computing scale-up Pasqal is set to begin trading on Nasdaq today after completing its business combination with Bleichroeder Acquisition Corp. II – marking the DeepTech company’s transition from a venture-backed scale-up to a publicly listed business.

The transaction leaves the company with approximately €309 million ($360 million) in cash at closing, which they plan to use to accelerate the deployment of its quantum computing technology, expand manufacturing capacity and advance its roadmap towards fault-tolerant quantum computing.

“Pasqal was built to take neutral-atom quantum computing from foundational science to industrial-scale deployment.

EU-Startups has reported…

10 часов назад @ eu-startups.com
Montpellier-based dental robotics startup Lupin Dental closes €15 million Series A round
Montpellier-based dental robotics startup Lupin Dental closes €15 million Series A round Montpellier-based dental robotics startup Lupin Dental closes €15 million Series A round

Lupin Dental, a Montpellier-based early-stage robotics company focused on developing innovative dental technologies, has announced the close of its €15 million Series A financing round.

Fynveur, together with its advisor, Invus, will partner closely with Lupin Dental to provide strategic guidance and support its operations.

Co-founders Dr. Galip Gürel and Dr. Stefen Koubi said, “Lupin Dental opens a new chapter with this important milestone.

The Lupin® Robotic System is a supervised automated robotic platform for minimally invasive tooth preparation procedures for aesthetic veneers.

In June 2026, the company announced that it had received UKCA certification for the Lupin® Robotic System, au…

12 часов назад @ eu-startups.com
Tackling STI testing, Readily Diagnostics raises €811k for affordable alternative
Tackling STI testing, Readily Diagnostics raises €811k for affordable alternative Tackling STI testing, Readily Diagnostics raises €811k for affordable alternative

Readily Diagnostics, a Swedish point-of-care diagnostics company, has received a grant of approximately €811k (about 9 million SEK) from the Gates Foundation to develop an affordable test for the world’s most common sexually transmitted infections (STIs).

“Readily is committed to delivering accessible molecular diagnostics.

A diagnosis should not depend on where you happen to live,” says Liza Löf, CEO of Readily Diagnostics.

That is the whole point of the technology we have built.”Readily Diagnostics’ grant comes amid varied funding for decentralised and rapid diagnostics startups in Europe in 2026.

Founded in 2022 and spun out of Uppsala University, Readily Diagnostics develops sensitive, …

1 day, 3 hours назад @ eu-startups.com
What Germany’s Startup Factory strategy reveals about scaling DeepTech ecosystems
What Germany’s Startup Factory strategy reveals about scaling DeepTech ecosystems What Germany’s Startup Factory strategy reveals about scaling DeepTech ecosystems

Germany’s effort to turn more university research into high-growth technology companies has entered a decisive phase.

The broader point is that DeepTech ecosystems tend to form around existing concentrations of research, industrial demand, specialist talent and capital.

Industry has to move earlierFor DeepTech companies, pitch events and mentoring are rarely enough.

The sectoral challenge is to make access to industrial validation systematic rather than dependent on chance or personal networks.

Capital remains the hardest testDeepTech financing remains one of Europe’s structural weaknesses.

1 day, 4 hours назад @ eu-startups.com
PLD Space continues stellar year of growth with €158.9 million ESA award
PLD Space continues stellar year of growth with €158.9 million ESA award PLD Space continues stellar year of growth with €158.9 million ESA award

PLD Space, a Spanish space transportation company, has been awarded €158.9 million by the European Space Agency (ESA) under the European Launcher Challenge (ELC) – a strategic initiative aimed at strengthening Europe’s autonomous, competitive, and resilient access to space.

Spain is also represented by Castellón-based Arkadia Space, whose founders previously worked at PLD Space and which secured €14.5 million for green spacecraft propulsion.

“For PLD Space, this contract is not an isolated milestone.

Founded in 2011, PLD Space is a SpaceTech scale-up on a mission to transport satellites and people into space, vertically integrating the engineering, testing, manufacturing, and operations of …

1 day, 5 hours назад @ eu-startups.com
Lausanne-based Adaptyv raises €34.35 million Series A to build the automated lab for agentic biology
Lausanne-based Adaptyv raises €34.35 million Series A to build the automated lab for agentic biology Lausanne-based Adaptyv raises €34.35 million Series A to build the automated lab for agentic biology

Adaptyv Bio, the Lausanne-based BioTech startup building an automated wet lab for AI-driven protein design, has raised a €34.35 million ($40 million) Series A round.

Ace Ventures led the company’s €6.8 million ($8 million) Seed round in late 2024.

But most wet labs were built for a world where scientists tested twenty designs per target, not two thousand.

The new capital will fund two types of growth: horizontal expansion of lab capacity and vertical expansion into harder biology problems.

For the horizontal expansion, Adaptyv Bio has announced a new lab and office will open in London in the fourth quarter of 2026, alongside an expansion in Lausanne.

1 day, 7 hours назад @ eu-startups.com
Eindhoven’s VitalFluid raises €17.2 million to protect crops with its “lightning in a box” technology
Eindhoven’s VitalFluid raises €17.2 million to protect crops with its “lightning in a box” technology Eindhoven’s VitalFluid raises €17.2 million to protect crops with its “lightning in a box” technology

Vitalfluid, an Eindhoven-based startup helping growers to adopt plasma technology as a natural, residue-free alternative to chemical fungicides, has secured €17.2 million to accelerate sustainable crop protection worldwide.

The company specialises in developing Plasma Activated Water (PAW) applications, which provide a sustainable alternative to chemical pesticides and fertilisers.

In a thunderstorm, lightning causes the natural transformation of water into Plasma Activated Water (PAW).

This on-site PAW production provides a natural and sustainable alternative to the pesticides currently used to enhance plant health.

In April 2024, VitalFluid announced that it had secured €5 million in fund…

1 day, 9 hours назад @ eu-startups.com
The EU-Startups Podcast | Interview with Karin Fleck, CEO and founder of Vienna Textile Lab
The EU-Startups Podcast | Interview with Karin Fleck, CEO and founder of Vienna Textile Lab The EU-Startups Podcast | Interview with Karin Fleck, CEO and founder of Vienna Textile Lab

Join us for a conversation with Karin Fleck, the CEO and Founder of Vienna Textile Lab, an innovator in sustainable textile dyeing through biotechnology.

Discover how Vienna Textile Lab is transforming the textile industry by offering a commercially viable, safe, and sustainable alternative to traditional synthetic dyes.

Key PointsThe motivation behind transitioning from oil and energy to sustainable textile innovation.

Neither the European Union nor the granting authority can be held responsible for them.

The Women TechEU scheme is an EU-funded project supporting women leading deep tech startup companies from Europe.

1 day, 10 hours назад @ eu-startups.com
Brussels-based Motion raises €1.7 million to tackle Europe’s “robot adoption problem”
Brussels-based Motion raises €1.7 million to tackle Europe’s “robot adoption problem” Brussels-based Motion raises €1.7 million to tackle Europe’s “robot adoption problem”

Motion, a Brussels-based startup that claims to be Europe’s first Humanoids-as-a-Service (HaaS) platform, has raised a €1.7 million ($2 million) pre-Seed round, led by Extantia Capital, with participation from Norrsken Evolve.

Hiring a robot should be as easy as hiring a person,” said Alexander Stevens, founder and CEO of Motion.

Motion states that its field deployment engineers take each customer through every step from idea to working process.

The first is that Motion is OEM-agnostic, allowing it to select humanoid robots based on each task’s requirements rather than relying on a single manufacturer.

The company is also opening a partner programme for system integrators and automation spe…

1 day, 12 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 5 часов назад
NVIDIA to buy Hugging Face, Einride launches VC firm, and fixing COPD diagnosis
NVIDIA to buy Hugging Face, Einride launches VC firm, and fixing COPD diagnosis NVIDIA to buy Hugging Face, Einride launches VC firm, and fixing COPD diagnosis

This week, we tracked more than 35 tech funding deals worth over €475 million and over 5 exits, M&A transactions, rumours, and related news stories across Europe.

If email is more your thing, you can always subscribe to our newsletter and receive a more robust version of this round-up delivered to your inbox.

❗ Want to explore the data in more detail?

The free, open-access Tech.eu Funding Explorer offers deeper insights into funding rounds, investor activity, company profiles and market trends.

Either way, let's get you up to speed.

5 часов назад @ tech.eu
Principle wants companies to stop predicting the future — and start simulating it
Principle wants companies to stop predicting the future — and start simulating it Principle wants companies to stop predicting the future — and start simulating it

Principle shows how those decisions might play out under different conditions, what could break, and which strategies appear more resilient.

Then, by the end of 2025, the Dubai Future Foundation invited the team to deploy AI policy decision-making simulations for their government.

They're much more nimble.” ​Simulating the next two years of AIPrinciple ran Cirque de Simulé, a live simulation of the AI market, at New York Tech Week this year.

For the event, the company simulated the next two years of the enterprise AI market through mid-2028.

How far this model can scale — and can strategic simulation become as commonplace for startups and smaller companies as Kiulian believes it should be?

11 часов назад @ tech.eu
Sweden's top-funded tech companies in H1 2026
Sweden's top-funded tech companies in H1 2026 Sweden's top-funded tech companies in H1 2026

Swedish technology companies raised approximately €2.8 billion in H1 2026, with a significant share of capital concentrated in a small number of large transactions.

More than two-thirds of disclosed rounds were below €10 million, with a median round size of approximately €3.5 million.

Legaltech followed with approximately €517 million, driven by Legora's Series D and subsequent extension, while transportation companies raised around €457 million, led by Polestar and Einride.

Software recorded the highest number of transactions but attracted around €110 million, reflecting a larger number of smaller and early-stage rounds.

Here are the ten companies that raised the most in H1 2026.

1 day, 8 hours назад @ tech.eu
Human must not surrender cognition to AI
Human must not surrender cognition to AI Human must not surrender cognition to AI

However, as JB Benjamin, founder of post-quantum sovereign data platform Veldris, points out there are ramifications, not only for human cognition but also for human data and sovereignty.

Moreover, there is a crucial distinction between using AI to make humans faster and using it to make humans think.

Asking AI to challenge human thinking and humans may become better at thinking.

"Handing a task to AI is a gain while the human can still perform that task independently.

AI in the workplaceThis matters enormously in the workplace because some of the tasks AI is most capable of eliminating are precisely the tasks through which humans learn.

1 day, 10 hours назад @ tech.eu
PlantVoice is bringing ‘plant intelligence’ to precision agriculture
PlantVoice is bringing ‘plant intelligence’ to precision agriculture PlantVoice is bringing ‘plant intelligence’ to precision agriculture

Italian startup PlantVoice, however, believes that the plant is the most reliable indicator of its own needs.

PlantVoice has developed an agronomic platform specifically designed for food production, integrating real-time plant physiological data with weather and soil data.

PlantVoice aims to close that gap by incorporating physiological data directly from the plant.

We can integrate those devices into our platform through APIs and other connections, and then we add the physiological data from inside the plant,” Ferrari explained.

“The more plant data we collect, the more accurate and valuable our recommendations become.

1 day, 11 hours назад @ tech.eu
Nvidia agrees to buy Hugging Face for $12.9BN, says report
Nvidia agrees to buy Hugging Face for $12.9BN, says report Nvidia agrees to buy Hugging Face for $12.9BN, says report

Nvidia has agreed to buy Hugging Face, the AI platform and open-source AI model repository, for $12.9bn, according to a report in US tech title The Information, which cited a person with knowledge of the deal.

Hugging Face, founded by three French entrepreneurs, has been likened to the GitHub for AI models and datasets.

Based in New York, Hugging Face provides a repository where developers can download AI models, tools for running models, datasets for training AI models, as well as a community where developers and researchers can publish and collaborate on AI models.

Nvidia backed Hugging Face in a $235m Series D funding round in 2023, valuing it at $4.5bn, which is Hugging Face's last know…

1 day, 11 hours назад @ tech.eu
ColibriTD secures €4M to scale its quantum simulation platform
ColibriTD secures €4M to scale its quantum simulation platform ColibriTD secures €4M to scale its quantum simulation platform

French quantum software company ColibriTD has raised €4 million in seed funding to further develop its multiphysics simulation technology and expand internationally.

Founded in 2019 by Laurent Guiraud and Hacène Goudjil, ColibriTD develops quantum software for solving complex simulation problems across industries including aerospace, defence, semiconductors, energy, automotive and finance.

The company is focused on applying quantum computing to industrial simulation workloads that can require substantial classical computing resources.

The platform is hardware-agnostic, allowing it to operate across quantum computing systems from different providers.

ColibriTD also plans to expand its hardwa…

1 day, 12 hours назад @ tech.eu
Motion lands $2M to expand humanoid robot deployments across Europe
Motion lands $2M to expand humanoid robot deployments across Europe Motion lands $2M to expand humanoid robot deployments across Europe

Brussels-based robotics company Motion has raised $2 million in pre-seed funding to expand its Humanoids-as-a-Service (HaaS) platform and move its existing industrial pilots into commercial deployment.

Founded in 2026, Motion provides humanoid robots to industrial, warehouse and logistics companies through a subscription-based model designed to reduce the upfront cost and operational complexity associated with adopting the technology.

However, Motion says the adoption of humanoid robots remains limited by financing, integration, regulatory and operational requirements associated with deploying and managing robotic fleets.

Alongside its direct deployments, Motion is launching a partner progr…

1 day, 12 hours назад @ tech.eu
Einride founders launch venture firm, targeting €450M European deep tech investments
Einride founders launch venture firm, targeting €450M European deep tech investments Einride founders launch venture firm, targeting €450M European deep tech investments

Two of the co-founders of Swedish autonomous truck startup Einride have launched a venture firm, which is targeting around €450m to invest into European startups over the next three years.

Called Navisalma, it was founded by Einride co-founders Robert Falck and Linnéa Kornehed Falck, along with ex-McKinsey partner Robert Westerdahl.

It plans to invest around €450m in European deep tech startups, such as robotics companies, over the next three years.

It will then look to raise €450m for investment purposes, but did not disclose further detals of possible investors.

Robert Falck, CEO, Navisalma, said: “Europe is exceptional at creating technology, but we have not been equally good at turning …

2 days, 6 hours назад @ tech.eu
Certain Energy raises £10M Series A for long-duration battery storage
Certain Energy raises £10M Series A for long-duration battery storage Certain Energy raises £10M Series A for long-duration battery storage

British long-duration energy storage company Certain Energy has raised £10 million in Series A funding to commercialise its manganese flow battery technology and prepare it for grid-scale deployment.

The technology is intended to help stabilise electricity grids, reduce renewable energy curtailment and limit reliance on gas-fired peaker plants.

As renewable generation increases, electricity grids face periods when production exceeds demand as well as periods when renewable output is insufficient.

Certain Energy is targeting this imbalance with flow batteries based on manganese, an abundant element that the company says can provide a lower-cost alternative to materials used in other long-dur…

2 days, 12 hours назад @ tech.eu
How intelligent technology could redefine recreational boating as MIRAVA moves towards production [Sponsored]
How intelligent technology could redefine recreational boating as MIRAVA moves towards production [Sponsored] How intelligent technology could redefine recreational boating as MIRAVA moves towards production [Sponsored]

MIRAVA believes recreational boating is ready for a similar transition.

This idea sits at the centre of the company's approach to intelligent boating.

According to MIRAVA, intelligent following could also allow the boat to remain connected to its users during certain water-based activities.

As software, AI and intelligent systems become increasingly integrated into everyday products, recreational boating could follow a similar path.

For MIRAVA, that is ultimately the purpose of intelligent boating: to give people more freedom on the water.

3 days, 2 hours назад @ tech.eu
Stability AI raises $76M, with Warner and Sony investing
Stability AI raises $76M, with Warner and Sony investing Stability AI raises $76M, with Warner and Sony investing

Stability AI, the London-founded AI startup behind the Stable Diffusion AI model, which has switched its focus from the UK to the US, has raised a $76m funding round, with investment from three music company giants, it said today.

The Series B round includes new investors Sony Music Group, Universal Music Group and Warner Music Group, along with gaming giant Electronic Arts, with AMD Ventures and Pacific Alliance Ventures also investing.

Stability AI today bills itself as “the leader in purpose-built AI products for professional creatives across music, gaming and entertainment".

The investment follows Stability AI striking deals with Warner and Electronic Arts to build new AI models leverag…

3 days, 3 hours назад @ tech.eu
Inside Startup Due Dil: the AI tool turning hours of VC diligence into 10 minutes
Inside Startup Due Dil: the AI tool turning hours of VC diligence into 10 minutes Inside Startup Due Dil: the AI tool turning hours of VC diligence into 10 minutes

Vlad Tislenko, a partner at venture capital firm SMRK VC, today announced the launch of Startup Due Dil, a web application that automates the collection, verification, and structuring of information during startup due diligence.

Startup Due Dil is designed to produce an initial structured report in approximately 10 minutes.

I began building Startup Due Dil for my own work to automate this part of the process.

Nine specialists and an OracleThe system orchestrates ten AI agents, analyses pitch decks, supporting documents, and public sources, and produces a structured report for investors and founders.

To begin an analysis, a user only needs to upload the startup's pitch deck.

3 days, 4 hours назад @ tech.eu
Ploughshare’s TAG Alliance grows to 19 members as defence spin-outs accelerate
Ploughshare’s TAG Alliance grows to 19 members as defence spin-outs accelerate Ploughshare’s TAG Alliance grows to 19 members as defence spin-outs accelerate

Ploughshare’s Technology and Growth (TAG) Alliance is gaining momentum less than a year after being announced, with at least three new defence technology spin-outs expected by the end of the year and three major organisations joining its growing membership.

Ploughshare was established in 2005 as the Ministry of Defence (MoD)’s trusted commercialisation partner.

It has brought over 140 technologies to market and created 16 spin-out companies.

The TAG Alliance Membership welcomes Babcock, Frazer-Nash Consultancy and UKRI to the Alliance, bringing together 19 organisations working to take UK defence innovation into wider markets:ADS BabcockBAE SystemsCBICranfield UniversityUK DINThe D GroupDst…

3 days, 7 hours назад @ tech.eu
Itoflow lands $2.5M to scale investment research and portfolio management
Itoflow lands $2.5M to scale investment research and portfolio management Itoflow lands $2.5M to scale investment research and portfolio management

AI investment platform Itoflow has raised $2.5 million in pre-seed funding to develop its technology to help professional investment teams automate and scale research and portfolio management.

Founded in 2026, Itoflow is developing AI agents that learn how individual investment firms research opportunities, assess risk and review portfolios.

In current pilots, investment teams define their investment approach, risk constraints, and review criteria in plain language.

Itoflow also allows customers to determine how its agents operate, including which actions and thresholds require human approval.

The new funding will be used to expand Itoflow's engineering and quantitative research teams, acce…

3 days, 9 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 month назад
Europe got its own TBPN-style live show, and everyone’s angling for a guest spot
Europe got its own TBPN-style live show, and everyone’s angling for a guest spot

On Monday, the network announced a $1.6 million seed round from top players in the media ecosystem, including Powerhouse Capital, Axel Springer SE (which owns Business Insider and Politico), the popular media publication LadBible, and angel investors from OpenAI and DeepMind. With this fresh capital, the network is announcing its largest expansion yet.

1 month назад @ techcrunch.com
Tesla’s Full Self-Driving software is creeping into Europe
Tesla’s Full Self-Driving software is creeping into Europe

First came the Netherlands, now it's Lithuania. And more European countries appear to be in the queue for Tesla's driver assistance system.

3 months, 1 week назад @ techcrunch.com
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun

The Xiaomi 17 Ultra gives you a ton of options to play around with images, including preset filters and hardware add-ons.

4 months, 3 weeks назад @ techcrunch.com
Europe’s cyber agency blames hacking gangs for massive data breach and leak
Europe’s cyber agency blames hacking gangs for massive data breach and leak

CERT-EU blamed the cybercrime group TeamPCP for the recent hack on the European Commission, and said the notorious ShinyHunters gang was responsible for leaking the stolen data online.

4 months, 3 weeks назад @ techcrunch.com
Air Street becomes one of the largest solo VCs in Europe with $232M fund
Air Street becomes one of the largest solo VCs in Europe with $232M fund

London’s Air Street Capital has raised a large Fund III with eyes locked on backing early-stage European and North American AI companies.

5 months, 1 week назад @ techcrunch.com
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

6 months, 1 week назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

6 months, 3 weeks назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

7 months, 1 week назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

8 months, 1 week назад @ techcrunch.com