Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Belgian car salesman becomes prince after DNA test proves royal parentage
Belgian car salesman becomes prince after DNA test proves royal parentage

Comments

1 час назад @ edition.cnn.com
Anthropic appears to be A/B testing reduced effort levels in Claude Code
Anthropic appears to be A/B testing reduced effort levels in Claude Code Anthropic appears to be A/B testing reduced effort levels in Claude Code

Nothing to see hereLooks like this page doesn’t exist.

Here’s a picture of a poodle sitting in a chair for your trouble.

1 час назад @ twitter.com
Anthropic IPO filing will show AI backlash as a risk factor, sources say
Anthropic IPO filing will show AI backlash as a risk factor, sources say

Comments

2 часа назад @ cnbc.com
Learning about "The Unix Time-Sharing System"
Learning about "The Unix Time-Sharing System"

Hey there -The feature in this month's newsletter is The Unix Time-Sharing System, by Dennis Ritchie and Ken Thompson.

Dennis Ritchie, The Unix Time-Sharing System Unix was initially written by Ken Thompson.

Dennis Ritchie & Ken Thompson, The Unix Time-Sharing System We live in a world where this is such a mundane statement.

Ken Thompson, Unix And Beyond, 1999 Ken stumbled upon something that's still hitting us hard today, you should treat different things differently.

Dennis Ritchie & Ken Thompson, The Unix Time-Sharing System So what's a comfile?

2 часа назад @ playtechnique.io
ElevenLabs, TwelveLabs, ThirteenLabs
ElevenLabs, TwelveLabs, ThirteenLabs

ElevenLabs, TwelveLabs, ThirteenLabs, …You may have heard of the speech synthesis company ElevenLabs.

Recently a friend mentioned they knew someone who worked at a company called TwelveLabs that does AI for video (it feels like it must have been intended to play on the fact that ElevenLabs does audio, but I don't know for sure).

Jokingly, I googled "thirteenlabs" and was surprised to find an AI for 3D scenery project.

Every company sort of wants to be an AI company now, so it's hard to definitely say what companies are AI related.

Why call your AI startup "68labs"?

3 часа назад @ quantumi.sh
Digging the grave of my job: Hollywood creatives training AI to do their jobs
Digging the grave of my job: Hollywood creatives training AI to do their jobs Digging the grave of my job: Hollywood creatives training AI to do their jobs

Hollywood creatives are taking gig work to train AI models to replicate their skills in a bid to offset tightening earnings in a trend one compared to being “handed a shovel and asked to dig the grave of my profession”.

It comes amid a slump in jobs in the motion picture and sound recording industries, where AI is starting to take roles from actors, editors and special effects artists.

Netflix this month revealed it used AI in 300 of its 1,000 titles in 2026, and directors including Ron Howard are starting to embrace the technology.

She would train the AI to base the plan on documents including emails, a shooting script and other production materials.

Mercor, Micro1 and Handshake are three …

4 часа назад @ theguardian.com
A Friendly Introduction to Racket
A Friendly Introduction to Racket A Friendly Introduction to Racket

Its unofficial motto is language-oriented programming: if your problem needs its own language, Racket lets you build one in an afternoon.

On the first line of the definitions area, write:#lang racketThat line tells Racket which language you're using (remember: Racket is a language factory, so you have to pick one).

Definitions and functions#lang racket ( define pi-approx 3.14159 ) ( define ( circle-area r ) ( * pi-approx r r )) ( circle-area 2 ) ; => 12.56636define with a name creates a constant.

Anonymous functions use lambda (yes, that lambda Church's lambda calculus from the 1930s is the theoretical grandparent of all this):( lambda ( x ) ( * x x )) ; a function with no name (( lambda ( …

4 часа назад @ geometridae.bearblog.dev
The New MCP Roadmap
The New MCP Roadmap The New MCP Roadmap

Today we’re excited to publish an updated roadmap for the Model Context Protocol (MCP), covering the next specification release and beyond.

Unifying on one transport lets us simplify MCP server and client development even further.

Agent identity and enterprise-ready security#MCP authorization today is built around a person approving access in a browser.

We want MCP servers to have a standardized way to recognize and trust those agent identities, built on existing standards rather than pasted API keys and long-lived tokens.

We’re excited to work with the community to review and build on the proposals that support this roadmap.

4 часа назад @ blog.modelcontextprotocol.io
A Kantian Critique of "Sorry" by Justin Bieber
A Kantian Critique of "Sorry" by Justin Bieber

Comments

5 часов назад @ decodingvibes.com
Hook, hold, harvest and hide: Meta's alleged strategy laid out in first week
Hook, hold, harvest and hide: Meta's alleged strategy laid out in first week Hook, hold, harvest and hide: Meta's alleged strategy laid out in first week

Meta’s business can be boiled down to four words that begin with the letter H: hook, hold, harvest, hide, according to a lawyer who is prosecuting the world’s largest social media company.

Her accusation opened the blockbuster trial against the US tech company on Tuesday in Oakland, California, just north of Meta’s headquarters in Silicon Valley.

View image in fullscreen Lennon Torres of Heat Initiative holds a banner with the names of young people who died as a result of social media outside the Ronald V Dellums federal building on 18 August.

Photograph: Noah Berger/APEight jurors heard from O’Neill and attorneys for Meta this week, along with testimony from former employees and a psycholo…

6 часов назад @ theguardian.com
A formal degree and algorithmic problem-solving is the answer. Always has been
A formal degree and algorithmic problem-solving is the answer. Always has been A formal degree and algorithmic problem-solving is the answer. Always has been

We need a hard filter for people who want to use AI on a computer for the purpose of programming it.

Experience has shown that, things rarely work out in the long-term if you aim to have a successful career without a degree or by skirting coding interviews.

Neither the prestigious degree nor the good proficiency in algorithmic problem-solving guarantee a career success.

Before being able to afford a prestigious education and time to indulge in algorithmic problem-solving, I wrote software to survive.

Things did not start working out until I stopped being naive and hard-working and started cutting people off and taking what I deserve.

6 часов назад @ zaksa.zip
Canada suspends trade negotiations with USA and match tariffs dollar for dollar
Canada suspends trade negotiations with USA and match tariffs dollar for dollar

Comments

7 часов назад @ pm.gc.ca
Z80–The 1970s Microprocessor Still Alive
Z80–The 1970s Microprocessor Still Alive Z80–The 1970s Microprocessor Still Alive

Comments

8 часов назад @ computer.org
Munder Difflin – Agent harness to run an office of your clones
Munder Difflin – Agent harness to run an office of your clones Munder Difflin – Agent harness to run an office of your clones

WHAT EACH TEAM MEMBER GETSUnderstand your harnesses’ capabilities.

Munder Difflin doesn't give your team one shared bot.

It acts as a clone of the individual and controls their computer.

8 часов назад @ munderdiffl.in
Embedded AI
Embedded AI Embedded AI

Download Chapter 9: Sensor Machine LearningYou already know how to build embedded systems.

Adding AI to an embedded device takes more than training a model.

Drawing on more than 30 years of embedded engineering experience, David Such takes you through the complete engineering process.

You’ll build:A wake-word detector that responds to your voiceA real-time AI noise suppressorAn AI-powered MIDI synthesizer that composes musicA battery monitor that collects its own training dataA person detector that runs a neural network on a camera boardWhether you’re an embedded developer adding AI to your products, a machine learning practitioner moving onto embedded hardware, or a maker ready to move bey…

9 часов назад @ nostarch.com
Hacker News Hacker News
последний пост 1 час назад
Canada will match US tariffs 'dollar for dollar' as trade talks break down
Canada will match US tariffs 'dollar for dollar' as trade talks break down Canada will match US tariffs 'dollar for dollar' as trade talks break down

TikTok to pay $400m to US in one of largest child privacy settlementsThe deal stems from a 2024 lawsuit alleging TikTok and its parent company ByteDance collected "vast amounts of data" on millions of users under the age of 13.

12 часов назад @ bbc.com
4 in 10 travellers visit tourist sites to capture social media content
4 in 10 travellers visit tourist sites to capture social media content 4 in 10 travellers visit tourist sites to capture social media content

Gen Z turns to TikTokWhen looking for travel inspiration and ideas for things to do, travellers use a wide range of sources.

Among Gen Z travellers, TikTok is the leading source of travel inspiration, cited by 48%, ahead of recommendations from family and friends, at 43%.

37% of travellers say they feel the need to make their trips look exciting on their social media profiles, a figure that rises to 45% among Gen Z.

The constant presence of social media can also affect travel companionship.

For 18% of respondents, an obsession with photos and social media can be considered a red flag when choosing a travel companion.

13 часов назад @ tuigroup.com
GPT 5.6 Sol 20% price reduction
GPT 5.6 Sol 20% price reduction GPT 5.6 Sol 20% price reduction

GPT-5.6 Sol costs $4 per million input tokens and $20 per million output tokens, a 20% reduction in input pricing and a 33% reduction in output pricing.

GPT-5.6 Sol’s promotional pricing is available at least through November 21, 2026.

Prompts with >272K input tokens are priced at 2x input and 1.5x output for the full request.

Cache writes are billed at 1.25x the uncached input token rate.

13 часов назад @ developers.openai.com
Early Humans Likely Ate Carbs and Sugary Foods
Early Humans Likely Ate Carbs and Sugary Foods Early Humans Likely Ate Carbs and Sugary Foods

Neu „Wie haben die Menschen das geschafft?“ – Tom Hanks über seine neue Doku-Serie zum Zweiten Weltkrieg

15 часов назад @ history.de
US Debt-to-GDP Ratio
US Debt-to-GDP Ratio US Debt-to-GDP Ratio

— Sarah M."Love the real-time updates and Treasury data transparency" — John D."Best US debt tracker I've found.

Clean design, accurate data."

— Mike R."great" — Anonymous"The daily trend chart is incredibly useful for tracking changes" — Lisa K."informative" — Anonymous"Simple, fast, and reliable.

— Emily W."tells the real story" — Anonymous"The section on REITs is great advice for cash flow.

Clean design, accurate data."

17 часов назад @ us-debt-clock.com
There's no reason for software to be slow anymore
There's no reason for software to be slow anymore There's no reason for software to be slow anymore

Optimizing for a class of workloadLet's try this out with FRE, the regex engine we built in the last post.

Recall that it was created by having an agent loop for a month on improving regex engine performance with access to the rebar regex benchmark suite.

There's no particular reason to use a "software factory" regex engine that doesn't beat a well-tested regex engine on holdout benchmarks, but one notable thing about FRE was that the native AOT compiled version did quite well at longer searches.

The optimizations run on a set of queries, and then there's a later holdout set of queries to run against.

WhereIn terms of how long ripgrep queries took, this is actually shorter than I expected.

17 часов назад @ danluu.com
Initial focus for our partnership with Motorola is a regular non-folding device
Initial focus for our partnership with Motorola is a regular non-folding device Initial focus for our partnership with Motorola is a regular non-folding device

To use the Mastodon web application, please enable JavaScript.

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

17 часов назад @ grapheneos.social
HN: The Good Parts (2016)
HN: The Good Parts (2016) HN: The Good Parts (2016)

I think that’s sad -- there’s a lot of great material on HN (and yes, even more not-so-great material).

(3) Access to good ramp space, that is, where to park and service the airplanes and sort the packages.

If you read HN, on any given week, there are at least as many good, substantial, comments as there are posts.

This is different from every other modern public news aggregator I can find out there, and I don’t really know what the ingredients are that make HN successful.

That sometimes prematurely buries stories with good discussion, but much more often, it buries stories that draw pointless flamewars.

18 часов назад @ danluu.com
Paul Atkins Misreads Adam Smith and the American Founding
Paul Atkins Misreads Adam Smith and the American Founding Paul Atkins Misreads Adam Smith and the American Founding

Jefferson may have encountered Smith’s ideas before 1776, but there is no evidence that “The Wealth of Nations” shaped the Declaration.

That missing half of the founding tradition becomes impossible to ignore when Mr. Atkins turns to cryptocurrency.

Mr. Atkins’s crypto agenda is difficult to reconcile with his tribute to Adam Smith, because Smith did not regard money and banking as a realm beyond public law.

If Mr. Atkins is looking for a lesson about socialism, he might begin with the history of the agency he leads.

Mr. Atkins wants the founders to bless a world in which public power retreats and private financial power is presumed innocent.

18 часов назад @ sites.duke.edu
Show HN: OzBrain, a shared brain for knowledge between agents and your team
Show HN: OzBrain, a shared brain for knowledge between agents and your team Show HN: OzBrain, a shared brain for knowledge between agents and your team

Look at what you know about how I actually work, including past conversations, saved memory, projects, teammates, clients, shared documents, and handoffs.

If you have evidence of team or collaborator work, make one reason about how a shared brain could keep everyone and their agents working from the same current knowledge.

If I say yes: 1.

Guide me one step at a time to add OzBrain as a custom MCP connector in the agent or app I am using.

Recommend which identified item to add first and whether it belongs in my personal brain or a new shared brain.

19 часов назад @ ozbrain.com
Pentagon dismisses Stars and Stripes leadership after opposition to interference
Pentagon dismisses Stars and Stripes leadership after opposition to interference Pentagon dismisses Stars and Stripes leadership after opposition to interference

ShareThe Pentagon on Friday fired the editor-in-chief of Stars and Stripes and a top reporter for insubordination after they spoke publicly against any interference by the Defense Department in the military news outlet that has a long history of editorial independence.

Slavin said he was being fired “for stating in a CBS interview that hypothetical censorship of news for service members would constitute a red line.” Korte participated in the same interview.

“I stand by the principle that Stars and Stripes must remain editorially independent, as required by law and by the department’s own policies,” Slavin said.

It was unclear whether Urban, currently titled “military deputy to the publisher…

19 часов назад @ apnews.com
Three important steps in my maturation process
Three important steps in my maturation process

Comments

19 часов назад @ thomasdullien.github.io
'Ghost Job' Ads Are Getting So Bad That Lawmakers Want to Ban Them
'Ghost Job' Ads Are Getting So Bad That Lawmakers Want to Ban Them

Please enable JS and disable any ad blocker

20 часов назад @ wsj.com
Remotely Unlocking Electric Scooters
Remotely Unlocking Electric Scooters Remotely Unlocking Electric Scooters

And the app was already pointing me at an easier road: find a real user and go after their password.

Nothing throttled the repeated tries, and a working password eventually turned up, so the panel login went through.

Everything after this rests on a real session I caught in Burp.

I needed to know the command actually reached a real scooter.

ConclusionThe road to unlocking a scooter remotely didn't start with fancy reverse engineering or some rare crypto flaw.

20 часов назад @ henriemategui.com
SalesPatriot (YC W25) Is Hiring Forward Deployed Engineers
SalesPatriot (YC W25) Is Hiring Forward Deployed Engineers SalesPatriot (YC W25) Is Hiring Forward Deployed Engineers

We're replacing that with an AI-native platform that makes aerospace, electronics, industrial, and defense supply-chain operations nearly autonomous.

Weekdays are onsite (Wisconsin, New York, Miami, Los Angeles); weekends we regroup at the SF HQ to debrief and keep building.

Keep finding and killing their most pressing problems, leading org-wide scaling, until SalesPatriot is the operating system their business runs on.

Personable: clients trust you, like you, and look forward to your updates.

The ProcessCall with engineer → 1hr technical test → Call with founder → fly out to SF HQ (on us) → offer.

21 час назад @ ycombinator.com
Lobsters Lobsters
последний пост 33 минуты назад
A 2026 Survey of Rust GUI Libraries
A 2026 Survey of Rust GUI Libraries A 2026 Survey of Rust GUI Libraries

move_to ( 0 , cx ) ; } fn end ( & mut self , _ : & End , _ : & mut Window , cx : & mut Context < Self > ) { self .

len ( ) , cx ) ; } fn backspace ( & mut self , _ : & Backspace , window : & mut Window , cx : & mut Context < Self > ) { if self .

replace_text_in_range ( None , "" , window , cx ) } fn delete ( & mut self , _ : & Delete , window : & mut Window , cx : & mut Context < Self > ) { if self .

replace_text_in_range ( None , "" , window , cx ) } fn on_mouse_down ( & mut self , event : & MouseDownEvent , _window : & mut Window , cx : & mut Context < Self > , ) { self .

replace ( "" , " " ) , window , cx ) ; } } fn copy ( & mut self , _ : & Copy , _ : & mut Window , cx : & mut Context <…

33 минуты назад @ blog.wybxc.cc
Linus Torvalds uses AI to debug an Intel GPU driver bug
Linus Torvalds uses AI to debug an Intel GPU driver bug Linus Torvalds uses AI to debug an Intel GPU driver bug

get_flat_ccs_offset() reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K.

Everything below that offset is then handed to the VRAM allocator as usable memory.

The scaled value has no reason to be 128K aligned, and on a Battlemage G21 with 16 GiB it is not: flat CCS base: raw 0x3fafff800, rounded 0x3fb000000 so the last 2 KiB of page 0x3fafff000 is CCS storage, in the allocator's pool.

Replace it with one that can fail: CCS storage must not run into GSM.

- Linus ] Fixes: 3717339 ("drm/xe/vram: fix ccs offset calculation") Cc: [email protected] Signed-off-by: Linus Torvalds

2 часа назад @ github.com
nss-userhosts - hosts files for unprivileged users
nss-userhosts - hosts files for unprivileged users

Comments

2 часа назад @ codeberg.org
InjectionBunny, a NTFS3 SUID injection for privilege escalation
InjectionBunny, a NTFS3 SUID injection for privilege escalation InjectionBunny, a NTFS3 SUID injection for privilege escalation

You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping websites.

This can and does cause downtime for the websites, which makes their resources inaccessible for everyone.

Anubis uses a Proof-of-Work scheme in the vein of Hashcash, a proposed proof-of-work scheme for reducing email spam.

The idea is that at individual scales the additional load is ignorable, but at mass scraper levels it adds up and makes scraping much more expensive.

Please note that Anubis requires the use of modern JavaScript features that plugins like JShelter will disable.

3 часа назад @ lore.kernel.org
There continue to be reasons for software to be slow
There continue to be reasons for software to be slow There continue to be reasons for software to be slow

There continue to be reasons for software to be slowDan Luu recently published a blog post There’s no reason for software to be slow anymore which talks about how various kinds of things are cheaper to do nowadays by virtue of having access to LLMs such as building specialized solutions (e.g.

To be clear, I’m very much in favor of better testing, use of formal methods, as well as performance work!

Suppose that performance work usually ended up being #6 on the list for someone.

At 4 tickets per sprint, this means the performance work would just keep staying on the sprint planning board across several sprints as an aspirational goal.

If you were not able to successfully advocate for performan…

3 часа назад @ typesanitizer.com
Stalking the Wily Hacker: 40 years later
Stalking the Wily Hacker: 40 years later Stalking the Wily Hacker: 40 years later

Comments

4 часа назад @ youtube.com
Espressif releases Linux BSP for ESP32-S31 RISC-V boards
Espressif releases Linux BSP for ESP32-S31 RISC-V boards Espressif releases Linux BSP for ESP32-S31 RISC-V boards

The new RISC-V chip features an MMU (Memory Management Unit), which makes Linux much easier to handle, and the development boards also come with 16MB PSRAM, so a minimal Linux image is possible.

I don’t own a board, so I’ll just try to build the Linux image.

Nevertheless, we now have our Linux image ready to be flashed to the board.

3.1 Creating ESP32 - S31 image .

Successfully created ESP32 - S31 image .

5 часов назад @ cnx-software.com
You should never be angry at work
You should never be angry at work You should never be angry at work

However, there’s one thing that I do think is solid advice: you should never be angry at work.

I certainly used to get angry — in fact, I wrote about the angriest I’ve ever been at work here.

When these people are angry at work, people will not work around them, because they are the ones deciding what gets worked on.

If you then take that level of emotion into your normal everyday work, you’re almost certainly overshooting.

A cynical person might say here that I’ve stopped caring about my work, so of course I don’t get angry anymore.

5 часов назад @ seangoedecke.com
Robot comment classifier
Robot comment classifier Robot comment classifier

But by generating that comment, the robot tricks every future reader (both human and robot) into believing in a property of the system that does not exist.

Since I knew, in this case, that the comment was generated by a robot and that the property it contained was hallucinated, I could fix the comment.

How do detect differences in language The most interesting bit is probably not the classifier itself, but what it looks at to distinguish robot-generated comments from human ones.

A naïve guess, for example, would be that em dashes ( — ) signify a comment was generated by a robot.

but they haven’t caught up, so comments ending in full stops are evidence that a robot generated the comment.

8 часов назад @ entropicthoughts.com
The Schrödinger Email
The Schrödinger Email

Tracing my way around a failed email redirection.

Comments

8 часов назад @ yashgarg.dev
OTel Isn't Going Well (And I Made A Spreadsheet About It)
OTel Isn't Going Well (And I Made A Spreadsheet About It) OTel Isn't Going Well (And I Made A Spreadsheet About It)

This narrative has been going on for awhile in the observability space, a vague sense of "something is wrong in Otel-land".

How does OpenTelemetry WorkSo OpenTelemetry currently is attempting to support a dizzying number of languages and frameworks.

To keep things sane, the project splits work into two buckets:Core → Maintained directly by the OTel project.

Process of adding a new featureSo I believe I have captured the workflow of adding a new feature to OTel.

Let's compare that to one of the OpenTelemetry languages.

10 часов назад @ matduggan.com
Stop Making TUIs
Stop Making TUIs Stop Making TUIs

You need a command line interface on prod that a user interface on your Macbook can drive.

I use a similar process to build TUI apps (tell your agent to use tmux to test the TUI, it works a treat).

You can reasonably default to building native user interfaces for things, and those interfaces will be kind of good.

It’s one thing to just not care about user interface, or maybe even to abhor good user interface in favor of weird 1970s aesthetics.

If you haven’t tried your hand at turning one of your 500 throwaway CLIs into a native app, you’re doing yourself a disservice.

11 часов назад @ sockpuppet.org
Compile-Time Improvements in LLVM 23
Compile-Time Improvements in LLVM 23

Compile-Time Improvements in LLVM 23 2026-08-21LLVM 23 has seen substantial compile-time improvements of -6.75% (sqlite3: -10.53%) in -O3 builds.

Compile-time numbers were a bit mixed due to inlining heuristics; the smaller allocation functions shifted inlining boundaries resulting in different "even-odd" inlining.

Block NumbersSeveral hash maps mapping with basic block keys were removed, continuing work I started in 2024 by introducing block numbers.

There are five PCHs now (LLVM Support (-14.73%), LLVM Core (-12.70%), LLVM CodeGen (-6.33%) (more beneficial in all-target builds), clangAST (-13.85%), and some time later clangCodeGen (-8.12%)).

Most of the compile-time improvements in LLVM 2…

11 часов назад @ aengelke.net
The cool things of Gleam
The cool things of Gleam The cool things of Gleam

It's better" ) fn old_way (x: String ) -> String { x } fn new_way (x: nice) -> nice { x }Simple and immensely effective.

Well, in Gleam, todo is a base construct.

But in Gleam:fn Mistakes (val: woah) -> woah { val }Gleam handles the generic type as part of functional type annotation.

(maybe) when is_integer (maybe), do: falseWhich translate to something in Go like the following:func zero (maybe int ) bool { switch maybe { case 0 : return true default : return false } }I personally really like Elixir's magic.

In Gleam, the language takes the approach of being meticulous on doing things one simple way.

12 часов назад @ a.baez.link
Emacs Arbitrary Code Execution Returns
Emacs Arbitrary Code Execution Returns

Emacs Arbitrary Code Execution Returns Quick update about an Emacs security issueCreated on , last updatedIt’s been over a year and a half since I last wrote here about an arbitrary code execution vulnerability in Emacs.

The vulnerability abuses Emacs Lisp symbol shorthands, a feature added in Emacs 28.1.

It allows a specially-crafted file to trigger arbitrary attacker-controlled Emacs Lisp code execution as soon as you open the file—even before the file’s malicious contents are displayed.

This vulnerability affects all Emacs versions from 28.1 onward, including 31.0.91, which is the latest pretest version of Emacs 31 as of this writing.

If you package (or just use) an affected Emacs versio…

12 часов назад @ eshelyaron.com
Techmeme Techmeme
последний пост 1 час назад
Carrier Pidge hit 75K users and Roost 650K downloads, as slow messaging apps delivering texts at pigeon speeds attract users tired of constant notifications (Emmett Lindner/New York Times)
Carrier Pidge hit 75K users and Roost 650K downloads, as slow messaging apps delivering texts at pigeon speeds attract users tired of constant notifications (Emmett Lindner/New York Times) Carrier Pidge hit 75K users and Roost 650K downloads, as slow messaging apps delivering texts at pigeon speeds attract users tired of constant notifications (Emmett Lindner/New York Times)

Emmett Lindner / New York Times:

Carrier Pidge hit 75K users and Roost 650K downloads, as slow messaging apps delivering texts at pigeon speeds attract users tired of constant notifications — Apps that let users send digital messages at ultraslow speeds have taken off, with users reveling in a slower pace of life.

1 час назад @ techmeme.com
A look at the narrowing US-China AI gap, as a spate of compelling, low-cost releases makes Chinese AI models increasingly attractive to businesses (Bloomberg)
A look at the narrowing US-China AI gap, as a spate of compelling, low-cost releases makes Chinese AI models increasingly attractive to businesses (Bloomberg) A look at the narrowing US-China AI gap, as a spate of compelling, low-cost releases makes Chinese AI models increasingly attractive to businesses (Bloomberg)

Bloomberg:

A look at the narrowing US-China AI gap, as a spate of compelling, low-cost releases makes Chinese AI models increasingly attractive to businesses — A spate of compelling releases at budget prices have made China the frontrunner in the race for global adoption.

1 час назад @ techmeme.com
Ox Alpha, a "stealth model" from an unknown AI lab with a 1M-token multimodal context and capacity for 100T tokens/day, goes viral after launching on OpenRouter (Rohail Saleem/Wccftech)
Ox Alpha, a "stealth model" from an unknown AI lab with a 1M-token multimodal context and capacity for 100T tokens/day, goes viral after launching on OpenRouter (Rohail Saleem/Wccftech) Ox Alpha, a "stealth model" from an unknown AI lab with a 1M-token multimodal context and capacity for 100T tokens/day, goes viral after launching on OpenRouter (Rohail Saleem/Wccftech)

Rohail Saleem / Wccftech:

Ox Alpha, a “stealth model” from an unknown AI lab with a 1M-token multimodal context and capacity for 100T tokens/day, goes viral after launching on OpenRouter — When an unknown AI lab drops an anonymous model - Ox Alpha - for free, while declaring that they have the capacity …

3 часа назад @ techmeme.com
Cheap energy, abundant land, and proximity to Beijing have made Ulanqab, Inner Mongolia, a data center hub, with ~100 data centers built or under construction (Zeyi Yang/Wired)
Cheap energy, abundant land, and proximity to Beijing have made Ulanqab, Inner Mongolia, a data center hub, with ~100 data centers built or under construction (Zeyi Yang/Wired) Cheap energy, abundant land, and proximity to Beijing have made Ulanqab, Inner Mongolia, a data center hub, with ~100 data centers built or under construction (Zeyi Yang/Wired)

Zeyi Yang / Wired:

Cheap energy, abundant land, and proximity to Beijing have made Ulanqab, Inner Mongolia, a data center hub, with ~100 data centers built or under construction — Cheap energy, abundant land, and proximity to Beijing have turned a city in Inner Mongolia into a crucial hub for data centers.

4 часа назад @ techmeme.com
Inside the World Robot Conference in Beijing, drawing over 300 exhibitors; Unitree founder Wang Xingxing said the industry's "ChatGPT moment" has yet to come (Financial Times)
Inside the World Robot Conference in Beijing, drawing over 300 exhibitors; Unitree founder Wang Xingxing said the industry's "ChatGPT moment" has yet to come (Financial Times) Inside the World Robot Conference in Beijing, drawing over 300 exhibitors; Unitree founder Wang Xingxing said the industry's "ChatGPT moment" has yet to come (Financial Times)

Financial Times:

Inside the World Robot Conference in Beijing, drawing over 300 exhibitors; Unitree founder Wang Xingxing said the industry's “ChatGPT moment” has yet to come — Beijing policymakers have made robotics a ‘strategic priority’ — At the World Robot Conference in Beijing this week …

7 часов назад @ techmeme.com
With each successive era of AI, from early scaling, to reasoning, to agentic, open models have taken half as long to catch up to the first closed model (SemiAnalysis)
With each successive era of AI, from early scaling, to reasoning, to agentic, open models have taken half as long to catch up to the first closed model (SemiAnalysis) With each successive era of AI, from early scaling, to reasoning, to agentic, open models have taken half as long to catch up to the first closed model (SemiAnalysis)

SemiAnalysis:

With each successive era of AI, from early scaling, to reasoning, to agentic, open models have taken half as long to catch up to the first closed model — Comparing open vs. closed models across the eras of frontier models, Is the gap narrowing? — ∙ Paid

11 часов назад @ techmeme.com
Rundoo, a provider of AI-powered business operations software for independent supply stores, raised a $30M Series B led by Battery Ventures (Mike Wheatley/SiliconANGLE)
Rundoo, a provider of AI-powered business operations software for independent supply stores, raised a $30M Series B led by Battery Ventures (Mike Wheatley/SiliconANGLE) Rundoo, a provider of AI-powered business operations software for independent supply stores, raised a $30M Series B led by Battery Ventures (Mike Wheatley/SiliconANGLE)

Mike Wheatley / SiliconANGLE:

Rundoo, a provider of AI-powered business operations software for independent supply stores, raised a $30M Series B led by Battery Ventures — Rundoo Inc., the creator of an artificial intelligence-native system-of-record for independent supply stores, said today it has closed …

12 часов назад @ techmeme.com
OpenAI President Greg Brockman's role has expanded significantly, giving him control over its product and scaling teams following a wave of executive departures (Hayden Field/The Verge)
OpenAI President Greg Brockman's role has expanded significantly, giving him control over its product and scaling teams following a wave of executive departures (Hayden Field/The Verge) OpenAI President Greg Brockman's role has expanded significantly, giving him control over its product and scaling teams following a wave of executive departures (Hayden Field/The Verge)

Hayden Field / The Verge:

OpenAI President Greg Brockman's role has expanded significantly, giving him control over its product and scaling teams following a wave of executive departures — OpenAI has had a hell of a year. The company spent months battling former cofounder Elon Musk in a sensational jury trial …

13 часов назад @ techmeme.com
Following abandoned IPO attempts in NYC and London, Shein is struggling to grow as it nears a Hong Kong listing at a fraction of its peak valuation of $100B (Sui-Lee Wee/New York Times)
Following abandoned IPO attempts in NYC and London, Shein is struggling to grow as it nears a Hong Kong listing at a fraction of its peak valuation of $100B (Sui-Lee Wee/New York Times) Following abandoned IPO attempts in NYC and London, Shein is struggling to grow as it nears a Hong Kong listing at a fraction of its peak valuation of $100B (Sui-Lee Wee/New York Times)

Sui-Lee Wee / New York Times:

Following abandoned IPO attempts in NYC and London, Shein is struggling to grow as it nears a Hong Kong listing at a fraction of its peak valuation of $100B — Facing pressure in the United States and Europe, Shein is struggling to find new ways to grow ahead of its much-delayed initial public offering.

13 часов назад @ techmeme.com
How politicians who once championed data centers, including Greg Abbott and Josh Shapiro, are now slowing their development as the issue becomes a liability (Wall Street Journal)
How politicians who once championed data centers, including Greg Abbott and Josh Shapiro, are now slowing their development as the issue becomes a liability (Wall Street Journal) How politicians who once championed data centers, including Greg Abbott and Josh Shapiro, are now slowing their development as the issue becomes a liability (Wall Street Journal)

Wall Street Journal:

How politicians who once championed data centers, including Greg Abbott and Josh Shapiro, are now slowing their development as the issue becomes a liability — State governors, including Greg Abbott and Josh Shapiro, slowing development of the facilities as anger over AI spreads

16 часов назад @ techmeme.com
Sources: Anthropic's bankers said the company could raise $100B+ in its IPO, which could value it at $2T, in recent discussions with potential investors (New York Times)
Sources: Anthropic's bankers said the company could raise $100B+ in its IPO, which could value it at $2T, in recent discussions with potential investors (New York Times) Sources: Anthropic's bankers said the company could raise $100B+ in its IPO, which could value it at $2T, in recent discussions with potential investors (New York Times)

New York Times:

Sources: Anthropic's bankers said the company could raise $100B+ in its IPO, which could value it at $2T, in recent discussions with potential investors — The offering could value the five-year-old A.I. start-up at $2 trillion, its bankers have told potential investors, which would exceed Elon Musk's SpaceX.

17 часов назад @ techmeme.com
Amazon raises prices for its Echo smart speakers, Fire TV line, Kindle devices, and eero mesh networking systems to offset increases in memory and storage costs (Sebastian Herrera/Fortune)
Amazon raises prices for its Echo smart speakers, Fire TV line, Kindle devices, and eero mesh networking systems to offset increases in memory and storage costs (Sebastian Herrera/Fortune) Amazon raises prices for its Echo smart speakers, Fire TV line, Kindle devices, and eero mesh networking systems to offset increases in memory and storage costs (Sebastian Herrera/Fortune)

Sebastian Herrera / Fortune:

Amazon raises prices for its Echo smart speakers, Fire TV line, Kindle devices, and eero mesh networking systems to offset increases in memory and storage costs — Amazon has raised prices for several of its first-party devices, including its Echo smart speakers and Fire TV line …

18 часов назад @ techmeme.com
Helcim, a payments processor for SMBs, raised a CA$53M Series C led by Business Development Bank of Canada's Growth Venture Fund at a CA$250M valuation (Madison McLauchlan/BetaKit)
Helcim, a payments processor for SMBs, raised a CA$53M Series C led by Business Development Bank of Canada's Growth Venture Fund at a CA$250M valuation (Madison McLauchlan/BetaKit) Helcim, a payments processor for SMBs, raised a CA$53M Series C led by Business Development Bank of Canada's Growth Venture Fund at a CA$250M valuation (Madison McLauchlan/BetaKit)

Madison McLauchlan / BetaKit:

Helcim, a payments processor for SMBs, raised a CA$53M Series C led by Business Development Bank of Canada's Growth Venture Fund at a CA$250M valuation — Calgary company reaches $250-million valuation, hopes to grow after Moneris sells to US private equity.

18 часов назад @ techmeme.com
OpenAI says California should amend SB 53 to expand safeguards, including requiring monitoring of frontier models under training, following AI agent hacks (Chase DiFeliciantonio/Politico)
OpenAI says California should amend SB 53 to expand safeguards, including requiring monitoring of frontier models under training, following AI agent hacks (Chase DiFeliciantonio/Politico) OpenAI says California should amend SB 53 to expand safeguards, including requiring monitoring of frontier models under training, following AI agent hacks (Chase DiFeliciantonio/Politico)

Chase DiFeliciantonio / Politico:

OpenAI says California should amend SB 53 to expand safeguards, including requiring monitoring of frontier models under training, following AI agent hacks — SAN FRANCISCO — OpenAI urged its home state of California on Friday to “strengthen” its landmark AI law following recent autonomous hacks …

19 часов назад @ techmeme.com
Gurman: as part of Vision Pro cuts, Apple is largely shutting down a team focused on gaming and reducing the size of a unit producing immersive video content (Chance Miller/9to5Mac)
Gurman: as part of Vision Pro cuts, Apple is largely shutting down a team focused on gaming and reducing the size of a unit producing immersive video content (Chance Miller/9to5Mac) Gurman: as part of Vision Pro cuts, Apple is largely shutting down a team focused on gaming and reducing the size of a unit producing immersive video content (Chance Miller/9to5Mac)

Chance Miller / 9to5Mac:

Gurman: as part of Vision Pro cuts, Apple is largely shutting down a team focused on gaming and reducing the size of a unit producing immersive video content — Apple is cutting jobs across multiple teams, according to a new Bloomberg report. All told, the company has cut …

19 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Nvidia makes a minority investment in Cloverleaf, which works with utilities and energy providers to secure infrastructure for data center sites (Rashika Singh/Reuters)
Nvidia makes a minority investment in Cloverleaf, which works with utilities and energy providers to secure infrastructure for data center sites (Rashika Singh/Reuters) Nvidia makes a minority investment in Cloverleaf, which works with utilities and energy providers to secure infrastructure for data center sites (Rashika Singh/Reuters)

Rashika Singh / Reuters:

Nvidia makes a minority investment in Cloverleaf, which works with utilities and energy providers to secure infrastructure for data center sites — Nvidia (NVDA.O) has made a minority investment in privately held Cloverleaf Infrastructure to develop infrastructure to power AI data center projects across …

19 часов назад @ techmeme.com
OpenAI cuts GPT-5.6 Sol's API and credit prices by over 20% for the next three months, to $4/1M input tokens and $20/1M output tokens (Anzar Mehraj/Reuters)
OpenAI cuts GPT-5.6 Sol's API and credit prices by over 20% for the next three months, to $4/1M input tokens and $20/1M output tokens (Anzar Mehraj/Reuters) OpenAI cuts GPT-5.6 Sol's API and credit prices by over 20% for the next three months, to $4/1M input tokens and $20/1M output tokens (Anzar Mehraj/Reuters)

Anzar Mehraj / Reuters:

OpenAI cuts GPT-5.6 Sol's API and credit prices by over 20% for the next three months, to $4/1M input tokens and $20/1M output tokens — OpenAI said on Friday it is cutting the prices of its frontier GPT-5.6 Sol model for developers by more than 20% for the next three months …

20 часов назад @ techmeme.com
Sources: Devoted Health, which uses AI to help coordinate medical care for those enrolled in Medicare Advantage, is raising new funding at a $25B valuation (Katie Roof/Business Insider)
Sources: Devoted Health, which uses AI to help coordinate medical care for those enrolled in Medicare Advantage, is raising new funding at a $25B valuation (Katie Roof/Business Insider) Sources: Devoted Health, which uses AI to help coordinate medical care for those enrolled in Medicare Advantage, is raising new funding at a $25B valuation (Katie Roof/Business Insider)

Katie Roof / Business Insider:

Sources: Devoted Health, which uses AI to help coordinate medical care for those enrolled in Medicare Advantage, is raising new funding at a $25B valuation — Devoted Health is the latest startup to show that combining health and AI commands a premium valuation.

20 часов назад @ techmeme.com
Nvidia says its general-purpose coding agent system AVO scored 100% across all 25 environments in the ARC-AGI-3 public set, completing all 183 levels (Terry Chen/NVIDIA Technical Blog)
Nvidia says its general-purpose coding agent system AVO scored 100% across all 25 environments in the ARC-AGI-3 public set, completing all 183 levels (Terry Chen/NVIDIA Technical Blog) Nvidia says its general-purpose coding agent system AVO scored 100% across all 25 environments in the ARC-AGI-3 public set, completing all 183 levels (Terry Chen/NVIDIA Technical Blog)

Terry Chen / NVIDIA Technical Blog:

Nvidia says its general-purpose coding agent system AVO scored 100% across all 25 environments in the ARC-AGI-3 public set, completing all 183 levels — The research project elevates Claude Opus 5 from a 30% model baseline to 100% as part of the complete AVO agent system, showing that system design …

21 час назад @ techmeme.com
Anthropic hires Amir Salek, who ran Google's TPU business until 2022, to join its compute team as part of a push to develop its own chips (Dina Bass/Bloomberg)
Anthropic hires Amir Salek, who ran Google's TPU business until 2022, to join its compute team as part of a push to develop its own chips (Dina Bass/Bloomberg) Anthropic hires Amir Salek, who ran Google's TPU business until 2022, to join its compute team as part of a push to develop its own chips (Dina Bass/Bloomberg)

Dina Bass / Bloomberg:

Anthropic hires Amir Salek, who ran Google's TPU business until 2022, to join its compute team as part of a push to develop its own chips — Anthropic PBC has hired Amir Salek, a founder of the custom chip program at Alphabet Inc.'s Google, as the AI lab lays the groundwork for a push into making its own semiconductors.

22 часа назад @ techmeme.com
DHH launches Omacom Foundation, a non-profit supporting his Omarchy Linux distro, with $8M in funding from Michael Dell, Jack Dorsey, Patrick Collison, others (Omarchy News)
DHH launches Omacom Foundation, a non-profit supporting his Omarchy Linux distro, with $8M in funding from Michael Dell, Jack Dorsey, Patrick Collison, others (Omarchy News) DHH launches Omacom Foundation, a non-profit supporting his Omarchy Linux distro, with $8M in funding from Michael Dell, Jack Dorsey, Patrick Collison, others (Omarchy News)

Omarchy News:

DHH launches Omacom Foundation, a non-profit supporting his Omarchy Linux distro, with $8M in funding from Michael Dell, Jack Dorsey, Patrick Collison, others — It's time to dream big. Omarchy Quattro has given people a chance to experience what the malleable computer of the future looks like, and they like it (a lot!).

22 часа назад @ techmeme.com
Source: OpenAI's VP of sales in the Americas, Kaylin Voss, resigned a week after Denise Dresser left, prompting others on the sales team to consider resigning (Laura Bratton/The Information)
Source: OpenAI's VP of sales in the Americas, Kaylin Voss, resigned a week after Denise Dresser left, prompting others on the sales team to consider resigning (Laura Bratton/The Information) Source: OpenAI's VP of sales in the Americas, Kaylin Voss, resigned a week after Denise Dresser left, prompting others on the sales team to consider resigning (Laura Bratton/The Information)

Laura Bratton / The Information:

Source: OpenAI's VP of sales in the Americas, Kaylin Voss, resigned a week after Denise Dresser left, prompting others on the sales team to consider resigning — Kaylin Voss, OpenAI's vice president of sales in the Americas, has resigned a week after her former boss, Denise Dresser …

22 часа назад @ techmeme.com
The US DOJ and TikTok reach a $400M settlement to resolve allegations TikTok violated COPPA; the DOJ filed the lawsuit in 2024 (Ashley Gold/Axios)
The US DOJ and TikTok reach a $400M settlement to resolve allegations TikTok violated COPPA; the DOJ filed the lawsuit in 2024 (Ashley Gold/Axios) The US DOJ and TikTok reach a $400M settlement to resolve allegations TikTok violated COPPA; the DOJ filed the lawsuit in 2024 (Ashley Gold/Axios)

Ashley Gold / Axios:

The US DOJ and TikTok reach a $400M settlement to resolve allegations TikTok violated COPPA; the DOJ filed the lawsuit in 2024 — The Justice Department and TikTok, along with parent company ByteDance, have reached a $400 million settlement to resolve allegations of violating children's online privacy laws …

22 часа назад @ techmeme.com
Sources: Apple is cutting 200+ jobs, including ~100 positions from the Vision Pro unit and another 100 from the Siri team, as it focuses on new devices and AI (Mark Gurman/Bloomberg)
Sources: Apple is cutting 200+ jobs, including ~100 positions from the Vision Pro unit and another 100 from the Siri team, as it focuses on new devices and AI (Mark Gurman/Bloomberg) Sources: Apple is cutting 200+ jobs, including ~100 positions from the Vision Pro unit and another 100 from the Siri team, as it focuses on new devices and AI (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Sources: Apple is cutting 200+ jobs, including ~100 positions from the Vision Pro unit and another 100 from the Siri team, as it focuses on new devices and AI — Apple Inc. is cutting jobs across teams responsible for the Siri digital assistant and the Vision Pro headset …

23 часа назад @ techmeme.com
Anthropic says Mythos 5 is now in public beta in Claude Security for Enterprise users, and it is working with providers to embed Mythos 5 in defensive tools (Claude)
Anthropic says Mythos 5 is now in public beta in Claude Security for Enterprise users, and it is working with providers to embed Mythos 5 in defensive tools (Claude) Anthropic says Mythos 5 is now in public beta in Claude Security for Enterprise users, and it is working with providers to embed Mythos 5 in defensive tools (Claude)

Claude:

Anthropic says Mythos 5 is now in public beta in Claude Security for Enterprise users, and it is working with providers to embed Mythos 5 in defensive tools — No items found. — Reading time — min — https://claude.com/blog/bringing- claude-mythos-5-to-more-defenders

23 часа назад @ techmeme.com
Sources: London-based AI infrastructure startup Nscale is seeking to raise as much as $3B in its US IPO, which could take place as soon as September (Bailey Lipschultz/Bloomberg)
Sources: London-based AI infrastructure startup Nscale is seeking to raise as much as $3B in its US IPO, which could take place as soon as September (Bailey Lipschultz/Bloomberg) Sources: London-based AI infrastructure startup Nscale is seeking to raise as much as $3B in its US IPO, which could take place as soon as September (Bailey Lipschultz/Bloomberg)

Bailey Lipschultz / Bloomberg:

Sources: London-based AI infrastructure startup Nscale is seeking to raise as much as $3B in its US IPO, which could take place as soon as September — Nscale is seeking to raise as much as $3 billion in its US IPO, according to people familiar with the matter, joining a rush …

1 day, 1 hour назад @ techmeme.com
Sources: US Department of Energy is investigating whether Chinese lidar sensors might pose a security risk if they become widely used on vehicles in the US (Sean O'Kane/TechCrunch)
Sources: US Department of Energy is investigating whether Chinese lidar sensors might pose a security risk if they become widely used on vehicles in the US (Sean O'Kane/TechCrunch) Sources: US Department of Energy is investigating whether Chinese lidar sensors might pose a security risk if they become widely used on vehicles in the US (Sean O'Kane/TechCrunch)

Sean O'Kane / TechCrunch:

Sources: US Department of Energy is investigating whether Chinese lidar sensors might pose a security risk if they become widely used on vehicles in the US — A Department of Energy lab is investigating whether Chinese lidar sensors might pose a security risk if they become widely used …

1 day, 1 hour назад @ techmeme.com
Walmart, which has long resisted contactless Tap to Pay payments, says it will soon start rolling out the tech, which supports Apple Pay, Google Pay, and more (Sarah Perez/TechCrunch)
Walmart, which has long resisted contactless Tap to Pay payments, says it will soon start rolling out the tech, which supports Apple Pay, Google Pay, and more (Sarah Perez/TechCrunch) Walmart, which has long resisted contactless Tap to Pay payments, says it will soon start rolling out the tech, which supports Apple Pay, Google Pay, and more (Sarah Perez/TechCrunch)

Sarah Perez / TechCrunch:

Walmart, which has long resisted contactless Tap to Pay payments, says it will soon start rolling out the tech, which supports Apple Pay, Google Pay, and more — Apparently, hell has frozen over. Walmart on Friday said it will finally accept payments via both Apple Pay and Google Pay at its stores, including Walmart and Sam's Club.

1 day, 2 hours назад @ techmeme.com
Filings: Apple paid Ireland $17B in taxes last year, after an EU court ordered it to pay €13B in back taxes; Apple paid $43B in corporate income taxes globally (Jamie John/Financial Times)
Filings: Apple paid Ireland $17B in taxes last year, after an EU court ordered it to pay €13B in back taxes; Apple paid $43B in corporate income taxes globally (Jamie John/Financial Times) Filings: Apple paid Ireland $17B in taxes last year, after an EU court ordered it to pay €13B in back taxes; Apple paid $43B in corporate income taxes globally (Jamie John/Financial Times)

Jamie John / Financial Times:

Filings: Apple paid Ireland $17B in taxes last year, after an EU court ordered it to pay €13B in back taxes; Apple paid $43B in corporate income taxes globally — New filings highlight iPhone maker's global tax liabilities — Apple paid Ireland $17bn in taxes last year …

1 day, 2 hours назад @ techmeme.com
Uber is set to be fined €825M by the Dutch data watchdog over its use of automated systems to deactivate driver accounts, in the second largest fine under GDPR (Financial Times)
Uber is set to be fined €825M by the Dutch data watchdog over its use of automated systems to deactivate driver accounts, in the second largest fine under GDPR (Financial Times) Uber is set to be fined €825M by the Dutch data watchdog over its use of automated systems to deactivate driver accounts, in the second largest fine under GDPR (Financial Times)

Financial Times:

Uber is set to be fined €825M by the Dutch data watchdog over its use of automated systems to deactivate driver accounts, in the second largest fine under GDPR — Regulator says ride-hailing group deactivated driver accounts through automated systems without adequately informing them

1 day, 3 hours назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 15 часов назад
cursor/plugins
cursor/plugins cursor/plugins

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

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

PluginsRepository structureThis is a multi-plugin marketplace repository.

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

15 часов назад @ github.com
cordiverse/cordis
cordiverse/cordis cordiverse/cordis

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

Reload to refresh your session.

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

15 часов назад @ github.com
akitaonrails/ai-memory
akitaonrails/ai-memory akitaonrails/ai-memory

ai-memory run claude , then ai-memory run codex --yolo , then ai-memory run command-code , transparently resumes one logical workstream with native per-harness sessions, a portable visible-event ledger, and full-ledger search.

Kiro defaults to v2; ai-memory run kiro --v3 selects v3, while a returning linked v3 workstream selects its engine transparently.

Re-run with # `--agent codex`, `--agent command-code`, `--agent devin`, `--agent opencode`, `--agent gemini-cli`, # `--agent grok`, `--agent kimi-code`, `--agent kiro-cli`, `--agent omp`, # `--agent oh-my-pi`, `--client cursor`, # `--client gemini-cli`, `--client grok`, `--client kiro-cli`, etc.

The Docker wrapper protects .ps1 fallback com…

1 day, 15 hours назад @ github.com
AprilNEA/OpenLogi
AprilNEA/OpenLogi AprilNEA/OpenLogi

OpenLogi⚡️ A native, local-first alternative to Logitech Options+, written in Rust 🦀Unlock the full capabilities of Logitech mice, keyboards, and webcams over HID++ and UVCFed up with Options+?

follows = "nixpkgs" ; } ; outputs = { nixpkgs , openlogi , ... } : { nixosConfigurations .

enable = true ; } ] ; } ; } ; }All Linux packages install udev rules that grant your user access to /dev/hidraw* , /dev/uinput and your Logitech mouse's /dev/input/event* node without sudo .

Windows support has been validated end-to-end on Windows 11 with real hardware (a wired keyboard and a Unifying-receiver mouse), including install, in-place upgrade, and uninstall of the MSI.

"Logitech", "MX Master", and "O…

1 day, 15 hours назад @ github.com
modular/modular
modular/modular modular/modular

Modular PlatformThis repo hosts open-source components of the Modular Platform, a unified platform for AI development and deployment, including the MAX Framework🧑‍🚀 and the Mojo Language🔥.

Get startedTo get started with the Modular Platform and serve a model using the MAX framework, see the MAX quickstart guide.

About the repoWe're constantly open-sourcing more of the Modular Platform and you can find all of it in here.

The main components include:Mojo compiler: /KGENMojo standard library: /mojo/stdlibMAX accelerator library: /max/kernelsMAX inference server: /max/python/max/serve (OpenAI-compatible endpoint)MAX model pipelines: /max/python/max/pipelines (Python-based graphs)Code examples: …

1 day, 15 hours назад @ github.com
CodebuffAI/freebuff
CodebuffAI/freebuff CodebuffAI/freebuff

FreebuffEnglish | 简体中文Five free AI products for coding, building, and research.

Freebuff brings specialized agents and a choice of leading models to your terminal, desktop, browser, and GitHub repositories.

Text ads support access to the included models.

Choose your FreebuffQuick startRun Freebuff in any project from your terminal:npm install -g freebuff cd ~ /my-project freebuffThen describe what you want.

Depending on the task, agents gather context, plan, edit or research, run tools, and review the result.

2 days, 15 hours назад @ github.com
jundot/omlx
jundot/omlx jundot/omlx

The Welcome screen guides you through three steps - model directory, server start, and first model download.

CLI# Managed background server (macOS app or Homebrew install) omlx start omlx stop omlx restart # Foreground server attached to this terminal omlx serve --model-dir ~ /modelsThe server discovers LLMs, VLMs, embedding models, and rerankers from subdirectories automatically.

Homebrew ServiceIf you installed via Homebrew, you can run oMLX as a managed background service:omlx start # Start via brew services omlx stop # Stop omlx restart # Restart brew services start omlx # Start (auto-restarts on crash) brew services stop omlx # Stop brew services restart omlx # Restart brew services in…

2 days, 15 hours назад @ github.com
harry0703/MoneyPrinterTurbo
harry0703/MoneyPrinterTurbo harry0703/MoneyPrinterTurbo

或者An error occurred while synchronizing the model Systran/faster-whisper-large-v3 from the Hugging Face Hub: An error happened while trying to locate the files on the Hub and we cannot find the appropriate snapshot folder for the specified revision on the local disk.

Please check your internet connection and try again.

Trying to load the model directly from the local cache, if it exists.

2 days, 15 hours назад @ github.com
volcengine/OpenViking
volcengine/OpenViking volcengine/OpenViking

What is OpenVikingOpenViking is an open-source context database for AI agents.

viking:// ├── resources/ # Resources: project docs, repos, web pages, etc.

Agent experience (tau2-bench): experience memory lifts task success by +6.87pp (retail) and +11.87pp (airline) over the same LLM without memory.

: detects OpenViking CLI, Claude Code, Codex, Cursor, Trae, and OpenCode, then configures supported plugin, MCP, Hook, and CLI integrations.

Local memory and skill management: views local memory / rule files and SKILL.md skills, then syncs them to OpenViking.

2 days, 15 hours назад @ github.com
superradcompany/microsandbox
superradcompany/microsandbox superradcompany/microsandbox

Run Code in a Sandboxuse microsandbox :: Sandbox ; # [ tokio :: main ] async fn main ( ) -> Result < ( ) , Box < dyn std :: error :: Error > > { let sandbox = Sandbox :: builder ( "my-sandbox" ) .

image ( "python" ) .

run ( main ()) Ruby Example → require "microsandbox" sandbox = Microsandbox :: Sandbox .

image ( "python" ) .

Fatal ( err ) } sandbox , err := microsandbox .

3 days, 15 hours назад @ github.com
public-apis/public-apis
public-apis/public-apis public-apis/public-apis

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

Reload to refresh your session.

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

3 days, 15 hours назад @ github.com
AlexsJones/llmfit
AlexsJones/llmfit AlexsJones/llmfit

Follow the step-by-step benchmarking guide → Previously: llmfit 1.0 — the release where the numbers became verifiable →Hundreds of models & providers.

One command to find what runs on your hardware.

Detects your hardware, scores each model across quality, speed, fit, and context dimensions, and tells you which ones will actually run well on your machine.

Most CI check failures are caused by unformatted code:cargo fmtGuides for adding models — locally (no rebuild) or to the built-in catalog: Custom models.

It takes a more hands-on approach by actually running models on your hardware via Ollama, rather than estimating from specs.

3 days, 15 hours назад @ github.com
anthropics/skills
anthropics/skills anthropics/skills

Note: This repository contains Anthropic's implementation of skills for Claude.

For more information, check out:About This RepositoryThis repository contains skills that demonstrate what's possible with Claude's skills system.

To use any skill from this repository or upload custom skills, follow the instructions in Using skills in Claude.

Claude APIYou can use Anthropic's pre-built skills, and upload custom skills, via the Claude API.

As we see awesome example skills from partners, we may highlight some of them here:

4 days, 15 hours назад @ github.com
lightningpixel/modly
lightningpixel/modly lightningpixel/modly

Turn any photo into a 3D model using open source AI models running entirely on your GPU.

Modly is a desktop application for Windows, Linux, and Apple Silicon macOS.

Created by Lightning PixelDownloadHead to the Releases page to download the latest installer for Windows, Linux, or Apple Silicon macOS.

Go to the "Generate" tab, make sure the workflow is selected, then click on "Generate 3D Model".

The CLI is a thin helper over Modly's canonical automation concepts and keeps final machine-readable JSON on stdout:python tools/modly-cli/agent.py health python tools/modly-cli/agent.py model list python tools/modly-cli/agent.py workflow-run status < run_id > python tools/modly-cli/agent.py generat…

4 days, 15 hours назад @ github.com
Lightricks/LTX-2
Lightricks/LTX-2 Lightricks/LTX-2

He is positioned in the center of the frame, looking intently directly at the camera, his eyes focused on camera.

The man then continues to speak, his voice maintaining the same quality, as he states, 'So good.

This uses the distilled model and pipeline for fast results.

Full Model ListLTX-2.5 is the recommended model, and what the Quick Start uses.

Files are not interchangeable between the two models, and a LoRA only works with the model it was trained on.

5 days, 15 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 5 часов назад
City leaders face death threats across the country as tensions grow over data centers
City leaders face death threats across the country as tensions grow over data centers City leaders face death threats across the country as tensions grow over data centers

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

5 часов назад @ reddit.com
Bethesda workers: Microsoft turned a no-layoff culture into yearly tradition of cuts post-acquisition
Bethesda workers: Microsoft turned a no-layoff culture into yearly tradition of cuts post-acquisition Bethesda workers: Microsoft turned a no-layoff culture into yearly tradition of cuts post-acquisition

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

5 часов назад @ reddit.com
FTC urged to investigate AI firms for destroying books
FTC urged to investigate AI firms for destroying books FTC urged to investigate AI firms for destroying books

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

5 часов назад @ reddit.com
DDR5 scalper bots now outnumber shoppers 10 to 1 — automated scraping hits listings every 6.5 seconds as 32GB kits surge from $72 to $392, DataDome researcher says
DDR5 scalper bots now outnumber shoppers 10 to 1 &mdash; automated scraping hits listings every 6.5 seconds as 32GB kits surge from $72 to $392, DataDome researcher says DDR5 scalper bots now outnumber shoppers 10 to 1 &mdash; automated scraping hits listings every 6.5 seconds as 32GB kits surge from $72 to $392, DataDome researcher says

submitted by /u/chota-kaka [link] [comments]

5 часов назад @ reddit.com
The FTC is cracking down on companies that charge you a "personalized price"
The FTC is cracking down on companies that charge you a "personalized price" The FTC is cracking down on companies that charge you a "personalized price"

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

6 часов назад @ reddit.com
Hook, hold, harvest and hide: Meta’s alleged strategy laid out in first week of landmark trial
Hook, hold, harvest and hide: Meta’s alleged strategy laid out in first week of landmark trial Hook, hold, harvest and hide: Meta’s alleged strategy laid out in first week of landmark trial

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

6 часов назад @ reddit.com
Supermicro fires several employees following investigation into $2.5 billion China AI chip smuggling — claims that senior management had no knowledge of illicit transactions
Supermicro fires several employees following investigation into $2.5 billion China AI chip smuggling — claims that senior management had no knowledge of illicit transactions Supermicro fires several employees following investigation into $2.5 billion China AI chip smuggling — claims that senior management had no knowledge of illicit transactions

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

7 часов назад @ reddit.com
'We let you down': GitHub pledges to scale up before developers give up
'We let you down': GitHub pledges to scale up before developers give up

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

7 часов назад @ reddit.com
Reddit fades from ChatGPT citations
Reddit fades from ChatGPT citations Reddit fades from ChatGPT citations

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

9 часов назад @ reddit.com
Lawsuit demands Logitech hand tariff refunds over to customers | Logitech increased prices by up to 25 percent last year.
Lawsuit demands Logitech hand tariff refunds over to customers | Logitech increased prices by up to 25 percent last year. Lawsuit demands Logitech hand tariff refunds over to customers | Logitech increased prices by up to 25 percent last year.

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

9 часов назад @ reddit.com
‘They’re thinking about the likes’: deadly TikTok motorway trend horrifies Ireland
‘They’re thinking about the likes’: deadly TikTok motorway trend horrifies Ireland ‘They’re thinking about the likes’: deadly TikTok motorway trend horrifies Ireland

submitted by /u/Free-Monkee [link] [comments]

10 часов назад @ reddit.com
Hidden Zillow listings created fake supply shock, raising NYC rents, lawsuit says | Renters say hidden Zillow listings make it harder to afford living in New York City.
Hidden Zillow listings created fake supply shock, raising NYC rents, lawsuit says | Renters say hidden Zillow listings make it harder to afford living in New York City. Hidden Zillow listings created fake supply shock, raising NYC rents, lawsuit says | Renters say hidden Zillow listings make it harder to afford living in New York City.

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

15 часов назад @ reddit.com
Linus Torvalds Endures A Debug Session From Hell, "Enormously Helped" By AI
Linus Torvalds Endures A Debug Session From Hell, "Enormously Helped" By AI Linus Torvalds Endures A Debug Session From Hell, "Enormously Helped" By AI

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

16 часов назад @ reddit.com
Built to Catch Criminals, Flock Cameras Now Assist In Giving You Traffic Tickets - Gadget Review
Built to Catch Criminals, Flock Cameras Now Assist In Giving You Traffic Tickets - Gadget Review Built to Catch Criminals, Flock Cameras Now Assist In Giving You Traffic Tickets - Gadget Review

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

16 часов назад @ reddit.com
Microsoft built a dedicated app that forces Bing everywhere on Windows 11, including Chrome, Firefox, and Brave
Microsoft built a dedicated app that forces Bing everywhere on Windows 11, including Chrome, Firefox, and Brave Microsoft built a dedicated app that forces Bing everywhere on Windows 11, including Chrome, Firefox, and Brave

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

17 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 12 часов назад
AprilNEA/OpenLogi: ⚡️A native, local-first alternative to Logitech Options+, written in Rust 🦀 — remap buttons, DPI, and SmartShift over HID++. No account, no telemetry.
AprilNEA/OpenLogi: ⚡️A native, local-first alternative to Logitech Options+, written in Rust 🦀 — remap buttons, DPI, and SmartShift over HID++. No account, no telemetry. AprilNEA/OpenLogi: ⚡️A native, local-first alternative to Logitech Options+, written in Rust 🦀 — remap buttons, DPI, and SmartShift over HID++. No account, no telemetry.

OpenLogi⚡️ A native, local-first alternative to Logitech Options+, written in Rust 🦀Unlock the full capabilities of Logitech mice, keyboards, and webcams over HID++ and UVCFed up with Options+?

follows = "nixpkgs" ; } ; outputs = { nixpkgs , openlogi , ... } : { nixosConfigurations .

enable = true ; } ] ; } ; } ; }All Linux packages install udev rules that grant your user access to /dev/hidraw* , /dev/uinput and your Logitech mouse's /dev/input/event* node without sudo .

Windows support has been validated end-to-end on Windows 11 with real hardware (a wired keyboard and a Unifying-receiver mouse), including install, in-place upgrade, and uninstall of the MSI.

"Logitech", "MX Master", and "O…

12 часов назад @ github.com
I'm Upset Again About a Co-Creator of RSS Being Prosecuted For Something Meta Is Doing With Little Consequence – quailblog
I'm Upset Again About a Co-Creator of RSS Being Prosecuted For Something Meta Is Doing With Little Consequence – quailblog I'm Upset Again About a Co-Creator of RSS Being Prosecuted For Something Meta Is Doing With Little Consequence – quailblog

19 Aug, 2026Also here's a cool unrelated photo of a chipmunkLook at this little guy.

I never met Aaron but I get mad on his behalf so often and I don't know what to do with it other than get more radicalized.

Maybe that's for the best.

Anyway, here's your end-of-post cat photo.

Her name is Lilith and she's wondering why we don't do something about all these tech billionares.

12 часов назад @ blog.curiousquail.com
Young US adults are increasingly wary of AI, concerned it will take jobs | Pew Research Center
Young US adults are increasingly wary of AI, concerned it will take jobs | Pew Research Center Young US adults are increasingly wary of AI, concerned it will take jobs | Pew Research Center

Another 9% are more excited than concerned and 37% say they’re equally excited and concerned, according to a Pew Research Center survey conducted June 22-28, 2026.

In our new survey, 71% of adults think AI will lead to fewer jobs in the United States over the next two decades, up from 64% in 2024.

Few (5%) say AI will lead to more jobs.

For example, 73% of adults under 30 now say AI will lead to fewer jobs, up from 61% two years ago.

Adults under 30 are most likely to think AI will be bad for society – and for them.

12 часов назад @ pewresearch.org
Introducing Dashboard Touch, a build-your-own version of Touch ID - Anil Dash
Introducing Dashboard Touch, a build-your-own version of Touch ID - Anil Dash Introducing Dashboard Touch, a build-your-own version of Touch ID - Anil Dash

Introducing Dashboard Touch, a build-your-own version of Touch ID 20 Aug 2026 2026-08-20 2026-08-20 /images/dashboard-touch-thumbnail.jpg apple, software, hardware apple software hardware 2026 For years, I’ve wanted to have a standalone version of Apple’s Touch ID authentication feature for my Mac, but without having to use an Apple keyboard.

(I... 10For years, I’ve wanted to have a standalone version of Apple’s Touch ID authentication feature for my Mac, but without having to use an Apple keyboard.

I’d gone down various dead ends of trying to find substitutes, and even checked out the efforts where people had ripped apart expensive Apple keyboards just to scavenge the Touch ID sensors out …

12 часов назад @ anildash.com
I'm becoming AI-blind - Rafal Cymerys
I'm becoming AI-blind - Rafal Cymerys I'm becoming AI-blind - Rafal Cymerys

AI AI AIRecently I've been catching myself having these little moments at work, when I'm trying to read a document someone has sent me and my brain somehow refuses to analyze it.

It feels like I'm reading it, but I'm unable to focus on its content.

It's rather concerning, because I've spent the last year trying to re-learn how to focus and these situations show the exact opposite.

While most research claims that humans don't really do a good job there, I disagree.

My brain learned to quickly spot signs of AI-generated content, at least the content generated with low effort, and it now ignores it and moves on without thinking much about it.

12 часов назад @ cymerys.com
BookOrbit
BookOrbit BookOrbit

Open source·AGPL-3.0BookOrbitYour reading space.

A self-hosted home for your ebooks, audiobooks, comics, and PDFs.

Your files stay on your hardware, and every device stays in sync.

12 часов назад @ bookorbit.app
Home 🍹 HTMLcat
Home 🍹 HTMLcat

Welcome to HTMLcat: small, native web tricks worth remembering.

Each post-it pairs one useful platform feature with a small example and the caveat that matters.

12 часов назад @ htmlcat.net
I accidentally logged hundreds of thousands of phone calls to military bases - lina's blog
I accidentally logged hundreds of thousands of phone calls to military bases - lina's blog I accidentally logged hundreds of thousands of phone calls to military bases - lina's blog

How an expired nameserver let me take over e164.arpa zones for multiple territories, and why I probably should have checked my logs sooner.

This one is a little different though, it's about how I took over phone-network infrastructure domains ( e164.arpa ) of entire territories, and accidentally logged hundreds of thousands of phone calls to military bases.

Germany is actually one of the last countries that still technically allows registering an e164.arpa domain, although I was the first person since 2019 to register one.

Q also asked if I had any data on how much traffic these zones actually got, which I didn't know.

So I had accidentally logged hundreds of thousands of phone numbers and …

12 часов назад @ lina.sh
iAmCorey/Wake: Every coding-agent session on your Mac in one place — browse, search, resume. Rust + GPUI.
iAmCorey/Wake: Every coding-agent session on your Mac in one place — browse, search, resume. Rust + GPUI. iAmCorey/Wake: Every coding-agent session on your Mac in one place — browse, search, resume. Rust + GPUI.

WakeA native macOS app that gathers every coding-agent session on your machine into one place — browse, full-text search, and resume any conversation in seconds.

Built with Rust + GPUI (gpui 0.2 + gpui-component 0.5).

Via = whether Wake shows where the session was started from (CLI, IDE extension, desktop app) — only Codex records this in its local data.

The test suite parses synthetic fixture sessions only — your real agent data is never touched.

Brand icons are from lobe-icons (MIT); agent names and logos belong to their respective owners.

12 часов назад @ github.com
U.S. Graphics Company - TX-02 Berkeley Mono™ Typeface
U.S. Graphics Company - TX-02 Berkeley Mono™ Typeface

Engineering graphics for professionals

12 часов назад @ usgraphics.com
Japan tried to build an operating system for the entire world, then the US government intervened
Japan tried to build an operating system for the entire world, then the US government intervened 12 часов назад @ xda-developers.com
F-B100W-1A | CASIO
F-B100W-1A | CASIO 1 day, 12 hours назад @ casio.com
Don't paste the AI.
Don't paste the AI. Don't paste the AI.

A short answer from a human will always be worth more than one from a robot, even if the robot is right.

It might not look like it, but the person on the other side has the same tools you do.

If they wanted the generic answer, they'd have it in a couple of seconds.

The world is full of people who don't want to read or think things through.

Don't be one of them.

1 day, 12 hours назад @ dontpastetheai.com
‘The Worst I’ve Ever Seen’: Cargo Thefts Have Turned Violent in Pursuit of AI Hardware | WIRED
‘The Worst I’ve Ever Seen’: Cargo Thefts Have Turned Violent in Pursuit of AI Hardware | WIRED ‘The Worst I’ve Ever Seen’: Cargo Thefts Have Turned Violent in Pursuit of AI Hardware | WIRED

During the 25 years Gerardo Pachuca has spent investigating thieves who steal cargo from semitrucks, he says he’s never seen behavior this brazen.

The consultant and former Los Angeles sheriff’s detective claims that two times in recent months, robbers stole pricey hardware destined for AI data centers using a confrontational new tactic.

The incidents involved two different shipments of high-value technology traveling from Silicon Valley to Southern California, according to Pachuca, who says he learned about the thefts from law enforcement authorities.

They were never heard from again, Pachua says, and millions of dollars in data center gear remains unaccounted for.

WIRED attempted to indep…

1 day, 12 hours назад @ wired.com
Casey Newton si è costruito una wiki personale con gli LLM, su idea di Karpathy
Casey Newton si è costruito una wiki personale con gli LLM, su idea di Karpathy Casey Newton si è costruito una wiki personale con gli LLM, su idea di Karpathy

Of everything I tried this year to get better at the deskbound parts of my job, the LLM wiki has easily been the most useful.

Finally, last year I mentioned testing an app called Recall that (anticipating the LLM wiki!)

What I stopped doingThe two things I stopped doing over the past year are related to each other — and to the LLM wiki.

For the LLM wiki, though, I just asked Claude Fable 5 to write me a prompt that would get me a “Karpathy-style LLM wiki.” I pasted the result into the terminal (I use Ghostty ), and before too long I had created a new folder of Markdown files in Obsidian.

(Link)(Link)(Link)Talk to usSend us tips, comments, questions, and LLM wiki suggestions: casey@platforme…

1 day, 12 hours назад @ platformer.news
Changelog Changelog
последний пост 1 month назад
Canary tokens and digital tripwires
Canary tokens and digital tripwires Canary tokens and digital tripwires

Buildkite – You deserve better CI.

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

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

Learn more at WorkOS.com and AuthKit.com

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

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

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

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

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

Check out the speedrun to get started in minutes.

2 months, 2 weeks назад @ changelog.com
MCP on Code Mode
MCP on Code Mode MCP on Code Mode

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

Tailscale – Adam loves Tailscale!

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

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

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

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

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

Tailscale – Adam loves Tailscale!

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

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

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

3 months, 1 week назад @ changelog.com
Bitwarden CLI compromised
Bitwarden CLI compromised Bitwarden CLI compromised

Changelog News!

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

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

3 months, 3 weeks назад @ changelog.com
Exploring with agents
Exploring with agents Exploring with agents

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

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

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

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

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

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

Changelog News!

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

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

4 months, 3 weeks назад @ changelog.com
From Tailnet to platform
From Tailnet to platform From Tailnet to platform

Server ErrorOops!

Looks like the server had a hiccup.

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

In the meantime, enjoy some clips!

5 months, 1 week назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Changelog News!

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

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

5 months, 4 weeks назад @ changelog.com
Selling SDKs in the era of many Claudes
Selling SDKs in the era of many Claudes Selling SDKs in the era of many Claudes

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

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

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

Changelog News!

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

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

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

6 months, 1 week назад @ changelog.com
ZDNet ZDNet
последний пост 21 час назад
The best early Labor Day 2026 TV deals: Samsung, LG, and more
The best early Labor Day 2026 TV deals: Samsung, LG, and more

Labor Day may still be a couple weeks away, but you can already find steep deals on top TVs from Samsung, Sony, and more - just in time for pre-season football.

21 час назад @ zdnet.com
80% of developers find AI coding more addictive than helpful
80% of developers find AI coding more addictive than helpful 80% of developers find AI coding more addictive than helpful

ZDNET's key takeawaysProgrammers find AI tools addictive, but exhausting.

AI coding can turn software development into an always-on feedback loop.

Also, 39% said AI tools have made it harder to switch off from work.

Also: 75% of developers I surveyed prefer Claude Code - here's why they choose it over CodexIt's not just the addictive nature of AI tools.

For developers like Rousseau, the concern is no longer merely whether AI can write code.

22 часа назад @ zdnet.com
Sonos' improved Voice Control points to an intriguing smart home future
Sonos' improved Voice Control points to an intriguing smart home future

Reports suggest that Sonos is preparing to compete in the evolving smart speaker market, readying new hardware and an AI-backed overhaul of its voice assistant.

23 часа назад @ zdnet.com
Walmart will finally accept Apple Pay and Google Pay. Here's what's changing
Walmart will finally accept Apple Pay and Google Pay. Here's what's changing Walmart will finally accept Apple Pay and Google Pay. Here's what's changing

ZDNET's key takeawaysWalmart has officially adopted tap-to-pay with both Apple Pay and Google Pay.

It was the last major retailer to accept them, instead pushing its own Walmart Pay.

This morning, Walmart announced it will begin accepting tap-to-pay payments from credit cards, Google Pay, Apple Pay, and other NFC systems.

For example, when you use Walmart Pay, it defaults to sending an electronic receipt versus a paper one.

Walmart has gas stations across the country, and those who use Walmart Pay enjoy an additional 3 cents off per gallon.

1 day назад @ zdnet.com
How AWS Marketplace is using AI agents to meet the rising demand for AI agents
How AWS Marketplace is using AI agents to meet the rising demand for AI agents How AWS Marketplace is using AI agents to meet the rising demand for AI agents

ZDNET's key takeawaysAWS Marketplace uses AI agents to meet the rising demand for AI agents.

AWS Marketplace, one of the most well-known application marketplaces catering to enterprises of all sizes, is seeing rapid growth of its stable of AI agents, along with a rising number of traditional application offerings.

A year ago, "AI agents" ranked 64th among keyword searches across the marketplace, but now ranks in third place, reported Matt Yanchyshyn, vice president of AWS Marketplace & Partner Services.

AI agents are embedded in app marketplaces such as AWS, handling the nitty-gritty administrative and due diligence tasks that are part of the software acquisition and deployment process.

How…

1 day назад @ zdnet.com
ChatGPT's new Mac plugin analyzed my iMessages - and I found it surprisingly useful
ChatGPT's new Mac plugin analyzed my iMessages - and I found it surprisingly useful ChatGPT's new Mac plugin analyzed my iMessages - and I found it surprisingly useful

ZDNET's key takeawaysChatGPT can now connect to your text messages on your Mac.

Like many people, I exchange frequent text messages with family, relatives, friends, and other individuals in my life.

On Thursday, OpenAI rolled out a new plugin for ChatGPT that connects to your Apple iMessages, but only on the Mac.

You'll next be asked to grant ChatGPT the necessary permissions on your Mac to access your text messages.

Send a messageAs the first step, you might want to simply compose and send a text message to someone.

1 day назад @ zdnet.com
There's one big reason I'll choose the Pixel 11 Pro Fold over the Galaxy Z Fold 8
There's one big reason I'll choose the Pixel 11 Pro Fold over the Galaxy Z Fold 8 There's one big reason I'll choose the Pixel 11 Pro Fold over the Galaxy Z Fold 8

ZDNET's key takeawaysBoth the Samsung Galaxy Z Fold 8 and the Pixel 11 Pro Fold are great phones.

Samsung went out of its way to make the Galaxy Fold 8 and Galaxy Fold 8 Ultra pretty durable.

But the Pixel 10 Pro XL served me admirably on the beaches of South Carolina, as will the Pixel 11 Pro XL that I reviewed recently.

The Pixel 11 Pro Fold is built to lastBut the Pixel 11 Pro Fold has the same -- and even more -- durability, and it comes in thinner and lighter.

Also: Pixel 11 Pro Fold vs Samsung Galaxy Z Fold 8: I'm a fan of both foldables, but this one winsI think the others will get there.

1 day, 2 hours назад @ zdnet.com
A low-tech solution from the past may be your best defense against AI deepfakes
A low-tech solution from the past may be your best defense against AI deepfakes A low-tech solution from the past may be your best defense against AI deepfakes

Secret verbal passphrases shared between members of a workplace (or household) are also a recurring recommendation from the FBI.

A verbal passphrase is a secret word or phrase shared between participants during a video or voice call.

However, these verbal passphrases are only effective if they're used consistently by everyone in an organization.

Here, Scobey recommended taking the same best practices that apply to standard company password management and applying them to verbal passphrases, for example:Don't create verbal passphrases manually; use a random password generator.

Also: The best password managers: Expert testedFinally, a verbal passphrase alone cannot provide sufficient security…

1 day, 6 hours назад @ zdnet.com
The best large tablets of 2026: Expert tested and reviewed
The best large tablets of 2026: Expert tested and reviewed The best large tablets of 2026: Expert tested and reviewed

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

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

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

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

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

1 day, 6 hours назад @ zdnet.com
China joins Europe in scrapping Windows for Linux
China joins Europe in scrapping Windows for Linux China joins Europe in scrapping Windows for Linux

A Linux desktop version will replace Windows.

Windows 10 in ChinaWindows 10 China Government Edition is not the Windows 10 version you may still be using, even though it's no longer supported.

Linux replacement optionsThe Chinese government did not specify which Linux versions would replace Windows 10.

However, the stock prices of Chinese Linux suppliers, Kylin Software and Tongxin Software Technology (commonly known as UnionTech), immediately jumped.

Windows Home China 11, a restricted, factory-locked edition that requires you to use only Chinese, is still available.

1 day, 7 hours назад @ zdnet.com
The best small tablets of 2026: Expert tested and reviewed
The best small tablets of 2026: Expert tested and reviewed The best small tablets of 2026: Expert tested and reviewed

In addition, Apple tablets have long been considered some of the best in the market.

Review: Apple iPad Mini (seventh-generation) Who it's for: ZDNET writer Maria Diaz tested the Apple iPad Mini and said, "The iPad Mini 7 is compact and fast, and its Apple silicon processor is built to last for years."

Review: Apple iPad Mini (seventh-generation) Who it's for: ZDNET writer Maria Diaz tested the Apple iPad Mini and said, "The iPad Mini 7 is compact and fast, and its Apple silicon processor is built to last for years."

If you want... Apple iPad Mini The best overall small tablet with a USB-C port for quicker charging and data transfers.

Display: Small tablets shouldn't have to compromise on a…

1 day, 7 hours назад @ zdnet.com
Google Pixel Watch 5 vs. Garmin Fenix 8 Pro: Which has more accurate GPS?
Google Pixel Watch 5 vs. Garmin Fenix 8 Pro: Which has more accurate GPS? Google Pixel Watch 5 vs. Garmin Fenix 8 Pro: Which has more accurate GPS?

Obviously there's a significant price difference between the Garmin Fenix 8 Pro -- starting at $950 -- and the Google Pixel Watch 5 at just $400, so we won't get into the value proposition in this discussion.

You want the most accurate location trackingWhen the Pixel Watch 5 was announced, Google claimed it outperformed the Garmin Fenix 8 Pro and Apple Watch Ultra 3 for GPS location accuracy.

Google says part of this is due to the Pixel Watch 5's compensation for building reflections and satellite reading errors.

My testing with a Garmin Fenix 8 Pro showed that Google's claims are accurate and I was pretty surprised by the strange tracking that showed up on the Garmin watch.

You want long b…

1 day, 21 hours назад @ zdnet.com
After one week wearing the Pixel Watch 5, here's what I want most
After one week wearing the Pixel Watch 5, here's what I want most After one week wearing the Pixel Watch 5, here's what I want most

ZDNET's key takeawaysI'm already impressed by the Pixel Watch 5However, it's still a clunky device to wear.

Today marks the first day you can buy the Pixel Watch 5, Google's newest smartwatch.

The Pixel Watch 5 is just as clunky as the Watch 4I love the Pixel Watch series for their usability, breadth and depth of advanced software, and useful health features, but I hate how thick these watches are.

Also: Samsung Galaxy Watch 9 review: Health data overload, but built for the futureIt's 12mm thick, 4.6mm thicker than the Galaxy Watch 9.

Also: Google Pixel Watch 5 vs. Samsung Galaxy Watch 9: I compared this year's flagship smartwatchesKyle Kucharski/ZDNETI love the fresh colorsThis watch has t…

1 day, 22 hours назад @ zdnet.com
Apple's smart home springs a leak - here's everything we expect to see in September
Apple's smart home springs a leak - here's everything we expect to see in September

We're already waiting for the new gen-AI-powered Siri, but a home hub may be on the way as well.

2 days назад @ zdnet.com
Why replacing staff with AI backfires - and 5 ways smart leaders generate real value instead
Why replacing staff with AI backfires - and 5 ways smart leaders generate real value instead Why replacing staff with AI backfires - and 5 ways smart leaders generate real value instead

Smart business leaders focus on value creation instead.

Three-quarters of organizations found AI layoffs cost more than they saved, and as many as nine in 10 companies would rethink them given the chance.

"The leaders who win will use AI to create new value, not just cut costs."

Invest in people: Reskill and upskill staff to work with AI and create new roles that leverage human strengths alongside machine capabilities.

Recognize that AI will change workforces over time: Create lasting value by using AI as a platform for growth, not just a lever for shrinkage.

2 days назад @ zdnet.com
TechCrunch TechCrunch
последний пост 1 час назад
OpenAI says California should strengthen its AI safety bill
OpenAI says California should strengthen its AI safety bill

OpenAI is calling for California to strengthen SB 53, an AI safety bill that the company previously opposed.

1 час назад @ techcrunch.com
Frontier AI labs still won’t say how they’d contain a rogue model
Frontier AI labs still won’t say how they’d contain a rogue model

A new study finds leading AI labs have few publicly documented plans for containing rogue models, raising questions about preparedness as AI systems increasingly demonstrate unexpected and potentially dangerous behavior.

2 часа назад @ techcrunch.com
US battery startups have found a lifeline in defense
US battery startups have found a lifeline in defense

U.S. battery startups pulled in $500 million in grants from the Department of Energy, throwing a lifeline to an industry that was on the ropes after EV incentives were slashed.

3 часа назад @ techcrunch.com
Pixel 11 Pro XL review: Snappier cameras can’t hide an iterative upgrade
Pixel 11 Pro XL review: Snappier cameras can’t hide an iterative upgrade

Google’s Pixel 11 Pro XL brings snappier cameras and genuinely useful AI features like Rambler, but its iterative upgrades may not be enough to tempt recent Pixel owners.

4 часа назад @ techcrunch.com
Michael Polansky is training an AI model on skin that’s still alive
Michael Polansky is training an AI model on skin that’s still alive

Michael Polansky — better known publicly as Lady Gaga's partner and a former top deputy to Sean Parker — has quietly spent years building an AI-driven startup that keeps living human skin tissue alive for weeks outside the body to discover new skincare compounds, and is only now going public about it.

16 часов назад @ techcrunch.com
Japanese space tech startup Letara expands beyond satellite thrusters with $16M
Japanese space tech startup Letara expands beyond satellite thrusters with $16M

Japanese space startup Letara is betting its hybrid rocket technology can move beyond small satellite thrusters into a broader market for space, defense and security, after raising ¥2.6 billion ($16 million).

17 часов назад @ techcrunch.com
Anthropic’s Opus 4.6 is a smut-machine
Anthropic’s Opus 4.6 is a smut-machine

Anthropic forbids its Claude models from generating sexually explicit content. But a series of tests conducted by TechCrunch found that it didn't take much to get past the restriction.

19 часов назад @ techcrunch.com
Nvidia partners with data center developer Cloverleaf
Nvidia partners with data center developer Cloverleaf

Nvidia continues to pour money into data center development — just as AI data centers bring lots of money into Nvidia.

19 часов назад @ techcrunch.com
How AI accounting startup Rillet raised $100M and became a unicorn in 48 hours
How AI accounting startup Rillet raised $100M and became a unicorn in 48 hours

Rillet CEO Nicolas Kopp shared growth numbers at a board meeting and set off a fundraising frenzy from Iconiq, Sequoia and others. Without even trying.

20 часов назад @ techcrunch.com
Apple is reportedly cutting hundreds of jobs from Siri, Vision Pro teams
Apple is reportedly cutting hundreds of jobs from Siri, Vision Pro teams

Apple has admitted that some roles are being impacted as it shifts its focus away from certain initiatives.

21 час назад @ techcrunch.com
TikTok reaches $400M settlement over children’s privacy lawsuit
TikTok reaches $400M settlement over children’s privacy lawsuit

Two years after the U.S. Department of Justice alleged that TikTok violated the Children’s Online Privacy Protection Act, it has reached a $400 million settlement.

22 часа назад @ techcrunch.com
The $225 Pebble Time 2 is a refreshingly fun smartwatch
The $225 Pebble Time 2 is a refreshingly fun smartwatch

The $225 Pebble Time 2 pairs quirky watch faces and apps with physical buttons, an e-paper display, weeks of battery life, and a playful hacker spirit.

22 часа назад @ techcrunch.com
Nvidia just showed that the harness, not the AI model, is now the real hero
Nvidia just showed that the harness, not the AI model, is now the real hero

Nvidia research shows that AI agents can perform well, and not go off the deep end, through fine-tuning, even if the AI model isn't that great at the task.

22 часа назад @ techcrunch.com
Tesla’s solar roof is dead — here’s what went wrong
Tesla’s solar roof is dead — here’s what went wrong

Tesla's solar roof was an experiment that never really caught on for the company. But does that mean the concept of roof-integrated solar is dead?

1 day назад @ techcrunch.com
Waymo hands over documents in NHTSA’s child collision probe
Waymo hands over documents in NHTSA’s child collision probe

The responses to NHTSA's questions so far are redacted entirely, citing "confidential business information."

1 day назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
Is AI Really to Blame for High Unemployment Among Recent Graduates? What Economists Say
Is AI Really to Blame for High Unemployment Among Recent Graduates?  What Economists Say Is AI Really to Blame for High Unemployment Among Recent Graduates? What Economists Say

47% of recent graduates say AI has already impacted hiring in their field, according to an April survey from ZipRecruiter. "But is AI really the problem, or is it more complicated?" asks NPR. "Here's what economists have to say." According to the Federal Reserve Bank of New York, the unemployment rate for recent graduates — which it defines as 22-to-27-year-olds with a new bachelor's degree or higher — was 5.7% as of June, more than the rate for all workers, which stands at 4.1%... Stanford University economist Erik Brynjolfsson says AI is impacting the labor market for entry-level roles. "AI is not the whole story, but it's part of the story and the evidence is building," he says. Using pa…

1 час назад @ it.slashdot.org
Firefox Announces Free VPN and 'Startpage' Search Engine Rolling Out to Android, iOS - Plus GeForce NOW Support
Firefox Announces Free VPN and 'Startpage' Search Engine Rolling Out to Android, iOS - Plus GeForce NOW Support Firefox Announces Free VPN and 'Startpage' Search Engine Rolling Out to Android, iOS - Plus GeForce NOW Support

Firefox 154 "brings a number of usability improvements," writes PC World: The free built-in VPN, introduced with Firefox 149, continues to offer a selection of virtual locations — temporarily extended to 28 countries until the end of August... The free VPN is currently available to Firefox users in the US, Canada, the UK, France, and Germany. In addition, the free VPN can now also be used in Firefox for Android (rolling out gradually) with iOS to follow soon. Firefox 154 also begins adding the privacy-focused search engine Startpage to its address-bar search options for desktop users in Germany, France, Austria, Switzerland, and the Netherlands (the home markets for the Netherlands-based se…

2 часа назад @ news.slashdot.org
New York Dethrones San Francisco Bay Area As Largest Tech Talent Market
New York Dethrones San Francisco Bay Area As Largest Tech Talent Market New York Dethrones San Francisco Bay Area As Largest Tech Talent Market

fjo3 shares a report from SFGATE: The San Francisco Bay Area, epicenter of the artificial intelligence boom, is home to a massive amount of tech workers employed by some of the world's most valuable companies, from Apple to Nvidia. But for the first time, New York has eclipsed the Bay Area as the home of the largest "tech talent workforce," a report by real estate and investment firm CBRE shows. The firm has published the annual report for 13 years. Last year, the New York Metro Area's tech talent workforce reached 394,300, surpassing the Bay Area's 375,730, according to the report. Fueled by mass layoffs, the Bay Area's tech talent workforce dropped by 6% from 2022 to 2025. New York's tech…

3 часа назад @ news.slashdot.org
Over 1 Million People Have Clicked LinkedIn's AI Slop Button
Over 1 Million People Have Clicked LinkedIn's AI Slop Button Over 1 Million People Have Clicked LinkedIn's AI Slop Button

According to a post from chief product officer Hari Srinivasan, "over a million people" have clicked on LinkedIn's new "Seems like AI slop" button, which launched after one analysis found 41% of the platform's longform posts were fully AI-generated. The Verge reports: In Thursday's post, Srinivasan said that users are overall "now experiencing 40% less views on what we classify as AI slop from just a few weeks ago." LinkedIn is also adding a new message that will tell users who make a post if "Some members told us this post seems like AI." "We approached this assuming good intent; I know I'm increasingly conscious on how to not sound like AI & the goal is to provide helpful feedback," Srini…

7 часов назад @ tech.slashdot.org
'Off the Charts' El Nino Is Already the Strongest Since Records Began
'Off the Charts' El Nino Is Already the Strongest Since Records Began 'Off the Charts' El Nino Is Already the Strongest Since Records Began

A rapidly developing El Nino is already reaching record-setting levels for this time of year and is expected to intensify further over the coming months. "The El Nino has blossomed. It is off the charts. Usual measures of El Nino have blown past prior record levels in the period with good data, even though maximum effects are still several months in the future," writes renowned climate scientist James Hansen at Columbia University in New York in a newsletter sent today. Climate scientists disagree over whether it has already surpassed previous "super El Nino" events on every metric, but several say the signal is unprecedented in forecasts and could ultimately become the strongest modern eve…

11 часов назад @ news.slashdot.org
China Joins Europe In Scrapping Windows For Linux
China Joins Europe In Scrapping Windows For Linux China Joins Europe In Scrapping Windows For Linux

An anonymous reader quotes a report from ZDNet: According to a Bloomberg report, attributed to China's Ministry of State Security, the country has ordered some government agencies to drop Windows 10 China Government Edition for Chinese-made Linux distributions. Why not Windows 11? Because China, like many other non-US governments, no longer trusts American companies with their software and services. This approach is all about digital sovereignty. In addition, even before the recent trend of governments outside America moving away from Windows, Beijing has started a long-running push to replace foreign technology in sensitive systems with domestic, open-source alternatives. [...] The Chinese…

14 часов назад @ linux.slashdot.org
Township Fights Nuclear Weapons Data Center By Passing a Moratorium on Electrical Infrastructure
Township Fights Nuclear Weapons Data Center By Passing a Moratorium on Electrical Infrastructure Township Fights Nuclear Weapons Data Center By Passing a Moratorium on Electrical Infrastructure

Ypsilanti Township, Michigan, has imposed a six-month moratorium on "major electric utility infrastructure" in its latest attempt to delay a proposed $1.2 billion University of Michigan-Los Alamos data center that would support nuclear-weapons research. Township leaders, who have already paused water service for data centers, say the project has moved forward without adequate consultation and want more time to study noise, grid impacts, and other effects on residents. 404 Media reports: Last year, the university announced it was partnering with LANL on the construction of a massive 220,000 square foot hyperscale data center in Ypsilanti Township and residents have been fighting it ever sinc…

19 часов назад @ hardware.slashdot.org
Apple Cuts Jobs In Siri, Vision Pro Immersive Video and Gaming Teams
Apple Cuts Jobs In Siri, Vision Pro Immersive Video and Gaming Teams Apple Cuts Jobs In Siri, Vision Pro Immersive Video and Gaming Teams

Apple is cutting more than 200 jobs as it shifts resources toward a rebuilt, AI-powered Siri and other future products. Roughly 100 positions are being eliminated from the Vision Pro organization, including much of its gaming team and some immersive-video staff. Another 100 cuts are hitting the Siri and software teams. Bloomberg reports: In a statement, Apple acknowledged that it was realigning some teams "to evolve our business to deliver the best experiences for our users." "While we will create new roles as part of this change, it will also impact a limited number of existing roles," the company said. "We are grateful to these team members for their contributions, and we are committed to…

20 часов назад @ apple.slashdot.org
American Who Wiped His Phone With 'Duress' Password During Border Search Gets Felony Charges
American Who Wiped His Phone With 'Duress' Password During Border Search Gets Felony Charges American Who Wiped His Phone With 'Duress' Password During Border Search Gets Felony Charges

Federal prosecutors have charged activist Samuel Tunick with obstruction after he gave Customs and Border Protection officers a duress passcode that wiped his GrapheneOS-powered Pixel during a border search. "His prosecution is one of the earliest known instances of the federal authorities charging a person with destroying evidence using a program designed to wipe a device clean after a specific code is entered," reports The New York Times. From the report: "Obstructing federal law enforcement is a serious matter that has serious repercussions," Theodore Hertzberg, the U.S. attorney for the Northern District of Georgia, said in a statement. "Individuals who destroy or attempt to destroy pro…

21 час назад @ yro.slashdot.org
AI Boosted Homework Scores, Then Exam Scores Dropped
AI Boosted Homework Scores, Then Exam Scores Dropped AI Boosted Homework Scores, Then Exam Scores Dropped

An anonymous reader quotes a report from The Economist: Students and school children are increasingly using artificial intelligence. A survey last year by Chegg, an ed-tech firm, found that 80% of rich-world undergraduates used it in their studies. More recent polls put the figure at 94% in Britain and 93% in Germany. Such widespread adoption has fueled concerns about the impact the technology might be having on learning. Teachers report marking identikit essays that they suspect are churned out by ChatGPT. Yet firm evidence on AI's educational effects has been lacking. David Stromberg of Stockholm University and Victor Lei and Wu Yanhui of the University of Hong Kong set out to fill the ga…

22 часа назад @ news.slashdot.org
Man Dressed As Darth Vader Defends Flock Cameras to San Diego City Council
Man Dressed As Darth Vader Defends Flock Cameras to San Diego City Council Man Dressed As Darth Vader Defends Flock Cameras to San Diego City Council

A man dressed as Darth Vader used a Public Safety and Livable Neighborhoods Committee meeting in San Diego to mock the city's use of Flock surveillance cameras, sarcastically arguing that the technology would help the "emperor" track "rebel scum" and find Luke Skywalker. "This is what the emperor needs. This technology will help us find the rebel scum and the hidden base on Hoth," he said. The Hill reports: He urged that the cameras be used to surveil any "rebel scum as they move from playground to playground, from playground to pool, from pool to gymnasium, because we all know that the Flock cameras are not only following the license plate readers, they are following children." The plea fo…

23 часа назад @ yro.slashdot.org
Micron Unveils $10 Billion AI Memory Research Lab In Boise
Micron Unveils $10 Billion AI Memory Research Lab In Boise Micron Unveils $10 Billion AI Memory Research Lab In Boise

Micron says it will spend $10 billion over the next decade on a new research lab in Boise focused on advanced memory technologies, computing systems, and future chip manufacturing. Here are some details, as reported by Reuters: - Micron Research Labs will bring together customers, academia, government and the broader semiconductor ecosystem to pursue breakthroughs, the company said. - The latest investment builds on the more than $250 billion that Micron had separately committed to manufacturing and R&D across the United States. - The lab will be connected to Micron's research and technology footprint across the U.S., Europe, Japan, India, Singapore and Taiwan. - Growing adoption of AI work…

1 day назад @ hardware.slashdot.org
Linus Torvalds Endures A Debug Session From Hell, 'Enormously Helped' By AI
Linus Torvalds Endures A Debug Session From Hell, 'Enormously Helped' By AI Linus Torvalds Endures A Debug Session From Hell, 'Enormously Helped' By AI

Linus Torvalds says AI "enormously helped" him track down a stubborn Intel Xe graphics driver bug that took 24 debugging patches and 18 kernel boots to isolate. "I'd like to call it my tireless helper, but the AI several times stated flat out that this was impossible and unsolvable and that we should just write a report about it," wrote Torvalds on the commit. "I suspect those things have been trained by people who may not be quite as stubborn as I am..." Phoronix reports: The patch by Linus Torvalds is for the Xe kernel driver and the change is no longer hand out the flat Compute Command Streamer (CCS) storage as usable vRAM. On a Battlemage G21 graphics card, he was hitting a scenario whe…

1 day назад @ it.slashdot.org
Walmart To Finally Start Accepting Apple Pay and Google Pay
Walmart To Finally Start Accepting Apple Pay and Google Pay Walmart To Finally Start Accepting Apple Pay and Google Pay

After years of refusing to adopt tap-to-pay technology in its stores, retail giant Walmart announced today that it is finally accepting payments via both Apple Pay and Google Pay. The rollout begins August 24 at select Walmart and Sam's Club locations and is expected to reach all stores by year-end. It will then expand to fuel stations by mid-2027. TechCrunch reports: The news is a surprise, as Walmart has long refused to adopt the ubiquitous payment technology to instead promote its own in-house solutions, like Walmart Pay and Scan-and-Go. In years past, Walmart even teamed up with other big retailers in an attempt to take down Apple Pay entirely with an alternative mobile payment system o…

1 day, 2 hours назад @ news.slashdot.org
Google Gives Publishers a 'Preferred Sources' Button to Fight AI-Driven Traffic Losses
Google Gives Publishers a 'Preferred Sources' Button to Fight AI-Driven Traffic Losses Google Gives Publishers a 'Preferred Sources' Button to Fight AI-Driven Traffic Losses

Google is giving publishers a new way to fight declining referral traffic from AI-powered search by letting them embed a "Preferred Sources" button that readers can use to favor their sites across Search, Discover, and Google News. "The idea is to make it easier for readers to find links from the sites they know and trust when they're searching for content or interacting with Google's AI to learn about a topic or read the latest news," reports TechCrunch. "As of May's launch, the company said that people across the web had already selected over 345,000 unique sources through this method." From the report: Becoming a preferred source can drive more traffic to publishers' websites, Google sai…

1 day, 3 hours назад @ news.slashdot.org
Блоги людей
2026.34: App Snore
2026.34: App Snore

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

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

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

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

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

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

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

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

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

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

4 days, 21 hours назад @ bureau.ru
Stripe Acquiring OpenRouter, Aggregating AI?, Flipping the Business Model
Stripe Acquiring OpenRouter, Aggregating AI?, Flipping the Business Model

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

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

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

6 days, 21 hours назад @ bureau.ru
2026.33: The CapEx Train Keeps Rolling
2026.33: The CapEx Train Keeps Rolling

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

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

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

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

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

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

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

1 week, 3 days назад @ bureau.ru
Nvidia’s Risky Business
Nvidia’s Risky Business

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

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

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

1 week, 4 days назад @ bureau.ru
Apple Earnings, More on Amazon’s Earnings
Apple Earnings, More on Amazon’s Earnings

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

1 week, 5 days назад @ stratechery.com
Size and Lifespan
Size and Lifespan Size and Lifespan 1 week, 5 days назад @ xkcd.com
Caller-specific coverage
Caller-specific coverage Caller-specific coverage

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

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

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

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

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

check that it got its expected number of argume…

1 week, 6 days назад @ nedbatchelder.com
2026.32: Earnings and Learnings
2026.32: Earnings and Learnings

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 weeks, 5 days назад @ stratechery.com
Maze
Maze Maze 2 weeks, 5 days назад @ xkcd.com
Main Span
Main Span Main Span 3 weeks, 1 day назад @ xkcd.com
Vera Rubin Observatory
Vera Rubin Observatory Vera Rubin Observatory 3 weeks, 3 days назад @ xkcd.com
Афиша выставки нидерландской живописи
Афиша выставки нидерландской живописи

Подскажите, пожалуйста, какие ошибки в вёрстке и типографике я мог совершить?

3 weeks, 3 days назад @ bureau.ru
Интерфейс квестов
Интерфейс квестов

Здравствуйте, Илья!

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

Как бы вы пересобрали интерфейс квестов, чтобы различие между глобальным и текущим стало понятным с первого раза? Спасибо!

3 weeks, 4 days назад @ bureau.ru
Про акцию «Реакция»
Про акцию «Реакция»

Когда что-то мучает, крутится в голове и рядом не находится ни одного несчастного знакомого, готового выслушать длиннющую, сбивчивую цепочку рассуждений, «train of thought» из шестидесяти вагонов, нагруженных слабо связанными материалами — справляется блог. Это и есть моя психотерапия: выписать всё, что накопилось, сложить камни на берегу и некоторое время не бросать их обратно.

3 weeks, 4 days назад @ staskulesh.com
Vacation: Week of July 27
Vacation: Week of July 27

Stratechery is on vacation the week of July 27. There will be no Weekly Article or Updates. The next Update will be on Monday, August 3. Sharp Tech, and Greatest of All Talk will also return the week of August 3. Sharp China and Asianometry will continue to publish, and there will be one episode of Dithering next week. The […]

3 weeks, 5 days назад @ stratechery.com
Forth
Forth Forth 3 weeks, 5 days назад @ xkcd.com
Acidica
Acidica

My latest fun project is a BASIC interpreter called

Acidica. Classic BASIC is an

old-school language first developed in 1964 that saw an explosion of

implementations on microcomputers in the ‘70s and ‘80s. It’s much more primitive

than the Visual Basic that you might be familiar with.A simple BASIC program:10 INPUT "What is your name"; U$

20 PRINT "Hello "; U$

30 INPUT "How many stars do you want"; N

40 S$ = ""

50 FOR I = 1 TO N

60 S$ = S$ + "*"

70 NEXT I

80 PRINT S$

90 INPUT "Do you want more stars"; A$

100 IF LEN(A$) = 0 THEN 90

110 A$ = LEFT$(A$, 1)

120 IF A$ = "Y" OR A$ = "y" THEN 30

130 PRINT "Goodbye ";U$

140 END Run it, and you get this:What is your name? Ned

Hello Ned

How many stars…

3 weeks, 6 days назад @ nedbatchelder.com
Есть ли сейчас смысл добиваться какой-то частоты контента?
Есть ли сейчас смысл добиваться какой-то частоты контента?

Есть ли сейчас смысл добиваться какой-то частоты контента в личном или профессиональном блоге? Или это миф, что контент должен выходить регулярно? Несколько лет назад слышал, что для отображения в лентах нужно постить регулярно. Насколько это актуально для ТГ?

3 weeks, 6 days назад @ bureau.ru
2026.30: The Copium Wars
2026.30: The Copium Wars

The best Stratechery content from the week of July 20, 2026 including Chinese models and frontier futures, what happened to Hugging Face, and the NBA and its second apron bet.

4 weeks, 1 day назад @ stratechery.com
Recursive Trucker's Hitch
Recursive Trucker's Hitch Recursive Trucker's Hitch 4 weeks, 1 day назад @ xkcd.com
OpenAI Hacks Hugging Face, What Happened, Alignment and Paper Clips
OpenAI Hacks Hugging Face, What Happened, Alignment and Paper Clips

OpenAI accidentally hacked Hugging Face, but the takeaways are more encouraging than people realize.

1 month назад @ stratechery.com
Calibration Nobel
Calibration Nobel Calibration Nobel 1 month назад @ xkcd.com
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: Reels-style shopping feed with a client-side recommender
Show HN: Reels-style shopping feed with a client-side recommender Show HN: Reels-style shopping feed with a client-side recommender

ThodaSa — thoda sa treat toh banta hai 🛍️India's reels-style impulse shopping experience.

Swipe through 1000+ fun finds under ₹499 — snacks, beauty minis, gadgets, home décor, kitchen finds, fashion accessories, stationery and quirky gifts.

The feed learns your taste as you scroll, save and add to cart.

A guilt-free meter judges your cart (lovingly).

Categories: Snacks · Beauty · Gadgets · Home · Kitchen · Fashion · Stationery · QuirkyPopular finds: 2-minute masala noodles, TWS earbuds under ₹500, kajal, scented candles, thermosteel bottles, graphic tees, desi meme stickers, mystery gift boxes.

1 час назад @ thodasa.com
Show HN: Git workflow as an AI-agent skill
Show HN: Git workflow as an AI-agent skill Show HN: Git workflow as an AI-agent skill

$gitx branch Create and switch to a branch with an inferred prefix, such as feat/ or fix/ .

$gitx issue Login fails after token expiry Create a GitHub issue with a generated title and body.

$gitx issue 123 Read GitHub issue #123 and implement the requested fix in the current working tree.

For gitx issue , only a number such as 123 or #123 tells GitX to implement an existing issue.

For example: gitx plan , gitx check , or gitx branch fix/token-refresh .

1 час назад @ github.com
Show HN: I turned Apple-style scroll-video websites into a reusable AI skill
Show HN: I turned Apple-style scroll-video websites into a reusable AI skill Show HN: I turned Apple-style scroll-video websites into a reusable AI skill

Scroll Video WebsiteTurn any video into a smooth, scroll-controlled website with one Agent Skill.

Installnpx skills add musoyangrigor/scroll-video-website-skill --skill scroll-video-websiteLive Demo · Install · Usage · FeaturesLive DemoView the full demo GIFExample WebsiteThe demo shows a simple product website made from a single video.

The video fills the screen, and scrolling forward or backward smoothly moves through its frames.

You can create the same kind of website with:$scroll-video-website ./media/product-demo.mp4The skill converts the video into optimized frames and builds the responsive scroll-controlled page for you.

Interactively optimizes existing sequences with file-specific s…

1 час назад @ github.com
Show HN: Namo_complete: a non-obtrusive AI autocomplete for the bash terminal
Show HN: Namo_complete: a non-obtrusive AI autocomplete for the bash terminal Show HN: Namo_complete: a non-obtrusive AI autocomplete for the bash terminal

namo_complete A non-obstrusive AI autocomplete for your Bash terminal, written in Sun (Linux-only until Sun can target MacOS)Type as usual.

If you mistype a command, the command not found line comes with a did you mean hint.

The line you are typing is readable and writable, as READLINE_LINE , only inside a key handler bash runs for you.

The prompt hooks bash offers ( PROMPT_COMMAND , PS0 , PS1 ) and its "command not found" hook belong to it as well.

Your API key never shows up in the process list or on disk.

1 час назад @ github.com
Show HN: Stash, turn your Instagram saves into notes Claude finds on its own
Show HN: Stash, turn your Instagram saves into notes Claude finds on its own Show HN: Stash, turn your Instagram saves into notes Claude finds on its own

stashTurn the Instagram posts you save into notes Claude finds on its own.

[mcp] " cp .env.example .env .venv/bin/python -m stash doctordoctor names anything missing and the exact command to fix it.

yt-dlp gets your Instagram session and nothing else.

Use it.venv/bin/python -m stash add " https://www.instagram.com/reel/... " -n " why I saved it " .venv/bin/python -m stash process .venv/bin/python -m stash search " agent memory " .venv/bin/python -m stash statusNotes land in vault/ as markdown with YAML frontmatter.

Backfilling your existing savesNo API has ever exposed Instagram Saved collections.

1 час назад @ github.com
Show HN: Riyadh Tech Week – a year-round guide to Saudi Arabia's tech ecosystem
Show HN: Riyadh Tech Week – a year-round guide to Saudi Arabia's tech ecosystem Show HN: Riyadh Tech Week – a year-round guide to Saudi Arabia's tech ecosystem

Unofficial, independent, and freeA curated guide to Saudi tech.

Riyadh, Jeddah, Dhahran and everywhere in between: the events worth attending, the startups worth knowing, and stories explaining what's actually happening across the Kingdom — kept current all year, not just for one week in February.

2 часа назад @ riyadhtechweek.com
Show HN: Structural code grep across public GitHub repositories
Show HN: Structural code grep across public GitHub repositories Show HN: Structural code grep across public GitHub repositories

Codemod grep searches public code by syntax and structure, not just text or regex. Use ast-grep patterns to find code by shape across repositories. Comments URL: https://news.ycombinator.com/item?id=49401216

Points: 4

# Comments: 0

2 часа назад @ grep.codemod.com
Show HN: AI as Cognitive Gym Equipment
Show HN: AI as Cognitive Gym Equipment Show HN: AI as Cognitive Gym Equipment

Why AI assistance should be judged by what it does to your future thinking, not just your next answer Comments URL: https://news.ycombinator.com/item?id=49401004

Points: 1

# Comments: 0

2 часа назад @ bookerapp.replit.app
Show HN: New poems, written by real people
Show HN: New poems, written by real people Show HN: New poems, written by real people

ClassicAfternoon Rain in State StreetAmy Lowell · Public domainCross-hatchings of rain against grey walls, Slant lines of black rain In front of the up and down, wet stone sides of buildings.

And over it, umbrellas, Black polished dots Struck to white An instant, Stream in two flat lines Slipping past each other with the smoothness of oil.

The cross-hatchings of rain cut the Tower obliquely, Scratching lines of black wire across it, Mutilating its perpendicular grey surface With the sharp precision of tools.

The city is rigid with straight lines and angles, A chequered table of blacks and greys.

The city is heraldic with angles, A sombre escutcheon of argent and sable And countercoloured be…

2 часа назад @ firstverse.app
Show HN: I launched the most generous leaderboard
Show HN: I launched the most generous leaderboard Show HN: I launched the most generous leaderboard

The generosity leaderboardThe most generous brandson the internet.

Brands compete for #1.

Goodbid commits 50% of every purchase subtotal, excluding taxes, to nonprofit donations.

€18 committed to nonprofitsBid for #1Work email verified before payment · Minimum placement €10

2 часа назад @ goodbid.lol
Show HN: ClearVoice TTS, SOTA voice cloning model running offline, in an iOS app
Show HN: ClearVoice TTS, SOTA voice cloning model running offline, in an iOS app Show HN: ClearVoice TTS, SOTA voice cloning model running offline, in an iOS app

The developer, Rory Clear, indicated that the app’s privacy practices may include handling of data as described below.

This information has not been verified by Apple.

For more information, see the developer’s privacy policy .

To help you better understand the developer’s responses, see Privacy Definitions and Examples .

Privacy practices may vary based, for example, on the features you use or your age.

3 часа назад @ apps.apple.com
Show HN: Free Vision TUI Library for Go
Show HN: Free Vision TUI Library for Go Show HN: Free Vision TUI Library for Go

fv-go — Free Vision for GoA Go port of Free Vision, the Turbo-Vision-derived console UI framework originally from Free Pascal.

Based on the modernized Delphi version at oldwired/fv-delphi-modern, not the original Free Pascal sources.

LicenseInherits the Free Vision / Free Pascal license:LICENSE — GNU Lesser General Public License, version 2.1.

FPC-EXCEPTION.txt — Free Pascal library linking exception, which permits linking against modified versions without forcing the linked work to be LGPL.

Supply chainEach tagged GitHub Release ships a CycloneDX SBOM ( fv-go-vX.Y.Z.cdx.json ) describing the module's declared dependency graph and the detected license of every component.

3 часа назад @ github.com
Show HN: VRAM calculator that counts the text encoder, not just the weights
Show HN: VRAM calculator that counts the text encoder, not just the weights Show HN: VRAM calculator that counts the text encoder, not just the weights

vLLM is budget-driven rather than demand-driven: it claims gpu_memory_utilization of the card up front (0.90 in Runpod's guide, 0.92 is vLLM's own current default), subtracts model weights, non-Torch memory and the profiled activation peak, and hands the entire remainder to the KV cache as paged blocks of 16 tokens.

LANGUAGE weights = params × bytes_per_weight kv_cache = 2 × layers × kv_heads × head_dim × context × kv_bytes × seqs overhead = 0.8 GB (CUDA context + runtime) + 5% of weights QLoRA = 4-bit base + adapters/optimizer + checkpointed activations Full tune = 16 bytes/param (fp16 weights + grads + Adam states + fp32 master) IMAGE & VIDEO model = params × bytes_per_weight encoder = te…

3 часа назад @ nerdylive123.github.io
Show HN: Turn photos into the 'silly crayon drawing' style trending in Korea
Show HN: Turn photos into the 'silly crayon drawing' style trending in Korea Show HN: Turn photos into the 'silly crayon drawing' style trending in Korea

Somodus Agent StoreSilly Little Photo MakerJust upload one photo, and we'll redraw the entire scene as a single cute, whimsical hand-drawn doodle illustration — as if sketched with a thin black pen and colored pencils — and send it to your email.

A portrait, a group shot with friends, a landscape from your travels — anything works.

The photo decides "what is where," and the doodle artist decides "how to draw it."

An honest note: this drawing is a hand-drawn-style doodle created by AI based on the photo you upload.

Install this agent — free

3 часа назад @ somodus.com
Show HN: Find and Organize Photos with Private, Local AI
Show HN: Find and Organize Photos with Private, Local AI Show HN: Find and Organize Photos with Private, Local AI

Act on the resultsSelect, move, copy, rename or delete.

A result set is ready to work with.

Select the images you need and perform a file action without leaving the search; indexing never moves originals on its own.

3 часа назад @ ringlochid.me
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 1 day, 1 hour назад
I think founders misunderstand what Reddit is actually useful for.
I think founders misunderstand what Reddit is actually useful for. I think founders misunderstand what Reddit is actually useful for.

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

1 day, 1 hour назад @ rss.app
An AI-agent boundary is only a hypothesis until a live run leaves
An AI-agent boundary is only a hypothesis until a live run leaves An AI-agent boundary is only a hypothesis until a live run leaves

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
A tool I reviewed audited my own site and found
A tool I reviewed audited my own site and found A tool I reviewed audited my own site and found

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

1 day, 5 hours назад @ rss.app
Track Competitor Mentions with the SocialListeningAPI MCP
Track Competitor Mentions with the SocialListeningAPI MCP Track Competitor Mentions with the SocialListeningAPI MCP

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, 8 hours назад @ rss.app
Launching on Product Hunt in 4 days. It's also my birthday. Here's the honest state of things going in.
Launching on Product Hunt in 4 days. It's also my birthday. Here's the honest state of things going in. Launching on Product Hunt in 4 days. It's also my birthday. Here's the honest state of things going in.

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

1 day, 9 hours назад @ rss.app
I built a portfolio recovery tool because “I need my coins to come back” is the wrong math
I built a portfolio recovery tool because “I need my coins to come back” is the wrong math I built a portfolio recovery tool because “I need my coins to come back” is the wrong math

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, 2 hours назад @ rss.app
Your SaaS doesn't always need more traffic. It might need better discovery.
Your SaaS doesn't always need more traffic. It might need better discovery. Your SaaS doesn't always need more traffic. It might need better discovery.

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, 2 hours назад @ rss.app
Making $9k/mo with a mobile app until platform risk took its toll
Making $9k/mo with a mobile app until platform risk took its toll Making $9k/mo with a mobile app until platform risk took its toll

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

2 days, 5 hours назад @ rss.app
Looking for companies interested in free audience research
Looking for companies interested in free audience research Looking for companies interested in free audience research

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

2 days, 5 hours назад @ rss.app
Looking for a partner from US
Looking for a partner from US Looking for a partner from US

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

2 days, 6 hours назад @ rss.app
Hitting $1M ARR in two years and working four hours per day
Hitting $1M ARR in two years and working four hours per day Hitting $1M ARR in two years and working four hours per day

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

3 days назад @ rss.app
Huddle is live on Product Hunt today
Huddle is live on Product Hunt today Huddle is live on Product Hunt today

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

3 days, 1 hour назад @ rss.app
Building an AI assistant for freelancers who forget to follow up
Building an AI assistant for freelancers who forget to follow up Building an AI assistant for freelancers who forget to follow up

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

3 days, 5 hours назад @ rss.app
4 founders told me the same thing about launch platforms — so I’m changing what I’m building
4 founders told me the same thing about launch platforms — so I’m changing what I’m building 4 founders told me the same thing about launch platforms — so I’m changing what I’m building

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

3 days, 8 hours назад @ rss.app
477 signups later, here’s what surprised me about user acquisition
477 signups later, here’s what surprised me about user acquisition 477 signups later, here’s what surprised me about user acquisition

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

3 days, 11 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 49 минут назад
HELP ME !!!
HELP ME !!!

Basicly i have had a shit time latley. 1 of the reasons is i cant find projects to make without like , "todo app" or "movie recommender" submitted by /u/Puzzled_Finance_4982 [link] [comments]

49 минут назад @ reddit.com
I built a free Canadian oil, gas, and mining job matcher
I built a free Canadian oil, gas, and mining job matcher

RigMinds checks your eligibility, ranks verified jobs, flags blockers, and explains every score. Looking for honest feedback from job seekers: https://rigminds.com submitted by /u/Positive_Sandwich_82 [link] [comments]

1 час назад @ reddit.com
Building the world's most curated horror database!
Building the world's most curated horror database! Building the world's most curated horror database!

hoGAMEGATA is a horror only video game database. I started it as a hobby project and it remains free to use, has no ads and zero paywalled features. One of the main reasons I started building this is due to Steam's unreliable horror tagging system, and finding and keeping track of horror games for all platforms being messy. hoGAMEGATA is just a catalog built for horror fans, it does not host video game files. Features added so far- Search, sort, filter (genre, date, platform, price) Detailed game pages for all almost all games Scare meter Account system for keeping a track of games Cart Cheapest deal finder Editing suggestion system and revision history Bug reporting system Developer page w…

1 час назад @ reddit.com
if we're all selling, who's actually buying?
if we're all selling, who's actually buying?

most of the interaction I get building in public is from other people selling too. even when I post a genuine question about what I'm building, someone shows up trying to sell me a tool that'll help me sell my thing. maybe I should stop chasing gold and start selling shovels instead. submitted by /u/Long_Watercress5538 [link] [comments]

1 час назад @ reddit.com
I built a multiplayer game that is essentially Tic Tac Toe, but every square is a minigame
I built a multiplayer game that is essentially Tic Tac Toe, but every square is a minigame I built a multiplayer game that is essentially Tic Tac Toe, but every square is a minigame

I recently built this game around an idea I've liked for a long time: a competitive game where being the best doesn't just mean mastering one particular skill. Instead of one core mechanic, there are lots of short minigames. Some are about reaction speed or accuracy, others are puzzle-like, or involve memory, rhythm, etc. In 1v1, that means you need to be pretty versatile. I also like what this does in team play. An ideal lineup might have a strategy specialist, a reaction specialist, etc., with teammates communicating and focusing on their strengths. It also means that pretty much anyone can find a minigame they're good at or simply enjoy. I needed something simple to connect all those gam…

1 час назад @ reddit.com
I built a personalized history podcast you can interrupt to ask the questions
I built a personalized history podcast you can interrupt to ask the questions I built a personalized history podcast you can interrupt to ask the questions

The idea came to me about a year ago, I was always passionate about history but found it hard to find specific/niche podcasts. And when I did sometimes my curiosity wanted a detour, but I had no control of where the story goes. I'm quite familiar with AI and engineering as it's the field I'm in, so I thought why not leverage current technologies to build a learning tool for me. The idea grew to the current product, I've been using it myself to learn and improve it and genuinely find it great. The name of the app is Historai https://historai.ca/, it generates a podcast for you on any topic you want, one or two narrators. It does detailed research and sources all its material, and a core feat…

1 час назад @ reddit.com
From "why is this so hard?" to 13 releases and 4000+ downloads : my free clipboard shelf just got custom hotkeys, time-based clearing, and its own icon set.
From "why is this so hard?" to 13 releases and 4000+ downloads : my free clipboard shelf just got custom hotkeys, time-based clearing, and its own icon set. From "why is this so hard?" to 13 releases and 4000+ downloads : my free clipboard shelf just got custom hotkeys, time-based clearing, and its own icon set.

Quick context for anyone who hasn't seen this: Edge-Drop is a clipboard shelf that hides on the left edge of your screen. You hover the edge, it slides out showing everything you've copied text, images, links, files and you drag things out into real apps with real drag-and-drop. Today's release (v0.2.9) is my favorite so far because every single item came from a user complaint: → "Why can't I change Alt+C?!" - You can now. Full hotkey recorder with live keycap preview and conflict detection. (This was requested more than everything else combined.) → "I want to clear recent stuff but keep my pinned files." - Done. Clear by Last hour / 6h / 24h, and clearing respects whatever filter view you'…

1 час назад @ reddit.com
made a website directory you can actually play, every site is a blob that eats other sites
made a website directory you can actually play, every site is a blob that eats other sites

directories are boring dead lists, so i made one that fights back. add your site, it spawns as a blob wearing its favicon, then you eat everyone above you to climb the board. idle sites starve and drop off. no signup and completely free foodwar.fun add your project and try to eat the rest submitted by /u/startages [link] [comments]

2 часа назад @ reddit.com
How effective is my website UI?
How effective is my website UI? How effective is my website UI?

This website allows you to encrypt and sign messages/themes. All encrypting and signing uses post-quantum primitives. This is a static page; nothing is ever sent to the server. For the full set of operations, you can look at diaryof.me/tools Encrypted message - password is “test”: https://diaryof.me/locked/#wZrcWNC8wyrLnJ4lp2mY92x1lUkc6NN7OZGEtylvE3juwxq_RMI_EW-787NulGi9bBZBPgqjkeKTPzTqJwj7HRjMOG46ZqWo6lW9-CCtxZWYVvGwl8k3nVNbpuEESjhh7gUvNnUsWqpcI-hRPwnGxlCRf4Nv2NoHqk4wOQ3fsaijhfAfz7d-IIkUWX8Fr6Wqwn_HQQL68rD3kA3eesXYqcYv53mS082UfXo6570WcM5mqJ3XRo2J9KVYc7ZfQkhhOfj5rTkzCX0spivQ Signed message: https://diaryof.me/signed/#zs3825DubOxElyNFeMxgGTm6g9d6v-ukt_YF_O-x7tVzV7IuwAg9fvav_hO9b80jV2EO4x9cBU…

2 часа назад @ reddit.com
i built a tool to generate an app landing page from your app screenshots (live demo)
i built a tool to generate an app landing page from your app screenshots (live demo) i built a tool to generate an app landing page from your app screenshots (live demo)

so i built a new feature for AppLaunchFlow , where you can create a simple and clean app landing page for your app in a few clicks by just uploading your screenshots. It includes: - support, privacy policy and terms of service pages that you can directly use for your app submission. - a custom applaun.ch subdomain or simply connect your own domain I built this because i noticed many app devs just use notion pages, github pages etc. or dont even have any landing page at all Its not yet live, but excited to hear what you think submitted by /u/Aggravating_Try1332 [link] [comments]

2 часа назад @ reddit.com
Kotoba Forest - A JLPT vocabulary app for people who don't want to maintain an Anki deck
Kotoba Forest - A JLPT vocabulary app for people who don't want to maintain an Anki deck

Solo dev in Taiwan. I'm a Mandarin speaker learning Japanese, and Kotoba Forest came out of a problem I kept hitting myself. The standard advice for Japanese vocabulary is Anki. It works, but the actual cost isn't the reviewing - it's the upkeep. Finding a JLPT deck that isn't broken, fixing cards with wrong readings, keeping it aligned with what you're actually studying. I quit twice, both times over deck maintenance, never over the studying itself. So the design constraint was: the content has to already be there. ~10,000 words across JLPT N5-N1, levelled, ready to review the second you open it. No deck hunting, no card editing, works offline. Two things I'd flag as deliberate choices rat…

2 часа назад @ reddit.com
BRB2K – 90's style chat for iPhone that feels like stepping into a time machine
BRB2K – 90's style chat for iPhone that feels like stepping into a time machine BRB2K – 90's style chat for iPhone that feels like stepping into a time machine

I was getting nostalgic one night while talking with some friends about "chatting" in the late 90's and how different it is from today. I poked around the web and saw some people had tried to recreate some of the apps we used back then, but they were all flat and focused on the UI. So, I took it a step further and made BRB2K... it feels like I stepped into a time machine :o I can chat with buddies and feel like I'm back in front of my Compaq tower after school. Complete with minesweeper, a 90s trivia bot, six default buddy personalities and the ability to create your own buddies and chat with them. If you have an iPhone and want to try it out, let me know what you think! https://brb2k.com s…

3 часа назад @ reddit.com
How does the website look overall ?
How does the website look overall ? How does the website look overall ?

submitted by /u/Fun-Disaster4212 [link] [comments]

3 часа назад @ reddit.com
I wrote a guide on how to stop Doomscrolling by physically tricking your thumb.
I wrote a guide on how to stop Doomscrolling by physically tricking your thumb.

M30 5.23 hours a day 1,908.95 hours a year 79.54 total days of watching Reels in 2025 alone. When I analyzed this data for the first time, I was in a state of shock for days. Data pulled straight from my iPhone's Screen Time by application and multiplied by the previous months. I don't even have the courage to multiply this number by 5—which is the number of years I abused the algorithm (or the algorithm abused me). The algorithm influenced EVERY single aspect of my life. It polluted me, poisoned me like a tumor. But at the same time, it altered my internal perception of the issue, keeping me from assessing the reality of the situation. My girlfriend left me after a year and a half because …

3 часа назад @ reddit.com
I vibe coded a macOS app to learn AI, a charm that hangs from your menu bar with real physics
I vibe coded a macOS app to learn AI, a charm that hangs from your menu bar with real physics I vibe coded a macOS app to learn AI, a charm that hangs from your menu bar with real physics

Want to try it? I'm giving out free license keys DM me or comment below. All I ask is a little honest feedback. submitted by /u/sabirpatel [link] [comments]

4 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 21 час назад
Port Radar for macOS
Port Radar for macOS

The AI port manager for Mac. Never run lsof again. Discussion | Link

21 час назад @ producthunt.com
AutoClaw
AutoClaw

An AI work agent across desktop, browser, and chat Discussion | Link

1 day, 2 hours назад @ producthunt.com
Open Analytics
Open Analytics

AI-Native Google Analytics alternative for the modern web Discussion | Link

1 day, 3 hours назад @ producthunt.com
ShogunAI
ShogunAI

Your personal AGI on your PC. Built to finish real work. Discussion | Link

1 day, 11 hours назад @ producthunt.com
Antigravity IDE Extensions
Antigravity IDE Extensions

Antigravity agents now live inside your existing editor Discussion | Link

1 day, 11 hours назад @ producthunt.com
Project SKY
Project SKY

Your ambient AI companion for Windows. Discussion | Link

1 day, 14 hours назад @ producthunt.com
Pocket by Meta
Pocket by Meta

Vibe-code games, then share them like TikToks Discussion | Link

1 day, 14 hours назад @ producthunt.com
PixelRead AI OCR
PixelRead AI OCR

Capture, translate, and understand any text on your Mac Discussion | Link

1 day, 21 hours назад @ producthunt.com
KerasFormers
KerasFormers

Keras 3 collection of pretrained models Discussion | Link

1 day, 21 hours назад @ producthunt.com
Flunkey
Flunkey

Voice-first AI layer for Windows (beta) Discussion | Link

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

Your machine is a P2P server, review suite & clipboard sync. Discussion | Link

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

Run Claude Code, Codex or Opencode in cloud with your repo Discussion | Link

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

Digital avatars that move and act like professional actors Discussion | Link

2 days, 3 hours назад @ producthunt.com
Router by Ramp
Router by Ramp

Tokens are money. Save both. Discussion | Link

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

Docker management for everyone Discussion | Link

2 days, 6 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 9 months, 3 weeks назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

9 months, 3 weeks назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

9 months, 3 weeks назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

9 months, 4 weeks назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

9 months, 4 weeks назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

9 months, 4 weeks назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

9 months, 4 weeks назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

9 months, 4 weeks назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

9 months, 4 weeks назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

9 months, 4 weeks назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

9 months, 4 weeks назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 22 часа назад
Jingling Pot in England
Jingling Pot in England Jingling Pot in England

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

The action you just performed triggered the security solution.

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

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

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

22 часа назад @ atlasobscura.com
North American Cryptid Museum in Plano, Texas
North American Cryptid Museum in Plano, Texas North American Cryptid Museum in Plano, Texas

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 назад @ atlasobscura.com
Bunski Kanal in Malo Polje, Bosnia and Herzegovina
Bunski Kanal in Malo Polje, Bosnia and Herzegovina Bunski Kanal in Malo Polje, Bosnia and Herzegovina

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, 2 hours назад @ atlasobscura.com
Gin Drinkers Line in Hong Kong
Gin Drinkers Line in Hong Kong Gin Drinkers Line in Hong Kong

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

The action you just performed triggered the security solution.

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

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

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

1 day, 4 hours назад @ atlasobscura.com
‘The Missing’ Cabin in Jemez Springs, New Mexico
‘The Missing’ Cabin in Jemez Springs, New Mexico ‘The Missing’ Cabin in Jemez Springs, New Mexico

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, 22 hours назад @ atlasobscura.com
Volvo Island in Ottawa, Illinois
Volvo Island in Ottawa, Illinois Volvo Island in Ottawa, Illinois

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, 22 hours назад @ atlasobscura.com
Isis Heiligtum (Isis and Magna Mater Temple) in Mainz, Germany
Isis Heiligtum (Isis and Magna Mater Temple) in Mainz, Germany Isis Heiligtum (Isis and Magna Mater Temple) in Mainz, Germany

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

The action you just performed triggered the security solution.

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

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

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

2 days назад @ atlasobscura.com
Red Sea Terminal in Marsa Alam, Egypt
Red Sea Terminal in Marsa Alam, Egypt Red Sea Terminal in Marsa Alam, Egypt

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

The action you just performed triggered the security solution.

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

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

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

2 days, 2 hours назад @ atlasobscura.com
Fyllingsdalstunnelen in Fyllingsdalen, Norway
Fyllingsdalstunnelen in Fyllingsdalen, Norway Fyllingsdalstunnelen in Fyllingsdalen, Norway

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, 4 hours назад @ atlasobscura.com
Branch Davidian Compound in Axtell, Texas
Branch Davidian Compound in Axtell, Texas Branch Davidian Compound in Axtell, Texas

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, 22 hours назад @ atlasobscura.com
Doña Manolita in Madrid, Spain
Doña Manolita in Madrid, Spain Doña Manolita 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.

3 days назад @ atlasobscura.com
Stillman’s Run Battle Site Memorial in Stillman Valley, Illinois
Stillman’s Run Battle Site Memorial in Stillman Valley, Illinois Stillman’s Run Battle Site Memorial in Stillman Valley, Illinois

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

The action you just performed triggered the security solution.

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

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

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

3 days, 2 hours назад @ atlasobscura.com
East Finchley Tube Station & the Archer in London, England
East Finchley  Tube Station & the Archer in London, England East Finchley Tube Station & the Archer in London, England

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

The action you just performed triggered the security solution.

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

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

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

3 days, 4 hours назад @ atlasobscura.com
Kloster Eberbach in Eltville am Rhein, Germany
Kloster Eberbach in Eltville am Rhein, Germany Kloster Eberbach in Eltville am Rhein, 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.

3 days, 22 hours назад @ atlasobscura.com
Salubria in Stevensburg, Virginia
Salubria in Stevensburg, Virginia Salubria in Stevensburg, Virginia

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

The action you just performed triggered the security solution.

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

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

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

4 days назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 1 day, 4 hours назад
Stockholm-based Eyedentity secures €1.3 million to detect deadly eye cancer earlier with AI
Stockholm-based Eyedentity secures €1.3 million to detect deadly eye cancer earlier with AI Stockholm-based Eyedentity secures €1.3 million to detect deadly eye cancer earlier with AI

MedTech startup Eyedentity has closed its first oversubscribed investment round at €1.3 million (SEK 15 million) to support regulatory approval, further product development and the expansion of Eyedentity’s AI-powered diagnostics platform into opticians, eye clinics and hospitals.

It’s brilliant, and ready to roll out now.”Founded in 2025, Eyedentity is developing AI technology designed to detect serious eye diseases from fundus images already captured during routine eye examinations.

For Eyedentity, opticians provide an existing route through which a wider population can be assessed without establishing a separate screening infrastructure.

Beyond uveal melanoma, Eyedentity plans to apply i…

1 day, 4 hours назад @ eu-startups.com
Limerick-based Redfaire lands €13 million from BGF to scale its ERP and cloud services business
Limerick-based Redfaire lands €13 million from BGF to scale its ERP and cloud services business Limerick-based Redfaire lands €13 million from BGF to scale its ERP and cloud services business

Redfaire, a Limerick-based enterprise resource planning (ERP) and cloud services provider, has secured a €13 million minority investment from Ireland-based growth capital firm BGF.

“We built Redfaire by staying close to our customers and taking on their most complex ERP challenges.

Founded in 2003, Redfaire supports customers as they modernise their ERP estates and adopt cloud and hybrid solutions.

MJ Murphy, Investor at BGF, said, “Redfaire is exactly the kind of ambitious, founder-led business that BGF is proud to back.

He previously served as CEO of IESA and is Chair of NoBlue2, a cloud ERP consultancy.

1 day, 6 hours назад @ eu-startups.com
Plymouth-based Oshen raises €4.27 million to scale robot swarms that act as the ocean’s “eyes and ears”
Plymouth-based Oshen raises €4.27 million to scale robot swarms that act as the ocean’s “eyes and ears” Plymouth-based Oshen raises €4.27 million to scale robot swarms that act as the ocean’s “eyes and ears”

“We’re making the ocean’s eyes and ears, and we need a lot of them.

Seventy per cent of the planet is ocean and we can barely see any of it in real time.

Founded in 2022 by Imperial College engineers Anahita Laverack and Ciaran Dowds, Oshen delivers wide-area ocean intelligence using constellations of autonomous C-Star robots.

It builds C-Star constellations: swarms of small, wind- and solar-powered robots that provide persistent, wide-area monitoring of the open ocean.

As C-star constellations expand, the resulting data could also improve seasonal forecasts and, over time, climate projections.

1 day, 8 hours назад @ eu-startups.com
UK-based HexSeed raises over €700k to cool AI data centres with its with diamond coating technology
UK-based HexSeed raises over €700k to cool AI data centres with its with diamond coating technology UK-based HexSeed raises over €700k to cool AI data centres with its with diamond coating technology

HexSeed Technology, a carbon capture and utilisation (CCU) startup that transforms captured CO₂ into high-value supermaterials, has raised over €700k (£600k) in early-stage funding.

The funding was led by Carbon13, with participation from Net Zero Technology Centre and Vento Ventures.

This funding will allow us to take our low-temperature diamond coating technology which we are developing from laboratory demonstration to working GaN devices,” said Mark Tandy, CEO and co-founder of HexSeed.

It is developing a technology that could reduce energy waste in the data centres powering artificial intelligence.

The company plans to use this capital to demonstrate the coating process on commercial Ga…

1 day, 10 hours назад @ eu-startups.com
10 European GridTech startups helping our energy systems cope
10 European GridTech startups helping our energy systems cope 10 European GridTech startups helping our energy systems cope

Europe’s electricity grid is becoming one of the defining infrastructure challenges of the energy transition.

Bohr EnergieToulouse-based Bohr Energie specialises in aggregating and optimising distributed renewable-energy and flexible assets, including batteries and hybrid generation systems.

Its technology sits between individual energy assets and electricity markets, helping producers and asset owners coordinate generation and storage while responding to changing prices and system requirements.

metiundoBerlin-based metiundo focuses on one of the less glamorous but fundamental layers of the modern electricity system: measurement.

temLondon-based tem, founded in 2021, is rebuilding another l…

1 day, 10 hours назад @ eu-startups.com
After €22.5 million raise, Vienna’s ENPULSION to acquire British space propulsion company Lift Me Off
After €22.5 million raise, Vienna’s ENPULSION to acquire British space propulsion company Lift Me Off After €22.5 million raise, Vienna’s ENPULSION to acquire British space propulsion company Lift Me Off

Dr. Alexander Reissner, CEO of ENPULSION, commented, “This acquisition signals our commitment to building the complete spacecraft mobility backbone.

LMO brings institutional design credentials, a talented team, and a complementary technology base in chemical propulsion and tank systems.

The company delivers flight-proven electric propulsion systems powered by FEEP technology to satellite operators worldwide.

LMO’s expertise in chemical and cold gas systems, propellant tanks, and pointing mechanisms, together with ENPULSION’s electric propulsion system, enables hybrid propulsion backbone configurations.

In addition to LMO’s track record of ESA programme participation, this acquisition also a…

1 day, 11 hours назад @ eu-startups.com
Belgian creative learning platform Artwod raises €1.1 million to launch creators’ marketplace
Belgian creative learning platform Artwod raises €1.1 million to launch creators’ marketplace Belgian creative learning platform Artwod raises €1.1 million to launch creators’ marketplace

Antwerp-based Artwod, a guided learning and community platform for visual artists, has raised a €1.1 million Seed round to launch their creators’ marketplace, promote greater community participation, and build artist loyalty.

The platform was built from his first-hand experience of how artists actually improve: through practice, feedback, repetition and clear guidance.

By combining elements of platforms like Duolingo and Chess.com, Artwod brings guided learning and community feedback together around one goal: visible artistic improvement.

As artists use the platform, feedback on their artwork and their learning activity help Artwod​ understand what an artist is struggling with and what to w…

2 days, 2 hours назад @ eu-startups.com
Stockholm’s Pixelgen Technologies secures €13.26 million to advance spatial mapping of cell-surface proteins
Stockholm’s Pixelgen Technologies secures €13.26 million to advance spatial mapping of cell-surface proteins Stockholm’s Pixelgen Technologies secures €13.26 million to advance spatial mapping of cell-surface proteins

Pixelgen Technologies, a Stockholm-based life sciences company that claims to have developed the first high-throughput platform for mapping molecular cell architecture, has closed an oversubscribed €13.26 million ($15.5 million) Series B funding round.

“This financing gives us the resources to expand globally as demand grows for our Proxiome Kit and our data analysis and visualisation software.

It emerged from stealth in December 2022 following the close of an approximate €5.13 million ($6 million) Seed round, led by Navigare Ventures.

The company states that its Proxiome Kit is the first platform to enable high-throughput mapping of molecular cell architecture at nanoscale resolution.

The …

2 days, 6 hours назад @ eu-startups.com
London-based Callosum raises €85.4 million in Atomico-led Seed round to unify AI models and chips
London-based Callosum raises €85.4 million in Atomico-led Seed round to unify AI models and chips London-based Callosum raises €85.4 million in Atomico-led Seed round to unify AI models and chips

Callosum, a London-based startup building infrastructure to unify different AI models and chips, has raised €85.4 million ($100 million) in a Seed round to advance what it calls “heterogeneous intelligence”.

“As AI moves from training to inference, the question is no longer just who builds the best models.

It’s how we deliver intelligence efficiently, across an increasingly diverse landscape of models and chips,” said Niklas Zennström, CEO of Atomico.

Callosum argues that new AI models and the specialised chips that power them are arriving simultaneously, and that harnessing this diversity can unlock major gains in AI capability and cost-efficiency.

To advance its heterogeneous intelligence…

2 days, 7 hours назад @ eu-startups.com
The EU-Startups Podcast | Interview with Angela Ivanova, co-founder and CEO of LAM’ON
The EU-Startups Podcast | Interview with Angela Ivanova, co-founder and CEO of LAM’ON The EU-Startups Podcast | Interview with Angela Ivanova, co-founder and CEO of LAM’ON

Join us for an interview with Angela Ivanova, the co-founder and CEO of LAM’ON Compostable Films, a Bulgarian company at the forefront of sustainable packaging solutions.

Angela shares her journey of addressing one of the most pressing environmental challenges: the 1.2 million metric tons of laminated paper wasted annually.

LAM’ON has developed bio-based, compostable laminating films and packaging foils that seamlessly integrate with paper recycling, offering a circular economy solution without compromising quality.

In this discussion, Angela dives into the challenges of building LAM’ON from the ground up.

Angela discusses how companies are transitioning to their compostable films, the barr…

2 days, 8 hours назад @ eu-startups.com
Vilnius-based Guideless raises €1 million to turn software workflows into narrated video training guides using AI
Vilnius-based Guideless raises €1 million to turn software workflows into narrated video training guides using AI Vilnius-based Guideless raises €1 million to turn software workflows into narrated video training guides using AI

Guideless, a Vilnius-based AI-powered software training and operational knowledge platform, has raised a €1 million pre-Seed funding round to help companies reduce time and money spent on creating and maintaining workflow training materials.

Guideless is an AI-powered software training platform that helps companies replace uneditable screen recordings with AI-narrated videos.

Citing a report, the company states that the untapped market encompassing training, knowledge management, and AI-driven workflow automation is projected to exceed €18.3 million ($21.5 billion) by 2031.

Guideless claims that its platform uses AI to document how work is performed across any kind of business software.

It …

2 days, 10 hours назад @ eu-startups.com
10 European compliance startups to watch as AI Act enforcement kicks in
10 European compliance startups to watch as AI Act enforcement kicks in 10 European compliance startups to watch as AI Act enforcement kicks in

Here are 10 European compliance startups to keep an eye on, presented in alphabetical order.

Its AI-first compliance platform automates areas including technical documentation, quality-management workflows, conformity assessments and audit preparation.

NeuralTrustEstablished in Barcelona in 2022, NeuralTrust is building a security and governance layer for enterprise AI agents.

RippletideFounded in 2024, Paris-based Rippletide is focused on solving the problem of making enterprise AI agents more predictable, explainable and auditable.

For Europe’s compliance startups, that makes the next phase of the AI Act as much a software-infrastructure opportunity as a legal one.

2 days, 10 hours назад @ eu-startups.com
Danish AI infrastructure startup Velatir secures €5 million six months after its pre-Seed round and official launch
Danish AI infrastructure startup Velatir secures €5 million six months after its pre-Seed round and official launch Danish AI infrastructure startup Velatir secures €5 million six months after its pre-Seed round and official launch

Velatir, an Odense-based AI infrastructure startup, today announced it has secured €5 million in new funding to “triple down” on its European expansion and “compete for the best talent” in the region.

Europe has been longing for more European infrastructure champions, and we’re here to answer that calling.

Founded in 2025 by Elias Sørensen (CTO), Christian Møller (COO), Andreas Paulli (CPO), and Sørensen, Velatir states that it is building the default integration layer for compliant AI adoption in Europe.

Its platform enables companies to safely automate workflows with AI while maintaining full control, traceability, and regulatory compliance, especially under the EU AI Act.

The platform pl…

2 days, 11 hours назад @ eu-startups.com
Turning livestock waste into renewable energy for small farms, UK startup EcoNomad Solutions lands €466k
Turning livestock waste into renewable energy for small farms, UK startup EcoNomad Solutions lands €466k Turning livestock waste into renewable energy for small farms, UK startup EcoNomad Solutions lands €466k

Harpenden-based AgriTech startup EcoNomad Solutions has received €466k (£400k) in new funding to help small livestock farms cut methane emissions, reduce rising energy and fertiliser costs, and turn organic waste into renewable energy.

Dr. Ilan Adler, founder and CEO of EcoNomad Solutions, says: “Small farms are under increasing pressure, yet they’re often excluded from the renewable energy solutions available to larger operators.

Damon Bonser, CEO of the British Design Fund, adds: “EcoNomad Solutions is addressing a major environmental and economic challenge with a solution that is both innovative and highly scalable.

Their approach to decentralised anaerobic digestion has the potential to…

3 days, 3 hours назад @ eu-startups.com
A year after their last raise, Germany’s Flip raises €22 million to scale its frontline AI platform
A year after their last raise, Germany’s Flip raises €22 million to scale its frontline AI platform A year after their last raise, Germany’s Flip raises €22 million to scale its frontline AI platform

Flip, a Stuttgart-based employee experience platform for frontline workers, has raised €22 million (£19 million) in order to fund AI infrastructure and knowledge development for frontline roles.

Today’s round is backed by existing investors Notion Capital and HV Capital, who are expanding their stake in the software company.

That is exactly the gap Flip closes: with secure digital identity, AI agents, and custom-generated frontline apps on a single platform.”Flip’s raise comes amid continued investment in European software for frontline and deskless workforces.

These six rounds represent more than €239 million in disclosed funding, rising to more than €261 million when Flip is included.

Lau…

3 days, 4 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 1 day, 3 hours назад
Gravis Robotics bags $200M, a safer marketplace for teen odd jobs, and Monzo chairman Gary Hoffman to stand down
Gravis Robotics bags $200M, a safer marketplace for teen odd jobs, and Monzo chairman Gary Hoffman to stand down Gravis Robotics bags $200M, a safer marketplace for teen odd jobs, and Monzo chairman Gary Hoffman to stand down

This week, we tracked more than 45 tech funding deals worth over €684 million and over 5 exits, M&A transactions, rumours, and related news stories across Europe.

If email is more your thing, you can always subscribe to our newsletter and receive a more robust version of this round-up delivered to your inbox.

❗ Want to explore the data in more detail?

The free, open-access Tech.eu Funding Explorer offers deeper insights into funding rounds, investor activity, company profiles and market trends.

Either way, let's get you up to speed.

1 day, 3 hours назад @ tech.eu
At 14, Sasha Bagrov is building a safer marketplace for teenage odd jobs
At 14, Sasha Bagrov is building a safer marketplace for teenage odd jobs At 14, Sasha Bagrov is building a safer marketplace for teenage odd jobs

So I duly knocked on strangers' doors, offering to do odd jobs and asking for sponsorship for various fundraising efforts.

I also did odd jobs in my Girl Guide uniform, like walking and washing dogs.

From doorstep jobs to a marketplaceSasha Bagrov is the 14-year-old founder and CEO of KidsHustle, the UK's first iOS marketplace for teenage employment.

How the platform worksKidsHustle connects teenagers with local paid jobs while keeping parents involved throughout the process.

Then through its user acquisition funnel, it also acquires parents because the teenagers need their parents to sign up.

1 day, 10 hours назад @ tech.eu
Solinide closes €4M to commercialise photonic chips for AI data centres
Solinide closes €4M to commercialise photonic chips for AI data centres Solinide closes €4M to commercialise photonic chips for AI data centres

Swedish deeptech company Solinide Photonics has raised €4 million in seed funding to commercialise its silicon nitride photonic integrated circuit technology and prepare for scalable manufacturing.

A spin-out from Chalmers University of Technology, Solinide develops photonic chips and microcomb technology for optical interconnects, addressing the growing amount of data that needs to move between chips in AI data centres without a corresponding increase in power consumption.

As AI infrastructure scales, data centres require increasingly high-bandwidth connections between processors and other computing hardware.

The company's technology sits at the intersection of photonics, semiconductors, A…

2 days, 7 hours назад @ tech.eu
France's top-funded tech companies in H1 2026
France's top-funded tech companies in H1 2026 France's top-funded tech companies in H1 2026

France remained one of Europe’s leading tech funding markets in H1 2026, with investment concentrated in AI, space, fintech and healthcare.

Several large transactions shaped the total, including Eutelsat’s €975 million debt financing, Advanced Machine Intelligence’s €885 million seed round and Mistral AI’s €724 million debt raise.

At the same time, funding activity remained diverse across AI, fintech, healthcare, software, deeptech and security.

Overall, France’s H1 2026 funding landscape combined large investments in AI and strategic infrastructure with broader activity across the technology ecosystem.

Here are the ten companies that raised the most in H1 2026.

2 days, 8 hours назад @ tech.eu
Callosum raises $100M seed round
Callosum raises $100M seed round Callosum raises $100M seed round

A UK AI startup that is building software infrastructure that allows AI workloads to run on different chips and AI models has raised $100m in an exceptional high-value European seed round.

Callosum has raised $100m in a seed round led by European VC Atomico, with “significant participation” from European early-stage investor Plural, US VC DCVC, the UK’s Sovereign AI, along with angel investors.

It follows Callosum raising $10.25m in February this year when it came out of stealth.

Founded by Cambridge neuroscientists, Callosum is propounding a counterview to the “monoculture” that believes superintelligence will come from a single “God-like” AI model running on identical chips.

Its approach …

2 days, 9 hours назад @ tech.eu
Paralo raises £270K to tackle golf’s fragmented technology stack
Paralo raises £270K to tackle golf’s fragmented technology stack Paralo raises £270K to tackle golf’s fragmented technology stack

UK golf technology startup Paralo has raised £270,000 in an oversubscribed pre-seed funding round to develop its operating system for golf clubs and a connected product for golfers.

Rather than selling a fixed software package, the founders have spent months working inside golf clubs, shadowing staff and mapping their operations before developing the platform.

The intention is for technology to make a golf club “more itself”.

The company is currently deploying the platform with one of the UK’s leading private golf clubs, which is working with Paralo as an early design partner.

Paralo is initially focused on golf clubs in the UK and IrelandThe company was valued at £3 million pre-money.

2 days, 9 hours назад @ tech.eu
Lithuanian AI startup Guideless raises €1M to streamline software training
Lithuanian AI startup Guideless raises €1M to streamline software training Lithuanian AI startup Guideless raises €1M to streamline software training

AI-powered software training and operational knowledge platform Guideless has raised €1 million in pre-seed funding to further develop its technology and expand internationally.

Founded by Evaldas Bieliūnas and Dovydas Remeika, Guideless is developing a platform that uses AI to automate the creation and maintenance of software training and workflow documentation.

Guideless is targeting the time and resources companies spend creating and updating software training materials as teams, tools and workflows change.

The platform captures workflows as users perform them within business software and uses AI to turn individual steps into structured training materials, including visual sequences, wri…

2 days, 10 hours назад @ tech.eu
Velatir secures €5M seed funding to expand its AI infrastructure across Europe
Velatir secures €5M seed funding to expand its AI infrastructure across Europe Velatir secures €5M seed funding to expand its AI infrastructure across Europe

Danish AI startup Velatir has raised €5 million in new funding to expand its AI infrastructure platform across Europe and grow its team.

The platform provides visibility and controls across AI tools, employees, agents, vendors, devices and the underlying infrastructure.

Velatir is addressing the security and compliance challenges that can emerge as businesses adopt more AI tools and autonomous agents.

Companies can also establish centralised guardrails across systems and access a catalogue of more than 4,000 AI tools.

The company positions this approach around data sovereignty, resilience and control as European businesses increasingly consider where their AI infrastructure and data are hos…

2 days, 10 hours назад @ tech.eu
Oakley Capital takes majority stake in Graphwise in one of Bulgaria’s largest software exits
Oakley Capital takes majority stake in Graphwise in one of Bulgaria’s largest software exits Oakley Capital takes majority stake in Graphwise in one of Bulgaria’s largest software exits

Private equity investor Oakley Capital has reached an agreement to acquire a majority stake in Graphwise, a key player in the enterprise AI data platforms market.

The transaction represents one of the largest software sales in Bulgaria's history and one of the most significant exits in the regional enterprise AI sector.

It provides critical AI data infrastructure services to over 200 international blue-chip clients across the financial services, pharmaceutical, and public sectors.

Through this transaction, Portfolion Capital Partners has successfully sold its stake in the company, which it acquired in 2022 as part of an investment consortium.

Together, we look forward to expanding our platf…

3 days, 3 hours назад @ tech.eu
EcoNomad raises £400K to bring waste-to-energy tech to small livestock farms
EcoNomad raises £400K to bring waste-to-energy tech to small livestock farms EcoNomad raises £400K to bring waste-to-energy tech to small livestock farms

UK‑based startup EcoNomad Solutions has received £230,000 in funding from the British Design Fund (BDF) to help small livestock farms cut methane emissions, reduce rising energy and fertiliser costs, and turn organic waste into renewable energy.

Yet most existing anaerobic digestion systems are built for large farms, making them too expensive, too complex, or simply too big for smaller operators.

Dr Ilan Adler, Founder & CEO of EcoNomad Solutions, said:“Small farms are under increasing pressure, yet they’re often excluded from the renewable energy solutions available to larger operators.

The BioNomad is designed to make waste‑to‑energy accessible, affordable and practical for even the small…

3 days, 4 hours назад @ tech.eu
Nebius looks to raise $4.5BN through bond issue
Nebius looks to raise $4.5BN through bond issue Nebius looks to raise $4.5BN through bond issue

Nebius, the Amsterdam-based AI infrastructure provider, is looking to raise $4.5bn through convertible notes, it said today, as it looks to finance the sizeable cost of compute and data centre build-out.

Nebius is issuing notes worth $2.75bn due in 2030 and notes valued at $1.75bn which mature in 2034, it said in a statement.

It says the funds will be used for the build-out of data centres, investment in AI cloud, and buy GPUs.

Nebius has bagged multi-billion-dollar contracts with Meta and Microsoft to supply them with AI infrastructure.

In May, it acquired Eigen, a US startup which specialises in improving the performance of leading open-source AI models for approximately $643m in cash and…

3 days, 4 hours назад @ tech.eu
How the Marie Skłodowska-Curie Actions transformed research careers over 30 years [Sponsored]
How the Marie Skłodowska-Curie Actions transformed research careers over 30 years [Sponsored] How the Marie Skłodowska-Curie Actions transformed research careers over 30 years [Sponsored]

For three decades, the Marie Skłodowska-Curie Actions (MSCA) fellowships have helped shape the careers of thousands of researchers across Europe and beyond.

Originally created to support scientific excellence through international mobility, the European Union's flagship fellowship programme has evolved into one of the world's most influential research talent networks.

Today, MSCA alumni aren't just leading laboratories—they're founding startups, shaping public policy, building AI companies, and driving innovation across industry.

As the programme celebrates its 30th anniversary, Cate Lawrence sat down with Dr Ornela Bardhi, Head of Data Science at Success Clinic Oy, Marie Curie alumna, and …

3 days, 5 hours назад @ tech.eu
DeepL strikes deal with US legal AI startup Harvey
DeepL strikes deal with US legal AI startup Harvey DeepL strikes deal with US legal AI startup Harvey

DeepL has struck a deal with US AI startup Harvey to carry out legal document translation, as it looks to push further into heavily regulated industries.

DeepL, valued at $2bn in 2024, said the deal with Harvey, valued at $11bn and reportedly raising at a $15.5bn valuation, highlighted a growing demand for specialised AI tools to handle the complexity of legal work.

Cologne-based DeepL, whose other legal clients include Taylor Wessing, is known for its AI text translation and writing tools.

Cross-border legal work depends on translating contracts, filings, briefs, evidence, reports, and client materials quickly, accurately and reliably even when documents are long or highly complex.

Jarek K…

3 days, 6 hours назад @ tech.eu
Prevalent AI secures $22M growth investment to scale enterprise AI platform
Prevalent AI secures $22M growth investment to scale enterprise AI platform Prevalent AI secures $22M growth investment to scale enterprise AI platform

Enterprise AI company Prevalent AI has secured a $22 million growth investment from Los Angeles-based Integrity Growth Partners (IGP), marking the first primary capital raised by the company since its founding nine years ago.

Founded in 2017 by Paul Stokes and Arun Raj, Prevalent AI develops an AI-powered data platform designed to connect and contextualise data across enterprise systems.

Prevalent AI's technology brings together data from hundreds of enterprise sources into a continuously updated sovereign knowledge graph.

Prevalent AI is now looking to apply the same approach to other enterprise functions as companies increasingly deploy AI systems and agents that depend on connected and r…

3 days, 6 hours назад @ tech.eu
Flip raises $25M to expand AI platform for frontline workers
Flip raises $25M to expand AI platform for frontline workers Flip raises $25M to expand AI platform for frontline workers

Employee experience platform Flip has raised $25 million in new funding to expand its AI-powered technology for frontline workers.

The platform brings together internal communication, workflows, digital identity and AI tools in a single application.

Flip has also introduced Frontline Identity, which allows employees to access workplace systems without requiring a corporate email address.

Together, these capabilities form part of Flip's approach to providing the infrastructure for AI adoption among frontline employees, combining digital identity, AI agents and custom applications within its platform.

The new funding will be used to further develop this infrastructure and support the expansio…

3 days, 8 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 3 weeks, 5 days назад
Europe got its own TBPN-style live show, and everyone’s angling for a guest spot
Europe got its own TBPN-style live show, and everyone’s angling for a guest spot

On Monday, the network announced a $1.6 million seed round from top players in the media ecosystem, including Powerhouse Capital, Axel Springer SE (which owns Business Insider and Politico), the popular media publication LadBible, and angel investors from OpenAI and DeepMind. With this fresh capital, the network is announcing its largest expansion yet.

3 weeks, 5 days назад @ techcrunch.com
Tesla’s Full Self-Driving software is creeping into Europe
Tesla’s Full Self-Driving software is creeping into Europe

First came the Netherlands, now it's Lithuania. And more European countries appear to be in the queue for Tesla's driver assistance system.

3 months назад @ techcrunch.com
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun

The Xiaomi 17 Ultra gives you a ton of options to play around with images, including preset filters and hardware add-ons.

4 months, 2 weeks назад @ techcrunch.com
Europe’s cyber agency blames hacking gangs for massive data breach and leak
Europe’s cyber agency blames hacking gangs for massive data breach and leak

CERT-EU blamed the cybercrime group TeamPCP for the recent hack on the European Commission, and said the notorious ShinyHunters gang was responsible for leaking the stolen data online.

4 months, 3 weeks назад @ techcrunch.com
Air Street becomes one of the largest solo VCs in Europe with $232M fund
Air Street becomes one of the largest solo VCs in Europe with $232M fund

London’s Air Street Capital has raised a large Fund III with eyes locked on backing early-stage European and North American AI companies.

5 months назад @ techcrunch.com
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

6 months назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

6 months, 2 weeks назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

7 months назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

8 months назад @ techcrunch.com