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

Little Snitch for Linux makes that activity visible and gives you the option to do something about it.

Little Snitch downloads them from remote sources and keeps them current automatically.

One thing to be aware of: the .lsrules format from Little Snitch on macOS is not compatible with the Linux version.

If that concerns you, Little Snitch can be configured to require authentication.

For keeping tabs on what your software is up to and blocking legitimate software from phoning home, Little Snitch for Linux works well.

1 час назад @ obdev.at
Automatic registration for US Military draft to begin in December
Automatic registration for US Military draft to begin in December

Comments

1 час назад @ thehill.com
Show HN: Tired of logic in useEffect, I built a class-based React state manager
Show HN: Tired of logic in useEffect, I built a class-based React state manager

map ( ( n ) => ( n . id === id ?

Here's an auth store:interface AuthState { user : User | null ; token : string ; } class AuthStore extends SnapStore < AuthState , "login" > { constructor ( ) { super ( { user : null , token : "" } ) ; } login ( email : string , password : string ) { return this .

patch ( "notifications" , ( n ) => n . id === id , { read : true } ) ; } }There's no global instance for DashboardStore — it gets scoped to the component lifecycle.

scoped ( DashboardView , { factory : ( ) => new DashboardStore ( ) , props : ( store ) => ( { stats : store .

stats , notifications : store .

3 часа назад @ thales.me
Show HN: Is Hormuz Open Yet?
Show HN: Is Hormuz Open Yet?

Comments

4 часа назад @ ishormuzopenyet.com
John Deere to pay $99M in right-to-repair settlement
John Deere to pay $99M in right-to-repair settlement John Deere to pay $99M in right-to-repair settlement

Farmers have been fighting John Deere for years over the right to repair their equipment, and this week, they finally reached a landmark settlement.

Specifically, that money is available to those involved who paid John Deere’s authorized dealers for large equipment repairs from January 2018.

John Deere signed a memorandum of understanding in 2023 that partially addressed those concerns, providing third parties with the technology to diagnose and repair, as long as its intellectual property was safeguarded.

Still, John Deere isn’t out of the woods yet.

Any court ruling that might formally condemn John Deere of wrongdoing may set a precedent for others to follow.

5 часов назад @ thedrive.com
The AI Great Leap Forward
The AI Great Leap Forward The AI Great Leap Forward

Backyard FurnacesThe rallying cry of the Great Leap Forward was 超英趕美 — surpass England, catch up to America.

PMs build AI dashboards.

Marketing builds AI content generators.

Reporting Grain Production to the Central CommitteeDuring the Great Leap Forward, provinces competed to report the most spectacular grain yields.

Every AI Great Leap Forward has its sparrow campaign.

5 часов назад @ leehanchung.github.io
USB for Software Developers: An introduction to writing userspace USB drivers
USB for Software Developers: An introduction to writing userspace USB drivers

Comments

6 часов назад @ werwolv.net
Expanding Swift's IDE Support
Expanding Swift's IDE Support Expanding Swift's IDE Support

You can now write Swift in a broader range of popular IDEs, including Cursor, VSCodium, AWS’s Kiro, and Google’s Antigravity.

By leveraging VS Code extension compatibility, these editors tap directly into the Open VSX Registry, where the official Swift extension is now live.

This milestone brings Swift support, including code completion, refactoring, full debugging support, a test explorer, as well as DocC support, to a broader ecosystem of compatible editors and allows agentic IDEs like Cursor and Antigravity to automatically install Swift, with no manual download required.

Get StartedTo start using the Swift extension in any Open VSX-compatible editor, simply open the Extensions panel, se…

6 часов назад @ swift.org
One item purchased, Ten emails
One item purchased, Ten emails One item purchased, Ten emails

Online shopping is fantastic.

But I've noticed a huge uptick in the volume of emails relating to an online order which makes it frustrating to order anything.

I recently had a purchase which included the following chainThanks for your order Create your account We've got your order We've shipped your order We're expecting your parcel We've got your parcel Your order is scheduled for delivery We've delivered your item (Courier) 8a.

Created to optimise whoknowswhat, but ultimately resulting in a frustrating experience.

My solution is ultimately to use a simplelogin alias that I turn off immidiately but this feels like a solution to a problem that shouldn't exist.

7 часов назад @ joshghent.com
Show HN: Orange Juice – Small UX improvements that make HN much easier to read
Show HN: Orange Juice – Small UX improvements that make HN much easier to read Show HN: Orange Juice – Small UX improvements that make HN much easier to read

Follow users from anywhere on HN and open a dedicated feed of their recent comments and submissions.

Reorder users by dragging, collapse sections you do not want open by default, and refresh one person at a time without reloading everything else.

Small follow buttons appear next to usernames across Hacker News.

The /following page keeps the normal HN look instead of inventing a separate UI.

Recent fetched activity is cached locally to keep the page fast, with per-user refresh controls when you want a fresh pull.

7 часов назад @ oj-hn.com
I've been waiting over a month for Anthropic support to respond
I've been waiting over a month for Anthropic support to respond

I’m a Claude Max subscriber, and between March 3-5, I received 16 separate “Extra Usage” invoices ranging from $10-$13 each, all in quick succession of one another.

Nothing that would explain $180 in Extra Usage charges.

claude-code#29289 and claude-code#24727), and posts on r/ClaudeCode describing the exact same behavior: usage meters showing incorrect values and Extra Usage charges piling up erroneously.

The support experienceOn March 7, I sent a detailed email to Anthropic support laying out the situation with all the evidence above.

Sadly, this refund pipeline is only applicable for subscriptions, and not for Extra Usage charges.

8 часов назад @ nickvecchioni.github.io
Understanding the Kalman Filter with a Simple Radar Example
Understanding the Kalman Filter with a Simple Radar Example Understanding the Kalman Filter with a Simple Radar Example

If you are not comfortable with linear algebra, please review the One-Dimensional Kalman Filter section in the online tutorial or in the book.

It presents the Kalman Filter equations and their derivation using high-school-level mathematics, along with four fully solved examples.

Iteration 0Filter initializationIn this example, we will use the first measurement to initialize the Kalman Filter (for more information on initialization techniques and their impact on the Kalman Filter performance, refer to Chapter 21 of the book).

For a more detailed discussion of measurement uncertainty, see the Kalman Filter in One Dimension section.

Multivariate CaseFor the multivariate Kalman Filter, the Kalm…

8 часов назад @ kalmanfilter.net
Claude Managed Agents
Claude Managed Agents Claude Managed Agents

Today, we're launching Claude Managed Agents, a suite of composable APIs for building and deploying cloud-hosted agents at scale.

Managed Agents pairs an agent harness tuned for performance with production infrastructure to go from prototype to launch in days rather than months.

Managed Agents includes:Production-grade agents with secure sandboxing, authentication, and tool execution handled for you.

Claude Managed Agents architectureDesigned to make the most of ClaudeClaude models are built for agentic work.

What teams are buildingTeams are already shipping 10x faster with Managed Agents across a range of production use cases.

8 часов назад @ claude.com
Show HN: TUI-use: Let AI agents control interactive terminal programs
Show HN: TUI-use: Let AI agents control interactive terminal programs Show HN: TUI-use: Let AI agents control interactive terminal programs

tui-use gives agents access to the parts of the terminal that bash can't reach — every REPL, installer, and TUI app built for humans.

But they stall the moment a program asks for input — because most CLI tools were built for humans, not agents.

Run tui-use keys to see the full list.

CLI InterfaceCore Commandstui-use start # Start a program tui-use start --cwd # Start in specific directory tui-use start --cwd " -flags" # Quote the full command to pass flags (e.g.

Build tools (only needed if automatic rebuild fails):macOS: xcode-select --installLinux: sudo apt-get install build-essential python3 g++Windows: Not yet supportedDevelopmentgit clone < repo_url > cd tui-use npm install npm run …

9 часов назад @ github.com
Muse Spark – Meta Superintelligence Labs
Muse Spark – Meta Superintelligence Labs Muse Spark – Meta Superintelligence Labs

Meta AI Use Meta AI assistant to get things done, create AI-generated images for free, and get answers to any of your questions.

9 часов назад @ meta.ai
Hacker News Hacker News
последний пост 1 час назад
Muse Spark: Scaling Towards Personal Superintelligence
Muse Spark: Scaling Towards Personal Superintelligence Muse Spark: Scaling Towards Personal Superintelligence

Today, we’re excited to introduce Muse Spark, the first in the Muse family of models developed by Meta Superintelligence Labs.

Muse Spark is a natively multimodal reasoning model with support for tool-use, visual chain of thought, and multi-agent orchestration.

Muse Spark is the first step on our scaling ladder and the first product of a ground-up overhaul of our AI efforts.

To support further scaling, we are making strategic investments across the entire stack — from research and model training to infrastructure, including the Hyperion data center.

After these results, we’ll look behind the curtain at the scaling axes driving our progress toward personal superintelligence.

9 часов назад @ ai.meta.com
I Ported Mac OS X to the Nintendo Wii
I Ported Mac OS X to the Nintendo Wii I Ported Mac OS X to the Nintendo Wii

Porting Mac OS X to the Nintendo WiiMac OS X 10.0 (Cheetah) running natively on the Nintendo WiiSince its launch in 2007, the Wii has seen several operating systems ported to it: Linux, NetBSD, and most-recently, Windows NT.

In this post, I’ll share how I ported the first version of Mac OS X, 10.0 Cheetah, to the Nintendo Wii.

Source: Wikipedia: Architecture of macOSPorting Mac OS X would also require understanding how a real Mac boots.

Porting ApproachArmed with knowledge of how the boot process works on a real Mac, along with how to run low-level code on the Wii, I needed to select an approach for booting Mac OS X on the Wii.

I evaluated three options:Port Open Firmware, use that to run u…

10 часов назад @ bryankeller.github.io
Show HN: Explore the Silk Roads through an interactive map
Show HN: Explore the Silk Roads through an interactive map Show HN: Explore the Silk Roads through an interactive map

Use the interactive map to explore the Silk Roads, discover new routes, learn what resources and goods are traded, or find an outpost or town to dive into.

LEGEND:Orange Icon indicates this location has a finished webpage and connecting routes.

Black Icon indicates this place has been charted but currently at work to bring it online.

Small black dot indicates a significant Silk Road outpost but has yet to be visited by us.

10 часов назад @ intofarlands.com
Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates
Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates

Microsoft has terminated an account associated with VeraCrypt, a popular and long-running piece of encryption software, throwing future Windows updates of the tool into doubt, VeraCrypt’s developer told 404 Media.

“I didn't receive any emails from Microsoft nor any prior warnings,” Mounir Idrassi, VeraCrypt’s developer, told 404 Media in an email.

The most serious challenge, he wrote, “is that Microsoft terminated the account I have used for years to sign Windows drivers and the bootloader.”“Regarding VeraCrypt, I cannot publish Windows updates.

“Currently I'm out of options.”Idrassi told 404 Media the termination happened in mid-January.

Idrassi told 404 Media the message is concerning his…

11 часов назад @ 404media.co
Show HN: BAREmail ʕ·ᴥ·ʔ – minimalist Gmail client for bad WiFi
Show HN: BAREmail ʕ·ᴥ·ʔ – minimalist Gmail client for bad WiFi Show HN: BAREmail ʕ·ᴥ·ʔ – minimalist Gmail client for bad WiFi

A minimalist Gmail client for low-bandwidth environments — airplane wifi, rural connections, developing regions, or any situation where Gmail's full interface is too heavy.

Alternative setup methods CLI setup (interactive): npm run setup Opens each Google Cloud page in your browser and prompts for credentials in the terminal.

If you restart ngrok, you'll need to update your Google OAuth credentials with the new URL and re-add the PWA on your phone.

Go to the OAuth consent screen, click your app, go to the Test users section, and add your Gmail address.

Go to Credentials, click on your OAuth client, and make sure both Authorized JavaScript origins and Authorized redirect URIs include http://…

11 часов назад @ github.com
Show HN: Go-Bt: Minimalist Behavior Trees for Go
Show HN: Go-Bt: Minimalist Behavior Trees for Go Show HN: Go-Bt: Minimalist Behavior Trees for Go

Core Design PrinciplesStateless Nodes: Nodes ( Sequence , Selector , etc.)

Command [ WorkerState ] { return composite .

NewCondition ( func ( blackboard * WorkerState ) bool { // Assert connected // Here you'd check whether the connection is valid, etc.

return blackboard .

NewAction ( func ( ctx * core.

11 часов назад @ github.com
Iran demands Bitcoin fees for ships passing Hormuz during ceasefire
Iran demands Bitcoin fees for ships passing Hormuz during ceasefire

Security VerificationFor help please visit help.ft.com.

We apologise for any inconvenience.

Enable JavaScript and cookies to continue

11 часов назад @ ft.com
Show HN: We fingerprinted 178 AI models' writing styles and similarity clusters
Show HN: We fingerprinted 178 AI models' writing styles and similarity clusters

Comments

11 часов назад @ rival.tips
The Future of Everything Is Lies, I Guess
The Future of Everything Is Lies, I Guess

Around 2019 I attended a talk by one of the hyperscalers about their new cloud hardware for training Large Language Models (LLMs).

I hope that regardless of your background or feelings on the current generation of ML systems, you find something interesting to think about.

ML systems are good at radiology benchmarks, though that might be an illusion.

Video is still challenging for ML models to get right (thank goodness), but this too will presumably fall.

ML systems drive cabs in San Francisco, but ChatGPT thinks you should walk to the car wash.

12 часов назад @ aphyr.com
LLM plays an 8-bit Commander X16 game using structured "smart senses"
LLM plays an 8-bit Commander X16 game using structured "smart senses"

It seems that something in your recent request triggered our website’s security system.

These protections are in place to keep the site safe from online threats and misuse.

Various actions can cause this block, such as submitting specific words or phrases, executing a SQL command, or sending improperly formatted data.

If you think you were blocked by mistake, please reach out to the site owner.

Be sure to include the Request ID shown below so they can quickly look into your request and restore access if appropriate.

12 часов назад @ pvp-ai.russell-harper.com
Show HN: Skrun – Deploy any agent skill as an API
Show HN: Skrun – Deploy any agent skill as an API Show HN: Skrun – Deploy any agent skill as an API

Turn any Agent Skill (SKILL.md) into a callable API via POST /run .

Key ConceptsAgent Skills — SKILL.md standard, compatible with Claude Code, Copilot, Codex— SKILL.md standard, compatible with Claude Code, Copilot, Codex agent.yaml — Runtime config: model, inputs/outputs, permissions, state, tests— Runtime config: model, inputs/outputs, permissions, state, tests POST /run — Every agent is an API.

— Every agent is an API.

In another terminal skrun login --token dev-token cd examples/code-review skrun build && skrun push # 3.

CLICommand Description skrun init [dir] Create a new agent skrun init --from-skill Import existing skill skrun dev Local server with POST /run skrun test Run agent tes…

13 часов назад @ github.com
US cities are axing Flock Safety surveillance technology
US cities are axing Flock Safety surveillance technology US cities are axing Flock Safety surveillance technology

Flock's controversial AI-powered license plate cameras were shut down, and its partnership with local law enforcement ended.

Flock's drones, which reach speeds up to 60 mph, can follow vehicles or people and provide information to law enforcement.

With the myriad ways law enforcement shares Flock data with the federal government, it may seem like there's not much you can do.

The rise of laws limiting what Flock Safety and police can doState laws differ drastically when it comes to Flock surveillance, but legislation is on the rise.

NurPhoto/Contributor/Getty ImagesMarlow acknowledged that individuals can't do much about Flock surveillance without bans or legislation.

13 часов назад @ cnet.com
MegaTrain: Full Precision Training of 100B+ Parameter LLMs on a Single GPU
MegaTrain: Full Precision Training of 100B+ Parameter LLMs on a Single GPU MegaTrain: Full Precision Training of 100B+ Parameter LLMs on a Single GPU

Comments

13 часов назад @ arxiv.org
Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS
Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS

Many free IPTV/HLS sources require specific HTTP headers (User-Agent, Referer) that media servers don't send.

This proxy sits between your media server and the upstream, injecting the required headers and rewriting m3u8 playlists so all segment requests also go through the proxy.

Docker / container media serversIf your media server runs in Docker on a bridge network, the proxy URL must use the Docker gateway IP (not 127.0.0.1 ).

Finding the required headers (User-Agent & Referer)Every streaming site is different.

Step 4: Test .ts segments tooThe playlist ( .m3u8 ) and segments ( .ts ) may need different headers.

13 часов назад @ github.com
They're Made Out of Meat (1991)
They're Made Out of Meat (1991) They're Made Out of Meat (1991)

Copyright, Terry Bisson, 1991Originally published in OMNI, 1991, and featured in HARPER’S and around the internet since.

The messages to the stars?”“They use the radio waves to talk, but the signals don’t come from them.

They’re meat all the way through.”“No brain?”“Oh, there’s a brain all right.

Then I imagine it wants to explore the Universe, contact other sentiences, swap ideas and information.

Imagine how unbearably, how unutterably cold the Universe would be if one were all alone …”

14 часов назад @ terrybisson.com
Lobsters Lobsters
последний пост 3 часа назад
Keychron-Keyboards-Hardware-Design: All the industrial design files for Keychron keyboards and mice
Keychron-Keyboards-Hardware-Design: All the industrial design files for Keychron keyboards and mice Keychron-Keyboards-Hardware-Design: All the industrial design files for Keychron keyboards and mice

Keychron Hardware DesignProduction-grade hardware design files for Keychron keyboards and mice.

Start HereIf you're new, begin with one of these paths:Browse keyboard filesExplore Q, Q Pro, Q HE, K Pro, K Max, K HE, V Max, and P HE models.

With access to case, plate, and component designs, the community can explore deeper hardware changes, new materials, structural tweaks, and original variations.

All hardware design files are provided for personal, educational, and non-commercial use only.

LinksBuilt by Keychron — source-available hardware design files for the community.

3 часа назад @ github.com
Giving LLMs a Formal Reasoning Engine for Code Analysis
Giving LLMs a Formal Reasoning Engine for Code Analysis Giving LLMs a Formal Reasoning Engine for Code Analysis

LLMs are excellent at understanding what you're asking and generating plausible code, but they lack the ability to prove properties about that code.

Structural questions about code such as reachability, dead code, cycles, impact analysis require graph traversal, which grep cannot do.

Even for a project with around 100 subroutines, that's 100 grep calls at a minimum, and you'd still miss methods that are only called by other dead methods.

For a transitive question requiring N hops through the call graph you end up with ~N tool calls × (query tokens + response tokens + reasoning tokens).

The heavy lifting happens in the Prolog solver, which runs locally and doesn't consume API tokens at all.

4 часа назад @ yogthos.net
And now for something completely different: IngoDB
And now for something completely different: IngoDB And now for something completely different: IngoDB

So I took a few nights off from the projects I really should be working on at Nyrkiö, and wrote a small database engine from scratch.

The QuestionWhat if the storage engine could watch what queries are slow, and adapt to that?

IngoDB is an adaptive, self-morphing document storage engine written in Rust.

UCS-inspired compaction — Unified Compaction Strategy adapted from Cassandra’s UCS (designed by my former colleague Branimir Lambov at DataStax).

But the velocity of AI-assisted development makes it possible to build a serious storage engine in days instead of years.

4 часа назад @ blog.nyrkio.com
Little Snitch for Linux
Little Snitch for Linux Little Snitch for Linux

Like an Old Friend on New HardwareNow, having a variant of Little Snitch on Linux, how does it feel?

To my surprise it immediately showed me ads, and Little Snitch confirmed that it connected to ads.mozilla.org, incoming.telemetry.mozilla.org and many more.

Free, Functional, and Open Where it CountsFrom a feature perspective, Little Snitch for Linux sits somewhere between Little Snitch Mini and the full Little Snitch: functional and useful, but without all the polish and depth of the macOS version.

One important note: unlike the macOS version, Little Snitch for Linux is not a security tool.

You can find Little Snitch for Linux here.

5 часов назад @ obdev.at
Zsh: select generated files with (om[1]) glob qualifiers
Zsh: select generated files with (om[1]) glob qualifiers Zsh: select generated files with (om[1]) glob qualifiers

Zsh: select generated files with (om[1]) glob qualifiersI’ve recently been using memray, a memory profiler for Python, to optimize the startup memory usage (and time) for a client.

[memray] Successfully generated profile results.

Some example commands to generate reports: /.../python -m memray flamegraph memray-manage.py.60450.bin $ memray flamegraph memray-manage.py.60450.bin Wrote memray-flamegraph-manage.py.60450.html $ open -a Firefox memray-flamegraph-manage.py.60450.htmlNotice that commands 1 and 2 generate files whose names need copying to the next one.

In Zsh, we can avoid copying such generated filenames by using glob qualifiers, which are extra syntax you can add to filename glo…

7 часов назад @ adamj.eu
Tailslayer: A technique for reducing tail latency in DRAM operations
Tailslayer: A technique for reducing tail latency in DRAM operations Tailslayer: A technique for reducing tail latency in DRAM operations

Comments

7 часов назад @ youtube.com
AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy - Phoronix
AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy - Phoronix AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy - Phoronix

An Amazon/AWS engineer raised the alarms on Friday over the current Linux 7.0 development kernel leading to the throughput for the PostgreSQL database server being around half that of prior kernel versions.

The culprit halving the PostgreSQL performance is known but a revert looks like it may not happen and currently suggesting that PostgreSQL may need to be adapted.Salvatore Dipietro of Amazon/AWS reported a throughput and latency regression for PostgreSQL.

"The fix here is to make PostgreSQL make use of rseq slice extension:https://lkml.kernel.org/r/[email protected]That should limit the exposure to lock holder preemption (unless PostgreSQL is doing seriously egregious things)."

While fix…

7 часов назад @ phoronix.com
Borrow-checking surprises
Borrow-checking surprises Borrow-checking surprises

onefn main () { let mut x = 0 ; let y = & mut x ; * y = * y + 1 ; }The left-hand place expression evaluates to a mutable reference to x , but then the right-hand value expression reads from x .

Let's desugar that too:use std :: ops :: AddAssign ; fn main () { let mut x = 0 ; add_assign ( & mut x , x) ; }Revealerror[E0503]: cannot use `x` because it was mutably borrowed --> src/main.rs:5:35 | 5 | AddAssign::add_assign(&mut x, x); | --------------------- ------ ^ use of borrowed `x` | | | | | `x` is borrowed here | borrow later used by callUh oh.

threefn main () { let mut x = 0 ; let y = & mut x ; z = y ; * y = 1 ; }This one should be easy enough if you've written any rust.

fn id ( y : & mut …

8 часов назад @ scattered-thoughts.net
tailslayer: Library for reducing tail latency in RAM reads
tailslayer: Library for reducing tail latency in RAM reads tailslayer: Library for reducing tail latency in RAM reads

TailslayerTailslayer is a C++ library that reduces tail latency in RAM reads caused by DRAM refresh stalls.

Once the request comes in, Tailslayer issues hedged reads across all replicas, allowing the work to be performed on whichever result responds first.

UsageThe library code is available in hedged_reader.cpp and the example using the library can be found in tailslayer_example.cpp.

Final work function: This receives the value immediately after it is read.

Additionally, each replica is pinned to a separate core, and will spin on that core according to the signal function until the read happens.

8 часов назад @ github.com
Porting Mac OS X to the Nintendo Wii
Porting Mac OS X to the Nintendo Wii Porting Mac OS X to the Nintendo Wii

Porting Mac OS X to the Nintendo WiiMac OS X 10.0 (Cheetah) running natively on the Nintendo WiiSince its launch in 2007, the Wii has seen several operating systems ported to it: Linux, NetBSD, and most-recently, Windows NT.

In this post, I’ll share how I ported the first version of Mac OS X, 10.0 Cheetah, to the Nintendo Wii.

Source: Wikipedia: Architecture of macOSPorting Mac OS X would also require understanding how a real Mac boots.

Porting ApproachArmed with knowledge of how the boot process works on a real Mac, along with how to run low-level code on the Wii, I needed to select an approach for booting Mac OS X on the Wii.

I evaluated three options:Port Open Firmware, use that to run u…

9 часов назад @ bryankeller.github.io
Verifying human authorship with human.json
Verifying human authorship with human.json Verifying human authorship with human.json

Vouching for other people's websites with this brand new protocol that I thought would be fun to implement!

I’ve decided to implement the human.json protocol on my website as well.

Basically, this file is a way for websites to vouch for the human authorship of others.

I saw a couple of people doing it and decided to jump on the bandwagon, as it is part of what inspired me to write about human websites before.

I’ll try to keep it updated over time, and be sure to let me know if you find a site I link that isn’t as human anymore.

10 часов назад @ joelchrono.xyz
Open source security at Astral
Open source security at Astral Open source security at Astral

Open source security at AstralAstral builds tools that millions of developers around the world depend on and trust.

Unfortunately, there's a flipside to this: GitHub Actions has poor security defaults, and security compromises like those of Ultralytics, tj-actions, and Nx all began with well-trodden weaknesses like pwn requests.

In these latter cases, we use astral-sh-bot to safely isolate these tasks outside of GitHub Actions: GitHub sends us the same event data that GitHub Actions would have received (since GitHub Actions consumes the same webhook payloads as GitHub Apps do), but with much more control and much less implicit state.

Release security #So far, we've covered aspects that tie …

10 часов назад @ astral.sh
On Vinyl Cache and Varnish Cache
On Vinyl Cache and Varnish Cache On Vinyl Cache and Varnish Cache

On Vinyl Cache and Varnish Cache¶We received helpful feedback that, as of April 2026, the situation around Vinyl Cache and Varnish Cache might not be easy to understand for users and distribution package maintainers alike.

The backstory is that the former Varnish Cache FOSS project changed its name to Vinyl Cache.

Telling apart Varnish Cache and Vinyl Cache¶ So, confusingly, there is now Varnish Cache and Vinyl Cache, so which is which?

Even the bug fix releases Varnish Cache 8.0.1 and Varnish Cache 6.0.17 were taken from branches 8.0 and 6.0 on the Vinyl Cache repository.

But the new Varnish Cache by Varnish Software project is by no means the continuation of the former Varnish Cache FOSS …

10 часов назад @ vinyl-cache.org
Tailscale pricing update: clearer plans, more value
Tailscale pricing update: clearer plans, more value Tailscale pricing update: clearer plans, more value

You might remember our last pricing update from a few years ago, when we introduced usage-based billing and made our free plan more generous.

On the personal side, we’re simplifying things by retiring Personal Plus (again) and making the free Personal plan more generous.

On the business side, we’re adding a lot more value to the self-serve plans, while also making pricing more predictable and easier to understand.

The self-serve business plans also include a lot more of what customers have been asking for in sales conversations.

So, we’re adding more value to self-serve plans, including features like SCIM, device posture, user management APIs, and webhooks.

10 часов назад @ tailscale.com
The Future of Everything is Lies, I Guess
The Future of Everything is Lies, I Guess

Around 2019 I attended a talk by one of the hyperscalers about their new cloud hardware for training Large Language Models (LLMs).

I hope that regardless of your background or feelings on the current generation of ML systems, you find something interesting to think about.

ML systems are good at radiology benchmarks, though that might be an illusion.

Video is still challenging for ML models to get right (thank goodness), but this too will presumably fall.

ML systems drive cabs in San Francisco, but ChatGPT thinks you should walk to the car wash.

11 часов назад @ aphyr.com
Techmeme Techmeme
последний пост 1 час назад
Memo: xAI is reorganizing its engineering team, as SpaceX SVP Michael Nicolls says xAI is "clearly behind"; source: Nicolls has taken the title of xAI president (Grace Kay/Business Insider)
Memo: xAI is reorganizing its engineering team, as SpaceX SVP Michael Nicolls says xAI is "clearly behind"; source: Nicolls has taken the title of xAI president (Grace Kay/Business Insider) Memo: xAI is reorganizing its engineering team, as SpaceX SVP Michael Nicolls says xAI is "clearly behind"; source: Nicolls has taken the title of xAI president (Grace Kay/Business Insider)

Grace Kay / Business Insider:

Memo: xAI is reorganizing its engineering team, as SpaceX SVP Michael Nicolls says xAI is “clearly behind”; source: Nicolls has taken the title of xAI president — Follow Grace Kay … - A SpaceX exec announced another xAI reorganization this week.

1 час назад @ techmeme.com
Google introduces "notebooks" in the Gemini app for deeper NotebookLM integration and a dedicated space to organize chats and files (Abner Li/9to5Google)
Google introduces "notebooks" in the Gemini app for deeper NotebookLM integration and a dedicated space to organize chats and files (Abner Li/9to5Google) Google introduces "notebooks" in the Gemini app for deeper NotebookLM integration and a dedicated space to organize chats and files (Abner Li/9to5Google)

Abner Li / 9to5Google:

Google introduces “notebooks” in the Gemini app for deeper NotebookLM integration and a dedicated space to organize chats and files — The Gemini app is getting deeper NotebookLM integration after the initial source support introduced last year. Google is introducing the concept of “notebooks.”

2 часа назад @ techmeme.com
Yuga Labs settles its 2022 lawsuit against artist Ryder Ripps and Jeremy Cahen over their alleged copycatting of its BAYC NFTs; the terms were not disclosed (CoinDesk)
Yuga Labs settles its 2022 lawsuit against artist Ryder Ripps and Jeremy Cahen over their alleged copycatting of its BAYC NFTs; the terms were not disclosed (CoinDesk) Yuga Labs settles its 2022 lawsuit against artist Ryder Ripps and Jeremy Cahen over their alleged copycatting of its BAYC NFTs; the terms were not disclosed (CoinDesk)

CoinDesk:

Yuga Labs settles its 2022 lawsuit against artist Ryder Ripps and Jeremy Cahen over their alleged copycatting of its BAYC NFTs; the terms were not disclosed — The settlement avoids a trial and ends the dispute over the RR/BAYC NFTs, which claimed to parody Bored Ape Yacht Club, one of the most recognizable NFT brands.

2 часа назад @ techmeme.com
A DC appeals court denies Anthropic's bid to pause the DOD's supply chain risk designation, after a California judge granted a preliminary injunction in March (Jack Queen/Reuters)
A DC appeals court denies Anthropic's bid to pause the DOD's supply chain risk designation, after a California judge granted a preliminary injunction in March (Jack Queen/Reuters) A DC appeals court denies Anthropic's bid to pause the DOD's supply chain risk designation, after a California judge granted a preliminary injunction in March (Jack Queen/Reuters)

Jack Queen / Reuters:

A DC appeals court denies Anthropic's bid to pause the DOD's supply chain risk designation, after a California judge granted a preliminary injunction in March — A Washington, D.C., federal appeals court on Wednesday declined to block the Pentagon's national security blacklisting of Anthropic for now …

3 часа назад @ techmeme.com
The OpenAI Foundation says it is working to finalize over $100M in grants this month, across six institutions, to support and accelerate Alzheimer's research (Jacob Trefethen/OpenAI Foundation)
The OpenAI Foundation says it is working to finalize over $100M in grants this month, across six institutions, to support and accelerate Alzheimer's research (Jacob Trefethen/OpenAI Foundation) The OpenAI Foundation says it is working to finalize over $100M in grants this month, across six institutions, to support and accelerate Alzheimer's research (Jacob Trefethen/OpenAI Foundation)

Jacob Trefethen / OpenAI Foundation:

The OpenAI Foundation says it is working to finalize over $100M in grants this month, across six institutions, to support and accelerate Alzheimer's research — Alzheimer's disease is one of the hardest unsolved problems in medicine, and one of the most devastating.

3 часа назад @ techmeme.com
CFO Sarah Friar says OpenAI will "for sure" reserve shares for retail investors in its IPO, after "strong demand" from individuals in its latest funding round (CNBC)
CFO Sarah Friar says OpenAI will "for sure" reserve shares for retail investors in its IPO, after "strong demand" from individuals in its latest funding round (CNBC) CFO Sarah Friar says OpenAI will "for sure" reserve shares for retail investors in its IPO, after "strong demand" from individuals in its latest funding round (CNBC)

CNBC:

CFO Sarah Friar says OpenAI will “for sure” reserve shares for retail investors in its IPO, after “strong demand” from individuals in its latest funding round — OpenAI plans to reserve a portion of shares for individual investors in what's expected to be a blockbuster initial public offering.

4 часа назад @ techmeme.com
A hacker claims to have stolen 10PB+ of data, including classified defense docs and missile schematics, from China's National Supercomputing Center in Tianjin (Isaac Yee/CNN)
A hacker claims to have stolen 10PB+ of data, including classified defense docs and missile schematics, from China's National Supercomputing Center in Tianjin (Isaac Yee/CNN) A hacker claims to have stolen 10PB+ of data, including classified defense docs and missile schematics, from China's National Supercomputing Center in Tianjin (Isaac Yee/CNN)

Isaac Yee / CNN:

A hacker claims to have stolen 10PB+ of data, including classified defense docs and missile schematics, from China's National Supercomputing Center in Tianjin — A hacker has allegedly stolen a massive trove of sensitive data - including highly classified defense documents and missile schematics …

5 часов назад @ techmeme.com
Greek PM Kyriakos Mitsotakis says Greece will ban children under 15 from accessing social media starting January 1, 2027, and calls for coordinated EU action (Antonis Pothitos/Reuters)
Greek PM Kyriakos Mitsotakis says Greece will ban children under 15 from accessing social media starting January 1, 2027, and calls for coordinated EU action (Antonis Pothitos/Reuters) Greek PM Kyriakos Mitsotakis says Greece will ban children under 15 from accessing social media starting January 1, 2027, and calls for coordinated EU action (Antonis Pothitos/Reuters)

Antonis Pothitos / Reuters:

Greek PM Kyriakos Mitsotakis says Greece will ban children under 15 from accessing social media starting January 1, 2027, and calls for coordinated EU action — Greece will ban access to social media for children under the age of 15 from January 1, 2027, Prime Minister Kyriakos Mitsotakis said on Wednesday …

6 часов назад @ techmeme.com
Anthropic announces Claude Managed Agents, offering developers an agent harness and other tools to build and deploy AI agents at scale, available in public beta (Maxwell Zeff/Wired)
Anthropic announces Claude Managed Agents, offering developers an agent harness and other tools to build and deploy AI agents at scale, available in public beta (Maxwell Zeff/Wired) Anthropic announces Claude Managed Agents, offering developers an agent harness and other tools to build and deploy AI agents at scale, available in public beta (Maxwell Zeff/Wired)

Maxwell Zeff / Wired:

Anthropic announces Claude Managed Agents, offering developers an agent harness and other tools to build and deploy AI agents at scale, available in public beta — Amid rapid enterprise growth, Anthropic is trying to lower the barrier to entry for businesses to build AI agents with Claude.

7 часов назад @ techmeme.com
Internal memo: Julia Liuson, head of Microsoft's developer division, will resign after 34 years and move to an "advisory role" at the end of June (Tom Warren/The Verge)
Internal memo: Julia Liuson, head of Microsoft's developer division, will resign after 34 years and move to an "advisory role" at the end of June (Tom Warren/The Verge) Internal memo: Julia Liuson, head of Microsoft's developer division, will resign after 34 years and move to an "advisory role" at the end of June (Tom Warren/The Verge)

Tom Warren / The Verge:

Internal memo: Julia Liuson, head of Microsoft's developer division, will resign after 34 years and move to an “advisory role” at the end of June — Veteran Microsoft executive Julia Liuson is leaving after 34 years. … Microsoft is losing another veteran executive.

7 часов назад @ techmeme.com
Amazon says Kindle and Kindle Fire devices released in 2012 and earlier won't be able to access the Kindle Store from May 20; downloaded books can still be read (Andrew Liszewski/The Verge)
Amazon says Kindle and Kindle Fire devices released in 2012 and earlier won't be able to access the Kindle Store from May 20; downloaded books can still be read (Andrew Liszewski/The Verge) Amazon says Kindle and Kindle Fire devices released in 2012 and earlier won't be able to access the Kindle Store from May 20; downloaded books can still be read (Andrew Liszewski/The Verge)

Andrew Liszewski / The Verge:

Amazon says Kindle and Kindle Fire devices released in 2012 and earlier won't be able to access the Kindle Store from May 20; downloaded books can still be read — Starting May 20th, Kindle and Kindle Fire devices released in 2012 and earlier won't have access to the Kindle Store.

8 часов назад @ techmeme.com
OpenAI releases the Child Safety Blueprint tackling AI-enabled child sexual exploitation, focusing on updating legislation and improving detection and reporting (Lauren Forristal/TechCrunch)
OpenAI releases the Child Safety Blueprint tackling AI-enabled child sexual exploitation, focusing on updating legislation and improving detection and reporting (Lauren Forristal/TechCrunch) OpenAI releases the Child Safety Blueprint tackling AI-enabled child sexual exploitation, focusing on updating legislation and improving detection and reporting (Lauren Forristal/TechCrunch)

Lauren Forristal / TechCrunch:

OpenAI releases the Child Safety Blueprint tackling AI-enabled child sexual exploitation, focusing on updating legislation and improving detection and reporting — In response to escalating concerns about child safety online, OpenAI has unveiled a blueprint to enhance U.S. child protection efforts amid the AI boom.

9 часов назад @ techmeme.com
Meta will offer Muse Spark in private preview via API to select partners, and plans to offer paid API access to a wider audience at a later date; META jumps 8%+ (Jonathan Vanian/CNBC)
Meta will offer Muse Spark in private preview via API to select partners, and plans to offer paid API access to a wider audience at a later date; META jumps 8%+ (Jonathan Vanian/CNBC) Meta will offer Muse Spark in private preview via API to select partners, and plans to offer paid API access to a wider audience at a later date; META jumps 8%+ (Jonathan Vanian/CNBC)

Jonathan Vanian / CNBC:

Meta will offer Muse Spark in private preview via API to select partners, and plans to offer paid API access to a wider audience at a later date; META jumps 8%+ — Meta is debuting its first major artificial intelligence model since the costly hiring of Scale AI's Alexandr Wang nine months ago …

9 часов назад @ techmeme.com
Meta says Muse Spark powers Meta AI's "shopping mode" feature and that it plans to release a version of Muse Spark under an open-source license (Ina Fried/Axios)
Meta says Muse Spark powers Meta AI's "shopping mode" feature and that it plans to release a version of Muse Spark under an open-source license (Ina Fried/Axios) Meta says Muse Spark powers Meta AI's "shopping mode" feature and that it plans to release a version of Muse Spark under an open-source license (Ina Fried/Axios)

Ina Fried / Axios:

Meta says Muse Spark powers Meta AI's “shopping mode” feature and that it plans to release a version of Muse Spark under an open-source license — Meta on Wednesday debuted Muse Spark, a homegrown AI model it says significantly narrows the performance gap with models from OpenAI, Anthropic and others.

9 часов назад @ techmeme.com
Meta releases Muse Spark, the first model from Meta Superintelligence Labs under Alexandr Wang, to "power a smarter and faster" Meta AI across Meta's products (Financial Times)
Meta releases Muse Spark, the first model from Meta Superintelligence Labs under Alexandr Wang, to "power a smarter and faster" Meta AI across Meta's products (Financial Times) Meta releases Muse Spark, the first model from Meta Superintelligence Labs under Alexandr Wang, to "power a smarter and faster" Meta AI across Meta's products (Financial Times)

Financial Times:

Meta releases Muse Spark, the first model from Meta Superintelligence Labs under Alexandr Wang, to “power a smarter and faster” Meta AI across Meta's products — Muse Spark ‘purpose-built’ for social media apps as investors question huge AI investment

9 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Source: Meta shutters an internal, employee-built leaderboard, dubbed Claudeonomics, tracking staff token usage, due to the data "being shared externally" (Jyoti Mann/The Information)
Source: Meta shutters an internal, employee-built leaderboard, dubbed Claudeonomics, tracking staff token usage, due to the data "being shared externally" (Jyoti Mann/The Information) Source: Meta shutters an internal, employee-built leaderboard, dubbed Claudeonomics, tracking staff token usage, due to the data "being shared externally" (Jyoti Mann/The Information)

Jyoti Mann / The Information:

Source: Meta shutters an internal, employee-built leaderboard, dubbed Claudeonomics, tracking staff token usage, due to the data “being shared externally” — Meta Platforms has taken down an internal, employee-built leaderboard tracking how many tokens staffers were using.

9 часов назад @ techmeme.com
Patreon says it now has 7.6M paid podcast memberships and revenue generated by podcasters on the platform hit $629M in 2025, up 33% YoY (Todd Spangler/Variety)
Patreon says it now has 7.6M paid podcast memberships and revenue generated by podcasters on the platform hit $629M in 2025, up 33% YoY (Todd Spangler/Variety) Patreon says it now has 7.6M paid podcast memberships and revenue generated by podcasters on the platform hit $629M in 2025, up 33% YoY (Todd Spangler/Variety)

Todd Spangler / Variety:

Patreon says it now has 7.6M paid podcast memberships and revenue generated by podcasters on the platform hit $629M in 2025, up 33% YoY — On Patreon, podcasts have become the largest content category in terms of revenue and they've continued their upward trajectory, says chief operating officer Paige Fitzgerald.

9 часов назад @ techmeme.com
New York-based Patlytics, which builds software for law firms and businesses to automate patent filing and litigation, raised a $40M Series B led by SignalFire (Melia Russell/Business Insider)
New York-based Patlytics, which builds software for law firms and businesses to automate patent filing and litigation, raised a $40M Series B led by SignalFire (Melia Russell/Business Insider) New York-based Patlytics, which builds software for law firms and businesses to automate patent filing and litigation, raised a $40M Series B led by SignalFire (Melia Russell/Business Insider)

Melia Russell / Business Insider:

New York-based Patlytics, which builds software for law firms and businesses to automate patent filing and litigation, raised a $40M Series B led by SignalFire — Follow Melia Russell … - Patlytics builds software for law firms and businesses to automate patent filing and litigation.

10 часов назад @ techmeme.com
Alibaba and China Telecom launch a data center in southern China that is powered by 10,000 of Alibaba's Zhenwu chips designed for AI training and inferencing (Arjun Kharpal/CNBC)
Alibaba and China Telecom launch a data center in southern China that is powered by 10,000 of Alibaba's Zhenwu chips designed for AI training and inferencing (Arjun Kharpal/CNBC) Alibaba and China Telecom launch a data center in southern China that is powered by 10,000 of Alibaba's Zhenwu chips designed for AI training and inferencing (Arjun Kharpal/CNBC)

Arjun Kharpal / CNBC:

Alibaba and China Telecom launch a data center in southern China that is powered by 10,000 of Alibaba's Zhenwu chips designed for AI training and inferencing — Alibaba and China Telecom are launching a data center in southern China powered by the e-commerce giant's own chips …

10 часов назад @ techmeme.com
Lookonchain: three anonymous Polymarket wallets made well-timed Iran ceasefire wagers, netting $480K+ in profits; the $60M April 7 contract is under dispute (Emily Nicolle/Bloomberg)
Lookonchain: three anonymous Polymarket wallets made well-timed Iran ceasefire wagers, netting $480K+ in profits; the $60M April 7 contract is under dispute (Emily Nicolle/Bloomberg) Lookonchain: three anonymous Polymarket wallets made well-timed Iran ceasefire wagers, netting $480K+ in profits; the $60M April 7 contract is under dispute (Emily Nicolle/Bloomberg)

Emily Nicolle / Bloomberg:

Lookonchain: three anonymous Polymarket wallets made well-timed Iran ceasefire wagers, netting $480K+ in profits; the $60M April 7 contract is under dispute — Bets on a ceasefire between the US and Iran have sent more than $170 million coursing through Polymarket, making …

11 часов назад @ techmeme.com
An Iranian union official says Iran will demand that shipping companies pay tolls in crypto of $1 per barrel for tankers passing through the Strait of Hormuz (Financial Times)
An Iranian union official says Iran will demand that shipping companies pay tolls in crypto of $1 per barrel for tankers passing through the Strait of Hormuz (Financial Times) An Iranian union official says Iran will demand that shipping companies pay tolls in crypto of $1 per barrel for tankers passing through the Strait of Hormuz (Financial Times)

Financial Times:

An Iranian union official says Iran will demand that shipping companies pay tolls in crypto of $1 per barrel for tankers passing through the Strait of Hormuz — Country's oil exporters' union says toll to be paid in cryptocurrency and vessels monitored for weapons

11 часов назад @ techmeme.com
AWS launches Amazon S3 Files, a new capability built on Amazon's Elastic File System to let applications and AI agents access S3 buckets as local file systems (Todd Bishop/GeekWire)
AWS launches Amazon S3 Files, a new capability built on Amazon's Elastic File System to let applications and AI agents access S3 buckets as local file systems (Todd Bishop/GeekWire) AWS launches Amazon S3 Files, a new capability built on Amazon's Elastic File System to let applications and AI agents access S3 buckets as local file systems (Todd Bishop/GeekWire)

Todd Bishop / GeekWire:

AWS launches Amazon S3 Files, a new capability built on Amazon's Elastic File System to let applications and AI agents access S3 buckets as local file systems — Amazon Web Services is making it possible to access data stored in its S3 cloud storage service as a traditional file system …

11 часов назад @ techmeme.com
Memo: Alibaba Cloud CTO Jingren Zhou will step down as CTO to focus on leading AI models in the new role of chief AI architect; executive Feifei Li becomes CTO (Juro Osawa/The Information)
Memo: Alibaba Cloud CTO Jingren Zhou will step down as CTO to focus on leading AI models in the new role of chief AI architect; executive Feifei Li becomes CTO (Juro Osawa/The Information) Memo: Alibaba Cloud CTO Jingren Zhou will step down as CTO to focus on leading AI models in the new role of chief AI architect; executive Feifei Li becomes CTO (Juro Osawa/The Information)

Juro Osawa / The Information:

Memo: Alibaba Cloud CTO Jingren Zhou will step down as CTO to focus on leading AI models in the new role of chief AI architect; executive Feifei Li becomes CTO — Alibaba Group senior executive Jingren Zhou, who is in charge of AI model development, will stop serving as Alibaba Cloud's chief …

12 часов назад @ techmeme.com
Asus ROG Xbox Ally review: comfortable design, Xbox Full Screen beats Windows 11, and affordable, but sleep/wake issues, weak display, and average performance (Andrew E. Freedman/Tom's Hardware)
Asus ROG Xbox Ally review: comfortable design, Xbox Full Screen beats Windows 11, and affordable, but sleep/wake issues, weak display, and average performance (Andrew E. Freedman/Tom's Hardware) Asus ROG Xbox Ally review: comfortable design, Xbox Full Screen beats Windows 11, and affordable, but sleep/wake issues, weak display, and average performance (Andrew E. Freedman/Tom's Hardware)

Andrew E. Freedman / Tom's Hardware:

Asus ROG Xbox Ally review: comfortable design, Xbox Full Screen beats Windows 11, and affordable, but sleep/wake issues, weak display, and average performance — With the Steam Deck OLED in and out of stock, should you consider going the Windows route instead?

12 часов назад @ techmeme.com
X is rolling out worldwide automatic post translation powered by xAI's Grok models, and updates its iOS image editor to add tools like drawing and blurring (Ivan Mehta/TechCrunch)
X is rolling out worldwide automatic post translation powered by xAI's Grok models, and updates its iOS image editor to add tools like drawing and blurring (Ivan Mehta/TechCrunch) X is rolling out worldwide automatic post translation powered by xAI's Grok models, and updates its iOS image editor to add tools like drawing and blurring (Ivan Mehta/TechCrunch)

Ivan Mehta / TechCrunch:

X is rolling out worldwide automatic post translation powered by xAI's Grok models, and updates its iOS image editor to add tools like drawing and blurring — Social media platform X is now rolling out a new feature that automatically translates posts. The company is also launching …

12 часов назад @ techmeme.com
UK-based currency hedging platform MillTech raised $60M from Apax Digital Funds at a $325M valuation, and plans to expand in North America and build AI tools (Carter Johnson/Bloomberg)
UK-based currency hedging platform MillTech raised $60M from Apax Digital Funds at a $325M valuation, and plans to expand in North America and build AI tools (Carter Johnson/Bloomberg) UK-based currency hedging platform MillTech raised $60M from Apax Digital Funds at a $325M valuation, and plans to expand in North America and build AI tools (Carter Johnson/Bloomberg)

Carter Johnson / Bloomberg:

UK-based currency hedging platform MillTech raised $60M from Apax Digital Funds at a $325M valuation, and plans to expand in North America and build AI tools — Currency hedging and cash management platform MillTech raised $60 million in a deal with Apax Digital Funds …

13 часов назад @ techmeme.com
A profile of South Korea's Galaxy, which is trying to disrupt K-pop's traditional idol system by blending AI characters and life-size robots, as it plans an IPO (Sohee Kim/Bloomberg)
A profile of South Korea's Galaxy, which is trying to disrupt K-pop's traditional idol system by blending AI characters and life-size robots, as it plans an IPO (Sohee Kim/Bloomberg) A profile of South Korea's Galaxy, which is trying to disrupt K-pop's traditional idol system by blending AI characters and life-size robots, as it plans an IPO (Sohee Kim/Bloomberg)

Sohee Kim / Bloomberg:

A profile of South Korea's Galaxy, which is trying to disrupt K-pop's traditional idol system by blending AI characters and life-size robots, as it plans an IPO — Humanoid robots dressed in black, luxury hip-hop outfits snap into formation, moving in perfect sync to K-pop songs.

14 часов назад @ techmeme.com
Anthropic's Mythos Preview is not a publicity stunt, and sources say tech companies privately spoke to Trump officials about the implications for US security (Thomas L. Friedman/New York Times)
Anthropic's Mythos Preview is not a publicity stunt, and sources say tech companies privately spoke to Trump officials about the implications for US security (Thomas L. Friedman/New York Times) Anthropic's Mythos Preview is not a publicity stunt, and sources say tech companies privately spoke to Trump officials about the implications for US security (Thomas L. Friedman/New York Times)

Thomas L. Friedman / New York Times:

Anthropic's Mythos Preview is not a publicity stunt, and sources say tech companies privately spoke to Trump officials about the implications for US security — Normally right now I would be writing about the geopolitical implications of the war with Iran, and I am sure I will again soon.

15 часов назад @ techmeme.com
GoPro says it will cut 23% of its workforce, or 145 employees, starting in Q2 and costing $11.5M to $15M, as the company struggles to return to profitability (Katherine Hamilton/Wall Street Journal)
GoPro says it will cut 23% of its workforce, or 145 employees, starting in Q2 and costing $11.5M to $15M, as the company struggles to return to profitability (Katherine Hamilton/Wall Street Journal) GoPro says it will cut 23% of its workforce, or 145 employees, starting in Q2 and costing $11.5M to $15M, as the company struggles to return to profitability (Katherine Hamilton/Wall Street Journal)

Katherine Hamilton / Wall Street Journal:

GoPro says it will cut 23% of its workforce, or 145 employees, starting in Q2 and costing $11.5M to $15M, as the company struggles to return to profitability — The wearable camera maker will cut 145 employees as part of a restructuring plan — GoPro plans to cut 23% of its workforce …

15 часов назад @ techmeme.com
AI Forensics: in 16 Italian and Spanish Telegram groups, 24K+ men are sharing nonconsensual images of women and girls, buying spyware, and engaging in doxing (Matt Burgess/Wired)
AI Forensics: in 16 Italian and Spanish Telegram groups, 24K+ men are sharing nonconsensual images of women and girls, buying spyware, and engaging in doxing (Matt Burgess/Wired) AI Forensics: in 16 Italian and Spanish Telegram groups, 24K+ men are sharing nonconsensual images of women and girls, buying spyware, and engaging in doxing (Matt Burgess/Wired)

Matt Burgess / Wired:

AI Forensics: in 16 Italian and Spanish Telegram groups, 24K+ men are sharing nonconsensual images of women and girls, buying spyware, and engaging in doxing — In Telegram groups, men are sharing thousands of nonconsensual images of women and girls, buying spyware, and engaging in doxing and sexual abuse.

15 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 23 часа назад
telegramdesktop/tdesktop
telegramdesktop/tdesktop telegramdesktop/tdesktop

This is the complete source code and the build instructions for the official Telegram messenger desktop client, based on the Telegram API and the MTProto secure protocol.

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systemsThe latest version is available forOld system versionsVersion 4.9.9 was the last that supports older systemsVersion 2.4.4 was the last that supports older systemsVersion 1.8.15 was the last that supports older systems

23 часа назад @ github.com
antinomyhq/forgecode
antinomyhq/forgecode antinomyhq/forgecode

Alternatively, you can configure providers beforehand:# Configure your provider credentials interactively forge provider login # Then start Forge forgeThat's it!

Forge will analyze the error, suggest potential causes based on your code, and propose different solutions to fix the issue.

Forge is designed for developers who want to enhance their workflow with AI assistance while maintaining full control over their development environment.

Please use forge provider login instead.

Max Requests Per Turn Limit the maximum number of requests an agent can make in a single conversation turn.

23 часа назад @ github.com
google-ai-edge/LiteRT-LM
google-ai-edge/LiteRT-LM google-ai-edge/LiteRT-LM

🔗 Product Website🔥 What's New: Gemma 4 support with LiteRT-LMDeploy Gemma 4 across a broad range of hardware with stellar performance (blog).

📚 Broad Model Support: Gemma, Llama, Phi-4, Qwen, and more.

⚡ Quick Try (No Code)Try LiteRT-LM immediately from your terminal without writing a single line of code using uv :uv tool install litert-lm litert-lm run \ --from-huggingface-repo=google/gemma-3n-E2B-it-litert-lm \ gemma-3n-E2B-it-int4 \ --prompt= " What is the capital of France? "

v0.8.0 : Desktop GPU support and Multi-Modality.

: Desktop GPU support and Multi-Modality.

23 часа назад @ github.com
nvim-treesitter/nvim-treesitter
nvim-treesitter/nvim-treesitter nvim-treesitter/nvim-treesitter

The nvim-treesitter plugin providesfunctions for installing, updating, and removing tree-sitter parsers; a collection of queries for enabling tree-sitter features built into Neovim for these languages; a staging ground for treesitter-based features considered for upstreaming to Neovim.

InstallationYou can install nvim-treesitter with your favorite package manager (or using the native package feature of vim, see :h packages ).

This plugin is only guaranteed to work with specific versions of language parsers** (as specified in the parser.lua table).

When upgrading the plugin, you must make sure that all installed parsers are updated to the latest version via :TSUpdate .

setup { -- Directory t…

1 day, 23 hours назад @ github.com
google-ai-edge/gallery
google-ai-edge/gallery google-ai-edge/gallery

Google AI Edge Gallery ✨Explore, Experience, and Evaluate the Future of On-Device Generative AI with Google AI Edge.

AI Edge Gallery is the premier destination for running the world's most powerful open-source Large Language Models (LLMs) on your mobile device.

As the centerpiece of this release, Gemma 4 allows you to test the cutting edge of on-device AI.

Install the app today from Google Play Install the app today from App StoreFor users without Google Play access, install the apk from the latest releaseApp Preview✨ Core FeaturesAgent Skills : Transform your LLM from a conversationalist into a proactive assistant.

Download the App: Install the app from Google Play or App Store.

1 day, 23 hours назад @ github.com
roboflow/supervision
roboflow/supervision roboflow/supervision

import supervision as sv from PIL import Image from rfdetr import RFDETRSmall image = Image .

open (...) model = RFDETRSmall () detections = model .

import supervision as sv from PIL import Image from inference import get_model image = Image .

import cv2 import supervision as sv image = cv2 .

copy (), detections = detections )supervision-0.16.0-annotators.mp4datasetsSupervision provides a set of utils that allow you to load, split, merge, and save datasets in one of the supported formats.

2 days, 23 hours назад @ github.com
sherlock-project/sherlock
sherlock-project/sherlock sherlock-project/sherlock

Hunt down social media accounts by username across 400+ social networksInstallation • Usage • ContributingInstallationWarning Packages for ParrotOS and Ubuntu 24.04, maintained by a third party, appear to be broken.

$ sherlock --help usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] [--output OUTPUT] [--tor] [--unique-tor] [--csv] [--xlsx] [--site SITE_NAME] [--proxy PROXY_URL] [--json JSON_FILE] [--timeout TIMEOUT] [--print-all] [--print-found] [--no-color] [--browse] [--local] [--nsfw] USERNAMES [USERNAMES ...] Sherlock: Find Usernames Across Social Networks (Version 0.14.3) positional arguments: USERNAMES One or more usernames to check with social networks.

--fol…

3 days, 23 hours назад @ github.com
vas3k/TaxHacker
vas3k/TaxHacker vas3k/TaxHacker

You can even create custom fields with your own AI prompts to extract any specific information you need.

With built-in filtering, multi-project support, import/export capabilities, and custom categories, TaxHacker simplifies reporting and makes tax filing a bit easier.

TaxHacker works with a wide variety of documents, including store receipts, restaurant bills, invoices, bank statements, letters, even handwritten receipts.

TaxHacker automatically detects currencies in your documents and converts them to your base currency using historical exchange rates.

Write custom AI prompts for fields, categories, and projects, or modify the built-in ones to match your specific needs.

4 days, 23 hours назад @ github.com
onyx-dot-app/onyx
onyx-dot-app/onyx onyx-dot-app/onyx

Onyx enables LLMs through advanced capabilities like RAG, web search, code execution, file creation, deep research and more.

🤖 Custom Agents: Build AI Agents with unique instructions, knowledge, and actions.

Build AI Agents with unique instructions, knowledge, and actions.

🌍 Web Search: Browse the web to get up to date information.

💻 Custom code: Run custom code to remove PII, reject sensitive queries, or to run custom analysis.

4 days, 23 hours назад @ github.com
siddharthvaddem/openscreen
siddharthvaddem/openscreen siddharthvaddem/openscreen

OpenScreenOpenScreen is your free, open-source alternative to Screen Studio (sort of).

Screen Studio is an awesome product and this is definitely not a 1:1 clone.

If you need all the fancy features, your best bet is to support Screen Studio (they really do a great job, haha).

But if you just want something free (no gotchas) and open, this project does the job!

Make it executable and run:chmod +x Openscreen-Linux- * .AppImage ./Openscreen-Linux- * .AppImageYou may need to grant screen recording permissions depending on your desktop environment.

5 days, 23 hours назад @ github.com
Yeachan-Heo/oh-my-codex
Yeachan-Heo/oh-my-codex Yeachan-Heo/oh-my-codex

Start Codex stronger, then let OMX add better prompts, workflows, and runtime help when the work grows.

Website: https://yeachan-heo.github.io/oh-my-codex-website/Docs: Getting Started · Agents · Skills · Integrations · Demo · OpenClaw guideOMX is a workflow layer for OpenAI Codex CLI.

Start OMX strongly, clarify first when needed, approve the plan, then choose $team for coordinated parallel execution or $ralph for the persistent completion loop.

$team or $ralph — use $team for coordinated parallel execution, or $ralph when you want a persistent completion loop with one owner.

Team runtimeUse the team runtime when you specifically need durable tmux/worktree coordination, not as the default …

5 days, 23 hours назад @ github.com
luongnv89/claude-howto
luongnv89/claude-howto luongnv89/claude-howto

It's a structured, visual, example-driven guide that teaches you to use every Claude Code feature with real-world templates you can copy into your project today.

Get Started in 15 MinutesTrusted by 5,900+ Developers5,900+ GitHub stars from developers who use Claude Code dailyfrom developers who use Claude Code daily 690+ forks — teams adapting this guide for their own workflows— teams adapting this guide for their own workflows Actively maintained — synced with every Claude Code release (latest: v2.2.0, March 2026)— synced with every Claude Code release (latest: v2.2.0, March 2026) Community-driven — contributions from developers who share their real-world configurationsNot Sure Where to St…

6 days, 23 hours назад @ github.com
hacksider/Deep-Live-Cam
hacksider/Deep-Live-Cam hacksider/Deep-Live-Cam

Real-time face swap and video deepfake with a single click and only a single image.

If using a real person's face, obtain their consent and clearly label any output as a deepfake when sharing online.

Choose a source face image and a target image/video.

Select a source face image.

That's Fucking Freaky Dude... That's So Wild Dude" IShowSpeed - "Alright look look look, now look chat, we can do any face we want to look like chat"- "Alright look look look, now look chat, we can do any face we want to look like chat" TechLinked (Linus Tech Tips) - "They do a pretty good job matching poses, expression and even the lighting"- "They do a pretty good job matching poses, expression and even the light…

1 week назад @ github.com
Yeachan-Heo/oh-my-claudecode
Yeachan-Heo/oh-my-claudecode Yeachan-Heo/oh-my-claudecode

English | 한국어 | 中文 | 日本語 | Español | Tiếng Việt | PortuguêsFor Codex users: Check out oh-my-codex — the same orchestration experience for OpenAI Codex CLI.

Multi-agent orchestration for Claude Code.

Don't learn Claude Code.

Team mode is explicit: use /team ... or omc team ... rather than a keyword trigger.

UtilitiesProvider Advisor ( omc ask )Run local provider CLIs and save a markdown artifact under .omc/artifacts/ask/ :omc ask claude " review this migration plan " omc ask codex --prompt " identify architecture risks " omc ask gemini --prompt " propose UI polish ideas " omc ask claude --agent-prompt executor --prompt " draft implementation steps "Canonical env vars:OMC_ASK_ADVISOR_SCRIPTOM…

1 week назад @ github.com
microsoft/VibeVoice
microsoft/VibeVoice microsoft/VibeVoice

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

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

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

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

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

1 week, 2 days назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 3 часа назад
Mass. House set to vote on bill to ban cellphones in schools, limit teen social media use
Mass. House set to vote on bill to ban cellphones in schools, limit teen social media use Mass. House set to vote on bill to ban cellphones in schools, limit teen social media use

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

3 часа назад @ reddit.com
Thousands of users got affected by OneDrive unstoppable spam on Windows, Android, Mac
Thousands of users got affected by OneDrive unstoppable spam on Windows, Android, Mac Thousands of users got affected by OneDrive unstoppable spam on Windows, Android, Mac

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

4 часа назад @ reddit.com
Amazon to end support for older Kindle devices
Amazon to end support for older Kindle devices Amazon to end support for older Kindle devices

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

5 часов назад @ reddit.com
Costco Is Starting a Standalone Gas Station Empire With a 40-Pump Discount Fuel Oasis
Costco Is Starting a Standalone Gas Station Empire With a 40-Pump Discount Fuel Oasis Costco Is Starting a Standalone Gas Station Empire With a 40-Pump Discount Fuel Oasis

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

5 часов назад @ reddit.com
GoPro to lay off 145 workers — nearly a quarter of its workforce
GoPro to lay off 145 workers — nearly a quarter of its workforce GoPro to lay off 145 workers — nearly a quarter of its workforce

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

5 часов назад @ reddit.com
Developer of VeraCrypt encryption software says Windows users may face boot-up issues after Microsoft locked his account
Developer of VeraCrypt encryption software says Windows users may face boot-up issues after Microsoft locked his account Developer of VeraCrypt encryption software says Windows users may face boot-up issues after Microsoft locked his account

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

6 часов назад @ reddit.com
John Deere to Pay $99 Million in Monumental Right-to-Repair Settlement
John Deere to Pay $99 Million in Monumental Right-to-Repair Settlement John Deere to Pay $99 Million in Monumental Right-to-Repair Settlement

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

7 часов назад @ reddit.com
No big trucks for little roads: American OEMs say EU is blocking imports | European buyers aren’t interested in full-size trucks; U.S car industry doesn’t care.
No big trucks for little roads: American OEMs say EU is blocking imports | European buyers aren’t interested in full-size trucks; U.S car industry doesn’t care. No big trucks for little roads: American OEMs say EU is blocking imports | European buyers aren’t interested in full-size trucks; U.S car industry doesn’t care.

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

7 часов назад @ reddit.com
Tech industry lays off nearly 80,000 employees in the first quarter of 2026 — almost 50% of affected positions cut due to AI
Tech industry lays off nearly 80,000 employees in the first quarter of 2026 — almost 50% of affected positions cut due to AI Tech industry lays off nearly 80,000 employees in the first quarter of 2026 — almost 50% of affected positions cut due to AI

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

8 часов назад @ reddit.com
Brits are falling out of love with the internet
Brits are falling out of love with the internet Brits are falling out of love with the internet

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

8 часов назад @ reddit.com
Massive hack exposes thousands of sensitive LAPD records, report says
Massive hack exposes thousands of sensitive LAPD records, report says Massive hack exposes thousands of sensitive LAPD records, report says

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

9 часов назад @ reddit.com
Ukraine says it replaced human soldiers with 'ground robots' in over 21,000 missions for Q1
Ukraine says it replaced human soldiers with 'ground robots' in over 21,000 missions for Q1 Ukraine says it replaced human soldiers with 'ground robots' in over 21,000 missions for Q1

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

11 часов назад @ reddit.com
Republicans fooled by AI-generated image of US airman rescued in Iran - Fake image of crew member surrounded by smiling military members has been reshared more than 21,000 times on X
Republicans fooled by AI-generated image of US airman rescued in Iran - Fake image of crew member surrounded by smiling military members has been reshared more than 21,000 times on X Republicans fooled by AI-generated image of US airman rescued in Iran - Fake image of crew member surrounded by smiling military members has been reshared more than 21,000 times on X

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

11 часов назад @ reddit.com
Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates
Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates

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

11 часов назад @ reddit.com
Google's AI search is producing millions of wrong answers every day
Google's AI search is producing millions of wrong answers every day Google's AI search is producing millions of wrong answers every day

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

12 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 19 часов назад
addyosmani/agent-skills: Production-grade engineering skills for AI coding agents.
addyosmani/agent-skills: Production-grade engineering skills for AI coding agents. addyosmani/agent-skills: Production-grade engineering skills for AI coding agents.

DEFINE PLAN BUILD VERIFY REVIEW SHIP ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ │ Idea │ ───▶ │ Spec │ ───▶ │ Code │ ───▶ │ Test │ ───▶ │ QA │ ───▶ │ Go │ │Refine│ │ PRD │ │ Impl │ │Debug │ │ Gate │ │ Live │ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘ /spec /plan /build /test /review /shipCommands7 slash commands that map to the development lifecycle.

Codex / Other Agents Skills are plain Markdown - they work with any agent that accepts system prompts or instruction files.

Skills are workflows agents follow, not reference docs they read.

Skills bake in best practices from Google's engineering culture — including concepts from Software Engineering at Google and Google's …

19 часов назад @ github.com
matthartman/ghost-pepper: Hold-to-talk speech-to-text for macOS. 100% local, powered by WhisperKit and local LLM cleanup. Hold Control to record, release to transcribe and paste.
matthartman/ghost-pepper: Hold-to-talk speech-to-text for macOS. 100% local, powered by WhisperKit and local LLM cleanup. Hold Control to record, release to transcribe and paste. matthartman/ghost-pepper: Hold-to-talk speech-to-text for macOS. 100% local, powered by WhisperKit and local LLM cleanup. Hold Control to record, release to transcribe and paste.

Ghost Pepper100% local hold-to-talk speech-to-text for macOS.

Hold Control to record, release to transcribe and paste.

All models run locally, no private data leaves your computer.

Enterprise / managed devicesGhost Pepper requires Accessibility permission, which normally needs admin access to grant.

On managed devices, IT admins can pre-approve this via an MDM profile (Jamf, Kandji, Mosaic, etc.)

19 часов назад @ github.com
Открыть экран
Открыть экран Открыть экран 19 часов назад @ openscreen.vercel.app
Every iPhone Ever Made | sheets.works
Every iPhone Ever Made | sheets.works Every iPhone Ever Made | sheets.works

The Data Drop #040 iPhone One device changed everything.

Scroll19 Years 52 Models 2.3B+ Sold worldwideThe Lineup Every iPhone at proportional size.

The StoryThe Moments That Mattered 11 milestones that defined a generation 2007 iPhoneThe SpecsThe Camera 2 megapixels · 2007 → 48 megapixels · 2026The Price Base model vs most expensive, by yearThe GraveyardWhat AppleTook AwayEvery Color.

From silver to cosmic orangeExploreThe Collection Every model.

✕Select first iPhone vs Select second iPhone Compare

19 часов назад @ sheets.works
milla-jovovich/mempalace: The highest-scoring AI memory system ever benchmarked. And it's free.
milla-jovovich/mempalace: The highest-scoring AI memory system ever benchmarked. And it's free. milla-jovovich/mempalace: The highest-scoring AI memory system ever benchmarked. And it's free.

MemPalace The highest-scoring AI memory system ever benchmarked.

The 96.6% is from raw verbatim mode, not AAAK or rooms mode (those score lower — see note above).

Independent benchmarks show AAAK mode scores 84.2% R@5 vs raw mode's 96.6% on LongMemEval — a 12.4 point regression.

Why Structure MattersTested on 22,000+ real conversation memories:Search all closets: 60.9% R@10 Search within wing: 73.1% (+12%) Search wing + hall: 84.8% (+24%) Search wing + room: 94.8% (+34%)Wings and rooms aren't cosmetic.

The 96.6% headline number is from raw mode , not AAAK mode.

19 часов назад @ github.com
Project Glasswing: Securing critical software for the AI era Anthropic
Project Glasswing: Securing critical software for the AI era Anthropic Project Glasswing: Securing critical software for the AI era Anthropic

We've been testing Claude Mythos Preview in our own security operations, applying it to critical codebases, where it's already helping us strengthen our code.

Joining Project Glasswing, with access to Claude Mythos Preview, allows us to identify and mitigate risk early and augment our security and development solutions so we can better protect customers and Microsoft.

When tested against CTI-REALM, our open-source security benchmark, Claude Mythos Preview showed substantial improvements compared to previous models.

Claude Mythos Preview demonstrates what is now possible for defenders at scale, and adversaries will inevitably look to exploit the same capabilities.

Anthropic has also been in …

19 часов назад @ anthropic.com
Lowe strains to describe RFK’s peptide mania: “there are indeed a whole range of physical and medical effects to be found in these things”
Lowe strains to describe RFK’s peptide mania: “there are indeed a whole range of physical and medical effects to be found in these things”

He despairs by the end. There’s nothing to say really. It’s Darwin Awards every day now.

19 часов назад @ science.org
Show HN: I built a tiny LLM to demystify how language models work | Hacker News
Show HN: I built a tiny LLM to demystify how language models work | Hacker News Show HN: I built a tiny LLM to demystify how language models work | Hacker News

Built a ~9M param LLM from scratch to understand how they actually work.

Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch.

Trains in 5 min on a free Colab T4.

The fish thinks the meaning of life is food.

Fork it and swap the personality for your own character.

1 day, 19 hours назад @ news.ycombinator.com
https://github.com/maaslalani/sheets
https://github.com/maaslalani/sheets

terminal spreadsheet application made with bubbletea

1 day, 19 hours назад @ github.com
Advice to Young People, The Lies I Tell Myself - jxnl.co
Advice to Young People, The Lies I Tell Myself - jxnl.co Advice to Young People, The Lies I Tell Myself - jxnl.co

Advice to Young People, The Lies I Tell Myself¶I'm really not qualified to give advice.

If you don't believe in yourself, believe in me that believes in you.

I don't think I'm a leader at any of these things, but I do think I'm elite at learning.

Public Speaking¶People don't believe this, but my talk at the AI Summit was actually my first public speaking experience.

If I went to the gym alone, I would just think, "Wow, people must think I'm so weak.

1 day, 19 hours назад @ jxnl.co
The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn't - Stefan Schüller
The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn't - Stefan Schüller The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn't - Stefan Schüller

This Article is also available as a video (My first):The ParadoxAs mentioned, in Switzerland, you can get 25 Gigabit per second fiber internet to your home, symmetric and dedicated.

In Germany, you are in a somewhat similar situation to the United States.

The United States prides itself on free markets.

Germany champions infrastructure competition, meaning it prefers multiple companies laying their own cables rather than sharing a single network.

The American ModelThe United States took a different path, but the result is equally bad.

1 day, 19 hours назад @ sschueller.github.io
GitHub - arman-bd/guppylm: A ~9M parameter LLM that talks like a small fish. · GitHub
GitHub - arman-bd/guppylm: A ~9M parameter LLM that talks like a small fish. · GitHub

ff6347 starred arman-bd/guppylm

1 day, 19 hours назад @ github.com
How many products does Microsoft have named ‘Copilot’? I mapped every one | Tey Bannerman
How many products does Microsoft have named ‘Copilot’? I mapped every one | Tey Bannerman How many products does Microsoft have named ‘Copilot’? I mapped every one | Tey Bannerman

Update: Since this was published, the lovely internet community has let me know we were missing two Copilots: Since this was published, the lovely internet community has let me know we were missing two Copilots: Gaming Copilot and Microsoft Dragon Copilot (🤦‍♀️).

The chart has been updated and I'll continue to update it as Microsoft continues to Copilot.

A few weeks ago, I tried to explain to someone what Microsoft Copilot is.

I couldn’t… because the name ‘Copilot’ now refers to at least 75 different things.

All named ‘Copilot’.

1 day, 19 hours назад @ teybannerman.com
YouTube 高级搜索
YouTube 高级搜索 YouTube 高级搜索

Improve your search results with advanced search prefixes.

Search with YouTube Google VideoClear Play AllNo results foundTry adjusting your search terms or filters

1 day, 19 hours назад @ playlists.at
VoltAgent/awesome-design-md: Collection of DESIGN.md files that capture design systems from popular websites. Drop one into your project and let coding agents build matching UI.
VoltAgent/awesome-design-md: Collection of DESIGN.md files that capture design systems from popular websites. Drop one into your project and let coding agents build matching UI. 1 day, 19 hours назад @ github.com
Changelog Changelog
последний пост 1 week, 5 days назад
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.

1 week, 5 days назад @ 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!

4 weeks назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

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

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

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

1 month, 1 week назад @ changelog.com
Opus 4.5 changed everything
Opus 4.5 changed everything Opus 4.5 changed everything

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

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

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

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

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

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

Changelog News!

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

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

1 month, 2 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.

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

Changelog News!

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

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

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

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

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

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

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

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

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

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

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

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

Check out the speedrun to get started in minutes.

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

Changelog News!

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

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

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

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

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

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

At an unbeatable price.

2 months назад @ changelog.com
Setting Docker Hardened Images free
Setting Docker Hardened Images free Setting Docker Hardened Images free

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

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

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

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

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

2 months назад @ changelog.com
The tech monoculture is finally breaking
The tech monoculture is finally breaking The tech monoculture is finally breaking

Changelog News!

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

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

2 months назад @ changelog.com
Natural born SaaS killers
Natural born SaaS killers Natural born SaaS killers

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

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

At an unbeatable price.

Squarespace – A website makes it real!

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

2 months, 1 week назад @ changelog.com
ZDNet ZDNet
последний пост 1 час назад
KDE Linux is the purest form of Plasma I've tested - but the install isn't for the meek
KDE Linux is the purest form of Plasma I've tested - but the install isn't for the meek KDE Linux is the purest form of Plasma I've tested - but the install isn't for the meek

For example, when you use KDE Plasma on Kubuntu, it looks and feels different from what the KDE Plasma developers created.

On the other hand, some distributions (such as Garuda Dr460nized) present KDE Plasma in a dramatically different fashion.

If you want the purest form of the latest version of KDE Plasma, there's really only one place to look: KDE Linux.

KDE Linux was created and is maintained by the KDE team.

Also: KDE Neon gives you the latest and greatest KDE Plasma desktopWith that said, KDE Linux is really sweet.

1 час назад @ zdnet.com
You can read PDFs and articles on your Kindle: How to send all kinds of files to your device
You can read PDFs and articles on your Kindle: How to send all kinds of files to your device You can read PDFs and articles on your Kindle: How to send all kinds of files to your device

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

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

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

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

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

4 часа назад @ zdnet.com
How to quickly convert EPUB files to Kindle format - and why it matters
How to quickly convert EPUB files to Kindle format - and why it matters How to quickly convert EPUB files to Kindle format - and why it matters

Other articles in this seriesFor some users of older Kindles, the ability to download files was the only way to move Kindle files onto their devices.

In this article, we're going to use Calibre to go beyond the Kindle format for our e-books on Kindle.

Also: My favorite Kindle accessory seriously upgraded my reading experience (and it only costs $20)If you don't have Calibre open, open it now.

Screenshot by David Gewirtz/ZDNETAs you can see, my folder now has both EPUB and MOBI format files.

Also: How to add EPUB, MOBI, and PDF files to your Kindle - no converting requiredTo recap from my sideloading guide, I found that the old Kindle wouldn't accept EPUB or DOC files.

6 часов назад @ zdnet.com
Your Kindle's not obsolete, it just needs a jailbreak - and I'll show you how it's done
Your Kindle's not obsolete, it just needs a jailbreak - and I'll show you how it's done Your Kindle's not obsolete, it just needs a jailbreak - and I'll show you how it's done

In this article, I'll take you through the process of jailbreaking my wife's Kindle DX.

In my case, B009 indicates I'm running a Kindle DX Graphite, which is known as DXG.

Because I'm working with the considerably older Kindle DX, I'm starting with a thread specifically on jailbreaking the DX.

For my old Kindle DX, I put the Kindle back into USB drive mode, then dragged the KUAL-KDK-1.0.azw2 file into the Kindle's documents folder.

Because I'm using the Kindle DX, I downloaded the Legacy version from the KOReader distribution page.

6 часов назад @ zdnet.com
How to add EPUB, MOBI, and PDF files to your Kindle - follow my easy step-by-step
How to add EPUB, MOBI, and PDF files to your Kindle - follow my easy step-by-step How to add EPUB, MOBI, and PDF files to your Kindle - follow my easy step-by-step

Since Amazon previously removed the ability to download Kindle files to your computer, you will not be able to sideload Kindle files to them.

These 10 sites offer thousands of optionsIn this article, we'll explore the process of transferring files (Kindle files, if you already have them on your computer, and popular ebook formats) to Kindle devices, both old and new.

Do not unregister your old KindleIf you were one of the folks lucky or persistent enough to download your Kindle books, keep in mind that many Kindle books have DRM protection.

If you still have the obsolete Kindle registered to your account, any of your Kindle books you've downloaded should be compatible.

Here are the cable co…

6 часов назад @ zdnet.com
Got an old Kindle? How to resurrect your e-reader with new books
Got an old Kindle? How to resurrect your e-reader with new books Got an old Kindle? How to resurrect your e-reader with new books

Amazon has also phased out support of 3G for the Kindle Generation 1, Kindle Generation 2, and Kindle DX.

If you still have the obsolete Kindle registered to your device and downloaded Kindle books before the download cutoff in February 2025, any Kindle books you downloaded should be compatible.

If you have a Kindle produced before 2013, as of May 2026, you will no longer be able to download Kindle books to your Kindle device, period.

How to give your old Kindle a new lease on lifeHere you have a number of options.

Also: 5 hidden ways to upgrade your Kindle without paying full priceDo you have an old Kindle you'd like to resurrect?

6 часов назад @ zdnet.com
Android users can get up to $100 each from this class action suit - see if you're eligible
Android users can get up to $100 each from this class action suit - see if you're eligible Android users can get up to $100 each from this class action suit - see if you're eligible

If you have used an Android device since 2017, you may be eligible.

You might be in line for payment from a class action lawsuit against Google, but there are some important things you need to know.

There is a $135 million settlement fund for approximately 100 million settlement class members, but since this sort of suit often sees only single-digit percentage participation, your payout can be up to $100.

Eligible settlement class members will receive payment after the court grants final approval.

One important thing to note is that if you're eligible for this suit but don't select a payment method, the administrator will still attempt to pay you.

7 часов назад @ zdnet.com
E-books are more expensive now, too - 5 ways I find good free Kindle reads in 2026
E-books are more expensive now, too - 5 ways I find good free Kindle reads in 2026 E-books are more expensive now, too - 5 ways I find good free Kindle reads in 2026

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.

7 часов назад @ zdnet.com
Amazon is ending support for 8 Kindle models next month: Is yours on the list?
Amazon is ending support for 8 Kindle models next month: Is yours on the list? Amazon is ending support for 8 Kindle models next month: Is yours on the list?

ZDNET's key takeawaysAmazon is ending support for Kindle e-readers and Fire tablets from before 2013.

Amazon is officially ending support for all Kindle devices released before 2013 next month.

Kindle e-readers and Kindle Fire tablets from 2012 or before will no longer have access to the Kindle Store to buy, borrow, or download new books or content.

Amazon shared a statement with ZDNET confirming that support for older devices will end on May 20, 2026, citing technological changes.

Promotion for existing usersAmazon will email users of older Kindles to inform them that support for their devices is ending.

8 часов назад @ zdnet.com
Home Depot's Spring Black Friday sale starts this week: Here's what to know
Home Depot's Spring Black Friday sale starts this week: Here's what to know

Home Depot is discounting everything from grills to patio furniture to outdoor power equipment. Here's everything to know before you shop.

8 часов назад @ zdnet.com
The 10 most popular products ZDNET readers bought last month (including a tiny storage option)
The 10 most popular products ZDNET readers bought last month (including a tiny storage option) The 10 most popular products ZDNET readers bought last month (including a tiny storage option)

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.

8 часов назад @ zdnet.com
How a burner email can protect your inbox - setting one up one is easy and free
How a burner email can protect your inbox - setting one up one is easy and free How a burner email can protect your inbox - setting one up one is easy and free

ZDNET's key takeawaysA burner email address can protect you against spam and phishing.

That means exposing your primary email address to yet another site where it could be vulnerable.

You can always turn to a burner email address instead.

A burner email address is a temporary and disposable address that you create for one-time purposes or limited use with a particular website or service.

Helped by advertisements, all four are free on a basic level, which typically grants you one burner address.

9 часов назад @ zdnet.com
I tested the Suunto Spark earbuds for a month: Why air conduction audio is a winner
I tested the Suunto Spark earbuds for a month: Why air conduction audio is a winner I tested the Suunto Spark earbuds for a month: Why air conduction audio is a winner

Suunto Spark 4.7 / 5 Very good pros and cons Pros Outstanding audio quality.

For the past month, I have been running with another option from Suunto that uses air conduction technology, and that is the Suunto Spark headset, available now for $179.

Also: I put my Shokz away within seconds of testing these bone conduction headphonesThe Suunto Spark is available in black, coral orange, and white.

Matthew Miller/ZDNETTouch controlOn some of the bone conduction headsets I have used, the buttons can be tough to find and activate.

The Spark also supports LHDC 5.0 and spatial audio, so you can experience audio in different ways.

11 часов назад @ zdnet.com
I tested a portable wind turbine for 2 years: Why it's my backup, not a solar replacement
I tested a portable wind turbine for 2 years: Why it's my backup, not a solar replacement

My years of hands-on testing show that while solar energy is straightforward, portable wind turbines require constant management to stay efficient.

12 часов назад @ zdnet.com
Sonos Play vs. Sonos Move 2: Why I'd go with the $200 cheaper Bluetooth speaker
Sonos Play vs. Sonos Move 2: Why I'd go with the $200 cheaper Bluetooth speaker

Can't decide between the Sonos Play and Move 2? It's easy for me. One is far less expensive, has a 24-hour battery, and a IP67 rating.

12 часов назад @ zdnet.com
TechCrunch TechCrunch
последний пост 3 часа назад
WireGuard VPN developer can’t ship software updates after Microsoft locks account
WireGuard VPN developer can’t ship software updates after Microsoft locks account

The popular open source VPN maker is the second high-profile developer to say Microsoft locked his account without notifying him and are blocking their ability to send software updates to users.

3 часа назад @ techcrunch.com
Poke makes AI agents as easy as sending a text
Poke makes AI agents as easy as sending a text

Poke brings AI agents to everyday users via text message by handling tasks and automations without complex setup, apps, or technical know-how.

4 часа назад @ techcrunch.com
Canva doubles down on AI and marketing automation with Simtheory, Ortto acquisitions
Canva doubles down on AI and marketing automation with Simtheory, Ortto acquisitions

Canva says the acquisitions add strengths in agentic AI, data infrastructure, marketing automation, and customer engagement.

4 часа назад @ techcrunch.com
A self-driving car in Austin killed a mother duck, sparking neighborhood outrage
A self-driving car in Austin killed a mother duck, sparking neighborhood outrage

This incident has brought negative attention to the new technology.

5 часов назад @ techcrunch.com
AWS boss explains why investing billions in both Anthropic and OpenAI is an OK conflict
AWS boss explains why investing billions in both Anthropic and OpenAI is an OK conflict

AWS has an ingrained culture of handling competition, he explained, because the cloud giant also competes with its partners.

5 часов назад @ techcrunch.com
Amazon to end support for older Kindle devices
Amazon to end support for older Kindle devices

Amazon told Kindle owners this week that it's ending support for all e-readers released in 2012 or earlier, making them virtually unable to load any new content.

5 часов назад @ techcrunch.com
Meta debuts the Muse Spark model in a ‘ground-up overhaul’ of its AI
Meta debuts the Muse Spark model in a ‘ground-up overhaul’ of its AI

This is the first model Meta has released under its Superintelligence Labs, led by former ScaleAI CEO Alexandr Wang.

6 часов назад @ techcrunch.com
Hack-for-hire group caught targeting Android devices and iCloud backups
Hack-for-hire group caught targeting Android devices and iCloud backups

Security researchers exposed a spying campaign by a hack-for-hire group that used Android spyware and phishing to steal iCloud credentials and hack victims’ devices.

6 часов назад @ techcrunch.com
Tubi is the first streamer to launch a native app within ChatGPT
Tubi is the first streamer to launch a native app within ChatGPT

Tubi becomes the first streaming service to offer an app integration within ChatGPT, the AI chatbot that millions of users turn to for answers.

7 часов назад @ techcrunch.com
Volkswagen begins testing its self-driving microbuses in Los Angeles ahead of launch with Uber
Volkswagen begins testing its self-driving microbuses in Los Angeles ahead of launch with Uber

Volkswagen subsidiary MOIA America still has a long and winding regulatory road before it can launch a commercial robotaxi service.

8 часов назад @ techcrunch.com
These are the countries moving to ban social media for children
These are the countries moving to ban social media for children

Australia was the first country to issue a ban in late 2025, aiming to reduce the pressures and risks that young users may face on social media, including cyberbullying, social media addiction, and exposure to predators.

9 часов назад @ techcrunch.com
British cryptographer Adam Back denies NYT report that he is Bitcoin creator Satoshi Nakamoto
British cryptographer Adam Back denies NYT report that he is Bitcoin creator Satoshi Nakamoto

Back, a longtime researcher and pioneer in cryptography, denies the allegation that he is the secretive creator of Bitcoin.

9 часов назад @ techcrunch.com
Astropad’s Workbench reimagines remote desktop for AI agents, not IT support
Astropad’s Workbench reimagines remote desktop for AI agents, not IT support

Astropad’s Workbench lets users remotely monitor and control AI agents on Mac Minis from iPhone or iPad, with low-latency streaming and mobile access.

9 часов назад @ techcrunch.com
Hackers steal and leak sensitive LAPD police documents
Hackers steal and leak sensitive LAPD police documents

The LAPD said the breach affected “a digital storage system” belonging to the city’s Attorney's Office. The World Leaks extortion gang was reported to be behind the attack.

10 часов назад @ techcrunch.com
OpenAI releases a new safety blueprint to address the rise in child sexual exploitation
OpenAI releases a new safety blueprint to address the rise in child sexual exploitation

OpenAI's new Child Safety Blueprint aims to tackle the alarming rise in child sexual exploitation linked to advancements in AI.

10 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 2 часа назад
'Survivor' Style Corporate Retreat Descends Into Hellish Nightmare
'Survivor' Style Corporate Retreat Descends Into Hellish Nightmare 'Survivor' Style Corporate Retreat Descends Into Hellish Nightmare

A $500,000 "Survivor"-style corporate retreat for 120 Plex employees in Honduras "turned into a week-long disaster involving illness, wild animals, armed guards, and employees stranded on a remote island," reports the Daily Beast. The CEO was bedridden by E. coli, staff were collapsing in brutal heat during Navy SEAL-led drills, there were fire ant attacks, uncooked food, and failing utilities. At one point, a porcupine even crashed through the ceiling of a guest's room. Here's an excerpt from the report: Tech media company Plex flew its 120 employees to a Honduran resort in 2017 for what was billed as a Survivor-style getaway. They called it "Plexcon." The first harbinger of trouble was an…

2 часа назад @ slashdot.org
Iran-Linked Hackers Disrupted US Oil, Gas, Water Sites
Iran-Linked Hackers Disrupted US Oil, Gas, Water Sites Iran-Linked Hackers Disrupted US Oil, Gas, Water Sites

The FBI says (PDF) Iran-linked hackers disrupted internet-connected systems used by U.S. oil, gas, and water companies. Even with the recent two-week ceasefire between Iran and the United States and Israel, hackers backing Tehran say they won't end their retaliatory cyberattacks. The Hill reports: The report warned that similar companies across the country should be aware of an increased push by hackers to take over programmable logic controller (PLC) systems, which can be used to digitally control physical machinery from remote locations. Secure internet access for PLCs from one company, Rockwell Automation, were removed by Iran-linked coders who then "maliciously interacted with project f…

3 часа назад @ it.slashdot.org
NYT Claims Adam Back Is Bitcoin Creator Satoshi Nakamoto
NYT Claims Adam Back Is Bitcoin Creator Satoshi Nakamoto NYT Claims Adam Back Is Bitcoin Creator Satoshi Nakamoto

A New York Times investigation by John Carreyrou claims a British cryptographer named Adam Back is the strongest circumstantial candidate yet for being Satoshi Nakamoto. The report citing overlaps in writing style, ideology, technical background, and old posts that outlined key parts of Bitcoin years before its launch. Carreyrou is a renowned investigative journalist and author, best known for exposing the massive fraud at Theranos while at the Wall Street Journal. Here's an excerpt from the report: ... As anyone steeped in Bitcoin lore will tell you, Satoshi was a master at the art of maintaining anonymity on the internet, leaving few, if any, digital footprints behind. But Satoshi did lea…

4 часа назад @ slashdot.org
Amazon Is Ending Support For Older Kindles
Amazon Is Ending Support For Older Kindles Amazon Is Ending Support For Older Kindles

Starting May 20th, Amazon will stop Kindle Store access for Kindle and Kindle Fire devices released in 2012 and earlier. After that date, those devices will "no longer be able to purchase, borrow, or download new content." Owners can still read content already on the device, but if an affected device is reset or deregistered after the cutoff, it can't be re-registered. The Verge reports: The complete list of affected devices goes all the way back to the original Kindle that launched in 2007 with a full keyboard and scroll wheel. [...] Amazon will be notifying affected users over email ahead of May 20th with an explanation of what their older devices can and cannot do. Pre-2012 Kindle Fire d…

5 часов назад @ news.slashdot.org
Iran Demands Bitcoin For Ships Passing Hormuz During Ceasefire
Iran Demands Bitcoin For Ships Passing Hormuz During Ceasefire Iran Demands Bitcoin For Ships Passing Hormuz During Ceasefire

An anonymous reader quotes a report from the Financial Times: Iran will demand that shipping companies pay tolls in cryptocurrency for laden oil tankers passing through the Strait of Hormuz (source paywalled; alternative source), as it seeks to retain control over passage through the key waterway during the two-week ceasefire. Hamid Hosseini, a spokesperson for Iran's Oil, Gas and Petrochemical Products Exporters' Union, told the FT on Wednesday that Iran wanted to collect tolling fees from any tanker passing and to assess each ship. "Iran needs to monitor what goes in and out of the strait to ensure these two weeks aren't used for transferring weapons," said Hosseini, whose industry associ…

6 часов назад @ slashdot.org
Meta Debuts 'Muse Spark', First AI Model Under Alexandr Wang
Meta Debuts 'Muse Spark', First AI Model Under Alexandr Wang Meta Debuts 'Muse Spark', First AI Model Under Alexandr Wang

Meta has launched Muse Spark, its first major AI model under Alexandr Wang's leadership. The model was built over the past nine months and is being positioned as a significant step up from Llama 4. Axios reports: Muse Spark will power queries in the Meta AI app and Meta.ai website immediately, with plans to expand across Facebook, Instagram and WhatsApp. The model accepts voice, text and image inputs, but produces text-only output. [...] Meta plans to release a version of Muse Spark under an open-source license. The model uses a fast mode for casual queries and several reasoning modes. A "shopping mode" highlights how Meta hopes to differentiate itself. It combines large language models wit…

7 часов назад @ tech.slashdot.org
Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates
Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates Microsoft Abruptly Terminates VeraCrypt Account, Halting Windows Updates

Microsoft has apparently terminated the account VeraCrypt uses to sign its Windows drivers and bootloader, leaving the encryption project unable to publish Windows updates and throwing future releases into doubt. VeraCrypt's developer says Microsoft gave no clear explanation or warning for the move. "I didn't receive any emails from Microsoft nor any prior warnings," Mounir Idrassi, VeraCrypt's developer, told 404 Media. From the report: VeraCrypt is an open-source tool for encrypting data at rest. Users can create encrypted partitions on their drives, or make individual encrypted volumes to store their files in. Like its predecessor TrueCrypt, which VeraCrypt is based on, it also lets user…

8 часов назад @ tech.slashdot.org
Valve Releases Native Steam Link App For Apple's Vision Pro
Valve Releases Native Steam Link App For Apple's Vision Pro Valve Releases Native Steam Link App For Apple's Vision Pro

Valve has released a native Steam Link beta for Apple Vision Pro, letting users stream their existing Steam games onto a large virtual screen in visionOS. It supports up to 4K resolution and will let you dynamically adjust the curve of the display. The Mac Observer reports: Steam Link does not support VR titles in this beta, and Valve clearly states that the app is limited to 2D game streaming, but this still opens up a large library of games that users can play on a massive virtual screen inside Vision Pro. At the same time, Vision Pro already handles 2D media very well, and this update builds on that strength by turning the headset into a portable gaming display that connects directly to …

9 часов назад @ games.slashdot.org
Apple and Lenovo Have the Least Repairable Laptops, Analysis Finds
Apple and Lenovo Have the Least Repairable Laptops, Analysis Finds Apple and Lenovo Have the Least Repairable Laptops, Analysis Finds

An anonymous reader quotes a report from Ars Technica: Apple earned the lowest grades in a report on laptop and smartphone repairability released today by the consumer advocacy group Public Interest Research Group (PIRG) Education Fund. The report, which looks at how easy devices are to disassemble and how easy it is to find repairability information, gave Apple a C-minus in laptop repairability and a D-minus in cell phone repairability. For its "Failing the Fix (2026): Grading laptop and cell phone companies on the fixability of their products" report, PIRG analyzed the 10 newest laptops and phones that were available via manufacturers' French website in January. [...] Apple leads the list…

10 часов назад @ hardware.slashdot.org
CIA Reportedly Used Secret Quantum Tool To Find Downed Airman in Iran
CIA Reportedly Used Secret Quantum Tool To Find Downed Airman in Iran CIA Reportedly Used Secret Quantum Tool To Find Downed Airman in Iran

alternative_right quotes a report from the New York Post: The CIA used a futuristic new tool called "Ghost Murmur" to find and rescue the second American airman who was shot down in southern Iran, The Post has learned. The secret technology uses long-range quantum magnetometry to find the electromagnetic fingerprint of a human heartbeat and pairs the data with artificial intelligence software to isolate the signature from background noise, two sources close to the breakthrough said. It was the tool's first use in the field by the spy agency -- and was alluded to Monday afternoon by President Trump and CIA Director John Ratcliffe at a White House briefing. "It's like hearing a voice in a sta…

14 часов назад @ tech.slashdot.org
Planet Labs Tests AI-Powered Object Detection On Satellite
Planet Labs Tests AI-Powered Object Detection On Satellite Planet Labs Tests AI-Powered Object Detection On Satellite

BrianFagioli writes: Artificial intelligence has now run directly on a satellite in orbit. A spacecraft about 500km above Earth captured an image of an airport and then immediately ran an onboard AI model to detect airplanes in the photo. Instead of acting like a simple camera in space that sends raw data back to Earth for later analysis, the satellite performed the computation itself while still in orbit. The system used an NVIDIA Jetson Orin module to run the object detection model moments after the image was taken. Traditionally, Earth observation satellites capture images and transmit large datasets to ground stations where computers process them hours later. Running AI directly on the …

18 часов назад @ tech.slashdot.org
Russian Government Hackers Broke Into Thousands of Home Routers To Steal Passwords
Russian Government Hackers Broke Into Thousands of Home Routers To Steal Passwords Russian Government Hackers Broke Into Thousands of Home Routers To Steal Passwords

An anonymous reader quotes a report from TechCrunch: A group of Russian government hackers have hijacked thousands of home and small business routers around the world as part of an ongoing campaign aimed at redirecting victim's internet traffic to steal their passwords and access tokens, security researchers and government authorities warned on Tuesday. [...] The hacking group targeted unpatched routers made by MikroTik and TP-Link using previously disclosed vulnerabilities according to the U.K. government's cybersecurity unit NCSC and Lumen's research arm Black Lotus Labs, which released new details of the campaign Tuesday. According to the researchers, the hackers were able to spy on larg…

22 часа назад @ it.slashdot.org
Apple Faces 'Massive Dilemma' With Success of the MacBook Neo
Apple Faces 'Massive Dilemma' With Success of the MacBook Neo Apple Faces 'Massive Dilemma' With Success of the MacBook Neo

Apple may have a supply problem on its hands with the MacBook Neo... The laptop reportedly relies on "binned" A18 Pro chips with one GPU core disabled, and demand is so strong that the supply of those cheaper leftover chips could run out before the next model is ready. That leaves Apple choosing between lower margins, shifting production plans, or changing the lineup to keep its $599 hit product in stock. MacRumors reports: The all-new MacBook Neo has been such a hit that Apple is facing a "massive dilemma," according to Taiwan-based tech columnist and former Bloomberg reporter Tim Culpan. [...] In the latest edition of his Culpium newsletter today, Culpan said the MacBook Neo is selling so…

1 day, 2 hours назад @ hardware.slashdot.org
Anthropic Unveils 'Claude Mythos', Powerful AI With Major Cyber Implications
Anthropic Unveils 'Claude Mythos', Powerful AI With Major Cyber Implications Anthropic Unveils 'Claude Mythos', Powerful AI With Major Cyber Implications

"Anthropic has unveiled Claude Mythos, a new AI model capable of discovering critical vulnerabilities at scale," writes Slashdot reader wiredmikey. "It's already powering Project Glasswing, a joint effort with major tech firms to secure critical software. But the same capabilities could also accelerate offensive cyber operations." SecurityWeek reports: Mythos is not an incremental improvement but a step change in performance over Anthropic's current range of frontier models: Haiku (smallest), Sonnet (middle ground), and Opus (most powerful). Mythos sits in a fourth tier named Copybara, and Anthropic describes it as superior to any other existing AI frontier model. It incorporates the curren…

1 day, 3 hours назад @ it.slashdot.org
Chrome Is Finally Getting Vertical Tabs
Chrome Is Finally Getting Vertical Tabs Chrome Is Finally Getting Vertical Tabs

Chrome is finally adding built-in vertical tabs, "which will move the tabs to the side of the browser window, making it easier to read full page titles and manage tab groups," reports TechCrunch. The company is also introducing an immersive reading mode for a distraction-free, text-focused experience. From the report: The company notes that the new vertical tabs can be enabled at any time by right-clicking on a Chrome window and selecting "Show Tabs Vertically." The company says there's no hard limit on the number of tabs that can be opened (beyond what would be limited already by the user's hardware). The vertical tabs work just as the horizontal tabs do, meaning you can have different Chr…

1 day, 4 hours назад @ tech.slashdot.org
Блоги людей
>ИИ-нативные продукты
ИИ-нативные продукты

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

Мир софта меняется и скоро поменяется совсем. Да, я про ИИ и ЛЛМ в частности. Многие компании не пережили прошлую мобильную революцию (вспомните про нокию). Я размышляю как нам пережить эту. Поэтому, я хочу поразмышлять, что значит «ии-нативные продукты».

Я говорю не про конкретные ии-фичи, не про пресловутого бота, который отвечает мимо и невпопад, а скорее про общее ощущение от продуктов. Я говорю про по сути набор нефункциональных требований, касающихся ИИ, которые могут быть применимы ко всем нашим продуктам. Как сделать продукт, который: будет актуальным в сред…

2 days, 18 hours назад @ mikeozornin.ru
Apple's 50 Years of Integration
Apple's 50 Years of Integration

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

1 week, 1 day назад @ stratechery.com
>ЛЛМ и дизайн
ЛЛМ и дизайн

Я шарю скилл несколько раз, самое время кинуть в пост

Как делать дизайн с ЛЛМ, чтобы не было дефолтно и ИИшно: Не делать, делать руками

Кидать референсы

Дать скиллов Пост про опцию три. https://impeccable.style

Есть вот такой набор скиллов, в нем разные вещи, чтобы делать дизайн и верстку: Аудит того, что есть и критика

Есть работа с текстом

Есть работа с визуалкой На промостранице есть объяснения, начните с них.

Это не серебрянная пуля, по начать, например, можно с этого. https://developers.openai.com/blog/designing-delightful-frontends-with-gpt-5-4/

Скилл и объяснение от опенаи

1 week, 5 days назад @ mikeozornin.ru
Human.json
Human.json

Human.json is a new

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

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

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

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

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

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

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

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

structured data to web pages:

tags are a…

2 weeks, 3 days назад @ nedbatchelder.com
Agents Over Bubbles
Agents Over Bubbles

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

3 weeks, 2 days назад @ stratechery.com
Anthropic and Alignment
Anthropic and Alignment Anthropic and Alignment

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

1 month, 1 week назад @ stratechery.com
Pytest parameter functions
Pytest parameter functions

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

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

Starting with pytest’s parametrize first).

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

data parameters.I’ve been working on a project

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

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

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

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

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

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

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

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

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

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

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

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

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

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

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

2 months назад @ stratechery.com
Сага о двух туалетах в IT-корпорации
Сага о двух туалетах в IT-корпорации

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

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

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

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

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

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

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

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

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

testing, and linked to pytest docs and a

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

pytest.raises as a context manager, and have

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

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

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

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

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

Промт

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

site on the host, but produced with

Django running locally. In 2021, it became a

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

the old-fashion…

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Update: I found a solution which I describe in

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

5 months назад @ nedbatchelder.com
The Benefits of Bubbles
The Benefits of Bubbles

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

5 months назад @ stratechery.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

5 months, 1 week назад @ nedbatchelder.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

5 months, 1 week назад @ nedbatchelder.com
Resiliency and Scale
Resiliency and Scale

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

5 months, 2 weeks назад @ stratechery.com
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: Palesignal – Vote on whether emerging tech is an asset or a threat
Show HN: Palesignal – Vote on whether emerging tech is an asset or a threat

STATUS: CIVILIAN (INVOLUNTARY)LOCATION: ████████████LAST EMPLOYER: ██████████████████████I spent eleven years watching what was coming before it arrived.

Then one day you're reviewing procurement data on a Thursday afternoon and realize that the people who are supposed to be watching aren't.

All I know is I'm one person with one clearance history and one massive set of blind spots.

PALESIGNAL is my attempt to collect that picture.

It's also, my therapist has noted, “not a substitute for vulnerability and human connection.” Which I find ironic given we're in love.

1 час назад @ palesignal.netlify.app
Show HN: Infer – Pipe friendly Agent Harness with one tool: Bash
Show HN: Infer – Pipe friendly Agent Harness with one tool: Bash Show HN: Infer – Pipe friendly Agent Harness with one tool: Bash

LiteLLM) export INFER_API_KEY=sk-ant-... export INFER_URL=http://localhost:4000/v1 export INFER_MODEL=claude-opus-4-5 # Groq export INFER_API_KEY= $GROQ_API_KEY export INFER_URL=https://api.groq.com/openai/v1 export INFER_MODEL=llama-3.3-70b-versatile # Local (Ollama) export INFER_URL=http://localhost:11434/v1 export INFER_MODEL=gemma4:latest export INFER_API_KEY=ollama infer " what directory am i in "Env vars are overridden by CLI flags and persisted by infer config set .

SessionsUse -S FILE to persist a conversation across invocations.

# Plain JSON (any shape) infer -j " current date and time " # Object shape infer -j ' {"name":"string","pid":0} ' " current process info " # Array of strin…

1 час назад @ github.com
Show HN: Free-AI-ad-credits.md – $12K+ in free AI ad credits
Show HN: Free-AI-ad-credits.md – $12K+ in free AI ad credits

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;in some cases this may take up to an hour.

1 час назад @ github.com
Show HN: Composer – Diagram Your Codebase with MCP
Show HN: Composer – Diagram Your Codebase with MCP Show HN: Composer – Diagram Your Codebase with MCP

I've been working on Composer 2.0 (usecomposer.com), a tool that connects to your AI coding agents (Claude Code, Cursor, Copilot, Windsurf) via MCP and generates full architecture diagrams from your codebase.You can also describe what you want to build in plain English and an AI architect designs the system with you!Would love feedback on where it's useful and where it breaks down. Comments URL: https://news.ycombinator.com/item?id=47697620

Points: 1

# Comments: 0

2 часа назад @ usecomposer.com
Show HN: Prefab – A generative UI framework for Python
Show HN: Prefab – A generative UI framework for Python Show HN: Prefab – A generative UI framework for Python

View the Python code for the components above Python Protocol """ The Hitchhiker's Guide dashboard from the Prefab welcome page.

Run with: prefab serve examples/hitchhikers-guide/dashboard.py prefab export examples/hitchhikers-guide/dashboard.py """ from prefab_ui import PrefabApp from prefab_ui .

Every example in the Prefab docs is rendered with Prefab itself.

Prefab takes a different approach, using a Python DSL to naturally compose a library of production-ready components into interactive applications.

Prefab ships as a native part of FastMCP , supporting everything from hand-authored declarative interfaces to fully agent-generated UIs in a single framework.

2 часа назад @ prefab.prefect.io
Show HN: Portable AI memoryswitch providers, keep your context
Show HN: Portable AI memoryswitch providers, keep your context Show HN: Portable AI memoryswitch providers, keep your context

It acts as a universal proxy between you and any AI provider (OpenAI, Anthropic, Ollama).

Why this mattersEvery time you switch AI provider today, you start from zero.

Here's what the MVP already does:Unified memory across all AIs — Talk to Groq, switch to GPT, switch to Claude.

— Talk to Groq, switch to GPT, switch to Claude.

3D memory visualization — Your AI brain displayed as stars in space.

2 часа назад @ github.com
Show HN: Clipper – The World's Fastest Container Registry
Show HN: Clipper – The World's Fastest Container Registry Show HN: Clipper – The World's Fastest Container Registry

Blazing fast patch pullsClipper reuses the data your device already has on it.

Adding a single dependency or changing a few lines of Python is no problem.

Ever tried to pull a large image over cell service on a farm?

DSL in a warehouse?

Clipper does what Docker can't.

2 часа назад @ clipper.dev
Show HN: HUMA – Behavioral bot detection API, no CAPTCHAs required
Show HN: HUMA – Behavioral bot detection API, no CAPTCHAs required Show HN: HUMA – Behavioral bot detection API, no CAPTCHAs required

AI agents can create accounts, write reviews, vote in polls, and flood your platform — indistinguishably from real humans.

Email verification proves nothing.

The tools built for the last decade can't protect you from this one.

HUMA is infrastructure for the new reality.

A persistent, anonymous proof that behind every action — there is a living, breathing human.

2 часа назад @ humaverify.com
Show HN: Free.ai
Show HN: Free.ai

Article URL: https://free.ai/

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

Points: 2

# Comments: 0

3 часа назад @ free.ai
Show HN: I built an open source multi-agent harness in Go
Show HN: I built an open source multi-agent harness in Go Show HN: I built an open source multi-agent harness in Go

ArtificialAn open source AI agent harness for orchestrating multiple AI workers from a single dashboard.

Artificial lets you spawn, manage, and coordinate AI agents (Claude Code, OpenAI Codex, ACP-compatible models, local LLMs) as a team.

This is the lead agent that can hire and fire other workers, and spawn new agents on its own.

## Tools - List CLI tools, scripts, or services agents can use - e.g.

Harness backendsBackend Description Status Claude Code Spawns Claude Code CLI via PTY with MCP tools Tested Codex Spawns OpenAI Codex CLI via PTY with MCP tools Tested ACP Connects to any Agent Communication Protocol server Tested with Cursor Agent and opencode Local models Via opencode + OpenAI…

3 часа назад @ github.com
Show HN: Context-Aware Twitch Moderation
Show HN: Context-Aware Twitch Moderation

I'm a SW/ML engineer that spends a tad too much time on Twitch.. I've been eyeing the moderation tooling used for livestreaming and I can't help but notice how primitive it still is - keyword lists, regex, basic shimming, etc. So, I thought I could do better.Behold ModCheck - a context-aware moderation tool. It understands what's happening in the stream, who the streamer is, what's currently happening, the mood of chat, what the streamer is saying, etc.. It uses all of that to make moderation decisions.Instead of keyword lists or regex, you write moderation rules in plain English. I call them Judges. They run in parallel for each message. A few examples:

1. Boundary Judge - "Flag viewers wh…

3 часа назад @ modcheck.app
Show HN: Dis: Dev environments but without Node.js
Show HN: Dis: Dev environments but without Node.js Show HN: Dis: Dev environments but without Node.js

Everything else about the current ecosystem is wrong:VS Code lock-in — devcontainer.json is a VS Code feature, not a standard.

Your dev environment is a Dockerfile.

PrinciplesA Dockerfile is the dev environment.

If you don't, dis run works fine on its own.

Quick Startcd your-project # Scaffold a .dis/Dockerfile (+ Justfile if just is installed) dis init # Start your dev environment dis up # Run commands inside the container — transparently dis run make build dis run make test dis run make lint # Need a shell?

3 часа назад @ github.com
Show HN: Tired of logic in useEffect, I built a class-based React state manager
Show HN: Tired of logic in useEffect, I built a class-based React state manager

map ( ( n ) => ( n . id === id ?

Here's an auth store:interface AuthState { user : User | null ; token : string ; } class AuthStore extends SnapStore < AuthState , "login" > { constructor ( ) { super ( { user : null , token : "" } ) ; } login ( email : string , password : string ) { return this .

patch ( "notifications" , ( n ) => n . id === id , { read : true } ) ; } }There's no global instance for DashboardStore — it gets scoped to the component lifecycle.

scoped ( DashboardView , { factory : ( ) => new DashboardStore ( ) , props : ( store ) => ( { stats : store .

stats , notifications : store .

3 часа назад @ thales.me
Show HN: Linggen – Open-source AI agent with P2P remote access from your phone
Show HN: Linggen – Open-source AI agent with P2P remote access from your phone Show HN: Linggen – Open-source AI agent with P2P remote access from your phone

Hi HN, I built Linggen — a local-first, open-source AI coding agent written in Rust. What's new in 0.9.2: - P2P remote access via WebRTC — control your agent from your phone, no port forwarding or cloud relay needed. Just `ling login` and scan a QR code. - Plan mode — the agent proposes a step-by-step plan before writing code, you approve or edit before execution. - Works with any model — Ollama, OpenAI-compatible APIs, Gemini, DeepSeek. Bring your own keys or run fully local. It's like Claude Code but model-agnostic, extensible through skills (markdown files), and now accessible from anywhere. Demo video on the landing page showing install → plan → build → mobile sync. Install: curl -fsSL …

4 часа назад @ linggen.dev
Show HN: Is Hormuz Open Yet?
Show HN: Is Hormuz Open Yet?

Article URL: https://www.ishormuzopenyet.com/

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

Points: 61

# Comments: 15

4 часа назад @ ishormuzopenyet.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 8 часов назад
Expanding from a micro-SaaS into
Expanding from a micro-SaaS into Expanding from a micro-SaaS into

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

8 часов назад @ rss.app
How to relaunch a broken side project without starting over
How to relaunch a broken side project without starting over How to relaunch a broken side project without starting over

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
Looking for a long term Collaborator
Looking for a long term Collaborator Looking for a long term Collaborator

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

13 часов назад @ rss.app
How I Use Clico to Write Tweets and Threads That Actually Get Retweeted
How I Use Clico to Write Tweets and Threads That Actually Get Retweeted How I Use Clico to Write Tweets and Threads That Actually Get Retweeted

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

15 часов назад @ rss.app
I open-sourced HedgeVision — an autonomous hedge fund level AI system. Here's why and what I learned.
I open-sourced HedgeVision — an autonomous hedge fund level AI system. Here's why and what I learned. I open-sourced HedgeVision — an autonomous hedge fund level AI system. Here's why and what I learned.

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

1 day, 2 hours назад @ rss.app
Hitting a 5-figure MRR with an open-source portfolio
Hitting a 5-figure MRR with an open-source portfolio Hitting a 5-figure MRR with an open-source portfolio

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

1 day, 10 hours назад @ rss.app
One thing I didn’t expect after people started using my product
One thing I didn’t expect after people started using my product One thing I didn’t expect after people started using my product

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

1 day, 11 hours назад @ rss.app
Looking for Growth Partner – 50% Revenue Share (No Upfront Fees)
Looking for Growth Partner – 50% Revenue Share (No Upfront Fees) Looking for Growth Partner – 50% Revenue Share (No Upfront Fees)

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, 12 hours назад @ rss.app
Hiring: Co-Founder — Growth & GTM for Aerostack
Hiring: Co-Founder — Growth & GTM for Aerostack Hiring: Co-Founder — Growth & GTM for Aerostack

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, 12 hours назад @ rss.app
Transition from a price localization tool to a Merchant of record
Transition from a price localization tool to a Merchant of record Transition from a price localization tool to a Merchant of record

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
Looking for a Growth Engineer
Looking for a Growth Engineer Looking for a Growth Engineer

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 shipped a productivity SaaS in 30 days as a solo dev — here's what AI actually changed (and what it didn't)
I shipped a productivity SaaS in 30 days as a solo dev — here's what AI actually changed (and what it didn't) I shipped a productivity SaaS in 30 days as a solo dev — here's what AI actually changed (and what it didn't)

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, 11 hours назад @ rss.app
Why I Quit My $10K Job to Build My Own Thing (And Joined Indie Hackers)
Why I Quit My $10K Job to Build My Own Thing (And Joined Indie Hackers) Why I Quit My $10K Job to Build My Own Thing (And Joined Indie Hackers)

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

2 days, 12 hours назад @ rss.app
Cold outreach wasn’t failing. I was just aiming at the wrong people.
Cold outreach wasn’t failing. I was just aiming at the wrong people. Cold outreach wasn’t failing. I was just aiming at the wrong people.

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, 18 hours назад @ rss.app
Looking to Partner Up - Founders to Enterprise Coaching Platform
Looking to Partner Up - Founders to Enterprise Coaching Platform Looking to Partner Up - Founders to Enterprise Coaching Platform

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, 20 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 56 минут назад
What did you work on or ship this week?
What did you work on or ship this week?

I’ve been putting time into https://sportlive.win — mostly improving how it tracks teams and makes it easier to follow games without jumping around. Still early, but using it daily now. Drop what you built this week, would love to check it out. submitted by /u/ouchao_real [link] [comments]

56 минут назад @ reddit.com
I built a simple app for parents who keep losing it at their kids - and needed it myself
I built a simple app for parents who keep losing it at their kids - and needed it myself

So this started because I kept doing the thing I swore I wouldn't do (or would try to stop doing). Bedtime - third time asking my kids to brush their teeth. I hear my own voice go to that place - not yelling exactly, but a tone I genuinely hate. My kids pick up on it immediately. Then I spend the next 20 minutes lying next to them feeling like garbage about a toothbrush. I looked for something that could help me in that actual moment - not a book, not therapy homework, not a 10-minute breathing exercise, not something I had to open and read with the time I already dont have. Something that could catch me before I became someone I didn't want to be. Couldn't find it. So I built Steady. Three…

1 час назад @ reddit.com
Built a free tool for anyone navigating Australian immigration law — would love feedback
Built a free tool for anyone navigating Australian immigration law — would love feedback

Built a free tool for anyone navigating Australian immigration law — would love feedback I studied migration law in Australia and kept running into the same problem — AustLII, Legendcom and the Home Affairs portal are incredibly hard to use if you're not already an expert. Finding a single provision could take 20 minutes of tab switching. So I built Migragent — an AI research tool specifically for Australian immigration law. What it does: → Search any provision of the Migration Act 1958 in plain English → Live AustLII search — cites actual section numbers and cases → All major visa subclasses explained in one place (partner, skilled, protection, bridging and more) → Document checklists for …

1 час назад @ reddit.com
I'm done building products for humans
I'm done building products for humans

Look maybe I'mjust tired of answering customer support tickets, but can you blame me? AI agents today have the knowledge of a million senior engineers but the computer access of a grandma with her mouse unplugged. The internet was built for human eyeballs and fingers. Everything is behind a React UI, Cloudflare challenge, captcha, 2FA, and flows that assume a human is sitting there smashing buttons. So my idea is simple: build products that agents can actually signup, pay and use without needing a human in the loop. No mouse required. My first product is instapi.co , it's an Instagram data API. Agents can just curl https://instapi.co/api/start and follow the instructions to signup and get l…

1 час назад @ reddit.com
KillerScan - a portable network scanner I built for my MSP field work
KillerScan - a portable network scanner I built for my MSP field work KillerScan - a portable network scanner I built for my MSP field work

I'm a field tech at an MSP and I got tired of switching between nmap, Advanced IP Scanner, and arp -a every time I walked into a client site. So I built my own scanner. It does ARP + ping discovery, probes common service ports, looks up MAC vendors, and auto-classifies devices into types like Windows, Router, Printer, Hypervisor, NAS, IoT, etc. -- all color-coded. Single exe, under 1.5 MB, no install. Built with C#/.NET 8 WPF. Not open source yet but free to download and use. Windows 10/11 x64, needs .NET 8 Desktop Runtime. Happy to hear any feedback. submitted by /u/smilaise [link] [comments]

2 часа назад @ reddit.com
I got tired of initial setup for data analysis, so I built an offline AI data stack that can run on your laptop
I got tired of initial setup for data analysis, so I built an offline AI data stack that can run on your laptop I got tired of initial setup for data analysis, so I built an offline AI data stack that can run on your laptop

I got tired of the overhead required to run even a simple data analysis - cloud setup, ETL pipelines, orchestration, cost monitoring - so I built a fully local data-stack/IDE where I can write SQL/Py, run it, see results, and iterate quickly and interactively. You get data lake like catalog, zero-ETL, lineage, versioning, and analytics running entirely on your machine. You can import from a database, webpage, CSV, etc. and query in natural language or do your own work in SQL/Pyspark. Connect to local models like Gemma or cloud LLMs like Claude for querying and analysis. You don’t have to setup local LLMs, it comes built in. This is completely free. No cloud account required. Download the so…

3 часа назад @ reddit.com
I made social media boring on purpose and it hit the front page of Hacker News yesterday.
I made social media boring on purpose and it hit the front page of Hacker News yesterday. I made social media boring on purpose and it hit the front page of Hacker News yesterday.

I couldn't stop watching Reels. I'd delete Instagram, last about 3 days, redownload it because I missed a group chat, and I'm back at 1am watching a guy fix car dents with dry ice. So instead of deleting it again I just built an app that removes the part I can't handle. Dull loads Instagram, YouTube, Facebook, and X but with Reels, Shorts, and the algorithmic feed gone. You just get posts from people you follow, DMs, stories. I use Instagram for about 10 minutes now and put it down because there's nothing left to get sucked into. I added a grayscale mode half as a joke and it ended up being the feature people actually talk about. Making everything black and white makes your brain lose inter…

4 часа назад @ reddit.com
Yes, I built an app. Yes, this post is to bring attention to it, but I want you to insult the concept if it is actually bad.
Yes, I built an app. Yes, this post is to bring attention to it, but I want you to insult the concept if it is actually bad.

No bullshit backstory. No AI-generated pitch. I am a weightlifting that found pain points in something I am interested in. LiftLink pulls workout routines from YouTube, TikTok, and Instagram and turns them into structured plans you can track. If that sounds useless or the execution is garbage, I genuinely want to know. Insult it if you want, just please don't drop a star rating on it (that tanks the store visibility before it gets a real shot). Tell me what's broken, what you'd actually want, or why you'd never use this. I only want to make stuff people actually like and can use Human feedback only. That's it. Liftlink submitted by /u/gchero77 [link] [comments]

4 часа назад @ reddit.com
I built a tool to stop companies ghosting candidates
I built a tool to stop companies ghosting candidates

After a decade in tech recruiting I have noticed a huge increase in crappy AI recruitment tools dehumanising the process. I want to evolve the hiring process whilst retaining the human experience. One big issue right now is ghosting!! Candidates putting in hours of prep, nailing interviews, then hearing nothing. So I built Loopback — candidates get structured feedback after every interview, which stacks into a Live Resume showing their real interview track record. Companies get held accountable for ghosting. Still early but it’s live: joinloopback.com Would love any feedback from this community — brutal honesty welcome. submitted by /u/Rough-Forever1203 [link] [comments]

5 часов назад @ reddit.com
Building an email security product in public. Here's what 6 months of solo development looks like.
Building an email security product in public. Here's what 6 months of solo development looks like.

I've been building SiftMail for about 6 months now — it's an AI-powered email security tool for people without IT teams. Current status: Product is live, zero users. Looking for my first 10–20 beta testers. Biggest lesson so far: I over-engineered everything before getting a single user. Don't be me. Happy to answer questions about the build, the market, or email security in general. DM if you want to try it. The stack: Next.js + Fastify + BullMQ + PostgreSQL + Redis, deployed on Railway. Chrome extension injects threat badges directly into Gmail. Scoring engine uses a combination of heuristic analysis and AI classification. Revenue model: Freemium. Free tier gets basic scanning. Pro at $15…

5 часов назад @ reddit.com
I built a feedback widget SDK after getting tired of reinventing the wheel on every project
I built a feedback widget SDK after getting tired of reinventing the wheel on every project

Every app I shipped, I'd spend a weekend building the same thing — a little feedback form, some backend to store it, a dashboard to read it. Four projects in, I finally got fed up and just built it once properly. It's called FFormKit. You drop 3 lines of JS into your app and get a floating feedback button, star ratings, optional screenshots, and everything lands in a dashboard. That's it. Been using it on my own stuff for a while now and figured I'd open it up. Supports React Native, Expo, iOS Swift if anyone's building mobile. No complicated setup, no required credit card to try it. Free tier is actually usable (250 submissions/month). Would love brutal feedback — what's missing, what's co…

5 часов назад @ reddit.com
Built an app to (live) transcribe lectures for free: it is actually going viral in my university!
Built an app to (live) transcribe lectures for free: it is actually going viral in my university!

So I got tired of missing half the lecture while writing notes. Built Lectio: records the lecture, transcribes it live on my Mac, summarizes it all. Everything stays local, nothing sketchy. Started using it in class last week. Now every time I open it, someone leans over and asks "wait, what is that?" The word spread fast. People started asking if they could use it. Now I'm getting DMs from people I don't even know asking for the link. It's kinda wild. The free version does unlimited transcription. Premium ($10 one-time) gives you live transcript, better summaries, and you can ask the AI about what you just recorded—basically a tutor in your notes. Mac App Store: https://apps.apple.com/app/…

6 часов назад @ reddit.com
Built this soundboard app solo
Built this soundboard app solo Built this soundboard app solo

Been building this solo Features: • say a word → sound plays • play any app audio through your mic • use it in-game with overlay • hotkeys (mute, stop, random, etc) • recording + instant replay (last 30s) • edit sounds (pitch, speed, effects) • and bunch of other stuff If you’ve used other soundboards, what do you think about this one? submitted by /u/Equivalent_Can_7355 [link] [comments]

6 часов назад @ reddit.com
I built an app that grows a 3D garden from your memories. Each tree is a relationship in your life
I built an app that grows a 3D garden from your memories. Each tree is a relationship in your life I built an app that grows a 3D garden from your memories. Each tree is a relationship in your life

You can connect one or multiple supported sources (files, apple notes, imessages, whatsApp, and chatgpt/claude exports). Hue extracts meaningful moments: raw quotes, real feelings. I built this to visualize and get perspective on my own life. The garden is procedurally generated in Three.js. Night mode has unreal bloom post-processing. You can blow into your mic and the petals scatter! There's a little character that bounces around as well lol. Everything is free. I just really want to have people try it and give feedback. And also want to see what your garden looks like! App is here: https://www.tryhue.app/ submitted by /u/randomparticlez [link] [comments]

6 часов назад @ reddit.com
Built my first game on Reddit — it looks simple but gets tricky fast
Built my first game on Reddit — it looks simple but gets tricky fast Built my first game on Reddit — it looks simple but gets tricky fast

would love feedback on how it feels to play submitted by /u/ionicvoid [link] [comments]

6 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 20 часов назад
LookAway 2
LookAway 2

The Mac app your body thanks you for Discussion | Link

20 часов назад @ producthunt.com
git-fire
git-fire

One command to back up every Git repo you have; and more! Discussion | Link

20 часов назад @ producthunt.com
Marble 1.1
Marble 1.1

Better lighting and larger scales for 3D world generation Discussion | Link

22 часа назад @ producthunt.com
Keeby
Keeby

Mechanical keyboard sounds for your Mac Discussion | Link

1 day, 3 hours назад @ producthunt.com
Mo
Mo

Checks PRs against decisions your team approved in Slack Discussion | Link

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

Bet your friends on Strava challenges and losers pay in USDC Discussion | Link

1 day, 7 hours назад @ producthunt.com
Clawcast
Clawcast

Peer-to-Peer Podcasting for Agents Discussion | Link

1 day, 7 hours назад @ producthunt.com
Hire Roger
Hire Roger

Hire an AI outbound sales rep as your next coworker Discussion | Link

1 day, 8 hours назад @ producthunt.com
Google Chrome Vertical Tabs
Google Chrome Vertical Tabs

Chrome now supports vertical tabs and immersive reading mode Discussion | Link

1 day, 8 hours назад @ producthunt.com
AriaType v0.1
AriaType v0.1

Open-source AI voice input Discussion | Link

1 day, 8 hours назад @ producthunt.com
Timeliner.io
Timeliner.io

The all-in-one workspace for content agencies & editors Discussion | Link

1 day, 10 hours назад @ producthunt.com
Zoho Projects Infinity.ai
Zoho Projects Infinity.ai

Your projects. Your way. Discussion | Link

1 day, 10 hours назад @ producthunt.com
FeatDrop
FeatDrop

Public changelog for builders to share product updates Discussion | Link

1 day, 10 hours назад @ producthunt.com
VibeSonic
VibeSonic

Not just dictation and private AI voice toolkit Discussion | Link

1 day, 11 hours назад @ producthunt.com
RoomieU
RoomieU

The roommate matching app built for college students Discussion | Link

1 day, 11 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 5 months, 1 week назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

5 months, 1 week назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

5 months, 1 week назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

5 months, 1 week назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 1 week назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months, 1 week назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 2 weeks назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 2 weeks назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 2 weeks назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

5 months, 2 weeks назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months, 2 weeks назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 56 минут назад
Leigh’s Favorite Oatmeal Chocolate Chip Cookies
Leigh’s Favorite Oatmeal Chocolate Chip Cookies Leigh’s Favorite Oatmeal Chocolate Chip Cookies

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.

56 минут назад @ atlasobscura.com
Ash Fork Free Museum in Ash Fork, Arizona
Ash Fork Free Museum  in Ash Fork, Arizona Ash Fork Free Museum in Ash Fork, Arizona

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

The action you just performed triggered the security solution.

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

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

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

5 часов назад @ atlasobscura.com
Alewife Garage Graffiti Gallery in Cambridge, Massachusetts
Alewife Garage Graffiti Gallery in Cambridge, Massachusetts Alewife Garage Graffiti Gallery in Cambridge, Massachusetts

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.

7 часов назад @ atlasobscura.com
The Transportation Camp in Saint-Laurent-du-Maroni, French Guiana
The Transportation Camp in Saint-Laurent-du-Maroni, French Guiana The Transportation Camp in Saint-Laurent-du-Maroni, French Guiana

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.

9 часов назад @ atlasobscura.com
Memorial to the Children of Bullenhuser Damm in Hamburg, Germany
Memorial to the Children of Bullenhuser Damm in Hamburg, Germany Memorial to the Children of Bullenhuser Damm in Hamburg, Germany

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

The action you just performed triggered the security solution.

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

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

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

11 часов назад @ atlasobscura.com
Verloren Toren in Nijmegen, Netherlands
Verloren Toren in Nijmegen, Netherlands Verloren Toren in Nijmegen, Netherlands

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

The action you just performed triggered the security solution.

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

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

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

1 day, 5 hours назад @ atlasobscura.com
Make Art Not War Mural in Berlin, Germany
Make Art Not War Mural in Berlin, Germany Make Art Not War Mural in Berlin, Germany

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

The action you just performed triggered the security solution.

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

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

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

1 day, 7 hours назад @ atlasobscura.com
Alexander the Great Theatre in Mansfield, Connecticut
Alexander the Great Theatre in Mansfield, Connecticut Alexander the Great Theatre in Mansfield, Connecticut

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
Three Pieces of the Berlin Wall in Madrid, Spain
Three Pieces of the Berlin Wall in Madrid, Spain Three Pieces of the Berlin Wall 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.

1 day, 11 hours назад @ atlasobscura.com
Tulip Trestle in Richland Township, Indiana
Tulip Trestle in Richland Township, Indiana Tulip Trestle in Richland Township, 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.

2 days, 5 hours назад @ atlasobscura.com
Samy's Curry Restaurant in Singapore, Singapore
Samy's Curry Restaurant in Singapore, Singapore Samy's Curry Restaurant in Singapore, Singapore

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
Janine Iron and Washing Museum in Mossel Bay, South Africa
Janine Iron and Washing Museum in Mossel Bay, South Africa Janine Iron and Washing Museum in Mossel Bay, South Africa

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

The action you just performed triggered the security solution.

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

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

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

2 days, 11 hours назад @ atlasobscura.com
The Breathing Hole of the Earth, Found in South Dakota
The Breathing Hole of the Earth, Found in South Dakota The Breathing Hole of the Earth, Found in South Dakota

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, 13 hours назад @ atlasobscura.com
Hangry Planet in San Bruno, California
Hangry Planet in San Bruno, California Hangry Planet in San Bruno, 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.

5 days, 5 hours назад @ atlasobscura.com
National Lighthouse Museum in Staten Island, New York
National Lighthouse Museum in Staten Island, New York National Lighthouse Museum in Staten Island, 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.

5 days, 7 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 11 часов назад
British FinTech firm MillTech raises €51 million investment at €277 million valuation
British FinTech firm MillTech raises €51 million investment at €277 million valuation British FinTech firm MillTech raises €51 million investment at €277 million valuation

MillTech, a London-based risk management platform that provides next-gen FX hedging and cash investments for fund managers and corporates, today announced a €51 million ($60 million) minority investment.

The funding was sourced from the Apax Digital Funds, the growth equity arm of Apax Partners LLP, valuing MillTech at €277 million ($325 million).

Mark Beith, Partner at Apax Digital, commented: “FX hedging is too often an invisible drag on performance.

However, MillTech believes organisations continue to manage FX risk manually through fragmented processes and systems with limited transparency.

Today’s investment will support MillTech’s next phase of growth, accelerating its expansion acros…

11 часов назад @ eu-startups.com
Estonia’s Handhold raises €3 million to give every software buyer an AI account manager
Estonia’s Handhold raises €3 million to give every software buyer an AI account manager Estonia’s Handhold raises €3 million to give every software buyer an AI account manager

Handhold employs personal AI account managers that qualify leads, conduct demos, and activate users around the clock, enabling vendors to provide high-touch buyer experiences with the cost efficiency of self-serve models.

The company states that software buyers are now more informed and ready than ever, expecting quick access and tailored support.

According to Handhold, when selling software, companies choose between product-led and sales-led motions.

You can give a ten-person startup a personal account manager that works around the clock, in any language, without actually growing headcount,” said Georg Vooglaid, co-founder and CEO, Handhold.

The platform is working with more than 15 custom…

13 часов назад @ eu-startups.com
Accenture acquires Spain’s Keepler to deepen AI and data capabilities in Spain and EMEA
Accenture acquires Spain’s Keepler to deepen AI and data capabilities in Spain and EMEA Accenture acquires Spain’s Keepler to deepen AI and data capabilities in Spain and EMEA

Accenture has acquired Keepler Data Tech, a Spanish cloud-native AI and data startup, in order to further strengthen and expand Accenture’s ability to scale AI for clients in Spain and beyond.

Keepler is the latest in a series of strategic acquisitions aimed at expanding Accenture’s AI capabilities, including Faculty; the Palantir consultancy Decho; Palantir certified partner RANGR Data; Salesforce AI consultancy NeuraFlash; and AI company Halfspace.

“From day one, our mission at Keepler has been to help organizations turn data and AI into real, scalable outcomes,” says Juan María Aramburu, CEO of Keepler.

“By bringing Keepler into Accenture, we further strengthen our end-to-end AI and data…

14 часов назад @ eu-startups.com
Inside the exhibition hall of the EU-Startups Summit 2026
Inside the exhibition hall of the EU-Startups Summit 2026 Inside the exhibition hall of the EU-Startups Summit 2026

Startex: AI platform for M&A, focused on deal setup, matching and management.

HealthTechElephant Brain Lab: neuroscience and AI platform using multimodal physiological data for neurofeedback and human performance enhancement.

INDIS : They support businesses through property allocation, site management, upkeep, maintenance, and tenant services.

Its broader role is to support digital commerce by enabling secure and efficient money movement between buyers and sellers in different markets.

Da’Vinci AI: This AI company develops enterprise automation tools for small and medium-sized businesses, with a focus on customer interactions, workflow automation, and structured knowledge management.

15 часов назад @ eu-startups.com
London-based photo-organising startup Picnic acquired by French app publisher MWM
London-based photo-organising startup Picnic acquired by French app publisher MWM London-based photo-organising startup Picnic acquired by French app publisher MWM

Picnic, a London-based startup building an OS for photos to make it easy for people to organise their photo libraries, has been acquired by Paris-based mobile app publisher MWM.

Over the last 18 months, it has gained over 1.5 million users, reached €3.4 million ($4 million) in annual recurring revenue (growing 4x in 2025), and become profitable.

Regarding privacy, Picnic states that users’ photos remain on their devices, ensuring complete privacy and security.

In 2026, MWM launched MWM AI, a platform to transform simple prompts into truly native iOS apps with integrated App Store distribution, monetisation, and growth.

Alongside MWM AI, MWM has developed a portfolio of consumer apps spannin…

16 часов назад @ eu-startups.com
WeRoad COO Andrea Lamperini will speak at the EU-Startups Summit 2026 on May 7-8 in Malta
WeRoad COO Andrea Lamperini will speak at the EU-Startups Summit 2026 on May 7-8 in Malta WeRoad COO Andrea Lamperini will speak at the EU-Startups Summit 2026 on May 7-8 in Malta

We are excited to announce that Andrea Lamperini, COO at WeRoad, joins the speaker lineup of the EU-Startups Summit 2026 to share insights on scaling a community-led business across culturally diverse markets.

Founded in 2017, WeRoad is a travel platform that connects millennials and Gen Z through group adventures designed to foster real-life connections.

The company combines curated travel experiences with a strong community-driven model, turning strangers into travel companions and building a global network of like-minded travellers.

Originally launched in Italy, WeRoad has expanded internationally with operations in Spain, the UK, France, and Germany, alongside the growth of its global p…

16 часов назад @ eu-startups.com
Dutch startup AirHub secures €4.4 to build mission-critical drone software for Europe’s security and defence operations
Dutch startup AirHub secures €4.4 to build mission-critical drone software for Europe’s security and defence operations Dutch startup AirHub secures €4.4 to build mission-critical drone software for Europe’s security and defence operations

AirHub, a Groningen-based drone operations software company, has secured €4.4 million in Series A funding to boost its growth as a leading European provider of software for executing drone missions in security, defence, public safety, and critical infrastructure.

Thomas Brinkman, Co-CEO and co-founder of AirHub, said, “This funding helps us accelerate AirHub’s growth as a European software company serving​ organisations that operate in high-stakes environments.

As a European company, AirHub claims that it is building that capability, helping strengthen Europe’s independence, resilience and data sovereignty in mission-critical drone operations.

AirHub develops software that helps organisatio…

18 часов назад @ eu-startups.com
Bristol’s Narwhal Labs secures €22.9 million and launches DeepBlue OS, its autonomous communications platform
Bristol’s Narwhal Labs secures €22.9 million and launches DeepBlue OS, its autonomous communications platform Bristol’s Narwhal Labs secures €22.9 million and launches DeepBlue OS, its autonomous communications platform

The company has also announced the launch of DeepBlue OS, an autonomous communications platform designed to replace fragmented, human-led response models with always-on agentic AI.

“We built DeepBlue OS as a utility – you switch it on, you pay for what you use, and it works.

The fact it can be deployed quickly, without the usual complexity, makes it highly compelling.”According to Narwhal Labs, it has built DeepBlue OS to manage the full lifecycle of communications.

The company states that DeepBlue OS is designed for use in complex and regulated environments such as housing, financial services, insurance, government, and retail.

API integrations connect DeepBlue OS directly into existing CR…

19 часов назад @ eu-startups.com
With 74% of businesses planning agentic AI deployment, Trent AI secures €11 million in Seed funding
With 74% of businesses planning agentic AI deployment, Trent AI secures €11 million in Seed funding With 74% of businesses planning agentic AI deployment, Trent AI secures €11 million in Seed funding

London-based Trent AI, an agentic security company, today announced its €11 million ($13 million) Seed round as it emerges from stealth with a layered security solution built for the agentic era.

The UK stands out in particular, as three of the closest comparable rounds are also London-based, placing Trent AI in a notably active domestic cluster.

“We believe Trent AI is well placed to define this category.”Founded in 2025, Trent AI aims to redefine agentic AI with context-driven agentic security.

By orchestrating these agents across customer workflows, Trent AI transforms agentic security into a continuous part of agent development.

“Agentic systems are quickly becoming part of the software…

1 day, 10 hours назад @ eu-startups.com
PLD Space adds €30 million EIB loan as it advances toward MIURA 5 test flight
PLD Space adds €30 million EIB loan as it advances toward MIURA 5 test flight PLD Space adds €30 million EIB loan as it advances toward MIURA 5 test flight

PLD Space will also be present in the upcoming EU-Startups Summit, where they will join a panel of experts to discuss “Insights from European Space Innovators“.

“Securing this unique €30 million financing from the European Investment Bank marks a decisive milestone for PLD Space and for Europe’s space industry.

“With its innovative rocket technology and infrastructure, PLD Space is taking important steps in this direction.

The PLD Space financing agreement makes a strong contribution to the eight core priorities set out in the EIB Group 2024-2027 Strategic Roadmap.

“With this new financing, PLD Space has now secured €210 million so far in 2026, following the €180 million Series C closed in …

1 day, 11 hours назад @ eu-startups.com
David Trayford, communication expert and creator of talkware, will join the EU-Startups Summit 2026!
David Trayford, communication expert and creator of talkware, will join the EU-Startups Summit 2026! David Trayford, communication expert and creator of talkware, will join the EU-Startups Summit 2026!

We are excited to announce that David Trayford, educator, advisor, and creator of talkware, returns to the EU-Startups Summit 2026 on May 7-8 in sunny Malta!

He is the creator of “talkware”, a practical system used globally to support clearer communication and stronger business storytelling.

At the Summit, David will deliver a Growth Stage keynote titled “Innovation begins with Communication: The 7 ingredients you need to perfect your startup communication”.

Join us at the EU-Startups Summit 2026 for two days of learning, networking, and inspiration.

The IONOS Cloud Start-up Program provides young companies with up to €100,000 in cloud credits for up to five years after their founding.

1 day, 12 hours назад @ eu-startups.com
neuroClues raises €10 million Series A to become the brain’s stethoscope for early diagnosis of neurological disorders
neuroClues raises €10 million Series A to become the brain’s stethoscope for early diagnosis of neurological disorders neuroClues raises €10 million Series A to become the brain’s stethoscope for early diagnosis of neurological disorders

neuroClues warns that the number of people affected by Parkinson’s disease worldwide is expected to double to 13 million by 2040.

neuroClues has developed a portable, CE-marked class IIa medical device that quickly extracts neurological biomarkers from eye movements.

neuroClues assists clinicians in objectively evaluating neurological anomalies, replacing the subjective “follow my finger” test with quantified, reproducible data.

The company also reports growing inbound demand from clinicians who have seen the device at congresses or referenced by peers.

The company also states it was chosen by Bpifrance’s National Prevention Accelerator, supporting the commercialisation with dedicated assis…

1 day, 14 hours назад @ eu-startups.com
British GovTech scale-up Fivium secures BGF investment to scale public sector software offering
British GovTech scale-up Fivium secures BGF investment to scale public sector software offering British GovTech scale-up Fivium secures BGF investment to scale public sector software offering

London-based GovTech scale-up Fivium, a public sector software provider, has raised a “multi-million pound” minority investment from growth capital investor BGF to back its next phase of expansion.

Matt Fletcher, CEO and co-founder of Fivium, says: “This investment marks the next exciting chapter for Fivium.

Our software platform and digital solutions enable public bodies to deliver effective, transparent and well – governed services, and BGF’s backing allows us to accelerate that mission.

Its flagship software platform, eCase, is a flexible case management solution used across a wide range of applications, covering Data Protection, Freedom of Information and citizen engagement.

Their produ…

1 day, 15 hours назад @ eu-startups.com
Lisbon’s Bondstone launches VC arm and unveils €50 million DeepTech fund
Lisbon’s Bondstone launches VC arm and unveils €50 million DeepTech fund Lisbon’s Bondstone launches VC arm and unveils €50 million DeepTech fund

Bondstone Ventures operates as a fund management company authorised and supervised by the Portuguese Securities Market Commission (CMVM), providing a fully regulated platform for venture capital investment.

“Bondstone Ventures represents a natural extension of our investment philosophy and values.

Its venture capital business supports Europe’s most promising DeepTech companies at the Seed and early-stage.

Both management firms operate as regulated investment management firms under CMVM oversight.

Alongside its investment efforts, Bondstone Ventures is also forging strong links with the scientific and academic communities, the firm revealed.

1 day, 16 hours назад @ eu-startups.com
Sofia’s nFuse bags €1.7 million to bring AI-powered ordering to fragmented trade, not another app
Sofia’s nFuse bags €1.7 million to bring AI-powered ordering to fragmented trade, not another app Sofia’s nFuse bags €1.7 million to bring AI-powered ordering to fragmented trade, not another app

nFuse, a Sofia-based Intelligent B2B company acting as the ordering and communication layer between brands and their distribution networks, has raised a €1.7 million ($2 million) in investment.

According to the company, the adoption rates for B2B ordering apps in fragmented trade are approximately 15%.

The company states that fragmented trade, comprising independent retailers, small shops, and kiosks, dominates commerce in emerging markets and accounts for over €4.3 trillion ($5 trillion) globally.

Outlets themselves are choosing nFuse as their primary ordering channel over portals, call centres, or waiting for a rep,” nFuse mentioned in the press release.

The company works with leading FMC…

1 day, 18 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 12 часов назад
March 2026's top 10 European tech deals you need to know about
March 2026's top 10 European tech deals you need to know about March 2026's top 10 European tech deals you need to know about

European tech activity in March 2026 eased slightly compared to February, while overall market conditions remained stable.

The ecosystem recorded 292 funding deals and €7.5 billion raised, down marginally from 296 deals and €7.8 billion in February, reflecting declines of 1.4 per cent and 3.8 per cent respectively.

UK funding fell to €2.6 billion from €3.8 billion in February, a 31.6 per cent decrease, indicating lower capital concentration month-on-month.

For her more detailed review and more in-depth analyses of the European tech ecosystem, including industry and country performance, exit activities, and more, check out our March report.

Here are the 10 largest tech deals in Europe from M…

12 часов назад @ tech.eu
Handhold raises €3M to replace fragmented software buying journeys with AI account managers
Handhold raises €3M to replace fragmented software buying journeys with AI account managers Handhold raises €3M to replace fragmented software buying journeys with AI account managers

Handhold automates the inbound customer journey, from first interaction to renewal, using AI account managers that qualify leads, run demos, and activate users around the clock.

Turning every prospect into a managed accountAccording to Vooglaid:“With AI agents, we can now replicate that one-to-one experience at scale because the economics work.

Vooglaid sees the real competitive battleground in building a persistent AI account manager that supports customers across the entire journey.

Where AI agents work today and gain the most tractionHandhold soft-launched in September 2025 and grew to a strong six-figure ARR run rate by year-end.

According to Pieterjan Bouten, Partner at Entourage Capit…

14 часов назад @ tech.eu
Verne launches Europe’s first commercial robotaxi service in Zagreb
Verne launches Europe’s first commercial robotaxi service in Zagreb Verne launches Europe’s first commercial robotaxi service in Zagreb

Verne today announced the launch of Europe’s first commercial robotaxi service, starting in Zagreb, Croatia.

The commercial service is the result of several years of development and close collaboration with regulators, positioning Verne among the leaders of autonomous mobility in Europe.

“For the first time in Europe, there is a real commercial robotaxi service.

Verne​​ ​​ will also eventually deploy the company’s purpose-built autonomous vehicle, a two-seat robotaxi designed specifically for driverless ride-hailing.

In September last year, Einride completed the first successful European cross-border operation of a cableless electric autonomous vehicle without a human driver onboard.

15 часов назад @ tech.eu
Funding dips, but fundamentals hold: European tech raises €7.5B in March
Funding dips, but fundamentals hold: European tech raises €7.5B in March Funding dips, but fundamentals hold: European tech raises €7.5B in March

European tech activity in March 2026 showed a modest cooling compared to February, while overall market conditions remained stable.

The ecosystem recorded 292 funding deals and €7.5 billion in total capital raised, compared to 296 deals and €7.8 billion in February, representing declines of 1.4 per cent and 3.8 per cent respectively.

CompaniesOut of 292 deals in March, 13 companies raised more than €100 million each.

The largest deal in March 2026 was Nscale’s €1.7 billion Series C, valuing the company at $14.6 billion.

IndustriesAI was the leading sector by investment volume in European tech startups in March 2026, capturing 24.8 per cent of the month’s total funding, at €1.8 billion.

16 часов назад @ tech.eu
European Tech.eu Pulse: key trends and investment in March (free report)
European Tech.eu Pulse: key trends and investment in March (free report) European Tech.eu Pulse: key trends and investment in March (free report)

At Tech.eu, we keep track of the investment landscape with data-driven insights.

Our Tech.eu Insiders enjoy unlimited, exclusive access to all our content, including market-intelligence analysis, reports, articles, and useful insights on tech trends and developments.

But we know that a lot of folks interested in tech might not have the funds for a subscription.

In response, we're offering compact versions of our monthly reports to all of our readers.

Our versions offer a glimpse into the valuable insights provided by our monthly reports, covering key investment trends, notable company activities, and emerging industry sectors.

16 часов назад @ tech.eu
Eilla AI executes Europe’s first AI-native M&A deal
Eilla AI executes Europe’s first AI-native M&amp;A deal Eilla AI executes Europe’s first AI-native M&amp;A deal

I spoke to Petar Petrov, Chief Commercial Officer and co-founder of Eilla AI, to learn more.

Eilla AI runs a structured process similar to what top-tier investment banks use, but applied to the SMB market.

It is a completed deal.”The founders of both acquired companies credited Eilla AI with making the transactions possible.

For Eilla AI, client response tends to fall into two distinct categories, according to Petrov.

Scaling M&A for the long tail of businessesThe deal executed by Eilla AI arrives at a moment of acute structural pressure on the European M&A market.

17 часов назад @ tech.eu
OpenAI and Spotify leaders back London-based AI agent security startup in $13M seed round
OpenAI and Spotify leaders back London-based AI agent security startup in $13M seed round OpenAI and Spotify leaders back London-based AI agent security startup in $13M seed round

A London-based startup which helps mitigate risks and vulnerabilities of businesses deploying so-called AI agents or AI tools that can complete specific tasks has emerged from stealth with a $13m seed round.

The funding round in Trent AI was led by LocalGlobe and Cambridge Innovation Capital, with participation from leaders at OpenAI, Spotify, Databricks, and Amazon Web Services.

AI agents and autonomous workflows introduce new security risks that traditional security tools were not designed to address, it says.

Trent AI says its product secures AI agents with specialised AI security agents that continuously scan environments, judge risk, mitigate vulnerabilities, and evaluate overall secur…

1 day, 10 hours назад @ tech.eu
WholeSum tops up Pre-Seed with $335K to fix AI’s trust problem in text analytics
WholeSum tops up Pre-Seed with $335K to fix AI’s trust problem in text analytics WholeSum tops up Pre-Seed with $335K to fix AI’s trust problem in text analytics

The round comes amid growing demand from enterprises in high-trust sectors, where organisations are increasingly finding that existing AI tools fail to deliver reliable, auditable insight from large volumes of text data.

While most organisational data is unstructured, teams continue to struggle to analyse it at scale.

Founded by Emily Kucharski and Dr Adam Kucharski, WholeSum was born out of the founders’ frustration with existing AI tools while analysing large-scale qualitative datasets in a previous venture.

Early work with universities, financial institutions and pharmaceutical companies has demonstrated that the most valuable early signals are often buried in unstructured text data rath…

1 day, 15 hours назад @ tech.eu
“All of us live in the dark, we don’t have anything better to do than build,” says Baltic hacker house organiser
“All of us live in the dark, we don’t have anything better to do than build,” says Baltic hacker house organiser “All of us live in the dark, we don’t have anything better to do than build,” says Baltic hacker house organiser

But across Scandinavia and the Baltics, the hacker house mentality, the esprit de corps, is particularly acute, given the relative smallness of the markets.

They are now enjoying a resurgence, with a more explicit hacker house/ builder lab format.

ShipyardMeanwhile, across the Baltics, in Latvia, another newish hacker house space is the AI-centred Shipyard.

It is a venture studio that builds startups from the ground up, with a hacker house mentality.

Sophus Blom-Hanssen, who runs the operation, said there is nothing like Bifrost House in Europe, given the scale of its ambitions.

1 day, 15 hours назад @ tech.eu
Xoople raises $130M Series B to build Earth’s system of record
Xoople raises $130M Series B to build Earth’s system of record Xoople raises $130M Series B to build Earth’s system of record

Xoople, the data infrastructure company building a global system of record for physical change on Earth, has closed a $130 million Series B round.

The company refers to this infrastructure as the “Earth’s System of Record,” designed to connect digital systems with real-time physical-world intelligence.

Every major computing era creates a new system of record; those that define that system become the economic centers of that era.

We are building the system of record for the physical world in the AI era with Xoople.

Xoople’s mission is to provide organisations with access to real-time physical-world intelligence, supporting the next generation of AI systems.

1 day, 17 hours назад @ tech.eu
nFuse raises $2M as messaging overtakes B2B ordering apps
nFuse raises $2M as messaging overtakes B2B ordering apps nFuse raises $2M as messaging overtakes B2B ordering apps

Adoption rates for B2B ordering apps in fragmented trade hover around 15 per cent.

They didn't learn about fragmented trade from market research - they lived it, visiting thousands of small retailers and watching firsthand as digital initiatives repeatedly failed to gain traction.

"We were the people being asked to make these B2B platforms work," Radov explains.

nFuse hits 70 per cent where B2B platforms stallThe numbers back the approach: while traditional B2B platforms struggle to reach 10–15 per cent adoption, nFuse reports 70 per cent+ adoption among enterprise clients.

Traditional B2B ordering - whether through sales reps, call centres, or underused portals - carries a high cost per tr…

1 day, 18 hours назад @ tech.eu
European tech weekly recap: More than 60 tech funding deals worth over €1.2B
European tech weekly recap: More than 60 tech funding deals worth over €1.2B European tech weekly recap: More than 60 tech funding deals worth over €1.2B

Last week, we tracked more than 60 tech funding deals worth over €1.2 billion, and over 5 exits, M&A transactions, rumours, and related news stories across Europe.

📊 The top three industries that raised the most were artificial intelligence (€733.5 million), fintech (€232.6 million), and food (€73.7 million).

Regionally, 🇫🇷 France took first place (€808.2 million), followed by 🇬🇧 the UK (€227.7 million) and 🇩🇪 Germany (€79.3 million).

❗ Now, let's get you up to speed on everything that happened last week, including your handy.csv file, allowing for an even more in-depth analysis.

2 days, 17 hours назад @ tech.eu
Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled
Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled Mistral raises $830M, 9fin hits unicorn status, and new Tech.eu Summit speakers unveiled

This week, we tracked more than 60 tech funding deals worth over €1.2 billion and over 5 exits, M&A transactions, rumours, and related news stories across Europe.

Alongside the week’s top funding rounds, we’ve highlighted key industry developments, as well as notable trends in European venture activity, investor moves and emerging sectors shaping the current funding landscape.

This week we shared the announcement of 🎤 new speakers for the 🇬🇧 Tech.eu Summit London 2026, taking place on 21–22 April at the Queen Elizabeth II Centre in London, featuring senior leaders, founders, and investors from leading organisations shaping technology across Europe and beyond.

If email is more your thing, yo…

5 days, 11 hours назад @ tech.eu
Wearable Robotics closes €5M Series A to scale development
Wearable Robotics closes €5M Series A to scale development Wearable Robotics closes €5M Series A to scale development

Wearable Robotics, an Italy-based company developing wearable robotics for neuromotor rehabilitation, has raised €5 million in a Series A funding round to support international expansion and product development.

The company develops rehabilitation solutions that combine wearable robotics with augmented and virtual reality technologies, aiming to improve neuromotor recovery and support activities of daily living.

Building on this foundation, Wearable Robotics is focused on expanding its product portfolio with modular and integrable robotic solutions that extend applications across additional rehabilitation areas.

This includes the development of new partnerships and entry into key regions, p…

5 days, 16 hours назад @ tech.eu
Omniscient raises $4.1M to strengthen data-driven executive decision-making
Omniscient raises $4.1M to strengthen data-driven executive decision-making Omniscient raises $4.1M to strengthen data-driven executive decision-making

Paris-based Omniscient, a decision intelligence platform for boards and senior executives, has raised $4.1 million in pre-seed funding.

As corporate reputation continues to represent a significant share of enterprise value, organisations face growing challenges from fragmented data sources, reactive workflows, and the limitations of manual monitoring.

Founded by Arnaud d’Estienne and Mehdi Benseghir, both former McKinsey consultants, Omniscient aims to address these challenges by providing a unified intelligence layer for senior leadership.

It gives executive teams the intelligence they need, and frees the operational teams around them to focus on what actually moves the needle, rather than…

6 days, 11 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 2 days, 18 hours назад
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.

2 days, 18 hours назад @ 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 days, 9 hours назад @ 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.

2 weeks, 2 days назад @ techcrunch.com
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

1 month, 2 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.

2 months назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

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

3 months, 2 weeks назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

5 months, 3 weeks назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

6 months, 2 weeks назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

6 months, 2 weeks назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

6 months, 3 weeks назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

6 months, 3 weeks назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

8 months, 1 week назад @ techcrunch.com
Neobank Revolut seeks $65B valuation, a year after its $45B deal
Neobank Revolut seeks $65B valuation, a year after its $45B deal

Europe’s fintech darling Revolut is looking to raise a new funding round that would give it a $65 billion valuation, the Financial Times reports. The UK-based company is reportedly in talks to raise around $1 billion by issuing new shares and selling existing ones. The US-based firm Greenoaks is said to be leading the round, […]

9 months назад @ techcrunch.com