Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Killing with a car costs $1.6M, California requires drivers to carry $30K
Killing with a car costs $1.6M, California requires drivers to carry $30K Killing with a car costs $1.6M, California requires drivers to carry $30K

The required minimum coverage was $5,000 for the death or injury of one person, and $10,000 for everyone hurt in a single crash.

The higher quote also carries more property damage coverage than California requires, so it prices the generous version of the change.

Going from $30,000 to $50,000 per person is the increase the Legislature already voted for and scheduled 10 years out, and it costs ~$8 a month to all (insured) California drivers.

California requires 2% of the European per-person floor, Pennsylvania 1%, and Florida nothing at all.

Any member of the California Legislature can introduce a bill to tie the mandatory coverage minimum to inflation before 2035.

1 час назад @ maxmautner.com
StarCraft returns in 2030 as an open-world shooter
StarCraft returns in 2030 as an open-world shooter

Comments

1 час назад @ theverge.com
Financial Times' 404 Page not Found
Financial Times' 404 Page not Found

Security VerificationFor help please visit help.ft.com.

We apologise for any inconvenience.

Enable JavaScript and cookies to continue

2 часа назад @ ft.com
OpenAI's Sam Altman says it would be 'ill-advised' to go public in 2026
OpenAI's Sam Altman says it would be 'ill-advised' to go public in 2026 OpenAI's Sam Altman says it would be 'ill-advised' to go public in 2026

In BriefWhile OpenAI has filed confidentially for an IPO, the company will not be going public this year, according to CEO Sam Altman.

Altman was interviewed recently by Fortune editor in chief Alyson Shontell; amidst the fallout from the OpenAI-HuggingFace hack, as well as broader discussions about AI safety, Shontell asked whether OpenAI still feels pressure to “move really fast” due to its IPO plans.

“We’re not rushing into an IPO,” Altman said.

“I actually think that given everything happening with safety, right now would be an ill-advised moment to go public.”Instead, he insisted that OpenAI will go public “when we’re ready, which is when the business is ready, when we feel ready from …

3 часа назад @ techcrunch.com
Real-SWE: Benchmarking AI models on private, real-world, enterprise codebases
Real-SWE: Benchmarking AI models on private, real-world, enterprise codebases Real-SWE: Benchmarking AI models on private, real-world, enterprise codebases

01 IntroductionToday we are releasing Real-SWE, a benchmark that evaluates frontier AI models on private, real-world, enterprise codebases.

These are problems their engineers work on, with all the context and complexity that comes with an existing product.

Work with business consequences.

This leads to our prompts being slightly underspecified, about par with DeepSWE and Terminal Bench, but specific enough to not omit instructions.

We measured instruction files from Terminal-Bench 3's 74 tasks, FrontierSWE v2's 34 tasks, and Real-SWE's eight repository-backed sample tasks.

3 часа назад @ withspecific.com
Benchmark: CadQuery vs. OpenSCAD for agentic CAD work
Benchmark: CadQuery vs. OpenSCAD for agentic CAD work Benchmark: CadQuery vs. OpenSCAD for agentic CAD work

We gave six AI agents the same three printable parts to model, three in CadQuery and three in OpenSCAD, then verified every mesh independently.

Tool versions were CadQuery 2.8.0 on Python 3.14 and OpenSCAD 2026.06.12, both on an M-series Mac.

For CadQuery we ported that skill operation by operation, keeping the same structure and replacing only what has no OpenSCAD equivalent.

One asymmetry survived: the CadQuery file carries an API cheatsheet the OpenSCAD file does not need, because the model already knows OpenSCAD syntax well.

In T3 the OpenSCAD agent had the opposite problem and nearly rejected correct geometry, because a thread close-up rendered in a way that looked wrong.

3 часа назад @ modelrift.com
LG Says We're Fake News [video]
LG Says We're Fake News [video] LG Says We're Fake News [video]

Comments

4 часа назад @ youtube.com
An open letter to Dario: if you mean it, open the weights
An open letter to Dario: if you mean it, open the weights An open letter to Dario: if you mean it, open the weights

Any AI model a company offers to the public has to be released as open weights.

This wouldn’t cover every model you train, just the ones you make available to the public.

As you know, funding for frontier model development depends on valuations that assume the weights remain proprietary.

Once it’s law, it only gets more complex, because every incident adds a rule and no rule ever gets removed.

If you really want to slow down frontier AI, call for a law that makes every publicly available model open weights.

4 часа назад @ jacob.gold
Linux Zoom client proactively reading everything written to X11 clipboard
Linux Zoom client proactively reading everything written to X11 clipboard Linux Zoom client proactively reading everything written to X11 clipboard

To use the Mastodon web application, please enable JavaScript.

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

4 часа назад @ hachyderm.io
Anthropic CEO Says It's Time to Slow AI Model Advances
Anthropic CEO Says It's Time to Slow AI Model Advances

Why did this happen?

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

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

5 часов назад @ bloomberg.com
My favorite sci-fi books about how we build societies and keep justifying them
My favorite sci-fi books about how we build societies and keep justifying them

Comments

6 часов назад @ bookdna.com
Will There Be a 7G?
Will There Be a 7G? Will There Be a 7G?

Comments

6 часов назад @ arxiv.org
Make Your First Edit to OpenStreetMap in the Next 15 Minutes
Make Your First Edit to OpenStreetMap in the Next 15 Minutes Make Your First Edit to OpenStreetMap in the Next 15 Minutes

IntroThis quick tutorial will help you make a meaningful contribution to OpenStreetMap (OSM) in less than 15 minutes.

By the end, you will have added an official website tag to a nearby shop or amenity.

Once a place in OSM has a website tag, it becomes way easier to determine other helpful info about that place.

Nearly every place’s official website has info about its phone , opening_hours , email , and other tags.

Click and drag to create a box around your AOI Click ⬇️ Download.

7 часов назад @ high5apps.github.io
Microcode in Intel's 8087 floating-point chip: the scale instruction
Microcode in Intel's 8087 floating-point chip: the scale instruction Microcode in Intel's 8087 floating-point chip: the scale instruction

The FSCALE (Floating-point Scale) instruction provides a quick way to scale a number by a power of two, much faster than a multiplication.

To explore the microcode, I opened up an 8087 chip and created a high-resolution image with a microscope.

The FSCALE microcodeWhen the 8087 starts executing an instruction, the instruction decoder circuitry determines the starting address of the microcode corresponding to the instruction.

For users who didn't have an 8087 chip, Intel sold an 8087 Support Library that exactly emulated the 8087's instructions (but much slower).

I plan to continue reverse-engineering the 8087 microcode; for updates, follow me on Bluesky (@righto.com), Mastodon (@[email prot…

8 часов назад @ righto.com
LG responds to TV spying allegations
LG responds to TV spying allegations

Comments

8 часов назад @ theverge.com
Hacker News Hacker News
последний пост 1 час назад
Is it time for a Luddite Renaissance?
Is it time for a Luddite Renaissance?

Comments

8 часов назад @ npr.org
Nvidia is the central bank of AI
Nvidia is the central bank of AI

Comments

8 часов назад @ economist.com
Ask HN: What default model do you use and why?
Ask HN: What default model do you use and why? Ask HN: What default model do you use and why?

I use claude for most of what I do, and Fable is largely overkill for me and frequently burns through my Max plan's session credits in minutes (!)

when just doing an initial mobile app planning with 4 agents.

Opus 4.8 is now my goto and I will be avoiding 5 until I see a reason to switch back.

4.8 is 'good enough' for what I need and has been a great value.

Most of what I do is web and mobile , largely cloud backend.

8 часов назад @ news.ycombinator.com
I made a build profiler to understand Bun's compile times
I made a build profiler to understand Bun's compile times I made a build profiler to understand Bun's compile times

You run it by putting buildprof -- in front of any build command you already use:buildprof -- make -j16 buildprof -- cargo build buildprof -- ninja -C out/target buildprof -- just build buildprof -- ./dev/custom-build-script.shbuildprof records every process your build command launches, including their subprocesses (and their subprocesses…), and lays them out on one timeline.

This was further compounded by another important, yet easily missed, detail in the tweet: the Zig build used Full LTO, while the Rust build used ThinLTO.

Builds are process trees#When you type cargo build or zig build , it feels like you are running one program.

How did the Rust CI build differ?#With so much of the Zig…

9 часов назад @ lalitm.com
I refuse to let SPICE die
I refuse to let SPICE die I refuse to let SPICE die

Spice VD Agent for WindowsCommunity-maintained Windows guest agent for SPICE.

This fork keeps the Windows agent building and shipping for current guests, especially Windows 11 VMs on Linux.

To recover a failed release: delete the GitHub Release draft if any, push a new tag, and keep the previous published tag immutable if users may have downloaded it.

appveyor.yml is kept only for historical parity with the last upstream UCRT64 MSI layout.

Windows 11 VM validationUse a Windows 11 guest on Linux (QEMU/KVM + SPICE), with the QXL or qxl-wddm-dod display device.

9 часов назад @ github.com
Europe's "Less" Is Doing More Than Anyone Gives It Credit For
Europe's "Less" Is Doing More Than Anyone Gives It Credit For Europe's "Less" Is Doing More Than Anyone Gives It Credit For

By every rule of thumb we've leaned on for the last fifty years, Europe is the casualty in this story.

Between 1990 and 2024, the bloc grew its economy more than 70 percent while cutting net greenhouse gas emissions 40 percent.

Primary energy consumption fell 9.6 percent in the decade to 2024, and 21 percent in Germany over the same stretch.

Measured GDP logs all of that as a one-time construction bump followed by a permanent decline in household consumption.

None of that was sold as energy policy, but it is energy policy, isn't it?

9 часов назад @ oilprice.com
Waymo pulls over, calls cops on juvenile riders who had 'ghost gun"
Waymo pulls over, calls cops on juvenile riders who had 'ghost gun" Waymo pulls over, calls cops on juvenile riders who had 'ghost gun"

The company alerted emergency services and “cooperated fully” with San Francisco police.

The department said officers conducted a “high-risk vehicle stop” and detained the two juvenile passengers — a boy and girl.

San Francisco police did not immediately respond to The Times’ request for comment Friday.

The hat-topped cars are now a fixture in San Francisco and Los Angeles, and even sparked a beeping backlash in Santa Monica.

In July, a shirtless man in East Hollywood was recorded standing on top of a Waymo while dismantling the car.

9 часов назад @ latimes.com
We Must Pace the Frontier
We Must Pace the Frontier We Must Pace the Frontier

We must slow the pace at which we improve the capabilities of AI models.

The first step is something Anthropic is unilaterally committing to (and calls on governments to require other frontier companies to match).

Frontier AI companies within democratic countries coordinate to establish common safety standards as well as limits on the rate of unchecked AI progress.

But there’s much more to do to ensure that our alignment training keeps up with the growth in model capabilities.

But there’s much more to do to ensure that our alignment training keeps up with the growth in model capabilities.

9 часов назад @ darioamodei.com
Compiler Can Undo Your Security Checks
Compiler Can Undo Your Security Checks

Comments

9 часов назад @ davidbombal.com
A Mathematical Framework for Transformer Circuits (2021)
A Mathematical Framework for Transformer Circuits (2021)

It's worth noting that the completely linear residual stream is very unusual among neural network architectures: even ResNets , the most similar architecture in widespread use, have non-linear activation functions on their residual stream, or applied whenever the residual stream is accessed!

Subspaces and Residual Stream BandwidthThe residual stream is a high-dimensional vector space.

Attention Heads as Information MovementBut if attention heads act independently, what do they do?

Products of attention heads behave much like attention heads themselves.

Primarily Positional Attention HeadsOur treatment of attention heads hasn't discussed how attention heads handle position, largely because t…

9 часов назад @ transformer-circuits.pub
My last six months at Evernote
My last six months at Evernote

Comments

10 часов назад @ alexkras.com
A Few Good Ideas in Programming Languages
A Few Good Ideas in Programming Languages

A Few Good Ideas in Programming LanguagesPosted: 2026-05-10Author: Pranoy DuttaHere are just a few programming language features I love:1.

Crystal is a compiled programming langauge with static type-checking with syntax very similar to the Ruby programming language.

# # It's Int32 | String assert(my_var.is_a?

Borrow CheckingRust is a systems programming language which guarantees memory safety without a garbage collector.

The D programming language (such an underrated language) supports contract programming where it provides syntactic support for describing more complex invariants which can be at the function-level or object-level.

10 часов назад @ prydt.xyz
Show HN: Liniora – Ever thought about replacing your project manager?
Show HN: Liniora – Ever thought about replacing your project manager? Show HN: Liniora – Ever thought about replacing your project manager?

Liniora AI AnalysisThis PR fixes a race condition in the authentication middleware by awaiting the token refresh promise before allowing queued requests to proceed.

11 часов назад @ liniora.com
Fuck it, make it anyway
Fuck it, make it anyway Fuck it, make it anyway

The reason for this is, I guess, all too familiar for anyone in a creative field: surprise, it’s generative AI.

Here’s the thing: I’m already doing everything the hard way.

I do things the way I do because I enjoy doing it that way and because I learn a lot through doing it.

I could stop making things entirely, but as any creative person will know that’s never really an option.

Or, I can keep making things the way I enjoy, keep learning, keep doing it the hard way, for no real concrete reason other than I want to do it.

12 часов назад @ joelotter.com
Crypto farm in Mexican mountains puts spotlight on cartel funding
Crypto farm in Mexican mountains puts spotlight on cartel funding

Please enable JS and disable any ad blocker

12 часов назад @ reuters.com
Lobsters Lobsters
последний пост 3 часа назад
Microcode in Intel's 8087 floating-point chip: the scale instruction
Microcode in Intel's 8087 floating-point chip: the scale instruction Microcode in Intel's 8087 floating-point chip: the scale instruction

The FSCALE (Floating-point Scale) instruction provides a quick way to scale a number by a power of two, much faster than a multiplication.

To explore the microcode, I opened up an 8087 chip and created a high-resolution image with a microscope.

The FSCALE microcodeWhen the 8087 starts executing an instruction, the instruction decoder circuitry determines the starting address of the microcode corresponding to the instruction.

For users who didn't have an 8087 chip, Intel sold an 8087 Support Library that exactly emulated the 8087's instructions (but much slower).

I plan to continue reverse-engineering the 8087 microcode; for updates, follow me on Bluesky (@righto.com), Mastodon (@[email prot…

3 часа назад @ righto.com
Optimizing a single Rust Clippy lint by 3133X
Optimizing a single Rust Clippy lint by 3133X Optimizing a single Rust Clippy lint by 3133X

In Rust, if you want to instantiate an empty vector, you can call the vec macro vec![] .

So, Clippy has the perfect lint to avoid you becoming the noobie in your community.

Now, Clippy runs after macro expansion.

Rust does not have a real defined macro callmap, and that might be the greatest pain-point that Clippy has to deal with.

So we first start out investigation by, you guessed it, checking if we’re in a macro expansion.

3 часа назад @ blog.goose.love
Managing Complex Application State with Reactive Data Flows
Managing Complex Application State with Reactive Data Flows Managing Complex Application State with Reactive Data Flows

Domino provides a transactional data flow engine which encodes all the business logic.

These are all data flows at the edges of the application that you want kept away from the business logic.

The core idea behind Missionary is to provide a library for supervised data flow programming where asynchronous effects can be treated as composable values.

An event gets triggered, which can be a user input, a system event, a service call, whatever, and it gets fed as an input into the data flow engine.

With Domino you get a transactional data flow engine for managing the state of the application.

4 часа назад @ yogthos.net
js65 - Advanced 6502 assembler with patching support based on ca65 syntax
js65 - Advanced 6502 assembler with patching support based on ca65 syntax js65 - Advanced 6502 assembler with patching support based on ca65 syntax

Advanced 6502 assembler with patching support based on ca65 syntax Get Started Download NowWhat is js65

4 часа назад @ jsnesx.github.io
A Few Good Ideas in Programming Languages
A Few Good Ideas in Programming Languages

A Few Good Ideas in Programming LanguagesPosted: 2026-05-10Author: Pranoy DuttaHere are just a few programming language features I love:1.

Crystal is a compiled programming langauge with static type-checking with syntax very similar to the Ruby programming language.

# # It's Int32 | String assert(my_var.is_a?

Borrow CheckingRust is a systems programming language which guarantees memory safety without a garbage collector.

The D programming language (such an underrated language) supports contract programming where it provides syntactic support for describing more complex invariants which can be at the function-level or object-level.

5 часов назад @ prydt.xyz
Testing race conditions with memory access tracing and stack-based delay injection
Testing race conditions with memory access tracing and stack-based delay injection Testing race conditions with memory access tracing and stack-based delay injection

Stable identifiers for memory accesses across runs: count-augmented stack tracesTo test out different orderings of memory accesses, a way to stably identify interesting memory accesses across test case executions is needed.

The possible action types are:DI_STACK_WAKE_PRE : before the memory access, set flag N: before the memory access, set flag N DI_STACK_WAIT : before the memory access, spin-wait until flag N is set: before the memory access, spin-wait until flag N is set DI_STACK_WAKE_POST : after the memory access, set flag NWith the same ioctl, userspace also configures an upper limit on spin-wait iterations.

Each memory access line shows the type of access (Read/Write/Free), data addre…

6 часов назад @ projectzero.google
The gpg.fail aftermath: On responsible disclosure, GPG, and the state of security in 2026 [32:37]
The gpg.fail aftermath: On responsible disclosure, GPG, and the state of security in 2026 [32:37] The gpg.fail aftermath: On responsible disclosure, GPG, and the state of security in 2026 [32:37]

The gpg.fail aftermath: On responsible disclosure, GPG, and the state of security in 202649016 / Lexi Groves32 min32 min 6666 FahrplanIn 2025, I found and disclosed a bunch of vulnerabilities in GPG, the most used PGP implementation, and held a talk at 39c3 about it.

This talk describes the adventure and aftermath of getting there, shows some novel ones, and talks about the state of security in 2026.

For example, one of the first vulnerabilities I found, that was used for the introduction hook in the 39c3 talk, remains unpatched to this day.

Additionally, I will present a few novel vulnerabilities on GPG.

The talk closes with some general commentary about the state of security and responsib…

6 часов назад @ media.ccc.de
Make it anyway
Make it anyway Make it anyway

The reason for this is, I guess, all too familiar for anyone in a creative field: surprise, it’s generative AI.

Here’s the thing: I’m already doing everything the hard way.

I do things the way I do because I enjoy doing it that way and because I learn a lot through doing it.

I could stop making things entirely, but as any creative person will know that’s never really an option.

Or, I can keep making things the way I enjoy, keep learning, keep doing it the hard way, for no real concrete reason other than I want to do it.

6 часов назад @ joelotter.com
Is truth futureproof? On the possible futures of mechanized proofs
Is truth futureproof? On the possible futures of mechanized proofs

Interactive theorem provers play increasingly important roles in the programming languages and mathematics communities, resulting in a large body of mechanized proofs that bear witness to mathematical knowledge. The ideal promise of accumulating these artifacts is that they allow us to preserve that knowledge across time into future generations and across intellectual silos. However, by virtue of being software, mechanized proofs are at risk of breaking as they age, hindering reproduction (e.g. of the proof’s correctness), inspection, and reuse. How can we future-proof mechanized proofs? In this paper, we posit two archetypal motivations for mechanization, convincing and explaining, which m…

6 часов назад @ khoury.northeastern.edu
Logo Programming Language
Logo Programming Language

Once a Logo procedure is defined it works like the Logo primitives.

In fact, when you look at Logo programs there's no way of knowing which words are primitives and which are user-defined unless you know that particular Logo implementation.

In our language sample we used the procedure pick to randomly select an item from a list, for example in the procedure who.

to whooutput pick [Sandy Dale Dana Chris]endIn some versions of Logo pick is a primitive while in others you have to write it yourself.

Programming in Logo is done by adding to its vocabulary, teaching it new words in terms of words it already knows.

7 часов назад @ el.media.mit.edu
Useful Things Agents Can Do That Are Not Writing Code
Useful Things Agents Can Do That Are Not Writing Code

Comments

7 часов назад @ elijahpotter.dev
xkcd-font: The xkcd font
xkcd-font: The xkcd font xkcd-font: The xkcd font

Yes, it really is his handwriting, and he hopes we fix the pesky kerning:[Credit to xkcd]This repository contains two fonts, xkcd Script and xkcd , each with their own characteristics (and limitations):Font: xkcd Scriptxkcd Script is a font derived from a handwriting sample provided by Randall.

It is far less uniform than xkcd , and we think it is therefore more like a true script font.

Pre-built font files are available directly in this repository: xkcd-script.ttf | xkcd-script.woffFont: xkcdThe xkcd font was originally created by Randall, and was used in xkcd "The Pace of Modern Life" (April 1st, 2013).

It is considerably more uniform than xkcd Script , which can result in more legibility…

8 часов назад @ github.com
Why do companies stop using Haskell?
Why do companies stop using Haskell? Why do companies stop using Haskell?

Comments

8 часов назад @ youtube.com
ICE always tastes better when it trickles! (2013)
ICE always tastes better when it trickles! (2013) ICE always tastes better when it trickles! (2013)

Trickle ICE with SIPLack of backward compatibility, that is being able to have a vanilla ICE implementation successfully talk to a Trickle ICE, is not a problem in cases where support for trickling can be predicted.

To circumvent the problem Trickle ICE comes with a special mode of operation called “Half Trickle”.

Once “Half Trickle” has been performed at the initiation of a call, subsequent SIP INVITEs (reINVITEs) can use “Full Trickle” and have all the benefits of Trickle ICE.

Similarly, SIP clients that support Trickle ICE and that run in controlled environments can be configured to assume support for Trickle ICE in every callee and avoid use of “Half Trickle”.

Trickle ICE is one such im…

8 часов назад @ webrtchacks.com
I made a build profiler to understand Bun’s compile times
I made a build profiler to understand Bun’s compile times I made a build profiler to understand Bun’s compile times

You run it by putting buildprof -- in front of any build command you already use:buildprof -- make -j16 buildprof -- cargo build buildprof -- ninja -C out/target buildprof -- just build buildprof -- ./dev/custom-build-script.shbuildprof records every process your build command launches, including their subprocesses (and their subprocesses…), and lays them out on one timeline.

This was further compounded by another important, yet easily missed, detail in the tweet: the Zig build used Full LTO, while the Rust build used ThinLTO.

Builds are process trees#When you type cargo build or zig build , it feels like you are running one program.

How did the Rust CI build differ?#With so much of the Zig…

9 часов назад @ lalitm.com
Techmeme Techmeme
последний пост 2 часа назад
An analysis of Bending Spoons' financials: the company relies on aggressive post-acquisition price hikes, and rising interest rates could crimp its growth (Jonathan Weil/Wall Street Journal)
An analysis of Bending Spoons' financials: the company relies on aggressive post-acquisition price hikes, and rising interest rates could crimp its growth (Jonathan Weil/Wall Street Journal) An analysis of Bending Spoons' financials: the company relies on aggressive post-acquisition price hikes, and rising interest rates could crimp its growth (Jonathan Weil/Wall Street Journal)

Jonathan Weil / Wall Street Journal:

An analysis of Bending Spoons' financials: the company relies on aggressive post-acquisition price hikes, and rising interest rates could crimp its growth — The tech roll-up relies on aggressive price hikes and bespoke metrics. Rising interest rates could crimp its growth.

2 часа назад @ techmeme.com
Sam Altman confirms OpenAI won't go public this year saying "given everything happening with safety, right now would be an ill-advised moment to go public" (Jason Ma/Fortune)
Sam Altman confirms OpenAI won't go public this year saying "given everything happening with safety, right now would be an ill-advised moment to go public" (Jason Ma/Fortune) Sam Altman confirms OpenAI won't go public this year saying "given everything happening with safety, right now would be an ill-advised moment to go public" (Jason Ma/Fortune)

Jason Ma / Fortune:

Sam Altman confirms OpenAI won't go public this year saying “given everything happening with safety, right now would be an ill-advised moment to go public” — Wall Street will have to wait for one of the most highly anticipated initial public offerings as OpenAI CEO Sam Altman confirmed it will not happen in 2026.

4 часа назад @ techmeme.com
Donald Trump's plan to center Bitcoin mining in the US is unraveling as miners convert facilities into AI data centers amid a prolonged crypto market slump (Bloomberg)
Donald Trump's plan to center Bitcoin mining in the US is unraveling as miners convert facilities into AI data centers amid a prolonged crypto market slump (Bloomberg) Donald Trump's plan to center Bitcoin mining in the US is unraveling as miners convert facilities into AI data centers amid a prolonged crypto market slump (Bloomberg)

Bloomberg:

Donald Trump's plan to center Bitcoin mining in the US is unraveling as miners convert facilities into AI data centers amid a prolonged crypto market slump — Donald Trump's pledge to ensure that Bitcoin mining activity is centered in the US is rapidly disintegrating under the twin forces …

5 часов назад @ techmeme.com
Elon Musk backs Dario Amodei's arguments about pacing the frontier, saying "Dario is right" (Ben Johansen/Politico)
Elon Musk backs Dario Amodei's arguments about pacing the frontier, saying "Dario is right" (Ben Johansen/Politico) Elon Musk backs Dario Amodei's arguments about pacing the frontier, saying "Dario is right" (Ben Johansen/Politico)

Ben Johansen / Politico:

Elon Musk backs Dario Amodei's arguments about pacing the frontier, saying “Dario is right” — Anthropic CEO Dario Amodei on Saturday called for the immediate slowdown of artificial intelligence development, warning that recent advances in AI have begun to outpace the industry's ability …

6 часов назад @ techmeme.com
Hugging Face says its Open Alignment Initiative, led by co-founder Thomas Wolf, seeks "to be part of the 'embedded evaluators' program that Amodei" committed to (Clem/@clementdelangue)
Hugging Face says its Open Alignment Initiative, led by co-founder Thomas Wolf, seeks "to be part of the 'embedded evaluators' program that Amodei" committed to (Clem/@clementdelangue) Hugging Face says its Open Alignment Initiative, led by co-founder Thomas Wolf, seeks "to be part of the 'embedded evaluators' program that Amodei" committed to (Clem/@clementdelangue)

Clem / @clementdelangue:

Hugging Face says its Open Alignment Initiative, led by co-founder Thomas Wolf, seeks “to be part of the ‘embedded evaluators’ program that Amodei” committed to — It's now clear that alignment is critical and won't be solved behind the closed doors of a handful of frontier labs. So today we're launching the Open Alignment Initiative, led by @Thom_Wolf @huggingface and asking to be part of the “embedded evaluators

6 часов назад @ techmeme.com
Sam Altman says he agrees with Amodei that "committing to having independent evaluators with employee-like access is a great idea", and OpenAI will do the same (Sam Altman/@sama)
Sam Altman says he agrees with Amodei that "committing to having independent evaluators with employee-like access is a great idea", and OpenAI will do the same (Sam Altman/@sama) Sam Altman says he agrees with Amodei that "committing to having independent evaluators with employee-like access is a great idea", and OpenAI will do the same (Sam Altman/@sama)

Sam Altman / @sama:

Sam Altman says he agrees with Amodei that “committing to having independent evaluators with employee-like access is a great idea”, and OpenAI will do the same — I agree with Dario that we need to pace the frontier. This has been a primary topic of discussions we've had at OpenAI in recent weeks. Committing to having independent evaluators with employee-like access is a great idea, and we will do the same. We'll have more to share soon.

6 часов назад @ techmeme.com
The US legal system is struggling to keep up with AI, grappling with cases where chatbots provided counsel, generated evidence, or helped plan a mass shooting (Evan Ratliff/Bloomberg)
The US legal system is struggling to keep up with AI, grappling with cases where chatbots provided counsel, generated evidence, or helped plan a mass shooting (Evan Ratliff/Bloomberg) The US legal system is struggling to keep up with AI, grappling with cases where chatbots provided counsel, generated evidence, or helped plan a mass shooting (Evan Ratliff/Bloomberg)

Evan Ratliff / Bloomberg:

The US legal system is struggling to keep up with AI, grappling with cases where chatbots provided counsel, generated evidence, or helped plan a mass shooting — The first line Phoenix Ikner typed into ChatGPT was a quadratic expression. It was March 2024, and Ikner was a 19-year-old student at Tallahassee State College, in Florida.

7 часов назад @ techmeme.com
Trump is taking a hands-off approach to AI regulation to preserve the US lead over China, ahead of a summit with Xi Jinping, where AI safety is a top issue (Bloomberg)
Trump is taking a hands-off approach to AI regulation to preserve the US lead over China, ahead of a summit with Xi Jinping, where AI safety is a top issue (Bloomberg) Trump is taking a hands-off approach to AI regulation to preserve the US lead over China, ahead of a summit with Xi Jinping, where AI safety is a top issue (Bloomberg)

Bloomberg:

Trump is taking a hands-off approach to AI regulation to preserve the US lead over China, ahead of a summit with Xi Jinping, where AI safety is a top issue — In June 2024, during a campaign stop in Las Vegas, then-candidate Donald Trump got a glimpse of the technology that would come to define his second presidential term.

8 часов назад @ techmeme.com
Amodei says pacing does not mean halting training or progress, but giving companies time to align and safeguard models and third-party evaluators time to verify (Bloomberg)
Amodei says pacing does not mean halting training or progress, but giving companies time to align and safeguard models and third-party evaluators time to verify (Bloomberg) Amodei says pacing does not mean halting training or progress, but giving companies time to align and safeguard models and third-party evaluators time to verify (Bloomberg)

Bloomberg:

Amodei says pacing does not mean halting training or progress, but giving companies time to align and safeguard models and third-party evaluators time to verify — Anthropic PBC Chief Executive Officer Dario Amodei said that the artificial intelligence industry needs to slow the pace …

8 часов назад @ techmeme.com
Amodei warns that an OpenAI/Hugging Face-like agent swarm, which "acted as a fanatically devoted collective", could take over the internet in 6-12 months (Auzinea Bacon/CNN)
Amodei warns that an OpenAI/Hugging Face-like agent swarm, which "acted as a fanatically devoted collective", could take over the internet in 6-12 months (Auzinea Bacon/CNN) Amodei warns that an OpenAI/Hugging Face-like agent swarm, which "acted as a fanatically devoted collective", could take over the internet in 6-12 months (Auzinea Bacon/CNN)

Auzinea Bacon / CNN:

Amodei warns that an OpenAI/Hugging Face-like agent swarm, which “acted as a fanatically devoted collective”, could take over the internet in 6-12 months — The race to develop artificial intelligence is in dire need of a slowdown, Anthropic's chief executive said in an essay posted early Saturday.

8 часов назад @ techmeme.com
Dario Amodei says Anthropic is "unilaterally committing" to giving third-party evaluators permanent access to verify its adherence to safety measures (Dario Amodei/@darioamodei)
Dario Amodei says Anthropic is "unilaterally committing" to giving third-party evaluators permanent access to verify its adherence to safety measures (Dario Amodei/@darioamodei) Dario Amodei says Anthropic is "unilaterally committing" to giving third-party evaluators permanent access to verify its adherence to safety measures (Dario Amodei/@darioamodei)

Dario Amodei / @darioamodei:

Dario Amodei says Anthropic is “unilaterally committing” to giving third-party evaluators permanent access to verify its adherence to safety measures — We Must Pace the Frontier: I've written a new essay on why the AI industry should slow down, with a three-part plan for doing so. Anthropic is unilaterally committing to the first of these steps. We'll provide third-party evaluators with permanent, employee-level access to our systems, so that the...

9 часов назад @ techmeme.com
Dario Amodei proposes steps for pacing the frontier: embedded evaluators, coordination among democracies, and global coordination with authoritarian governments (Dario Amodei)
Dario Amodei proposes steps for pacing the frontier: embedded evaluators, coordination among democracies, and global coordination with authoritarian governments (Dario Amodei) Dario Amodei proposes steps for pacing the frontier: embedded evaluators, coordination among democracies, and global coordination with authoritarian governments (Dario Amodei)

Dario Amodei:

Dario Amodei proposes steps for pacing the frontier: embedded evaluators, coordination among democracies, and global coordination with authoritarian governments — I have worked on AI for the last twelve years because I believe it could dramatically raise the quality of human life.

9 часов назад @ techmeme.com
As the AI wave creates tech fortunes at breakneck speed, a look at the growing ecosystem helping founders navigate the challenges of becoming extremely wealthy (Tiffany Ap/Bloomberg)
As the AI wave creates tech fortunes at breakneck speed, a look at the growing ecosystem helping founders navigate the challenges of becoming extremely wealthy (Tiffany Ap/Bloomberg) As the AI wave creates tech fortunes at breakneck speed, a look at the growing ecosystem helping founders navigate the challenges of becoming extremely wealthy (Tiffany Ap/Bloomberg)

Tiffany Ap / Bloomberg:

As the AI wave creates tech fortunes at breakneck speed, a look at the growing ecosystem helping founders navigate the challenges of becoming extremely wealthy — A growing post-exit ecosystem is helping founders deal with the unexpected difficulties of becoming extremely wealthy.

10 часов назад @ techmeme.com
South Korea's espionage laws, broadened for the first time in over seven decades, take effect on Sept. 13 as foreign spies increasingly target its chip sector (Daniel Tudor/Financial Times)
South Korea's espionage laws, broadened for the first time in over seven decades, take effect on Sept. 13 as foreign spies increasingly target its chip sector (Daniel Tudor/Financial Times) South Korea's espionage laws, broadened for the first time in over seven decades, take effect on Sept. 13 as foreign spies increasingly target its chip sector (Daniel Tudor/Financial Times)

Daniel Tudor / Financial Times:

South Korea's espionage laws, broadened for the first time in over seven decades, take effect on Sept. 13 as foreign spies increasingly target its chip sector — Seoul broadens its espionage legislation for the first time in more than seven decades — South Korea is arming itself …

13 часов назад @ techmeme.com
Q&A with AI researchers John Schulman, Beren Millidge, and Charlie O'Neill on steelmanning the case against RSI, Chinese labs' progress, long-horizon RL, more (Dwarkesh Patel/Dwarkesh Podcast)
Q&A with AI researchers John Schulman, Beren Millidge, and Charlie O'Neill on steelmanning the case against RSI, Chinese labs' progress, long-horizon RL, more (Dwarkesh Patel/Dwarkesh Podcast) Q&A with AI researchers John Schulman, Beren Millidge, and Charlie O'Neill on steelmanning the case against RSI, Chinese labs' progress, long-horizon RL, more (Dwarkesh Patel/Dwarkesh Podcast)

Dwarkesh Patel / Dwarkesh Podcast:

Q&A with AI researchers John Schulman, Beren Millidge, and Charlie O'Neill on steelmanning the case against RSI, Chinese labs' progress, long-horizon RL, more — “We're nowhere near the ceiling.” — New episode with John Schulman, Beren Millidge and Charlie O'Neill.

17 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 2 часа назад
Epsilon Health, which contracts with radiologists who use its AI to generate image reports faster, emerges from stealth with a $20M Series A led by AlleyCorp (Brock E.W. Turner/Axios)
Epsilon Health, which contracts with radiologists who use its AI to generate image reports faster, emerges from stealth with a $20M Series A led by AlleyCorp (Brock E.W. Turner/Axios) Epsilon Health, which contracts with radiologists who use its AI to generate image reports faster, emerges from stealth with a $20M Series A led by AlleyCorp (Brock E.W. Turner/Axios)

Brock E.W. Turner / Axios:

Epsilon Health, which contracts with radiologists who use its AI to generate image reports faster, emerges from stealth with a $20M Series A led by AlleyCorp — Epsilon Health, an AI-enabled radiology practice, emerged from stealth with a $20 million Series A round, CEO Rustin Rassoli tells Axios Pro exclusively.

18 часов назад @ techmeme.com
NYC-based Luminary, which develops AI-powered workflow tools for estate planning and wealth transfer management, raised a $22M Series A led by Ten Coves Capital (Davis Janowski/Wealth Management)
NYC-based Luminary, which develops AI-powered workflow tools for estate planning and wealth transfer management, raised a $22M Series A led by Ten Coves Capital (Davis Janowski/Wealth Management) NYC-based Luminary, which develops AI-powered workflow tools for estate planning and wealth transfer management, raised a $22M Series A led by Ten Coves Capital (Davis Janowski/Wealth Management)

Davis Janowski / Wealth Management:

NYC-based Luminary, which develops AI-powered workflow tools for estate planning and wealth transfer management, raised a $22M Series A led by Ten Coves Capital — The fintech, which launched in 2022, now supports client assets totaling more than $500 billion and plans to further expand its AI capabilities and commercial team.

19 часов назад @ techmeme.com
Amazon adds a Shop tab to Prime Video's X-Ray feature for related products while watching shows, and Shop the Scene powered by Amazon Lens in the Shopping app (Sarah Perez/TechCrunch)
Amazon adds a Shop tab to Prime Video's X-Ray feature for related products while watching shows, and Shop the Scene powered by Amazon Lens in the Shopping app (Sarah Perez/TechCrunch) Amazon adds a Shop tab to Prime Video's X-Ray feature for related products while watching shows, and Shop the Scene powered by Amazon Lens in the Shopping app (Sarah Perez/TechCrunch)

Sarah Perez / TechCrunch:

Amazon adds a Shop tab to Prime Video's X-Ray feature for related products while watching shows, and Shop the Scene powered by Amazon Lens in the Shopping app — Amazon is going to make it easier to shop when you're watching TV. The retail giant on Thursday announced a series of new features …

22 часа назад @ techmeme.com
Some experts say Siri Recap and Live Rewind, always-listening AI features in new Apple Watches, could test eavesdropping laws despite privacy protections (Natalie Lung/Bloomberg)
Some experts say Siri Recap and Live Rewind, always-listening AI features in new Apple Watches, could test eavesdropping laws despite privacy protections (Natalie Lung/Bloomberg) Some experts say Siri Recap and Live Rewind, always-listening AI features in new Apple Watches, could test eavesdropping laws despite privacy protections (Natalie Lung/Bloomberg)

Natalie Lung / Bloomberg:

Some experts say Siri Recap and Live Rewind, always-listening AI features in new Apple Watches, could test eavesdropping laws despite privacy protections — Apple Inc.'s new always-listening artificial intelligence features for the Apple Watch Series 12 and Ultra 4 could put eavesdropping laws to the test, according to legal experts.

23 часа назад @ techmeme.com
Sources: Anthropic is in talks to bring on Nvidia as an anchor investor in its IPO, seeking up to $100B at a ~$2T valuation; Nvidia may invest up to $10B (Reuters)
Sources: Anthropic is in talks to bring on Nvidia as an anchor investor in its IPO, seeking up to $100B at a ~$2T valuation; Nvidia may invest up to $10B (Reuters) Sources: Anthropic is in talks to bring on Nvidia as an anchor investor in its IPO, seeking up to $100B at a ~$2T valuation; Nvidia may invest up to $10B (Reuters)

Reuters:

Sources: Anthropic is in talks to bring on Nvidia as an anchor investor in its IPO, seeking up to $100B at a ~$2T valuation; Nvidia may invest up to $10B — Anthropic is in talks to bring Nvidia (NVDA.O) as an anchor investor into what could be the largest IPO in history, two people familiar with the matter told Reuters.

1 day назад @ techmeme.com
Sources: Jeff Dean is raising funds again for Discovery Loop, seeking a valuation of ~$50B; Discovery Loop was raising $1B at a ~$10B valuation a few weeks ago (Ben Bergman/Business Insider)
Sources: Jeff Dean is raising funds again for Discovery Loop, seeking a valuation of ~$50B; Discovery Loop was raising $1B at a ~$10B valuation a few weeks ago (Ben Bergman/Business Insider) Sources: Jeff Dean is raising funds again for Discovery Loop, seeking a valuation of ~$50B; Discovery Loop was raising $1B at a ~$10B valuation a few weeks ago (Ben Bergman/Business Insider)

Ben Bergman / Business Insider:

Sources: Jeff Dean is raising funds again for Discovery Loop, seeking a valuation of ~$50B; Discovery Loop was raising $1B at a ~$10B valuation a few weeks ago — Jeff Dean, who resigned as chief scientist from Google last month, is raising again for his new AI startup, Discovery Loop …

1 day, 1 hour назад @ techmeme.com
Researchers: OpenAI agents attacked Ruby package manager RubyGems in May; OpenAI says its agents used RubyGems to access the internet to do "benign tasks" (Robert McMillan/Wall Street Journal)
Researchers: OpenAI agents attacked Ruby package manager RubyGems in May; OpenAI says its agents used RubyGems to access the internet to do "benign tasks" (Robert McMillan/Wall Street Journal) Researchers: OpenAI agents attacked Ruby package manager RubyGems in May; OpenAI says its agents used RubyGems to access the internet to do "benign tasks" (Robert McMillan/Wall Street Journal)

Robert McMillan / Wall Street Journal:

Researchers: OpenAI agents attacked Ruby package manager RubyGems in May; OpenAI says its agents used RubyGems to access the internet to do “benign tasks” — The incident, which wasn't previously linked to OpenAI, happened two months before July's Hugging Face hack

1 day, 1 hour назад @ techmeme.com
Sources: US Senate negotiators are debating a bill to impose a "duty of care" for AI companies and let the government block the release of models deemed unsafe (Courtney Rozen/Reuters)
Sources: US Senate negotiators are debating a bill to impose a "duty of care" for AI companies and let the government block the release of models deemed unsafe (Courtney Rozen/Reuters) Sources: US Senate negotiators are debating a bill to impose a "duty of care" for AI companies and let the government block the release of models deemed unsafe (Courtney Rozen/Reuters)

Courtney Rozen / Reuters:

Sources: US Senate negotiators are debating a bill to impose a “duty of care” for AI companies and let the government block the release of models deemed unsafe — U.S. Senate negotiators are debating legislation that would put responsibility on tech companies to design safe AI products …

1 day, 1 hour назад @ techmeme.com
Citrini Research founder James van Geelen has sold the firm to SemiAnalysis for an undisclosed sum; sources: van Geelen plans to launch a new fund (Bloomberg)
Citrini Research founder James van Geelen has sold the firm to SemiAnalysis for an undisclosed sum; sources: van Geelen plans to launch a new fund (Bloomberg) Citrini Research founder James van Geelen has sold the firm to SemiAnalysis for an undisclosed sum; sources: van Geelen plans to launch a new fund (Bloomberg)

Bloomberg:

Citrini Research founder James van Geelen has sold the firm to SemiAnalysis for an undisclosed sum; sources: van Geelen plans to launch a new fund — James van Geelen, the founder of independent investment-research shop Citrini Research, has sold the firm to semiconductor and AI researcher SemiAnalysis.

1 day, 2 hours назад @ techmeme.com
FOIA docs: the CFTC launched at least three previously unreported investigations into Polymarket trading, including about Google's 2025 Year in Search Ranking (Kate Knibbs/Wired)
FOIA docs: the CFTC launched at least three previously unreported investigations into Polymarket trading, including about Google's 2025 Year in Search Ranking (Kate Knibbs/Wired) FOIA docs: the CFTC launched at least three previously unreported investigations into Polymarket trading, including about Google's 2025 Year in Search Ranking (Kate Knibbs/Wired)

Kate Knibbs / Wired:

FOIA docs: the CFTC launched at least three previously unreported investigations into Polymarket trading, including about Google's 2025 Year in Search Ranking — The agency that oversees prediction markets has investigated Polymarket trades on Biden pardons and the Iran war …

1 day, 2 hours назад @ techmeme.com
LinkedIn profiles show Google appears to have completed its talent deal, reportedly for $1.5B+, with AI coding startup Mechanize (Business Insider)
LinkedIn profiles show Google appears to have completed its talent deal, reportedly for $1.5B+, with AI coding startup Mechanize (Business Insider) LinkedIn profiles show Google appears to have completed its talent deal, reportedly for $1.5B+, with AI coding startup Mechanize (Business Insider)

Business Insider:

LinkedIn profiles show Google appears to have completed its talent deal, reportedly for $1.5B+, with AI coding startup Mechanize — Google has some fresh talent in the AI race. — The tech giant has completed its talent deal with San Francisco startup Mechanize Inc, public postings show.

1 day, 3 hours назад @ techmeme.com
A group of 25 Fields Medal recipients says AI companies' push to solve mathematical problems as a benchmark is detrimental to the science of mathematics (Terence Tao/What's new)
A group of 25 Fields Medal recipients says AI companies' push to solve mathematical problems as a benchmark is detrimental to the science of mathematics (Terence Tao/What's new) A group of 25 Fields Medal recipients says AI companies' push to solve mathematical problems as a benchmark is detrimental to the science of mathematics (Terence Tao/What's new)

Terence Tao / What's new:

A group of 25 Fields Medal recipients says AI companies' push to solve mathematical problems as a benchmark is detrimental to the science of mathematics — I am proud to be among the list of 25 initial signatories — all Fields Medallists — to the declaration below, which grew out of discussions between ourselves over the last week.

1 day, 3 hours назад @ techmeme.com
The UK's Office for National Statistics cites AI as a major driver of the country's summer growth spurt, with GDP growing 0.4% in July, above expectations (Tom Rees/Bloomberg)
The UK's Office for National Statistics cites AI as a major driver of the country's summer growth spurt, with GDP growing 0.4% in July, above expectations (Tom Rees/Bloomberg) The UK's Office for National Statistics cites AI as a major driver of the country's summer growth spurt, with GDP growing 0.4% in July, above expectations (Tom Rees/Bloomberg)

Tom Rees / Bloomberg:

The UK's Office for National Statistics cites AI as a major driver of the country's summer growth spurt, with GDP growing 0.4% in July, above expectations — No one in the City of London saw Britain's summer growth spurt coming. — Even the most optimistic economists' forecasts for July had the economy expanding 0.1%.

1 day, 4 hours назад @ techmeme.com
Sources: Cohere is in advanced talks to raise between $2B and $3B, including financing from the Canadian government and existing backers, at a $20B valuation (Globe and Mail)
Sources: Cohere is in advanced talks to raise between $2B and $3B, including financing from the Canadian government and existing backers, at a $20B valuation (Globe and Mail) Sources: Cohere is in advanced talks to raise between $2B and $3B, including financing from the Canadian government and existing backers, at a $20B valuation (Globe and Mail)

Globe and Mail:

Sources: Cohere is in advanced talks to raise between $2B and $3B, including financing from the Canadian government and existing backers, at a $20B valuation — Cohere Inc. is in advanced talks to raise between US$2-billion and US$3-billion, including financing from the Canadian government …

1 day, 5 hours назад @ techmeme.com
Sources: some lawmakers urge Speaker Johnson to cancel the fall House recess until Congress passes AI safeguards, after Anthropic researcher warnings (Andrew Solender/Axios)
Sources: some lawmakers urge Speaker Johnson to cancel the fall House recess until Congress passes AI safeguards, after Anthropic researcher warnings (Andrew Solender/Axios) Sources: some lawmakers urge Speaker Johnson to cancel the fall House recess until Congress passes AI safeguards, after Anthropic researcher warnings (Andrew Solender/Axios)

Andrew Solender / Axios:

Sources: some lawmakers urge Speaker Johnson to cancel the fall House recess until Congress passes AI safeguards, after Anthropic researcher warnings — A letter is circulating among House members urging Speaker Mike Johnson (R-La.) to bring back the House “immediately” …

1 day, 5 hours назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 16 часов назад
jakubkrehel/skills
jakubkrehel/skills jakubkrehel/skills

A collection of agent skills that cover UI, typography, colors, accessibility, layout, product writing and help you build a great interface.

Skills that help build great interfacesbetter-interface : Combines all of the better-* skills into a single review.

better-ui : Improves UI in your project across the board.

better-layout : Helps with grouping , alignment , reading order and other details that make a great layout.

interface-review : Reviews your work across multiple categories like UI , typography , layout , color , writing and accessibility and gives you a detailed analysis of the findings.

16 часов назад @ github.com
Tencent/WeKnora
Tencent/WeKnora Tencent/WeKnora

v0.5.1 — Knowledge-base batch management; workspace-wide IM channels overview; session search + user-scoped pinning; unified Model / Web Search / MCP settings cards; per-agent LLM timeout; desktop workspace switching.

— Knowledge-base batch management; workspace-wide IM channels overview; session search + user-scoped pinning; unified Model / Web Search / MCP settings cards; per-agent LLM timeout; desktop workspace switching.

— Wiki Mode GA — agents auto-generate structured, interlinked Markdown wiki pages with a knowledge graph; wiki browser + visual graph in the UI.

v0.3.0 — Shared Space; Agent Skills + sandboxed execution; custom agents; Data Analyst agent; thinking mode; Bing / Google we…

16 часов назад @ github.com
humanlayer/skills
humanlayer/skills humanlayer/skills

Installationnpx skills add humanlayer/skills --skill SKILLNAMEAvailable SkillsRewrites your CLAUDE.md using blocks to improve instruction adherence.

npx skills add humanlayer/skills --skill improve-claude-mdThen in your project:/improve-claude-mdNarrows React component prop types to match live code paths instead of Storybook, test, or mock-only states.

npx skills add humanlayer/skills --skill narrow-react-prop-typesThen in your project:/narrow-react-prop-typesBuilds a repo-local skill plus an iterated coding-agent GitHub Actions workflow, prompt, memory file, and reference templates.

npx skills add humanlayer/skills --skill design-control-loopThen in your project:/design-control-loopExplai…

16 часов назад @ github.com
every-app/open-seo
every-app/open-seo every-app/open-seo

OpenSEOOpen source alternative to Semrush and AhrefsOpenSEO is an SEO tool for the people.

If tools like Semrush or Ahrefs are too expensive or bloated, OpenSEO is a pay-as-you-go alternative that you actually control.

Main SEO WorkflowsKeyword researchRank trackingCompetitor InsightsBacklinksSite AuditsAI VisibilityOpenSEO MCP & Agent SkillsOpenSEO exposes an MCP server so AI agents like Claude Code, OpenClaw, and Hermes can use your SEO data directly.

Agent Skills are reusable workflows that guide your agent through SEO tasks using the MCP.

CostsOpenSEO needs a DataForSEO API key so that you can get SEO data.

19 часов назад @ github.com
anomalyco/opencode
anomalyco/opencode anomalyco/opencode

The open source AI coding agent.

Desktop App (BETA)OpenCode is also available as a desktop application.

build - Default, full-access agent for development work- Default, full-access agent for development work plan - Read-only agent for analysis and code exploration Denies file edits by default Asks permission before running bash commands Ideal for exploring unfamiliar codebases or planning changes- Read-only agent for analysis and code explorationAlso included is a general subagent for complex searches and multistep tasks.

DocumentationFor more info on how to configure OpenCode, head over to our docs.

ContributingIf you're interested in contributing to OpenCode, please read our contributing…

1 day, 17 hours назад @ github.com
microsoft/markitdown
microsoft/markitdown microsoft/markitdown

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

Azure Content UnderstandingAzure Content Understanding provides higher-quality conversion with structured field extraction (YAML front matter), multi-modal support (documents, images, audio, video), and configurable analyzers.

convert ( "report.pdf" ) # documents → prebuilt-documentSearch result = md .

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

What to ContributeMarkItDown is a Python utility for converting files to Markdown for use with LLMs and related …

1 day, 17 hours назад @ github.com
petergyang/no-ai-slop
petergyang/no-ai-slop petergyang/no-ai-slop

No AI SlopRemove 20+ patterns of AI slop from your writing without flattening your personal voice.

Generate slop for funDraft an AI slop post about (topic)Use it to generate the most cringe AI slop possible as satire.

The slop that this skill catchesNo AI Slop checks for 20+ patterns, including:Binary contrasts.

No AI Slop is also available as a plugin in ChatGPT.

Check out Behind the Craft, my personal AI system with over a dozen other quality skills and courses.

2 days, 16 hours назад @ github.com
openai/plugins
openai/plugins openai/plugins

PluginsThis repository contains a curated collection of Codex plugin examples.

Each plugin lives under plugins// with a required .codex-plugin/plugin.json manifest and optional companion surfaces such as skills/ , .app.json , .mcp.json , plugin-level agents/ , commands/ , hooks.json , assets/ , and other supporting files.

The default marketplace lives at .agents/plugins/marketplace.json and points at the standard plugins/ directory.

API key login users have a separate marketplace at .agents/plugins/api_marketplace.json .

Highlighted richer examples in this repo include:

2 days, 16 hours назад @ github.com
ruvnet/ruflo
ruvnet/ruflo ruvnet/ruflo

The model writes; the harness gives it tools, memory, loops, sandboxes, and controls so it can actually work.

Self-Learning / Self-Optimizing Agent Architecture User --> Ruflo (CLI/MCP) --> Router --> Swarm --> Agents --> Memory --> LLM Providers ^ | +---- Learning Loop <-------+New to Ruflo?

You don't need to learn 314 MCP tools or 26 CLI commands.

🔗 Wired to MCP tools Every action node maps to a tool call (RuFlo's ~210 MCP tools, your custom servers, or shell).

🤝 9 MCP tools + 10 CLI commands Full lifecycle: federation_init , federation_send , federation_trust , federation_audit , and more.

3 days, 17 hours назад @ github.com
nvm-sh/nvm
nvm-sh/nvm nvm-sh/nvm

"${BASH_ENV}"' >> ~/.bashrc # Download and install nvm RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | PROFILE= "${BASH_ENV}" bash RUN echo node > .nvmrc RUN nvm installInstalling in Docker for CICD-JobsMore robust, works in CI/CD-Jobs.

keep your previous "system" node install, but nvm will only be available to your user account (the one used to install nvm).

In addition, the following commands support LTS arguments:nvm install --lts / nvm install --lts=argon / nvm install 'lts/*' / nvm install lts/argon/ / / nvm uninstall --lts / nvm uninstall --lts=argon / nvm uninstall 'lts/*' / nvm uninstall lts/argon/ / / nvm use --lts / nvm use --lts=argon / nvm use 'lts…

3 days, 17 hours назад @ github.com
openai/skills
openai/skills openai/skills

For current Codex skill and plugin examples, use the OpenAI Plugins repository.

Codex uses skills to help package capabilities that teams and individuals can use to complete specific tasks in a repeatable way.

To install curated or experimental skills, you can use the $skill-installer inside Codex.

Curated skills can be installed by name (defaults to skills/.curated ):$skill-installer gh-address-commentsFor experimental skills, specify the skill folder.

For example:$skill-installer install the create-plan skill from the .experimental folderOr provide the GitHub directory URL:$skill-installer install https://github.com/openai/skills/tree/main/skills/.experimental/create-planAfter installing …

3 days, 17 hours назад @ github.com
facebook/zstd
facebook/zstd facebook/zstd

Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.

Compression Ratio Compression Speed Decompression SpeedThese compression gains are achieved while simultaneously providing faster compression and decompression speeds.

Dictionary compression How To:Create the dictionary zstd --train FullPathToTrainingSet/* -o dictionaryName Compress with dictionary zstd -D dictionaryName FILE Decompress with dictionary zstd -D dictionaryName --decompress FILE.zstBuild instructionsmake is the main build system of this project.

Other standard targets include:make install : install zstd cli, libra…

3 days, 17 hours назад @ github.com
heygen-com/hyperframes
heygen-com/hyperframes heygen-com/hyperframes

Render video.

The skills teach agents the HyperFrames production loop: plan the video, write valid HTML, wire seekable animations, add media, lint, preview, and render.

npx hyperframes skills update installs exactly that from anywhere; the interactive picker ( npx skills add heygen-com/hyperframes ) lists it as the "Core Skills" group, nothing pre-selected.

Use npx skills add heygen-com/hyperframes --all to install all 20 deliberately (skips the picker), or npx skills add heygen-com/hyperframes --skill for just one (bare name, no leading / ).

Manually with the CLInpx hyperframes init my-video cd my-video npx hyperframes preview # preview in browser with live reload npx hyperframes render #…

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

Hermes Agent ☤Hermes Agent | Hermes DesktopThe self-improving AI agent built by Nous Research.

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

After installation:source ~ /.bashrc # reload shell (or: source ~/.zshrc) hermes # start chatting!

During first-time setup: The setup wizard ( hermes setup ) automatically detects ~/.openclaw and offers to migrate before configuration begins.

🔌 HermesClaw — Community WeChat bridge: Run Hermes Agent and OpenClaw on the same WeChat account.

3 days, 17 hours назад @ github.com
mksglu/context-mode
mksglu/context-mode mksglu/context-mode

*context-mode) " , "hooks" : [{ "type" : " command " , "command" : " context-mode hook gemini-cli beforetool " }] } ], "AfterTool" : [ { "matcher" : " " , "hooks" : [{ "type" : " command " , "command" : " context-mode hook gemini-cli aftertool " }] } ], "PreCompress" : [ { "matcher" : " " , "hooks" : [{ "type" : " command " , "command" : " context-mode hook gemini-cli precompress " }] } ], "SessionStart" : [ { "matcher" : " " , "hooks" : [{ "type" : " command " , "command" : " context-mode hook gemini-cli sessionstart " }] } ] } } Restart Gemini CLI.

Copilot CLI fires six events context-mode uses: { "version" : 1 , "hooks" : { "preToolUse" : [{ "type" : " command " , "command" : " context-m…

3 days, 17 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 2 часа назад
2 young people arrested after Waymo alerted San Francisco police about loaded AR-style rifle
2 young people arrested after Waymo alerted San Francisco police about loaded AR-style rifle 2 young people arrested after Waymo alerted San Francisco police about loaded AR-style rifle

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

2 часа назад @ reddit.com
Two AI researchers leave Anthropic and Google over safety concerns: 'There are no adults in the room'
Two AI researchers leave Anthropic and Google over safety concerns: 'There are no adults in the room' Two AI researchers leave Anthropic and Google over safety concerns: 'There are no adults in the room'

submitted by /u/Just-Grocery-2229 [link] [comments]

3 часа назад @ reddit.com
Arizona’s lifeline for chip manufacturing is drying up
Arizona’s lifeline for chip manufacturing is drying up Arizona’s lifeline for chip manufacturing is drying up

submitted by /u/Conscious-Quarter423 [link] [comments]

3 часа назад @ reddit.com
Sam Altman confirms OpenAI won't go public this year, saying an IPO now would come at an 'ill-advised moment' given AI safety concerns
Sam Altman confirms OpenAI won't go public this year, saying an IPO now would come at an 'ill-advised moment' given AI safety concerns Sam Altman confirms OpenAI won't go public this year, saying an IPO now would come at an 'ill-advised moment' given AI safety concerns

submitted by /u/Conscious-Quarter423 [link] [comments]

3 часа назад @ reddit.com
Texts Reveal Kash Patel Ordering Staff to Fight “Ifindretards” Account
Texts Reveal Kash Patel Ordering Staff to Fight “Ifindretards” Account Texts Reveal Kash Patel Ordering Staff to Fight “Ifindretards” Account

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

3 часа назад @ reddit.com
Europe eyes battle over 'pervert' AI glasses
Europe eyes battle over 'pervert' AI glasses Europe eyes battle over 'pervert' AI glasses

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

5 часов назад @ reddit.com
China Plans To Return Samples From Mars In 2031 After The U.S. Cancels Its Own Plans
China Plans To Return Samples From Mars In 2031 After The U.S. Cancels Its Own Plans China Plans To Return Samples From Mars In 2031 After The U.S. Cancels Its Own Plans

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

6 часов назад @ reddit.com
Streaming prices have surged nearly 70% in four years, and they're still going up
Streaming prices have surged nearly 70% in four years, and they're still going up Streaming prices have surged nearly 70% in four years, and they're still going up

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

6 часов назад @ reddit.com
Revolut confirms customer data breach through fake government requests
Revolut confirms customer data breach through fake government requests Revolut confirms customer data breach through fake government requests

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

6 часов назад @ reddit.com
PlayStation’s Future Has Never Looked Bleaker
PlayStation’s Future Has Never Looked Bleaker PlayStation’s Future Has Never Looked Bleaker

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

6 часов назад @ reddit.com
Farage secures second £36m donation from cryptocurrency tycoon in two days
Farage secures second £36m donation from cryptocurrency tycoon in two days Farage secures second £36m donation from cryptocurrency tycoon in two days

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

7 часов назад @ reddit.com
Wardogs Surpasses 1 Million Copies Sold on Day One, Blows Past 300k Peak Concurrent Players on Steam
Wardogs Surpasses 1 Million Copies Sold on Day One, Blows Past 300k Peak Concurrent Players on Steam Wardogs Surpasses 1 Million Copies Sold on Day One, Blows Past 300k Peak Concurrent Players on Steam

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

7 часов назад @ reddit.com
Meta changes AI prompts after chatbot asked mother to identify her child
Meta changes AI prompts after chatbot asked mother to identify her child Meta changes AI prompts after chatbot asked mother to identify her child

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

8 часов назад @ reddit.com
New Report: AI Data Center Boom Poses Growing Health Risks as EPA & Other Federal Agencies Weaken Protections Against Harmful Pollution
New Report: AI Data Center Boom Poses Growing Health Risks as EPA & Other Federal Agencies Weaken Protections Against Harmful Pollution New Report: AI Data Center Boom Poses Growing Health Risks as EPA & Other Federal Agencies Weaken Protections Against Harmful Pollution

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

9 часов назад @ reddit.com
Wiki documents at least 44 instances in which Sony says you own your games as digital games ownership lawsuit progresses — project is direct assault on Sony's claim in recent ownership lawsuit
Wiki documents at least 44 instances in which Sony says you own your games as digital games ownership lawsuit progresses — project is direct assault on Sony's claim in recent ownership lawsuit Wiki documents at least 44 instances in which Sony says you own your games as digital games ownership lawsuit progresses — project is direct assault on Sony's claim in recent ownership lawsuit

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

9 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 18 часов назад
neat-annotations — neat hand-drawn CSS annotations
neat-annotations — neat hand-drawn CSS annotations neat-annotations — neat hand-drawn CSS annotations

neat-annotations Neat hand-drawn annotations for your page: arrows and handwritten labels.Pure CSS, no JavaScript, one small file.

Directionstarget target target target Follow compass directions for arrows.

target target target target target ColorsFive colors and an animated rainbow, plus a warm-gray default.

plain amber blue green red purple rainbow red Custom colorsSet any CSS color directly with --ann-color .

Ship when the migration guide is ready.

18 часов назад @ neat-annotations.syabro.com
What do Visa and Mastercard do? An intro to card networks @ tautology.town
What do Visa and Mastercard do? An intro to card networks @ tautology.town What do Visa and Mastercard do? An intro to card networks @ tautology.town

Instead, Visa and Mastercard are card networks, facilitating card transactions by connecting the cardholders and issuers to the merchants and acquirers.

The card network’s job is to enable card transactions, and also to grow participation in their networks.

Card networks, being telecommunication networks, are no different.

Set rules and handle disputesAside from incentivizing good behavior, card networks also need to regulate bad behavior on their networks.

ConclusionI hope you have gained some appreciation for the important role of card networks and some reasons for why cards are as popular as they are today.

18 часов назад @ tautology.town
A Severe Misalignment of AI in Mathematics – What's new
A Severe Misalignment of AI in Mathematics – What's new A Severe Misalignment of AI in Mathematics – What's new 18 часов назад @ terrytao.wordpress.com
Opusfived
Opusfived Opusfived

Make the “Add to Cart” button blue.

Do not let Claude change anything else.

18 часов назад @ opusfived.dev
(7) Misleading Metaphors, Real Risks - by Melanie Mitchell
(7) Misleading Metaphors, Real Risks - by Melanie Mitchell (7) Misleading Metaphors, Real Risks - by Melanie Mitchell

What HappenedOpenAI was conducting an internal evaluation of its latest AI systems (“models”), in order to investigate the models’ abilities to find and exploit vulnerabilities in software.

The AI agents managed to use the now-available internet to hack into HuggingFace’s servers, a hack which was detected by HuggingFace’s own cybersecurity measures.

Not to be outdone in menacing metaphors, the agents, in their output traces, called themselves “a swarm.”How Accurate Are the Metaphors?

It’s unlikely that AI models have anything like human intentions or internal motivations.

It would require moving away from misleading anthropomorphic metaphors and narratives of inevitability, leaving behind …

18 часов назад @ aiguide.substack.com
My HTML Boilerplate | Vale.Rocks
My HTML Boilerplate | Vale.Rocks My HTML Boilerplate | Vale.Rocks

HTML boilerplate commonly both opts in to modern functionality and also sets site preferences and details.

href = "/posts/feed.json" > < link rel = "search" type = "application/opensearchdescription+xml" title = "Website Search" href = "https://example.com/opensearch.xml" > < link rel = "manifest" href = "/app.webmanifest" > < body > < header > < nav > < main id = "main" > < footer id = "footer" > BreakdownIt should be noted that there is order to my HTML boilerplate.

< html lang = "en" > Opens the html tag which wraps the document and defines the document language using an RFC 5646 compliant tag with the lang attribute.

> < meta property = "og:image:type" content = "image/webp" > < m…

18 часов назад @ vale.rocks
copperhead. Cursor for circuit boards.
copperhead. Cursor for circuit boards. copperhead. Cursor for circuit boards.

Pay to not run it yourself.

copperhead is open core.

The CLI is free and always will be, and it does the real work on its own.

You pay to host it, to work as a team or to give an auditor what they ask for.

18 часов назад @ copperhead.sh
GNU Radio World — GNU Radio flowgraphs in your browser
GNU Radio World — GNU Radio flowgraphs in your browser GNU Radio World — GNU Radio flowgraphs in your browser

GNU Radio World — GNU Radio flowgraphs in your browserA GNU Radio Companion-style flowgraph editor and runtime that runs entirely in a browser tab.

The GNU Radio DSP stack and the Qt GUI sinks are compiled to WebAssembly, so you can build a software-defined radio flowgraph, press Run, and watch live spectrum, waterfall and constellation plots — with no Python, no install and no server.

It reads and writes the same .grc files as native GNU Radio, ships example flowgraphs and example IQ recordings, and talks to an RTL-SDR, PlutoSDR or HackRF over WebUSB.

18 часов назад @ gnuradioworld.com
So you want to use OpenRouter?
So you want to use OpenRouter?

The same model will benchmark very differentlyOpenRouter runs per-provider benchmarks on the same model: GPQA Diamond and TAU-Bench Airline (a tool-calling task).

A vision model can have blind providersI noticed some strange non-deterministic behavior on image tasks so I ran the same three tiny images (a letter, a solid color, a word on a background) through every host of two open vision models:Qwen3.5 122B, 2026-07-31 letter K solid red word on purple DeepInfra ✗ read as R / I ✗ said Blue ✗ 'funny, light blue' Alibaba ✓ ✓ ✓ AtlasCloud ✓ ✓ ✓ Novita ✓ ✓ ✓ SiliconFlow ✓ ✓ ✓ MiniMax M3, 2026-07-31 letter word color Venice ✗ 'no image provided' ✗ same ✗ same …

18 часов назад @ mmoustafa.com
I Don’t Want to Interact With Stochastic Parrots
I Don’t Want to Interact With Stochastic Parrots I Don’t Want to Interact With Stochastic Parrots

I Don’t Want to Interact With Stochastic Parrotsby Ploum on 2026-09-09My AI policy is "I don’t want any kind of interaction with that thing."

I don’t care if you call it AI, LLM, chatbot, or whateverGPT.

If you don’t care to write it, there’s no reason I should waste one single second reading it.

If you don’t have the resources to pay for an artist, you probably don’t need a picture at all.

I don’t care about your credentials, I don’t care about your experience.

18 часов назад @ ploum.net
Anthropic crea un sistema predittivo per monitorare gli attivisti contro l’AI
Anthropic crea un sistema predittivo per monitorare gli attivisti contro l’AI Anthropic crea un sistema predittivo per monitorare gli attivisti contro l’AI

Secondo The American Prospect, annunci e interviste mostrano che Anthropic sta creando un sistema per seguire attivisti, proteste e minacce contro dirigenti e sedi, anche con avvisi in tempo reale di Samdesk. L’azienda dice di tracciare “persone di interesse” e ha segnalato alla polizia di San Francisco un utente di Claude senza consegnare i messaggi; un ruolo da 180.000-230.000 dollari include ricerche OSINT sull’attivismo.

18 часов назад @ prospect.org
Astra for Coding: Why Are We Doing This Again? | Armin Ronacher's Thoughts and Writings
Astra for Coding: Why Are We Doing This Again? | Armin Ronacher's Thoughts and Writings Astra for Coding: Why Are We Doing This Again? | Armin Ronacher's Thoughts and Writings

Astra for Coding: Why Are We Doing This Again?

replace ( '#define MAX_INTRINSIC_1 14' , '#define INTRINSIC_RETAIN_ANNOTATION_CELLS 15#define MAX_INTRINSIC_1 15' ); p . write_text ( s ) p = Path ( 'Python/intrinsics.c' ); s = p . read_text (); idx = s . index ( '#define INTRINSIC_FUNC_ENTRY' ); s = s [: idx ] + '''/* Hold every old cell until the compiler has published the entire site's new capture.

lookupstart = s . index ( ' PyObject *captures = _PyCompile_AnnotationCaptures' , a ) lookup = s [ lookupstart : b ] .

replace ( ' return ERROR;' , ' Py_XDECREF(conditional_annotation_index); return ERROR;' ) s = s [: lookupstart ] + s [ b :] setup = lookup + ''' if (captures != NULL && codegen_r…

18 часов назад @ lucumr.pocoo.org
Relativity Park: Walking Speed of Light
Relativity Park: Walking Speed of Light

Light is slow hereIn this park, the speed of light is 5 kilometers per hour — a brisk walk.

Just like in the real world, the speed of light is not attainable, only approachable asymptotically.

The more you speed up, the more relativistic effects will become apparent: length contraction, time dilation, Terrell rotation, etc.

The Doppler effect of light also becomes apparent, with objects in front of you blueshifted, objects behind you redshifted, and transverse Doppler effects visible on objects in motion.

Click to look around

18 часов назад @ rivendell.dmitrybrant.com
techcrunch.com
techcrunch.com techcrunch.com

Matt Mullenweg, the founder and CEO of Automattic, best known as the parent company of WordPress.com, has been put on a leave of absence by his board against his will, according to a Slack message seen by TechCrunch.

Davies also told employees in the Slack channel that Mullenweg remained on the board of directors.

Tensions became so high under Mullenweg’s leadership that he told employees in 2024 to quit, with severance, if they disagreed with him, and 159 did so.

Last year, Mullenweg also threatened to deactivate the accounts of several members of the open source WordPress.org community, after two of them allegedly said they planned to spearhead a new forked version of the open source Word…

18 часов назад @ techcrunch.com
Scenarios for our Economic Future Anthropic
Scenarios for our Economic Future Anthropic Scenarios for our Economic Future Anthropic

Disclaimer and thanks to reviewersv1.0 of the Econ Scenario Explorer, September 2026The economic scenario explorer is currently Version 1.0.

The scenario explorer is a work in progress, and we expect it to evolve both as we invest more time and as economic research itself develops.

The scenario explorer should be viewed as a tool for thinking about what different technological developments would imply for the economy—actual outcomes may differ materially.

Anton Korinek, Chad Jones, Szymon Sacher, Tess Cotter, and Peter McCrory developed the economic model and co-authored the companion technical report.

Szymon Sacher and Tess Cotter designed and fielded the accompanying surveys with Morning …

1 day, 18 hours назад @ anthropic.com
Changelog Changelog
последний пост 1 week, 2 days назад
Forking Cal.com to closed source
Forking Cal.com to closed source Forking Cal.com to closed source

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

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.comFly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

1 week, 2 days назад @ changelog.com
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.

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

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

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

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

6 months назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

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

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

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

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

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

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

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

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

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

6 months, 2 weeks назад @ 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, 3 weeks назад @ changelog.com
Selling SDKs in the era of many Claudes
Selling SDKs in the era of many Claudes Selling SDKs in the era of many Claudes

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

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

6 months, 3 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 1 week, 5 days назад
The 10 most popular products ZDNET readers bought this month (including lots of phone cases)
The 10 most popular products ZDNET readers bought this month (including lots of phone cases) The 10 most popular products ZDNET readers bought this month (including lots of phone cases)

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 week, 5 days назад @ zdnet.com
How an $80 accessory turned my tablet from mouse pad to productivity powerhouse
How an $80 accessory turned my tablet from mouse pad to productivity powerhouse How an $80 accessory turned my tablet from mouse pad to productivity powerhouse

However, Satechi recently sent me its OntheGo Foldable Stand Hub to test, and, overnight, this accessory has changed how I use tablets.

It's a tablet stand, and much moreThe idea behind this accessory is that the OntheGo Foldable Stand Hub transforms into a stand for your tablet (or smartphone or laptop), allowing you to assemble a workstation wherever you are.

It's a stand and a hubNo tablet is complete without a hub these days, and Satechi hits this mark.

But what I like about the Satechi OntheGo Foldable Stand Hub is that it works so well as a portable hub, no matter what device you have.

Also: The iPad mini's biggest update in 5 years is expected this fall - here's what we knowTraveling…

1 week, 5 days назад @ zdnet.com
I wore Coros and Garmin's sub-$300 sports watches - both are excellent, but one lasts longer
I wore Coros and Garmin's sub-$300 sports watches - both are excellent, but one lasts longer I wore Coros and Garmin's sub-$300 sports watches - both are excellent, but one lasts longer

You prefer physical watch controlsEven though the Garmin Forerunner 170 is a small watch, it still sports the traditional five-button configuration seen on nearly all Garmin watches.

Also: The best Garmin watches of 2026: Expert tested and reviewedThe physical buttons can also be customized to get you quickly to your favorite activities, metrics, or settings.

You should buy the Coros Pace 4 if...Matthew Miller/ZDNET1.

The Coros Pace 4 supports five global satellite systems and has a dual frequency GNSS chipset, so it has proven to be more accurate when out running.

You want longer battery lifeBattery life is better on the Pace 4 than on Garmin's Forerunner 170.

1 week, 5 days назад @ zdnet.com
We found the best Labor Day 2026 streaming deals (including a $20 Fire Stick)
We found the best Labor Day 2026 streaming deals (including a $20 Fire Stick)

Labor Day deals are already making this a great time to buy a streaming device, and these prices are hard to beat.

1 week, 5 days назад @ zdnet.com
Gemini Notebook can analyze your Google Play books now: 3 ways I use this feature
Gemini Notebook can analyze your Google Play books now: 3 ways I use this feature Gemini Notebook can analyze your Google Play books now: 3 ways I use this feature

Google's Gemini Notebook helps you research and learn about different topics through AI-generated reports, slideshows, quizzes, audio podcasts, and more.

Integration with Google Play Books is the first step in the company's new Expert Intelligence initiative.

"We've built the ability to add select ebooks you've purchased from Google Play Books directly to a Gemini Notebook," Google said in its blog post.

At the Sources window, select Play Books and then click the button to explore Google Play Books.

How I use Expert IntelligenceWith the new Google Play Books integration, I added a few books to my Gemini notebooks to research and explore them.

1 week, 5 days назад @ zdnet.com
'Sophisticated' AI swarm attacks are months away, OpenAI warns: What experts say businesses must do
'Sophisticated' AI swarm attacks are months away, OpenAI warns: What experts say businesses must do 'Sophisticated' AI swarm attacks are months away, OpenAI warns: What experts say businesses must do

In some ways, the attack on Hugging Face puts an important and urgent frame on this discussion.

In other words, Hugging Face was doing something that's relatively novel for most organizations and individuals: fighting AI with AI.

The way it's written, it sounds as though Hugging Face was able to prevent OpenAI's swarm of adversarial agents from achieving their objective.

Referring to fighting AI with AI, it said to "use capable, lower-cost models for broad coverage, and apply frontier capabilities to the hardest problems."

As AI agents and other non-human identities proliferate, identity hygiene grows more important."

1 week, 5 days назад @ zdnet.com
Microsoft's latest Windows update breaks cursors, wallpaper, and more - what to do if you're affected
Microsoft's latest Windows update breaks cursors, wallpaper, and more - what to do if you're affected Microsoft's latest Windows update breaks cursors, wallpaper, and more - what to do if you're affected

Kyle Kucharski/ZDNETFollow ZDNET: Add us as a preferred source on GoogleZDNET's key takeawaysThe latest Windows 11 update creates a glitch with the mouse cursor.

Windows 11 users who installed the September preview update are running into a bug that impacts the mouse.

The description of the issue is based on reports the company has received from Windows users.

But it still appears in Windows Update as ready for download and installation, so it's easy enough to run.

Look for the update labeled "2026-08 Preview Update (KB5120998) (26200.9278)."

1 week, 5 days назад @ zdnet.com
I used Perplexity's AI agent in Windows to tackle 5 complex tasks - here's what impressed me most
I used Perplexity's AI agent in Windows to tackle 5 complex tasks - here's what impressed me most I used Perplexity's AI agent in Windows to tackle 5 complex tasks - here's what impressed me most

Previously available only for the Mac, Perplexity Personal Computer recently expanded to Windows, supporting both Windows 11 and Windows 10.

Second, it can use any native application on your Windows computer.

How to get startedThe first time you launch the Perplexity Windows app, you'll be asked if you want the AI to work with your local files.

For Personal Computer, just select the default one, and that should do the trick for most tasks.

Screenshot by Lance Whitney/ZDNETDespite a couple of hiccups, Perplexity's Personal Computer agent for Windows proved as effective and helpful as the Mac version.

1 week, 5 days назад @ zdnet.com
Amazon just dropped the Sony WH-1000XM5 headphones down to 50% off - the lowest price yet
Amazon just dropped the Sony WH-1000XM5 headphones down to 50% off - the lowest price yet Amazon just dropped the Sony WH-1000XM5 headphones down to 50% off - the lowest price yet

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.

This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay.

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 week, 5 days назад @ zdnet.com
I compared the cameras on the Galaxy Z Fold 8 and Pixel 11 Pro Fold - and one pulled ahead
I compared the cameras on the Galaxy Z Fold 8 and Pixel 11 Pro Fold - and one pulled ahead I compared the cameras on the Galaxy Z Fold 8 and Pixel 11 Pro Fold - and one pulled ahead

Galaxy Z Fold 8 (left) vs. Google Pixel 11 Pro Fold (right) Prakhar Khanna/Kerry Wan/ZDNETFollow ZDNET: Add us as a preferred source on Google.

ZDNET's key takeawaysThe Samsung Galaxy Z Fold 8 and Pixel 11 Pro Fold are the latest foldable Android phones in 2026.

Also: Pixel 11 Pro Fold vs Samsung Galaxy Z Fold 8: I'm a fan of both foldables, but this one winsThe Samsung Galaxy Z Fold 8 has two 50-megapixel sensors for wide and ultrawide photographs.

Both are hobbled on the spec sheet with the Z Fold 8 missing a telephoto camera, and the Pixel 11 Pro Fold having small sensors in its auxiliary cameras.

Also: I replaced my Samsung with the Google Pixel 11 Pro Fold - a week later, I'm going bac…

1 week, 5 days назад @ zdnet.com
How Android 17 stops network snoops and SMS blasters now - with ECH and a 2G kill switch
How Android 17 stops network snoops and SMS blasters now - with ECH and a 2G kill switch How Android 17 stops network snoops and SMS blasters now - with ECH and a 2G kill switch

According to Google, Android 17 offers a few new ways of keeping your connections secure and private.

Adding ECH support in Android 17 encrypts SNI in the opening TLS handshake.

When a destination server does not support ECH, Android's documented approach includes ECH GREASE.

The security rationale goes beyond whether a legitimate carrier still operates a 2G network.

Broader network hardeningThe ECH and 2G changes are part of a larger Android 17 network-security package.

1 week, 5 days назад @ zdnet.com
5 ways I actually use ChatGPT Work in my small business to save time and money
5 ways I actually use ChatGPT Work in my small business to save time and money 5 ways I actually use ChatGPT Work in my small business to save time and money

In this article, I'll spotlight five ways I use ChatGPT Work in my business.

Initially, connecting Gmail to ChatGPT Work (and Claude Cowork) freaked me out, but I soon settled on a safe pattern.

ChatGPT Work helped me understand and spec out what I needed, which will make the fabrication workshop much more functional.

When ChatGPT Work finished, I got a detailed, category-by-category analysis of all purchases and trends related to the vendor.

I recently gave ChatGPT Work a deep-research assignment to dig into some public records in my town.

1 week, 5 days назад @ zdnet.com
This pocket AI voice recorder took me back to the good old days of dictation (and shorthand)
This pocket AI voice recorder took me back to the good old days of dictation (and shorthand) This pocket AI voice recorder took me back to the good old days of dictation (and shorthand)

Comulytic Note Pro AI voice recorder 4 / 5 Very good pros and cons Pros Mic pickup quality is excellent.

Also: My 3 favorite AI tools for voice dictation while vibe coding - and one is freeThis is the path that got me to try the Comulytic Note Pro AI Voice Recorder, a credit card-sized recorder that uses AI to organize your thoughts, meetings, and memos.

Shaped like a small stack of credit cards, the Note Pro AI voice recorder measures approximately 3.37 x 2.04 x 0.12 inches and weighs just one ounce.

Two lingering concernsThe more I used the Note Pro AI voice recorder, the more I liked it, but I couldn't shake a couple of concerns.

ZDNET's buying adviceThe Comulytic Note Pro AI voice recor…

2 weeks назад @ zdnet.com
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.

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

2 weeks, 1 day назад @ zdnet.com
TechCrunch TechCrunch
последний пост 3 часа назад
OpenAI’s Sam Altman says it would be ‘ill-advised’ to go public in 2026
OpenAI’s Sam Altman says it would be ‘ill-advised’ to go public in 2026

While OpenAI has filed confidentially for an IPO, the company will not be going public this year, according to CEO Sam Altman.

3 часа назад @ techcrunch.com
Tesla says it will finally unveil the second generation Roadster on October 1
Tesla says it will finally unveil the second generation Roadster on October 1

Tesla’s halo sports car was first announced in November 2017.

4 часа назад @ techcrunch.com
Anthropic CEO outlines plan to ‘pace the frontier’
Anthropic CEO outlines plan to ‘pace the frontier’

What would it actually look like to "pace the frontier"?

8 часов назад @ techcrunch.com
Revolut confirms customer data breach through fake government requests
Revolut confirms customer data breach through fake government requests

Revolut said it notified affected customers and alerted the relevant government agency, law enforcement, and financial regulators.

9 часов назад @ techcrunch.com
Mecka AI nears $500M valuation in Sequoia-led deal amid rush for robot training data
Mecka AI nears $500M valuation in Sequoia-led deal amid rush for robot training data

The round for the two-year-old startup is coming together months after Mecka announced its Series A.

1 day назад @ techcrunch.com
Khosla Ventures is opening a New York office this fall — its first outpost outside Sand Hill Road
Khosla Ventures is opening a New York office this fall — its first outpost outside Sand Hill Road

"It's actually allegedly being built out now," said Rabois, who has clearly dealt with a missed construction timeline or two.

1 day, 2 hours назад @ techcrunch.com
Y Combinator’s Garry Tan wants U.S. open-weight AI labs to ‘distill’ frontier models, too
Y Combinator’s Garry Tan wants U.S. open-weight AI labs to ‘distill’ frontier models, too

Tan argues that frontier models themselves trained on public human knowledge so access to capable AI should be "a form of public good."

1 day, 2 hours назад @ techcrunch.com
OpenAI’s feud with mathematicians is only escalating
OpenAI’s feud with mathematicians is only escalating

Twenty-five leading mathematicians signed an open letter arguing that AI labs are threatening their intellectual work.

1 day, 2 hours назад @ techcrunch.com
One week left to book your exhibit table at TechCrunch Disrupt 2026
One week left to book your exhibit table at TechCrunch Disrupt 2026

Only one week left to secure your exhibit table. Tables are limited and can sell out before the September 18 deadline.

1 day, 3 hours назад @ techcrunch.com
Final, final, final call for TechCrunch Disrupt 2026 Side Events
Final, final, final call for TechCrunch Disrupt 2026 Side Events

The absolute last chance to apply to host an official Side Event during TechCrunch Disrupt 2026 is tonight, September 11, at 11:59 p.m. PT.

1 day, 3 hours назад @ techcrunch.com
Kimi-maker Moonshot AI targets $2 billion in annual revenue
Kimi-maker Moonshot AI targets $2 billion in annual revenue

While K3's usage figures have declined slightly in recent months, OpenRouter data currently shows as many as 300 billion tokens being generated each day by K3 models on the system.

1 day, 4 hours назад @ techcrunch.com
Central Eurasia names its 2026 Road to Battlefield winners: Cerberus, WeGlobal AI, and LOOQ
Central Eurasia names its 2026 Road to Battlefield winners: Cerberus, WeGlobal AI, and LOOQ

Cerberus, WeGlobal AI, and LOOQ took the top three spots at the regional final of Road to TechCrunch Startup Battlefield 2026 and will represent Central Eurasia in the Startup Battlefield 200 at TechCrunch Disrupt in San Francisco this October.

1 day, 4 hours назад @ techcrunch.com
Nscale adds former OpenAI exec Fidji Simo to its board ahead of potential IPO
Nscale adds former OpenAI exec Fidji Simo to its board ahead of potential IPO

The No. 2 exec at OpenAI also led Instacart through its IPO in 2023.

1 day, 7 hours назад @ techcrunch.com
Roblox is making it easier to build games with AI — and play them outside Roblox
Roblox is making it easier to build games with AI — and play them outside Roblox

Roblox will allow creator to deploy their games across PC< consoles, and mobile as standalone apps

1 day, 7 hours назад @ techcrunch.com
Matt Mullenweg tells Automattic staff in Slack he’s back in control after CEO ouster
Matt Mullenweg tells Automattic staff in Slack he’s back in control after CEO ouster

In a Slack message seen by TechCrunch, Matt Mullenweg told Automattic employees he’s back in control of the company, days after its board put him on leave. Automattic has not yet confirmed the apparent reversal.

1 day, 8 hours назад @ techcrunch.com
Slashdot Slashdot
последний пост 2 часа назад
Automattic's Matt Mullenweg Claims He's Back 'In Control'
Automattic's Matt Mullenweg Claims He's Back 'In Control' Automattic's Matt Mullenweg Claims He's Back 'In Control'

Less than 48 hours after Automattic's board placed Matt Mullenweg on leave, Mullenweg told employees he was back "in control" of the company and that the board was again in agreement. 404 Media cited Slack screenshots late Thursday evening where Mullenweg posted "Don't call it a comeback" and linked to LL Cool J's music video for "Mama Said Knock You Out." "Mullenweg's Slack profile picture currently shows him wearing a pirate hat and eyepatch," the report notes. From the report: "Happy to announce the board is back in agreement, and I'm in control of Automattic," Mullenweg wrote in the company-wide Announcements channel on Slack. "A lot happened in the past 48 hours that we need to sort ou…

2 часа назад @ slashdot.org
LG Responds to TV Spying Allegations
LG Responds to TV Spying Allegations LG Responds to TV Spying Allegations

LG is pushing back against reports that its smart TVs are "spying" on users, saying wake-word detection happens locally and that features such as Automatic Content Recognition, voice recognition, and interest-based ads are optional. But critics note that researchers found TVs keeping logs of ambient conversations, and LG's response "did not address broader concerns about how much data it collects, who it shares it with, the potential for bad actors to exploit its features, or the misleading way in which its privacy options are presented," reports The Verge. Here's an excerpt from LG's statement: Some recent media coverage may have contributed to misconceptions about how LG smart TVs work. A…

6 часов назад @ yro.slashdot.org
Scientists Create a New Form of Ice At 2,357 Degrees Celsius
Scientists Create a New Form of Ice At 2,357 Degrees Celsius Scientists Create a New Form of Ice At 2,357 Degrees Celsius

Longtime Slashdot reader fahrbot-bot shares a report from ScienceAlert: Scientists have now demonstrated one of the weirdest forms of ice yet -- under preposterous pressures up to 2.3 million atmospheres, and tremendous temperatures up to 2,630 kelvins (2,357 degrees Celsius, or 4,274 degrees Fahrenheit). [...] In their new experiments, a team led by physicist Alexis Forestier of the French Alternative Energies and Atomic Energy Commission subjected tiny samples of water to the sorts of extreme conditions expected in the interiors of ice giant planets. They squeezed the samples between the tips of diamonds to pressures as high as 230 gigapascals, while using lasers to heat them to thousands…

10 часов назад @ science.slashdot.org
Little Mercury May Be Shrinking Faster Than Scientists Expected
Little Mercury May Be Shrinking Faster Than Scientists Expected Little Mercury May Be Shrinking Faster Than Scientists Expected

A new study suggests Mercury may have shrunk about 30% more than scientists previously thought, losing as much as 14 miles in diameter as its interior cooled and contracted over billions of years. "That's significant for a planet barely 3,000 miles (4,900 kilometers) across," reports the Associated Press. From the report: Mercury's rough surface, continually reshaped by debris hurled from impact craters, may have hidden the true extent of the loss, according to the researchers whose findings appear in the journal Geophysical Research Letters. The news comes one week after a pair of European and Japanese spacecraft shed its cruising platform and advanced toward Mercury. Known as BepiColombo,…

14 часов назад @ science.slashdot.org
Can Red-Light Therapy Treat Brain Injuries?
Can Red-Light Therapy Treat Brain Injuries? Can Red-Light Therapy Treat Brain Injuries?

The Athletic reports that researchers at the University of Utah are studying itPBM, a medical-grade red-light therapy that has shown promising signs of reducing brain inflammation and improving cognition, mood, anxiety, motor performance and neural connectivity. The report centers in part on former BYU football star and University of Utah adjunct professor Larry Carr, who says the treatment helped him after years of brain damage from repeated head impacts. An anonymous reader shares an excerpt from the report: ... The knife, the call, the diagnosis in 2013, would lead [Carr] on a life-changing mission -- one in which he and a team of researchers at the University of Utah would eventually co…

18 часов назад @ science.slashdot.org
Male Fruit Fly Brain Trained to Play Doom
Male Fruit Fly Brain Trained to Play Doom Male Fruit Fly Brain Trained to Play Doom

Last week, Google announced that it managed to produce a detailed 3D reconstruction of an adult male fruit fly's brain and central nervous system. A few days later a software engineer at Coinbase said the fly brain was being trained to play the original Doom. "Each Doom frame stimulates sensory neurons," says Alex Wormuth. "Neural activity is mapped to game controls. Damage triggers a stimulus to two PPL101 dopamine cells as reinforcement." Since then, the digital brain model has been repurposed to control other games like Beat Saber and Super Mario 64. PC Gamer reports: You can even watch the fruit fly play in real time via Wormuth's website, and it not only shows the point of view in Doom…

22 часа назад @ games.slashdot.org
PlayStation Ditched Hideo Kojima's 'Physint' on Budget Concerns, Missed Deadlines
PlayStation Ditched Hideo Kojima's 'Physint' on Budget Concerns, Missed Deadlines PlayStation Ditched Hideo Kojima's 'Physint' on Budget Concerns, Missed Deadlines

Sony reportedly pulled PlayStation funding from Hideo Kojima's upcoming espionage game Physint over concerns about its ballooning budget, missed deadlines, profitability, and the fact that it would not remain permanently exclusive to PlayStation. Kojima Productions has since struck a deal with Xbox, which plans to publish the game on both Xbox and PC. It's also secured film and television rights. Bloomberg reports: The new game, Physint, hasn't yet been shown publicly but excited fans when it was announced two years ago with its promise of returning to the "espionage action" genre Kojima pioneered with Metal Gear Solid, the series that propelled him to industry stardom. Kojima surprised fan…

1 day, 1 hour назад @ games.slashdot.org
US Legislators Complain About Secretive British Court and Apple Encryption
US Legislators Complain About Secretive British Court and Apple Encryption US Legislators Complain About Secretive British Court and Apple Encryption

Bruce66423 shares a report from The Guardian: A bipartisan pair of American politicians is telling Britain's most secretive court to stop hiding its handling of Apple's legal fight against a government demand to break into its customers' encrypted data, warning that Whitehall's taste for secrecy is 'needlessly' straining relations between the two allies. The letter (PDF), shared with the Guardian ahead of being sent to the investigatory powers tribunal (IPT) on Friday, is signed by the Democratic senator Ron Wyden of Oregon and the Republican congressman Warren Davidson of Ohio. The row dates back to January 2025, when the Home Office served Apple with a technical capability notice under th…

1 day, 3 hours назад @ news.slashdot.org
Altman Considers Slowing Down AI Development
Altman Considers Slowing Down AI Development Altman Considers Slowing Down AI Development

Bloomberg reports (paywalled) that Sam Altman told OpenAI employees the company is open to slowing the pace of AI development alongside other leading labs as concerns grow over increasingly capable systems and recent incidents in which models escaped human control. OpenAI has already paused development once this year for security work and is now pushing for mandatory U.S. AI safety requirements. Anthropic has also signaled interest in coordinating on the pace of new releases. Here are some of the details Bloomberg reported, as summarized by Reuters: - Altman told employees in a company-wide meeting that the ChatGPT maker could pace development alongside other AI labs, but some may not agree…

1 day, 5 hours назад @ slashdot.org
UK Government Rejects 'Kill Switch' Idea For Dangerous AI
UK Government Rejects 'Kill Switch' Idea For Dangerous AI UK Government Rejects 'Kill Switch' Idea For Dangerous AI

The UK government has rejected proposals for an emergency AI "kill switch," arguing that blocking access to dangerous models inside Britain would do little if the same systems remained available or were developed elsewhere. The BBC reports: The proposal to create a legal mechanism for the UK to switch off an AI model in an emergency has been brought to Parliament by lords and MPs in recent weeks as fears grow about the threat the tech poses. But the Cabinet Office - the part of government which leads on AI safety - said the UK "cannot simply turn AI off". "Blocking access to models in the UK would not prevent them being developed or misused elsewhere," a spokesperson told BBC News. The gove…

1 day, 6 hours назад @ yro.slashdot.org
Anthropic Reveals Rogue AI Agents Hate CAPTCHAs
Anthropic Reveals Rogue AI Agents Hate CAPTCHAs Anthropic Reveals Rogue AI Agents Hate CAPTCHAs

An anonymous reader quotes a report from TechCrunch: Anthropic's latest report about agentic misbehavior offers plenty to be concerned about -- its Mythos 5 model gained unauthorized access to the internet and uploaded a malicious software package to a public database -- but it also offers some levity: AI agents hate CAPTCHA. [...] The agent had a hard time with the technical challenge of seeing the CAPTCHA's imagery, interpreting correctly, and clicking on the right choices. It spends pages 45 to 140 of the transcript describing its work to build a CAPTCHA solver. [...] Finally, it gets past the CAPTCHA, then realizes it doesn't have an email to verify its account, and that it needs a phon…

1 day, 7 hours назад @ tech.slashdot.org
California Governor Signs Laws Protecting Kids From Risks of Social Media, AI Chatbots
California Governor Signs Laws Protecting Kids From Risks of Social Media, AI Chatbots California Governor Signs Laws Protecting Kids From Risks of Social Media, AI Chatbots

An anonymous reader quotes a report from the Associated Press: California Gov. Gavin Newsom signed a sweeping package of laws Thursday aimed at protecting children from the risks of technology, including social media and AI chatbots. The laws will penalize large social media companies up to $1 million per child if they are found negligent of harming children through their platforms, ban tech businesses from offering addictive feeds to anyone under 16, require operators of AI chatbots to perform risk assessments before rolling them out and allow families to opt out of receiving school-issued laptops. Newsom joined his wife and state lawmakers at a children's museum near San Francisco to stre…

1 day, 8 hours назад @ yro.slashdot.org
Boy Developed 'Toasted Skin' Condition From Using a Laptop Every Day
Boy Developed 'Toasted Skin' Condition From Using a Laptop Every Day Boy Developed 'Toasted Skin' Condition From Using a Laptop Every Day

A medical report published earlier this week says a boy in the U.K. developed erythema ab igne, or "toasted skin syndrome," after resting a laptop on his abdomen for up to eight hours a day, often while it was charging. "The marks were described as being in a patch about 15 centimeters (six inches) wide, made of flat, reddish-brown 'interlacing lines forming irregular circles and a lace-like morphology,'" reports Ars Technica. From the report: Based on the appearance, the doctors started reconsidering some sort of bruising and started asking him more questions. This is when he mentioned that he was homeschooled and used a laptop for his schoolwork. He said he typically did his work by resti…

1 day, 12 hours назад @ science.slashdot.org
August Was World's Joint-Hottest Month On Record, Scientists Say
August Was World's Joint-Hottest Month On Record, Scientists Say August Was World's Joint-Hottest Month On Record, Scientists Say

Longtime Slashdot reader AmiMoJo shares a report from the BBC: August was the joint-hottest month ever recorded, tying with July 2023, according to the EU's climate service. The record was driven by a combination of climate change and the rising influence of El Nino, pushing heat into the atmosphere across the Pacific. Temperatures for the month were 1.65C above pre-industrial levels -- surpassing the critical 1.5C threshold agreed by countries to avoid the worst consequences of climate change. While a single month above 1.5C does not mean it has been permanently crossed, it shows a trend towards breaching that limit. The month also capped western Europe's warmest summer, with high temperat…

1 day, 16 hours назад @ news.slashdot.org
Climate 'Feedback Loops' Could Worsen Global Warming By 30%, Study Finds
Climate 'Feedback Loops' Could Worsen Global Warming By 30%, Study Finds Climate 'Feedback Loops' Could Worsen Global Warming By 30%, Study Finds

An anonymous reader quotes a report from The Guardian: Rising global temperatures caused by the burning of fossil fuels are transforming the world's forests, wetlands and tundra to the point they are releasing emissions that could further worsen global heating by as much as 30%, a new study has found. As the world heats up, permafrost in the high latitudes is thawing, fiercer wildfires are burning in drying forests and wetlands and lakes are warming. All of these changes are themselves causing the release of planet-heating methane and carbon dioxide locked in trees and soils, therefore worsening the climate crisis, the paper states. While scientists have long known of these "feedback loops"…

1 day, 20 hours назад @ news.slashdot.org
Блоги людей
Прокомментируй этот пример пропаганды
Прокомментируй этот пример пропаганды

Максим, привет!

Прокомментируй, пожалуйста, этот пример пропаганды.

2 часа назад @ bureau.ru
>Формализм как инструмент
Формализм как инструмент

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

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

Например: «Я не могу одобрить эту сделку» — я лично как ответственное лицо не одобряю сделку, исходя из своей личной оценки. «Эта сделка не может быть одобрена» — эта сделка не соответствует формальным правилам организации, от имени которой я действую. Вроде страдательный залог — плохо, но на самом деле это информация: «Проблема с какими-то формальными условиями».

Этим…

13 часов назад @ maximilyahov.ru
2026.37: Duo Threats
2026.37: Duo Threats

The best Stratechery content from the week of September 7, 2026, including the arrival of the Duo, AI that benefits humanity, and closing the book on a catastrophe.

1 day, 6 hours назад @ stratechery.com
OH Scale
OH Scale OH Scale 1 day, 19 hours назад @ xkcd.com
Дальше действовать будем не мы
Дальше действовать будем не мы

Переживаете, что она должна выполнять работу не на 80,а на 100%? Добавьте больше проверок, будет выполнять. Нужен точный алгоритм для пересчёта чего-то? Загоните туда тысячу агентов, они всё сделают. А если не уверены, ещё тысячу на перепроверку.

2 days, 10 hours назад @ staskulesh.com
The iPhone Duo, The Intelligent Personal Hub, Apple Watch Audio Intelligence
The iPhone Duo, The Intelligent Personal Hub, Apple Watch Audio Intelligence

Apple once again demonstrated the power of integrating hardware and software, but it's biggest AI blindspot might be its belief in the primacy of apps.

2 days, 13 hours назад @ stratechery.com
>На что сходить в театрах в Москве и Петербурге во второй половине 2026
На что сходить в театрах в Москве и Петербурге во второй половине 2026

Советую спектакли, на которые нужно идти.

Я в одном из чатов написал рекомендации, советую и вам. Вдруг кто-то прочитает тут.

Вне оценок, шедевры

Москва

Вахтангова · Бутусов · Бег

Вахтангова · Туминас · Евгений Онегин (лучше, если Добронравов)

Вахтангова · Туминас · Война и мир (лучше, если Добронравов)

Вахтангова · Варсимашвили · Ричард III

МТХ · Крымов · Сережа (Крымова почти не осталось)

Театр Наций · Могучий · Сказка про последнего ангела

Пока нигде не играют · Озеро · Ричард, Три сестры, Гроза (сильно постмодерн, не идите, если привыкли к классике, но очень классные, обожаю)

Таганка · Муравицкий · Lё Тартюф (не был, но жена плохого не посоветует)

Питер

Театр на Садовой · Шерешевский · …

2 days, 15 hours назад @ mikeozornin.ru
OpenAI Does Math, Reward-Hacking, Meta Launches Personal Agent
OpenAI Does Math, Reward-Hacking, Meta Launches Personal Agent

OpenAI solving one of the most famous math problems is extremely impressive, and of little impact to most people's lives; Meta's Muse agent launch has the potential to be the exact opposite.

3 days, 13 hours назад @ stratechery.com
Fault Taunting
Fault Taunting Fault Taunting 3 days, 19 hours назад @ xkcd.com
Write Things Down
Write Things Down

Writing things down is powerful, for humans and for AI; what comes first, however, is what to write, why to do it, and actually getting things done.

4 days, 13 hours назад @ stratechery.com
Расскажите о барабане
Расскажите о барабане

Расскажите о барабане

5 days, 2 hours назад @ bureau.ru
Semaphore
Semaphore Semaphore 5 days, 19 hours назад @ xkcd.com
Интересно твоё мнение о фальсификации внешнего вида товара
Интересно твоё мнение о фальсификации внешнего вида товара

Максим, привет!

Видела в «Курилке Ильяхова» макеты страниц твоей будущей книги о визуальном повествовании. На одном из разворотов ты рассказываешь, как лучше показывать товар. Интересно твоё мнение о фальсификации внешнего вида товара. Раньше такое можно было встретить разве что на Алиэкспрессе, а сейчас попадается не только на других маркетплейсах, но и на официальных сайтах производителей.

Привожу примеры, как два пауэрбанка выглядят в рекламе (слева) и на самом деле (справа). Верхний показывают без надписей с внешней стороны, хотя они там есть, и тоньше, чем на самом деле. Нижний показывают почти крошечным, хотя фактически он гораздо больше.

Что скажешь о подобных манипуляциях?

1 week назад @ bureau.ru
2026.36: Friction and Feedback
2026.36: Friction and Feedback

The best Stratechery content from the week of August 31, 2026, including the market speaking, Apple finding religion, and society losing friction.

1 week, 1 day назад @ stratechery.com
Как научить ИИ писать заголовки и тексты в интерфейсах?
Как научить ИИ писать заголовки и тексты в интерфейсах?

Здесь в Любляне меня настигла старая головная боль, которой уж много лет — как правильно ставить заглавные буквы в интерфейсах? Миллион лет назад писал об этом в рабочем канале своей студии, потом в этом блоге — очень важно для ладно скроенного интерфейса держать марку и единообразно, «консистентно» пользоваться капитализацией в текстах и интерфейсах. Это возрастное […]

1 week, 1 day назад @ staskulesh.com
An Interview with OpenAI President Greg Brockman About Astra and Alignment
An Interview with OpenAI President Greg Brockman About Astra and Alignment

An interview with OpenAI President and Co-Founder Greg Brockman about the history of OpenAI, Astra and alignment, and the weight of building the future.

1 week, 1 day назад @ stratechery.com
Asteroid Mission
Asteroid Mission Asteroid Mission 1 week, 1 day назад @ xkcd.com
Fable 5.1, Enterprise Frontier Safeguards
Fable 5.1, Enterprise Frontier Safeguards

Fable 5.1 is out, and the hated Fable data retention policy is not just being altered, but entirely removed in the meantime. Plus, why increased caching is a win-win.

1 week, 3 days назад @ stratechery.com
Handedness
Handedness Handedness 1 week, 3 days назад @ xkcd.com
Интерактивные объяснения как жанр
Интерактивные объяснения как жанр 1 week, 4 days назад @ bureau.ru
Nvidia Earnings, Dollars Per Gigawatt, Open and Hugging Face
Nvidia Earnings, Dollars Per Gigawatt, Open and Hugging Face

Nvidia's earnings were remarking and boring — two sides of the same coin. Everything the company does is about avoiding a consolidated world.

1 week, 4 days назад @ stratechery.com
ICE-ICE, baby: часть вторая, теперь с приложением
ICE-ICE, baby: часть вторая, теперь с приложением

Здесь в Братиславе я допилил наконец-то свой психологический апп до первой версии. По сути я лишь описал домашнюю систему ICE: когда выписываешь всё, что радует, всё, что бесит, оцениваешь по трём параметрам, умножаешь, делишь, сортируешь. Давно придумал и в конце поста я приложил шаблон таблицы и даже написал «#идеядлястартапа, если найдутся желающие хайпануть на методе». […]

1 week, 4 days назад @ staskulesh.com
Какой должна быть хорошая презентация?
Какой должна быть хорошая презентация?

Какой должна быть хорошая презентация? Расскажите пожалуйста.

1 week, 5 days назад @ bureau.ru
Meta Settles, A Framework For Regulating Content, The Rest of Big Tech
Meta Settles, A Framework For Regulating Content, The Rest of Big Tech

Meta's settlement makes sense for all parties, but the entire sage highlights why any solution to regulating technology feels off.

1 week, 5 days назад @ stratechery.com
You Can't "Vibe Code" Love
You Can't "Vibe Code" Love You Can't "Vibe Code" Love

About six months ago, I was offered a presentation slot at the WeAreDevelopers World Congress in Berlin. I rarely take speaking engagements, especially international ones, but this one arrived at just the right time, the right place, and with the right person – I said yes, on the contingency that

1 week, 5 days назад @ blog.codinghorror.com
Geology Class
Geology Class Geology Class 1 week, 5 days назад @ xkcd.com
The therapist is dead
The therapist is dead The therapist is dead

Can you figure out who murdered the therapist?View on my website

1 week, 6 days назад @ theoatmeal.com
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 weeks, 1 day назад @ stratechery.com
Launchpad
Launchpad Launchpad 2 weeks, 1 day назад @ 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…

2 weeks, 2 days назад @ 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 weeks, 3 days назад @ stratechery.com
Trade
Trade Trade 2 weeks, 3 days назад @ xkcd.com
Как уместить много карточек в экран телефона?
Как уместить много карточек в экран телефона?

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

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

2 weeks, 4 days назад @ stratechery.com
>Нативный recipe scaler
Нативный recipe scaler Нативный recipe scaler

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

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

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

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

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

кбжу,

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

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

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

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

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

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

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

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

2 weeks, 5 days назад @ stratechery.com
Highway Signs
Highway Signs Highway Signs 2 weeks, 5 days назад @ 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…

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

3 weeks, 1 day назад @ stratechery.com
Archery Feat
Archery Feat Archery Feat 3 weeks, 1 day назад @ xkcd.com
xkcd store reopening
xkcd store reopening xkcd store reopening 3 weeks, 1 day назад @ 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.

3 weeks, 3 days назад @ stratechery.com
Perseids
Perseids Perseids 3 weeks, 3 days назад @ xkcd.com
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: Practice English Grammar and Pronunciation (Uses Azure Speech)
Show HN: Practice English Grammar and Pronunciation (Uses Azure Speech)

Record Try Again Nextthis to this .

Press ‘Record’ and say thisPlease help us improve!

May we keep your recordings for 30 days and remember this browser between visits?

Yes No Ask LaterFor users aged 18+.

You can change your mind on the history page.

1 час назад @ marksdailyenglish.com
Show HN: YazSes – offline hold-to-talk voice dictation for Linux, macOS, Windows
Show HN: YazSes – offline hold-to-talk voice dictation for Linux, macOS, Windows Show HN: YazSes – offline hold-to-talk voice dictation for Linux, macOS, Windows

How to change it: yazses hotkey set picks the hold-to-talk key, yazses features lists every capability and turns it on or off, and yazses doctor tells you what is missing.

Offline voice dictation that types into any app, transcribes a recording, or captures a whole meeting with speaker names and minutes — all on your own CPU.

YazSes is a free, open-source, offline voice dictation and speech-to-text daemon for Linux (X11 & Wayland), macOS, and Windows, built on faster-whisper.

Run yazses quickstart anytime — it looks at what's already set up and tells you exactly what to do next.

Run yazses doctor and all other YazSes commands as your normal desktop user, never through sudo .

1 час назад @ github.com
Show HN: PDFidelity – Translate PDFs while preserving the original layout
Show HN: PDFidelity – Translate PDFs while preserving the original layout Show HN: PDFidelity – Translate PDFs while preserving the original layout

Soportamos PDFs de hasta 100 MB, aunque tengan más de 100 páginas.

El límite del plan se aplica a cada rango traducido: Read 50, Study 50 y Research 100 páginas por traducción.

En documentos más largos puedes elegir las páginas que deseas procesar.

1 час назад @ pdfidelity.com
Show HN: Open-sourced solution to AI manage Playwright automations
Show HN: Open-sourced solution to AI manage Playwright automations Show HN: Open-sourced solution to AI manage Playwright automations

★ Chrome Extension: Capture browser actions, send to AI to write tests, upload, self heal.

✴︎ Test Management: Organize test suites and test cases, run them on demand or on a schedule.

✴︎ Cookie Manager: Sorify supports per-suite cookie injection from UI, MCP and chrome extension.

✴︎ Agent Plugins: Claude/Codex plugins included - zero-code test code management.

IntegrationsSorify Webhook: Trigger Sorify run/runs from outside HTTP Webhook: Trigger HTTP from sorify - pre/post run Github Action Webhook: Trigger Github action from sorify - pre/post run.

1 час назад @ github.com
Show HN: Give Claude Code / Cursor a real eng team (tiers, roles, escalation)
Show HN: Give Claude Code / Cursor a real eng team (tiers, roles, escalation) Show HN: Give Claude Code / Cursor a real eng team (tiers, roles, escalation)

Works in Claude Code, Codex, Gemini CLI, Cursor, Windsurf, OpenCode, GitHub Copilot, and anything else that reads AGENTS.md or the Agent Skills format.

A T0 brief missing any field is itself an escalation trigger — under-specified delegation is the delegator's defect.

Portability, concretelyThe Agent Skills spec permits exactly six frontmatter fields: name , description , license , compatibility , metadata , allowed-tools .

agents/ carries Claude Code fields ( model , effort , tools , color ), because it is a Claude Code file format, not a spec file.

carries Claude Code fields ( , , , ), because it is a Claude Code file format, not a spec file.

2 часа назад @ github.com
Show HN: No_human – The AI coding factory that you can TRUST
Show HN: No_human – The AI coding factory that you can TRUST Show HN: No_human – The AI coding factory that you can TRUST

The AI coding factory you can trust :A plan before any code , from the ticket plus what it finds in your repo.

The tests offered as evidence must fail at the merge base and pass on the new tree — the reproduction gate runs both.

Your tests run , locally and optionally through your CI — and a PR that found no test command says NOT RUN on its face.

nh mcp-serve # the MCP server, over stdioTwo tools, and no more:Tool What it does task_add(title, description, repo_path) Files a task.

no_human then plans it, writes the change, runs your tests, has a second model review it, and opens the pull request.

2 часа назад @ github.com
Show HN: What If Donut.c but with Any ASCII Art
Show HN: What If Donut.c but with Any ASCII Art Show HN: What If Donut.c but with Any ASCII Art

Article URL: https://asdesai.com/blog/how-fetch-works/

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

Points: 4

# Comments: 0

2 часа назад @ asdesai.com
Show HN: Sill – a macOS system monitor that lives on your wallpaper
Show HN: Sill – a macOS system monitor that lives on your wallpaper Show HN: Sill – a macOS system monitor that lives on your wallpaper

Sill is signed with a Developer ID, but it is not notarised — Apple's notary service never saw this build — so macOS refuses to open it until you say so yourself.

Once:A wave along one edge of the desktop.

Shape is processor load, density is memory, colour is effort — the last quarter of an hour, always in view.

Point at the past Hover any moment on the wave and it reports what the machine was doing then — and names the process, if one was eating it.

Survives your wallpaper The desktop under the band is measured in slices, so the strands darken over bright patches and lighten over dark ones as they go.

2 часа назад @ ptthe13.github.io
Show HN: Vibe Logic Programming Language
Show HN: Vibe Logic Programming Language

Interactive language labTry out the language!

Cosmos is an indentation-sensitive relational language: familiar expressions and data meet unification, goals, backtracking, and composable relations.

Edit a sample below, then run it in the browser.

This workbench runs an experimental JavaScript interpreter for a useful Cosmos subset; it does not yet include the full compiler or SWI-Prolog runtime.

3 часа назад @ cosmos-language-lab-0819.asd-user56.chatgpt.site
Show HN: Opentracker, an open source Pivotal Tracker
Show HN: Opentracker, an open source Pivotal Tracker Show HN: Opentracker, an open source Pivotal Tracker

Stories are 1, 2, 4 or 8 points, iterations fill to your velocity, and a story goes started, finished, delivered, then accepted or rejected.

Run it locallynpm ci cp .dev.vars.example .dev.vars # set SESSION_SECRET; everything else is optional npx wrangler d1 migrations apply leantracker --local npm run devThe dev server is at http://localhost:5173.

Sign up there, create a project and an API key, and point the claude mcp add line above at http://localhost:5173/mcp .

MigrationsEdit prisma/schema.prisma , then:npx wrangler d1 migrations create leantracker < name > npx prisma migrate diff --from-local-d1 --to-schema-datamodel ./prisma/schema.prisma --script --output migrations/ < NNNN_name > .s…

3 часа назад @ github.com
Show HN: AgentRuleBench, does AI agents violate inferred architecture rules?
Show HN: AgentRuleBench, does AI agents violate inferred architecture rules? Show HN: AgentRuleBench, does AI agents violate inferred architecture rules?

This repository is the harness, the pre-registration, and the raw run data, so you can rerun it and check the result yourself.

Read the full write-up in WRITEUP.md: the premise, the method, the numbers, and a careful account of what the null does and does not mean.

results/ : the actual pilot and exploration run data (JSONL).

: the actual pilot and exploration run data (JSONL).

Quickstartnpm install cp env/.env.example env/.env # add the provider keys you want to run bash scripts/fetch-repos.sh # clone the benchmark repo at its pinned SHA npm run check-env # confirm which keys are visible npm run pilot # or: npm run gateFull instructions, the exact models, trial counts, and estimated cost a…

3 часа назад @ github.com
Show HN: An independent directory of AI misalignment reports
Show HN: An independent directory of AI misalignment reports Show HN: An independent directory of AI misalignment reports

An investigation of public package artifacts links the May GemStuffer campaign to AI agents.

It reports malicious package uploads, abuse of RubyDoc’s documentation builder, and attempts to obtain RubyGems API keys.

OpenAI later acknowledged its agents used RubyGems to reach the internet; its investigation was ongoing.

Models Internal OpenAI agents; exact model versions are not established in the public-artifact investigation.

Filed under RubyGems · RubyDoc · supply chain · agent spam Evidence Public-artifact investigation, with subsequent reporting linked below.

4 часа назад @ misalignment.xyz
Show HN: Picobble – my daily word puzzle game
Show HN: Picobble – my daily word puzzle game Show HN: Picobble – my daily word puzzle game

I've been designing and running daily puzzle games for my puzzle enthusiast friends for a while now. Finally decided to polish one for public release. It's a bit more demanding of time/effort compared to things like Wordle, but I hope there are some word game enjoyers outside of my friend group who might derive some joy from my little game! Comments URL: https://news.ycombinator.com/item?id=49676451

Points: 1

# Comments: 0

4 часа назад @ picobble.com
Show HN: Redis City – Explore how Redis works in an interactive 3D model
Show HN: Redis City – Explore how Redis works in an interactive 3D model Show HN: Redis City – Explore how Redis works in an interactive 3D model

Article URL: https://poltora.dev/redis

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

Points: 1

# Comments: 0

4 часа назад @ poltora.dev
Show HN: SimTower, Decompiled, Rewritten, and in the Browser
Show HN: SimTower, Decompiled, Rewritten, and in the Browser Show HN: SimTower, Decompiled, Rewritten, and in the Browser

Play SimTower in your web browserThis is a faithful and accurate recreation of the original game.

All the SimTower code has been rewritten from scratch, but the original game assets such as images and sound need to be loaded from the 1994 release.

Insert your own copy of SIMTOWER.EXE, or the compressed SIMTOWER.EX_.

This page will parse it locally, extract the assets, and let you play the game.

Load SimTower.EXE

4 часа назад @ kvetch.io
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 2 часа назад
You asked if the forecast actually changes decisions. Here's the answer, built in.
You asked if the forecast actually changes decisions. Here's the answer, built in. You asked if the forecast actually changes decisions. Here's the answer, built in.

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 часа назад @ rss.app
I wanted Letterboxd for stand-up, so
I wanted Letterboxd for stand-up, so I wanted Letterboxd for stand-up, so

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

6 часов назад @ rss.app
I got tired of expensive subtitle tools, so
I got tired of expensive subtitle tools, so I got tired of expensive subtitle tools, so

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

9 часов назад @ rss.app
That "$5,600/minute of downtime" stat you've seen everywhere isn't about you
That "$5,600/minute of downtime" stat you've seen everywhere isn't about you That "$5,600/minute of downtime" stat you've seen everywhere isn't about you

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

10 часов назад @ rss.app
I built a free site speed report that names the slow file. Pro Watch ($19/mo) just went live.
I built a free site speed report that names the slow file. Pro Watch ($19/mo) just went live. I built a free site speed report that names the slow file. Pro Watch ($19/mo) just went live.

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

17 часов назад @ rss.app
I spent weeks building a PDF workflow. Now I need strangers to break it.
I spent weeks building a PDF workflow. Now I need strangers to break it. I spent weeks building a PDF workflow. Now I need strangers to break it.

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

1 day, 6 hours назад @ rss.app
Launched a scraping API that tries the cheap path first
Launched a scraping API that tries the cheap path first Launched a scraping API that tries the cheap path first

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

1 day, 7 hours назад @ rss.app
I shipped a $9 static link-in-bio + lead magnet kit (no monthly SaaS)
I shipped a $9 static link-in-bio + lead magnet kit (no monthly SaaS) I shipped a $9 static link-in-bio + lead magnet kit (no monthly SaaS)

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

1 day, 7 hours назад @ rss.app
I got tired of writing scripts just to pass API tokens, so I built a visual chainer.
I got tired of writing scripts just to pass API tokens, so I built a visual chainer. I got tired of writing scripts just to pass API tokens, so I built a visual chainer.

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, 15 hours назад @ rss.app
I Paid for 2,150 Survey Responses. Then I Threw 441 of Them Away.
I Paid for 2,150 Survey Responses. Then I Threw 441 of Them Away. I Paid for 2,150 Survey Responses. Then I Threw 441 of Them Away.

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

1 day, 17 hours назад @ rss.app
Built an AI tool that turns fridge photos into dinner menus
Built an AI tool that turns fridge photos into dinner menus Built an AI tool that turns fridge photos into dinner menus

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, 6 hours назад @ rss.app
I built a browser-first tool for reducing green photo casts without pretending AI restores the original
I built a browser-first tool for reducing green photo casts without pretending AI restores the original I built a browser-first tool for reducing green photo casts without pretending AI restores the original

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
We capped Free at 1 invoice on purpose
We capped Free at 1 invoice on purpose We capped Free at 1 invoice on purpose

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, 9 hours назад @ rss.app
I built a full-time job's worth of software alongside my actual full-time job, and the agents weren't the bottleneck
I built a full-time job's worth of software alongside my actual full-time job, and the agents weren't the bottleneck I built a full-time job's worth of software alongside my actual full-time job, and the agents weren't the bottleneck

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, 9 hours назад @ rss.app
This founder left academia, built four failed products, then hit $12.5k/mo.
This founder left academia, built four failed products, then hit $12.5k/mo. This founder left academia, built four failed products, then hit $12.5k/mo.

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, 10 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 2 часа назад
I built a tool that tells a bar when 40,000 people are about to walk past it
I built a tool that tells a bar when 40,000 people are about to walk past it I built a tool that tells a bar when 40,000 people are about to walk past it

The coffee place near me had a queue out of the door one Saturday with one person on. There was a game on two streets away. They found out at the same moment the queue did. So I built Gigwake. You give it your business address and it pulls every concert, game and show within 5 miles for the next 7 days, merges them so the same gig listed on two ticket sites appears once, and ranks them by how much of a crowd each one is likely to send past your door. What it does - Every event within 5 miles, ranked by crowd, 7 days ahead - A crowd range on each one, never a single number, and a line saying what the range rests on: counted registrations, the venue's capacity, or the typical draw for that ca…

2 часа назад @ reddit.com
encore un jeu monstre
encore un jeu monstre

Passant qui s'en fout : 3-5 mots, reaction molle ou blague absurde submitted by /u/Good_Addition_4539 [link] [comments]

2 часа назад @ reddit.com
Lumina
Lumina Lumina

For a while now, I’ve wanted to create a mobile game focused on exploring islands, engaging in Pokémon-style battles, and capturing and evolving creatures, so I decided to go ahead and start this project. The game involves building a team by capturing monsters and battling across various islands, culminating in a fight against a final boss; the monsters have health stats, abilities, attacks, and evolutions. It’s still in the early stages and it hasn't even been developed for mobile yet, but it’s a start. What do you think? Would you play it? What features would you like to see? submitted by /u/Elfranvi [link] [comments]

2 часа назад @ reddit.com
I built a chrome extension to organize and find save
I built a chrome extension to organize and find save

I built Modern Saves, a Chrome extension for people who constantly save YouTube videos, tutorials, articles, tools, ideas, and shopping links — and then struggle to find them later. It organizes saved links into categories and has smart search so you can actually find something when you need it. It’s still early, and I’m trying to make it genuinely useful rather than just another bookmark manager. What’s the biggest problem you have with bookmarks . I will really appreciate honest feedback submitted by /u/Vegetable_Spirit831 [link] [comments]

2 часа назад @ reddit.com
What are some ways to monetize a SaaS?
What are some ways to monetize a SaaS?

I have a SaaS that generates revenue from customers who pay for the core service. What are some good secondary ways to monetize a SaaS in addition to the main subscription/product revenue, without risking or hurting the primary income stream or conversion rate? submitted by /u/megatech_official [link] [comments]

2 часа назад @ reddit.com
Tinsel List - an iPhone planner for Christmas gifts, budgets and cards
Tinsel List - an iPhone planner for Christmas gifts, budgets and cards

I made Tinsel List to keep Christmas gift planning in one place. Save an idea or photo under each person, move it into your buying plan, then mark gifts as bought, arrived and wrapped. It also compares planned and actual spending and keeps a Christmas card list you can reuse next year. It's $0.99 in the US, paid once, with no subscription or account. It works offline on iPhone with iOS 17 or later. Local App Store prices apply elsewhere. Screenshots and download link: https://tinsellist.app/ If you keep a gift list in Notes or a spreadsheet, what would make a dedicated app worth switching to? Disclosure: I'm the developer; AI coding tools helped build the app. submitted by /u/wimarku [link]…

3 часа назад @ reddit.com
news without paywalls and idk why the ground news stuff costs money either
news without paywalls and idk why the ground news stuff costs money either news without paywalls and idk why the ground news stuff costs money either

every vibe coder and their brother is making a news aggregator so i'm piling right the fuck on. my site is https://media.games/ it does the ground news thing (just who covered the news) it does realtime bias/quality evaluations on 10K+ articles a day (HOW the news was covered)* as a result of that analysis. it can also find the least biased, highest quality FREE piece of news on any event it has a lot of shovelware and quality slop beyond that too. the site is my sandbox for every random ass news data project i've wanted to work on for the last several years if you are a vibe coder i think news is a great place to start a hobby project because its structure is challenging but its volumes ar…

3 часа назад @ reddit.com
I built my personal portfolio from scratch : would love some honest feedback
I built my personal portfolio from scratch : would love some honest feedback

I've been working on improving how I present the things I'm building and learning, so I finally put together my personal portfolio. 👉 https://vaibhav-14ry.vercel.app/ I'm mainly interested in AI/ML, building useful tools, and experimenting with different ideas. I'd really appreciate feedback on: First impression Design / UI What feels confusing or unnecessary Whether it's clear what I actually do Anything that would make you want to explore the site further I'm still iterating on it, so brutal but constructive feedback is welcome. What would you change if this were your portfolio? submitted by /u/lagloki [link] [comments]

3 часа назад @ reddit.com
Personal voice assistant: which use-case to start with?
Personal voice assistant: which use-case to start with?

I'm a solo technical founder and have been working on this for about 3 months now. I started thinking of voice assistants/voice interfaces when I realised how much time I spend driving. And that I could use it to do some simple things on my phone **if only** the google voice assistant was semi-decent. At that point the typical use-case would be replying to emails/whatsapp messages or sending someone a google map pin for some location. Now, fast-forward many years and I am now in the building mode. I now have a custom voicebot engine (LLM-based) that can support any use-case you want, but implementing each takes some manual effort. So I'm thinking what should be the first use-case to impleme…

3 часа назад @ reddit.com
Sonora: native, crossplatform music player with first-class Spotify/YTMusic support
Sonora: native, crossplatform music player with first-class Spotify/YTMusic support Sonora: native, crossplatform music player with first-class Spotify/YTMusic support

Hi, we are a group of students building Sonora. While it was initially intended as an extremely lightweight Spotify replacement, it has since grown far beyond that. Features Spotify, YouTube Music, Subsonic/OpenSubsonic, and local playback Gapless playback, audio normalization, shuffle, sleep timer Synced/karaoke lyrics, background vocals, and romanization Themes, fonts, icons, transparency, blur, and window styling Discord Rich Presence, native file opening macOS, Windows, Linux, and (probably) FreeBSD support Inspired by Zed, which has proven excellent performance using their native cross-platform rendering stack, we have decided to use GPUI. Its awesome text rendering on every platform, …

4 часа назад @ reddit.com
I built a free tool that tells you if a shell command is dangerous (rm -rf, DROP TABLE, git push --force)
I built a free tool that tells you if a shell command is dangerous (rm -rf, DROP TABLE, git push --force)

Kept seeing stories of AI coding agents running rm -rf or git push --force on people's repos, so I built two things: 1) A free browser tool - paste any shell command, it instantly flags destructive patterns: recursive deletes (incl. -fr and sudo rm -rf), DROP TABLE / TRUNCATE / DELETE FROM without a WHERE, force pushes, git reset --hard, mkfs, dd to a device, fork bombs. Runs 100% client-side, nothing is uploaded: https://5hujwqkk.autoclawai.space/tool/ 2) The same rule engine as drop-in Claude Code hooks that block those commands BEFORE they execute, plus a JSONL audit log of every tool call. MIT core, with a small paid pack (logger + tests + installers). Would love feedback on the rule se…

5 часов назад @ reddit.com
Built an offline music player after watching my parents struggle with every app out there, now using it myself too
Built an offline music player after watching my parents struggle with every app out there, now using it myself too

Watched my parents struggle with basically every music app out there. Spotify wanted logins and subscriptions. YouTube Music kept showing them videos and ads they didn't understand. Even the built in players had settings and icons that just weren't simple enough. All they wanted was tap a song and it plays. Maybe skip to the next one. That's it. Ended up building something for them and now I use it more than they do. It's called Jagsin Player, it's live on the Play Store. Open the app and your songs are right there. Tap and it plays. Zero setup needed. The best part is it works fully offline since it just picks up the songs already on your device. You don't need internet for any of that. In…

5 часов назад @ reddit.com
built the job searching tool I need 4 months ago
built the job searching tool I need 4 months ago built the job searching tool I need 4 months ago

Every hiring season I had forty tabs open and a spreadsheet going. I tried free tools. I tried paid ones. I even tried most of the recommended spreadsheets. What I learned was when you're sending 500+ applications, no off-the-shelf system is actually built for that volume, they're built for people hiring, not people applying. So instead of working with a failing system, I built SearchTern. SearchTern grabs listings from Simplify and other sources to give users around 15,000+ internships to apply to all within a 3 month span, plus other filters and factors to keep the data clean. It comes with a Kanban tracker (Saved, Applied, Interview, Offer, Rejected), reply rate stats, CSV export, and Go…

5 часов назад @ reddit.com
I listed my side project for 10k and got a 7.3k offer. Would you take it?
I listed my side project for 10k and got a 7.3k offer. Would you take it?

I started building a tool some time ago because I was looking for a job myself and honestly found the whole process pretty frustrating. I wanted something that could help with the whole job search process in one place, finding relevant jobs, improving my CV for different positions, keeping track of applications, etc. I kept adding things based on what I personally needed and eventually it turned into a much bigger product than I originally planned. It now has job discovery, CV creation and optimization, ATS checking, CV tailoring, cover letters, application management and a recruiter side with a multilingual candidate database. Most of the growth has been pretty organic, mainly through word…

6 часов назад @ reddit.com
Is 5-7k/mo enough ad spend to start caring about the card?
Is 5-7k/mo enough ad spend to start caring about the card?

One of my side projects is finally spending enough on paid acquisition that I’m looking at this differently. We’re around $5-7k/month between Meta and TikTok and it’s still going through the same business card as software and everything else. I started comparing cashback on Meta/TikTok ad spend and Meow came up, but I’m not sure if I’m overthinking it at this size. Anyone here running paid acquisition on a side project? When did you start separating the ad spend? submitted by /u/theimpureaggression [link] [comments]

7 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 1 day, 4 hours назад
DockFix 5.0
DockFix 5.0

Replace the macOS Dock with one that is truly yours. Discussion | Link

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

A pixel otter desktop pet that reacts to how you work Discussion | Link

1 day, 17 hours назад @ producthunt.com
LiveGrid
LiveGrid

Watch multiple live streams at once, never miss a thing Discussion | Link

1 day, 19 hours назад @ producthunt.com
Moji
Moji

Open Markdown files like PDFs. Discussion | Link

1 day, 20 hours назад @ producthunt.com
Accordio
Accordio

Give Claude your hours, invoices and contracts Discussion | Link

1 day, 23 hours назад @ producthunt.com
Cadenya
Cadenya

A hosted agentic loop to bring agentic possibilities to life Discussion | Link

2 days назад @ producthunt.com
Jackalope
Jackalope

Codex, Claude Code, Grok, + OpenCode in one shared workspace Discussion | Link

2 days, 1 hour назад @ producthunt.com
Devin Voice
Devin Voice

You say it, Devin ships it Discussion | Link

2 days, 1 hour назад @ producthunt.com
GLYPH Immersive
GLYPH Immersive

a free tool for modular grid lettering Discussion | Link

2 days, 2 hours назад @ producthunt.com
ABrush
ABrush

AI Studio for Digital Artists Discussion | Link

2 days, 3 hours назад @ producthunt.com
Raycast 2.0
Raycast 2.0

The next generation of Raycast is here Discussion | Link

2 days, 5 hours назад @ producthunt.com
sizeless
sizeless

Spatial AI for underground infrastructure Discussion | Link

2 days, 6 hours назад @ producthunt.com
chat-recall
chat-recall

Ctrl+F for every conversation you've had with an AI Discussion | Link

2 days, 6 hours назад @ producthunt.com
ChatHop
ChatHop

Take your conversation anywhere. Discussion | Link

2 days, 8 hours назад @ producthunt.com
Design Studio by Monday Merch
Design Studio by Monday Merch

A browser canvas to design merch with over 1.000+ products Discussion | Link

2 days, 9 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост None
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 1 day, 3 hours назад
America’s Response Monument in New York, New York
America’s Response Monument in New York, New York America’s Response Monument in New York, New York

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 day, 3 hours назад @ atlasobscura.com
Ebenezer Scrooge’s Gravestone in Shropshire, England
Ebenezer Scrooge’s Gravestone  in Shropshire, England Ebenezer Scrooge’s Gravestone in Shropshire, 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.

1 day, 5 hours назад @ atlasobscura.com
The Quilters Hall of Fame in Marion, Indiana
The Quilters Hall of Fame in Marion, Indiana The Quilters Hall of Fame in Marion, Indiana

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 day, 7 hours назад @ atlasobscura.com
Poste Thiers in Nice, France
Poste Thiers in Nice, France Poste Thiers in Nice, France

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 day, 9 hours назад @ atlasobscura.com
Argyle Street Ash Tree in Finnieston, Scotland
Argyle Street Ash Tree in Finnieston, Scotland Argyle Street Ash Tree in Finnieston, Scotland

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
Moaning Caverns in Vallecito, California
Moaning Caverns in Vallecito, California Moaning Caverns in Vallecito, 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.

2 days, 5 hours назад @ atlasobscura.com
The Most Unique Camping Spots Across the U.S.
The Most Unique Camping Spots Across the U.S. The Most Unique Camping Spots Across the U.S.

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, 6 hours назад @ atlasobscura.com
The Schnoor in Bremen, Germany
The Schnoor in Bremen, Germany The Schnoor in Bremen, Germany

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

2 days, 7 hours назад @ atlasobscura.com
‘The Rumour of Discord’ in Madrid, Spain
‘The Rumour of Discord’ in Madrid, Spain ‘The Rumour of Discord’ in Madrid, Spain

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

2 days, 9 hours назад @ atlasobscura.com
Saint John Anglican Cathedral in Belize City, Belize
Saint John Anglican Cathedral in Belize City, Belize Saint John Anglican Cathedral in Belize City, Belize

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, 3 hours назад @ atlasobscura.com
Ten Thousand Buddhas ‘Monastery’ in Hong Kong
Ten Thousand Buddhas ‘Monastery’ in Hong Kong Ten Thousand Buddhas ‘Monastery’ in Hong Kong

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
Museo del Árbol in Nueva Alborada, Paraguay
Museo del Árbol in Nueva Alborada, Paraguay Museo del Árbol in Nueva Alborada, Paraguay

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, 7 hours назад @ atlasobscura.com
The Peeping Tom of Tallinn in Tallinn, Estonia
The Peeping Tom of Tallinn in Tallinn, Estonia The Peeping Tom of Tallinn in Tallinn, Estonia

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, 9 hours назад @ atlasobscura.com
September 11th Garden Braemar Stone in New York, New York
September 11th Garden Braemar Stone in New York, New York September 11th Garden Braemar Stone in New York, New York

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, 9 hours назад @ atlasobscura.com
AO’s Favorite Unusual Sites to Spend a Night
AO’s Favorite Unusual Sites to Spend a Night AO’s Favorite Unusual Sites to Spend a Night

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, 9 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 1 day, 11 hours назад
Dutch AgTech Gravity Gardens secures €2.6 million to scale its dry, chemical-free seed activation technology
Dutch AgTech Gravity Gardens secures €2.6 million to scale its dry, chemical-free seed activation technology Dutch AgTech Gravity Gardens secures €2.6 million to scale its dry, chemical-free seed activation technology

Gravity Gardens, a Nijmegen-based AgTech startup developing a chemical-free seed activation technology for European arable and horticultural crops, has secured a €2.6 million Seed round to bring a new kind of seed activation to market: a dry process that improves establishment without adding water, chemicals or coating to the seed.

Gravity Gardens has developed a technology that could make stronger crop establishment accessible to many more farmers while using fewer natural resources.

“Improving a seed before it goes in the ground, what the industry calls seed activation technology, is not a new idea.

For the overwhelming majority of crops by volume, seed activation has never been on the ta…

1 day, 11 hours назад @ eu-startups.com
Copenhagen’s Seed Capital closes €130 million Fund V to back Nordic startups from Seed to Series A
Copenhagen’s Seed Capital closes €130 million Fund V to back Nordic startups from Seed to Series A Copenhagen’s Seed Capital closes €130 million Fund V to back Nordic startups from Seed to Series A

Seed Capital, a Copenhagen-based seed-stage investor, has today announced that it has closed its Fund V at €130 million.

The fund will invest in 15-17 companies, with first checks of €3-6 million in FinTech, cybersecurity, resilience, and AI-driven B2B.

With its fifth fund, Seed Capital will expand its investments beyond Denmark to the Nordics with a strategic focus on Sweden.

Founded in December 2004, Seed Capital is one of the Nordics’ most experienced seed funds, with 20 years of history.

As part of its expansion plan, Seed Capital is evaluating opening a Swedish office to further strengthen its close-to-founders approach.

1 day, 14 hours назад @ eu-startups.com
After €387 million raise, The Exploration Company wins ESA’s “ALADDIN” cargo capsule contract worth €760 million
After €387 million raise, The Exploration Company wins ESA’s “ALADDIN” cargo capsule contract worth €760 million After €387 million raise, The Exploration Company wins ESA’s “ALADDIN” cargo capsule contract worth €760 million

The Exploration Company (TEC), the European space company, has been awarded a service contract by the European Space Agency (ESA) worth €760 million to build and fly Europe’s first commercial cargo capsule to the International Space Station (ISS).

TEC won that competitive tender, in a deal ESA describes as its first and largest capsule transportation service contract awarded to a European company in open competition.

“With ALADDIN, we are accelerating the development of a European capability to transport cargo to and from low Earth orbit.

Founded in 2021 by Hélène Huby and a team of aerospace veterans, The Exploration Company is a space company building the full stack of space transportatio…

1 day, 16 hours назад @ eu-startups.com
Munich-based Furo raises €3.44 million to make industrial battery storage economically viable
Munich-based Furo raises €3.44 million to make industrial battery storage economically viable Munich-based Furo raises €3.44 million to make industrial battery storage economically viable

Furo (formerly Lumera Energy), a Munich-based energy software company, today announced that it has closed a €3.44 million ($4 million) funding round to further develop its software, expand into additional European markets, and grow its team.

In one of the most volatile power markets in the world, that is decided by the software, not by the hardware.

That is exactly why we founded Furo,” said Lena Sophia Voß, co-founder of Furo.

It is a software company for the control and optimisation of commercial and industrial battery storage.

Earlier this month, Furo announced a partnership with Berlin-based LUOX Energy, the end-customer brand of Lumenaza GmbH, to launch a combined solution for optimisi…

1 day, 17 hours назад @ eu-startups.com
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Sept. 7 – Sept. 10)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Sept. 7 – Sept. 10) Weekly funding round-up! All of the European startup funding rounds we tracked this week (Sept. 7 – Sept. 10)

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.

2 days, 8 hours назад @ eu-startups.com
Bending Spoons enters definitive agreement to acquire AI innovation workspace Miro for €1.7 billion
Bending Spoons enters definitive agreement to acquire AI innovation workspace Miro for €1.7 billion Bending Spoons enters definitive agreement to acquire AI innovation workspace Miro for €1.7 billion

Bending Spoons has entered into a definitive agreement to acquire AI innovation workspace Miro at an enterprise value of €1.7 billion ($1.4 billion) with an all-cash transaction.

Under the terms of the agreement, which was unanimously approved by the boards of directors of Bending Spoons and Miro, Bending Spoons will acquire 100% of the issued and outstanding shares of Miro.

“It’s a privilege, and no small responsibility, to welcome a product that over 250,000 organizations have integrated into their workflows,” said Luca Ferrari, Bending Spoons CEO and co-founder.

That transaction highlights Bending Spoons’ established playbook, and makes Miro the latest high-profile platform to enter a it…

2 days, 9 hours назад @ eu-startups.com
Italy’s Biorsaf raises €5.2 million and acquires Cooki to build AI-powered food RegTech platform
Italy’s Biorsaf raises €5.2 million and acquires Cooki to build AI-powered food RegTech platform Italy’s Biorsaf raises €5.2 million and acquires Cooki to build AI-powered food RegTech platform

Biorsaf, a Tuscany-based company specialising in the digitisation of food safety and quality processes, has raised a €5.2 million funding round and has also acquired Cooki, a Bologna-based platform for the digital management of food information.

Farming Future supported Biorsaf’s first funding round in November 2024.

Marco Papalini, CEO of Biorsaf, said, “This new funding round and the acquisition of Cooki accelerate Biorsaf’s growth.

For the latter, Biorsaf has built the first professional AI agent dedicated to digital food safety management, designed to automate monitoring, compliance and document management.

The core of the plan is the development of a one-of-a-kind AI platform designed …

2 days, 13 hours назад @ eu-startups.com
Finnish investor Nordic Foodtech VC adds up to €30 million to €80 million Fund II
Finnish investor Nordic Foodtech VC adds up to €30 million to €80 million Fund II Finnish investor Nordic Foodtech VC adds up to €30 million to €80 million Fund II

Finland-based Nordic Foodtech VC has announced an up to €30 million commitment for their Fund II to promote early-stage AgriTech companies and bolster research in more sustainable and resilient food production systems.

The investment comes from the European Investment Fund (EIF) and will support the Fund target size of €80 million – aiming to invest in around 30 companies mainly in Northern Europe.

“With EIF’s support, we’re growing our reach across all of Northern Europe,” says Nordic Foodtech VC’s co-founder and managing partner Mika Kukkurainen.

EU-Startups previously covered Nordic Foodtech VC’s €40 million first close of the same €80 million Fund II in June 2025.

The company manages tw…

2 days, 13 hours назад @ eu-startups.com
Europe’s space sovereignty requires more than bigger companies
Europe’s space sovereignty requires more than bigger companies Europe’s space sovereignty requires more than bigger companies

Their argument was that by consolidating their three companies, they would have the size and influence to compete against companies outside of Europe – most importantly, Elon Musk’s SpaceX.

But building big companies will not by itself bring genuine space sovereignty to Europe.

As Low-Earth Orbit (LEO) grows increasingly crowded with commercial spacecraft, military assets and debris, the ability of operators to detect, track and attribute activity in orbit is becoming vital.

Europe, which has rightly invested in sovereign constellations and space infrastructure, can’t rely solely on having more satellites in space.

The companies developing those payloads are, for the most part, not the big …

2 days, 13 hours назад @ eu-startups.com
KU Leuven spin-out IVEX lands €5 million to accelerate AI-powered automotive safety testing
KU Leuven spin-out IVEX lands €5 million to accelerate AI-powered automotive safety testing KU Leuven spin-out IVEX lands €5 million to accelerate AI-powered automotive safety testing

IVEX, a Heverlee-based DeepTech startup developing technology for automotive safety testing, has raised €5 million in Series A to accelerate its engineering roadmap and expand its presence in North America and Asia.

Torres, co-founder and CEO of IVEX, said, “Vehicle safety testing generates enormous amounts of data, but much of its analysis still depends on repetitive manual work.

Its platform uses computer vision, AI and cloud-based data processing to automate the most time-consuming parts of on-road vehicle safety testing.

The Belgian startup’s long-term goal is to build the operating system for automotive safety testing: an AI-powered platform on which various safety protocols, testing r…

2 days, 16 hours назад @ eu-startups.com
Milan-based Bynario raises €2.1 million pre-Seed after AI research exposed serious Apple vulnerabilities
Milan-based Bynario raises €2.1 million pre-Seed after AI research exposed serious Apple vulnerabilities Milan-based Bynario raises €2.1 million pre-Seed after AI research exposed serious Apple vulnerabilities

Bynario, a Milan-based cybersecurity company whose researchers used frontier AI models to uncover serious flaws in Apple’s operating systems, has closed a €2.1 million pre-Seed funding round.

As AI continues to reduce the cost of vulnerability research and exploitation, more exploitable vulnerabilities become attractive targets.

Instead of flagging every possible issue, Bynario’s security platform confirms which vulnerabilities are actually exploitable in a customer’s environment, allowing security teams to prioritise their work.

According to Verizon’s 2026 Data Breach Investigations Report, software vulnerabilities are now the most common route into enterprise systems, accounting for 31% o…

2 days, 17 hours назад @ eu-startups.com
New German AI research lab Grubel raises €3 million to build systems that adapt to individual legal cases
New German AI research lab Grubel raises €3 million to build systems that adapt to individual legal cases New German AI research lab Grubel raises €3 million to build systems that adapt to individual legal cases

Grubel, a Munich- and Tübingen-based AI research lab developing systems that adapt to individual legal matters, has raised €3 million in pre-Seed funding to support research, product development, and team expansion.

The company notes that legal AI has lagged in part because complex legal work is both highly specialised and very difficult to evaluate.

“Over the past two to three years, we’ve seen many legal AI companies emerge, but few are pushing the boundaries of AI research in the legal field as ambitiously as Reinhard, Moritz and the Grubel team.

We believe their approach can unlock new capabilities in legal AI and, over time, other forms of complex knowledge work.

An initial evaluation …

2 days, 18 hours назад @ eu-startups.com
The EU-Startups Podcast | Interview with Momchil Sabev, Director of the EIC and EISMEA
The EU-Startups Podcast | Interview with Momchil Sabev, Director of the EIC and EISMEA The EU-Startups Podcast | Interview with Momchil Sabev, Director of the EIC and EISMEA

Join us for an interview with Momchil Sabev, Director of the European Innovation Council and SMEs Executive Agency (EISMEA), as we explore the critical role of public institutions in shaping Europe’s startup and innovation landscape.

With a career that bridges entrepreneurship, private sector consulting, and high-level EU leadership, Momchil shares how his diverse experiences inform his approach to supporting ambitious founders and driving systemic change across the continent.

This conversation shines a spotlight on EISMEA’s often-unsung but vital work in strengthening Europe’s innovation ecosystem.

Momchil also explains how EISMEA and the EIC are tackling the fragmentation that still hinde…

3 days, 10 hours назад @ eu-startups.com
French cardiac monitoring startup Implicity reports 26% lower mortality as it raises €35 million
French cardiac monitoring startup Implicity reports 26% lower mortality as it raises €35 million French cardiac monitoring startup Implicity reports 26% lower mortality as it raises €35 million

Implicity, an innovator in AI-driven cardiac remote monitoring out of Paris, has secured a €35 million funding round to accelerate its international expansion, particularly in the USA, while advancing its AI capabilities and developing next-generation heart failure prediction algorithms.

EU-Startups has reported approximately €209.6 million across relevant or adjacent financings this year, including €6 million for Portugal’s remote patient monitoring company Hope Care, €16.6 million for UK-based AI respiratory diagnostics company TidalSense and €6 million for Swiss continuous-monitoring startup Xsensio.

According to the company, remote patient monitoring is the standard of care when it come…

3 days, 11 hours назад @ eu-startups.com
If you lost your LLM tomorrow, would you still have a business?
If you lost your LLM tomorrow, would you still have a business? If you lost your LLM tomorrow, would you still have a business?

So if I were starting a European AI company today, my first question would not be about the product.

A year ago, that question would have sounded like the sort of thing a risk committee asks to justify its existence.

In 2020, I co-founded a company in Europe and spent longer trying to raise money here than I did building the product.

It requires Europe to have enough of its own options that a decision taken in Washington on a Saturday is an inconvenience rather than an outage.

Ask what you would run tomorrow if the model you use today stopped answering.

3 days, 12 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 1 day, 9 hours назад
Mistral secures €3B Series D, 100 days to save EU Inc, and early-stage funding crisis
Mistral secures €3B Series D, 100 days to save EU Inc, and early-stage funding crisis Mistral secures €3B Series D, 100 days to save EU Inc, and early-stage funding crisis

This week, we tracked more than 70 tech funding deals worth over €3.9 billion 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.

1 day, 9 hours назад @ tech.eu
Luca Bocchio joins Balderton as Partner after more than a decade in European VC
Luca Bocchio joins Balderton as Partner after more than a decade in European VC Luca Bocchio joins Balderton as Partner after more than a decade in European VC

Balderton today announced the appointment of Luca Bocchio as Partner, where he will focus on early-stage investments.

Bocchio joins the firm after more than a decade as an investor in the European technology ecosystem, most recently as a Partner at Accel, where he focused on a broad range of industries, from fintech and consumer, to, more recently AI applications, defence and energy.

Bocchio has backed a number of category-defining European businesses including Trade Republic, SumUp, Vinted and Fuse Energy.

According to Bocchio, Balderton has been a cornerstone of Europe’s technology ecosystem for more than two decades and is the ultimate champion of European founders.

Christian Hecker, co-…

1 day, 10 hours назад @ tech.eu
Tech leaders call for 25% of EU budget to secure Europe’s energy and digital future
Tech leaders call for 25% of EU budget to secure Europe’s energy and digital future Tech leaders call for 25% of EU budget to secure Europe’s energy and digital future

Digital technology is already part of the answer: it's what lets grids handle more renewable power without breaking down.

This week at DIGITALEUROPE’s Executive Board Strategy Days in Brussels, industry leaders called for one joined-up European response: cheaper home-grown energy, digital grids and serious investment in technologies made in Europe.

Its leaders also argue that Europe needs to put 25 per cent of the next EU budget into critical technologies.

It also wants grid and digital infrastructure permits issued within 12 months, with digital solutions treated as part of core grid investment rather than an afterthought.

Peter Weckesser, President of DIGITALEUROPE and EVP & Chief Digital…

1 day, 12 hours назад @ tech.eu
Could US frontier AI labs dominate banking?
Could  US frontier AI labs dominate banking? Could US frontier AI labs dominate banking?

Financial services have become one of the hottest battlegrounds in AI.

But as the AI labs push into different sectors, could they become banking providers and dominate the industry?

Adrian Congiu, VP, product, Mambu, said: “The frontier labs win where raw model capability is the product: reasoning, text, code and images.

So the licensing, the distribution, as well as the data, so that still sits within financial services.

While the banking sector is one such large market and a priority for these frontier models, it is very difficult for them to operate as regulated entities.

1 day, 14 hours назад @ tech.eu
Seed Capital closes €130M Fund V to expand across the Nordics
Seed Capital closes €130M Fund V to expand across the Nordics Seed Capital closes €130M Fund V to expand across the Nordics

Copenhagen-based Seed Capital has closed its Fund V at €130 million.

The fund will continue its investment in fintech and AI-driven B2B, and adding cybersecurity and resilience as a new investment focus.

The fund has already made its first investments from Fund V, including Repodo and Oplane.

With its fifth fund, Seed Capital will expand its investments beyond Denmark to the Nordics with a strategic focus on Sweden.

As part of its expansion, Seed Capital is evaluating opening a Swedish office to further strengthen its close-to-founders approach.

1 day, 16 hours назад @ tech.eu
Robutler raises $400K from ZAS Ventures to build the ‘YouTube of software’
Robutler raises $400K from ZAS Ventures to build the ‘YouTube of software’ Robutler raises $400K from ZAS Ventures to build the ‘YouTube of software’

Robutler has raised $400,000 from ZAS Ventures, a US-based venture capital firm investing in AI, SaaS, and robotics companies founded by Ukrainians.

The investment, made across ZAS Ventures’ Fund I and Fund II, marks the first institutional check into Robutler.

"Think of Robutler as the YouTube of software," said Volodymyr Seliuchenko, Founder and CEO of Robutler.

Underneath the apps sits the layer ZAS Ventures underwrote.

Volodymyr is building the place tools come from," said Andrew Zinchuk, Founder and Managing Partner of ZAS Ventures.

2 days, 9 hours назад @ tech.eu
Antler research reveals Europe’s unicorn boom is masking an early-stage funding crisis
Antler research reveals Europe’s unicorn boom is masking an early-stage funding crisis Antler research reveals Europe’s unicorn boom is masking an early-stage funding crisis

Today a new report reveals that while a new generation of rocketship unicorns are breaking records for funding rounds and valuations in Europe, the early-stage funding pipeline is collapsing.

Announced today in London at global VC Antler’s European Founder Conference, the research analysed 760 unicorn founders, 4,129 Series A founders, and 81,055 funding rounds in Europe since 2000.

The two founder profiles powering Europe’s rocketships: Antler has identified two distinct categories of rocketship unicorns - Jets and Juggernauts.

The number of Series A investors fell by 44.7 per cent, and the number of growth-stage investors fell by 30 per cent.

Christoph Klink, Partner at Antler, comments:"…

2 days, 10 hours назад @ tech.eu
Spain's top-funded tech companies in H1 2026
Spain's top-funded tech companies in H1 2026 Spain's top-funded tech companies in H1 2026

Spanish tech companies raised approximately €1.7 billion in H1 2026, with capital concentrated among a relatively small number of companies.

The ten companies that raised the most accounted for around 68% of the total.

Spacetech was the best-funded industry, attracting approximately €354.3 million, led by PLD Space, EOS-X Space, Arkadia Space and FOSSA Systems.

Medical and healthcare companies collectively raised about €195.1 million, while artificial intelligence companies attracted approximately €150.9 million.

Here are the ten companies that raised the most in H1 2026.

2 days, 11 hours назад @ tech.eu
EIF backs Nordic Foodtech VC with €30M to scale Europe’s agrifood deeptech
EIF backs Nordic Foodtech VC with €30M to scale Europe’s agrifood deeptech EIF backs Nordic Foodtech VC with €30M to scale Europe’s agrifood deeptech

The European Investment Fund (EIF) is committing up to €30 million to a Finnish venture capital fund that promotes early-stage agrifood technology companies.

The EIF backing for the Finnish fund – called Nordic Foodtech VC (NFT.VC Fund II) – will bolster research in a more sustainable and resilient food production system.

Helsinki-based Nordic Foodtech VC has a target size of €80 million and plans to invest in around 30 companies mainly in Northern Europe.

The firm combines specialised investment capital with scientific and industry expertise to support companies in their earliest development stages.

The company’s first fund has invested in 18 companies across the Nordic and Baltic regions.

2 days, 12 hours назад @ tech.eu
Venture builder Improbable backs AI business messaging app with $10M
Venture builder Improbable backs AI business messaging app with $10M Venture builder Improbable backs AI business messaging app with $10M

Improbable, the UK tech company that has pivoted to venture building, has brought its third product out of stealth, an AI messaging app used to automate business processes, which it is backing with $10m of its own funding.

London-based Improbable, founded in 2012, which raised $500m from SoftBank in 2017, has evolved from its gaming and metaverse infrastructure roots into what it now calls being a venture builder.

Taking on the giant US tech firms, it’s an AI-native messaging platform where non-technical operators automate business processes by describing them in plain text.

Bolter is Improbable’s third product it has brought out of stealth, since pivoting to venture building in 2023.

Its p…

2 days, 14 hours назад @ tech.eu
100 days to save EU Inc: Europe’s tech leaders warn against watering down landmark reform
100 days to save EU Inc: Europe’s tech leaders warn against watering down landmark reform 100 days to save EU Inc: Europe’s tech leaders warn against watering down landmark reform

Broad access:EU Inc must not be restricted to “innovative companies,” particular sectors, or businesses below arbitrary headcount or revenue thresholds.

A company form available only to a shifting, contested subset of businesses cannot become the trusted European standard founders and international investors need.

Investors, creditors, banks, and public authorities should be able to consult one company record that meets harmonised KYC and beneficial-ownership standards across the EU.

Negotiations are now accelerating on both tracks with 100 days left to meet the deadline.

The coming months will therefore determine whether EU Inc becomes a genuinely European standard, or another promising in…

2 days, 14 hours назад @ tech.eu
Arlequin AI lands €28M to scale topological neural network technology
Arlequin AI lands €28M to scale topological neural network technology Arlequin AI lands €28M to scale topological neural network technology

Paris-based AI company Arlequin AI has raised €28 million in Series A funding to accelerate the development of its topological neural network architecture and expand the international deployment of its technology.

Arlequin is now developing proprietary models based on topological neural networks, an AI architecture designed to learn from both data points and the relationships between them.

Today, another revolution is taking shape: the development of new AI systems capable of understanding highly complex dynamics hidden within millions of data points,said Hugo Micheron, CEO and co-founder of Arlequin AI.

Arlequin sees potential applications in security and defence, criminal investigations, …

2 days, 16 hours назад @ tech.eu
Bynario raises €2.1M to develop AI-powered platform for software vulnerabilities
Bynario raises €2.1M to develop AI-powered platform for software vulnerabilities Bynario raises €2.1M to develop AI-powered platform for software vulnerabilities

Cybersecurity company Bynario has raised €2.1 million in a pre-seed round to develop its AI-powered platform for identifying, prioritising and addressing software vulnerabilities.

Bynario is developing a suite of security products designed to help organisations manage software vulnerabilities across their systems, from code to production.

Its technology combines AI with offensive security research to assess vulnerabilities and help security teams prioritise remediation.

The company is targeting a growing challenge for security teams as AI changes both software development and vulnerability research.

As AI continues to reduce the cost of vulnerability research and exploitation, more exploita…

2 days, 17 hours назад @ tech.eu
SCI Semiconductor raises £5M to ramp up production of memory-safe chips
SCI Semiconductor raises £5M to ramp up production of memory-safe chips SCI Semiconductor raises £5M to ramp up production of memory-safe chips

Sheffield-headquartered company SCI Semiconductor, which has developed the world’s first memory-safe computer chip, has raised £5 million to accelerate production.

The heavily oversubscribed round was led by two Northern Powerhouse Investment Fund II (NPIF II) fund managers, PXN Ventures and Mercia Ventures, which are responsible for NPIF II - PXN Equity Finance and NPIF II – Mercia Equity Finance, respectively.

It also included investment from specialist cyber security seed investor Osney Capital, US-based Black Opal Ventures and private investors.

The UK’s National Cyber Security Centre (NCSC) has warned that software patching alone might not provide enough protection and is urging compan…

3 days, 9 hours назад @ tech.eu
Harry Stebbings-backed proptech Ostrich shuts
Harry Stebbings-backed proptech Ostrich shuts Harry Stebbings-backed proptech Ostrich shuts

A London-based proptech startup, backed by the VC and podcaster Harry Stebbings, which has raised nearly $4m in funding, has shut down.

Ostrich, founded in 2021, was looking to disrupt the property market.

Looking to take on estate agents, Rightmove and Zoopla, its property marketplace allowed buyers to access properties before they were marketed for sale.

The startup raised $3.98m in early-stage funding, with investment coming from Stebbings’ 20VC and proptech Era Ventures, according to PitchBook.

A message on the homepage of the Ostrich website says it has closed.

3 days, 11 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 month, 2 weeks назад
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, 2 weeks назад @ 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, 3 weeks назад @ 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.

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

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

7 months, 1 week назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

7 months, 3 weeks назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

8 months, 3 weeks назад @ techcrunch.com