Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 2 часа назад
FFmpeg 101 (2024)
FFmpeg 101 (2024) FFmpeg 101 (2024)

Code repository: ffmpeg-101FFmpeg package content #FFmpeg is composed of a suite of tools and libraries.

ffmpeg : a command line tool to convert multimedia files between formats: a command line tool to convert multimedia files between formats ffplay : a simple mediaplayer based on SDL and the FFmpeg libraries: a simple mediaplayer based on SDL and the FFmpeg libraries ffprobe: a simple multimedia stream analyzerFFmpeg libraries #The libraries can be used to integrate those same features into your own product.

To find the codec corresponding to the content of an AVStream , we can use the following code:AVStream * stream = format_context -> streams [ i ] ; const AVCodec * codec = avcodec_find…

2 часа назад @ blogs.igalia.com
purl: a curl-esque CLI for making HTTP requests that require payment
purl: a curl-esque CLI for making HTTP requests that require payment

$ purl Description A curl-esque CLI for making HTTP requests that require payment.

Designed for humans and agents alike.

Built by Stripe .

View the source code on GitHub payments + curl = purl Install # Homebrew $ brew install stripe/purl/purl # or via shell script $ curl -fsSl https://www.purl.dev/install.sh | bash Usage # Setup your wallet $ purl wallet add # Test a free endpoint $ purl https://www.purl.dev/test/free # Test a paid endpoint (0.01 USDC) $ purl https://www.purl.dev/test/paid

2 часа назад @ purl.dev
Traces of Evil
Traces of Evil Traces of Evil

Comments

4 часа назад @ tracesofevil.com
Linux Applications Programming by Example: The Fundamental APIs (2nd Edition)
Linux Applications Programming by Example: The Fundamental APIs (2nd Edition) Linux Applications Programming by Example: The Fundamental APIs (2nd Edition)

This repository holds the code from Linux Application Development By Example - The Fundamental APIs by Arnold Robbins.

ISBN-13: 978-0-13-532552-0 ISBN-10: 0-13-532552-8The Documents directory holds documents of interest, including the license for code written by the author.

The other directories hold the example programs from the respective chapters in the book.

Issues / mistakes in the book can be reported by opening an issue.

Last Updated: Fri Oct 10 04:07:26 PM IDT 2025

5 часов назад @ github.com
Why I'm Not Worried About Running Out of Work in the Age of AI
Why I'm Not Worried About Running Out of Work in the Age of AI Why I'm Not Worried About Running Out of Work in the Age of AI

For the economy in general, jobs transition from one sector to another.

And now, without the emotional distance we have from a 1970s auto worker, let’s try applying the same thinking to ourselves.

The auto worker in 1975 often had a high-school education and a skill set tightly tied to the factory floor.

In other words, knowledge workers should be much easier to redeploy than auto workers ever were.

As they describe it:AI capabilities improved, companies needed fewer workers, white-collar layoffs increased, displaced workers spent less, margin pressure pushed firms to invest more in AI, AI capabilities improved …Repeat.

5 часов назад @ kellblog.com
Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers
Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers

Red Grid LinkOffline MGRS navigation and proximity team coordination for small teams (2-8 people).

Built on the MGRS engine from Red Grid MGRS.

ScreenshotsMap & Team Grid View Field Link Ghost MarkersAAR Export Tactical Themes Tools OnboardingFeaturesMGRS-Native NavigationLive Military Grid Reference System coordinates with 1-meter precision.

Field Link -- Team Sync Without InfrastructureZero-config proximity sync over BLE + WiFi Direct (Android) / AWDL (iOS).

Related ProjectsRed Grid MGRS -- solo MGRS navigator (React Native / Expo)LicenseMIT + Commons Clause -- free for personal non-commercial use.

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

Ghostling - Minimal libghostty TerminalGhostling is a demo project meant to highlight a minimum functional terminal built on the libghostty C API in a single C file.

cmake -B build -G Ninja cmake --build build ./build/ghostlingWarning Debug builds are VERY SLOW since Ghostty included a lot of extra safety and correctness checks.

However, this demo is meant to showcase the minimal C API since C is so much more broadly used and accessible to a wide variety of developers and language ecosystems.

libghostty-vt has a C API and can have zero dependencies, so it can be used with minimally thin bindings in basically any language.

This is the same API used by Ghostty GUI for Metal and OpenGL renderi…

6 часов назад @ github.com
Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran
Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

A terminal-only Bluesky / AT Protocol client written in Fortran, with a Rust native firehose decoder for the relay-raw stream path.

Install via rustup if not present:curl --proto ' =https ' --tlsv1.2 -sSf https://sh.rustup.rs | shPython deps (relay-raw stream path only)The relay_raw_tail.py helper is launched as a subprocess by the TUI.

At the home prompt:l Identifier: yourhandle.bsky.social Password/app password: Session is saved to ~/.fortransky/session.json and restored on next launch.

Native decoder detection orderFORTRANSKY_FIREHOSE_DECODER environment variable bridge/firehose-bridge/target/release/firehose_bridge_cli bridge/firehose-bridge/target/debug/firehose_bridge_cli firehose_bri…

6 часов назад @ github.com
We rewrote our Rust WASM Parser in TypeScript – and it got 3x Faster
We rewrote our Rust WASM Parser in TypeScript – and it got 3x Faster We rewrote our Rust WASM Parser in TypeScript – and it got 3x Faster

We rewrote our Rust WASM Parser in TypeScript - and it got 3x FasterThesys Engineering Team · Fri Mar 13 2026We built the openui-lang parser in Rust and compiled it to WASM.

The logic was sound: Rust is fast, WASM gives you near-native speed in the browser, and our parser is a reasonably complex multi-stage pipeline.

It runs on every streaming chunk — so latency matters a lot.

JS cannot read a Rust struct's bytes from WASM linear memory as a native JS object — the two runtimes use completely different memory layouts.

We added a streaming parser that caches completed statement ASTs:State: { buf, completedEnd, completedSyms, firstId } On each push(chunk): 1.

7 часов назад @ openui.com
Heart Attack and Stroke Risk Jumps When People Stop Taking GLP-1s
Heart Attack and Stroke Risk Jumps When People Stop Taking GLP-1s Heart Attack and Stroke Risk Jumps When People Stop Taking GLP-1s

Featured VideoWhat happens when you stop taking them, though?

To find out what happens when people stop taking GLP-1s, Al-Aly’s team of researchers tracked the health of more than 333,000 United States veterans with type 2 diabetes for three years.

They found that the risk of heart attack and stroke jumped in those that paused GLP-1 treatments for as little as six months, compared to those who continued taking the medication.

“Our data suggest this metabolic whiplash is detrimental to heart health,” Al-Aly added.

Research shows that around half of people who start GLP-1s quit taking the medication after only a short period.

7 часов назад @ nautil.us
Show HN: Baltic shadow fleet tracker – live AIS, cable proximity alerts
Show HN: Baltic shadow fleet tracker – live AIS, cable proximity alerts Show HN: Baltic shadow fleet tracker – live AIS, cable proximity alerts

Windows users can use start.bat or start.ps1 — both open tracker and dashboard in separate windows and launch the browser automatically.

Known vessel names from Vessels1.db are shown immediately on first appearance without waiting for an AIS static message.

Add vessels directly to Vessels1.db while the tracker is running — they will be picked up within 5 minutes without a restart.

vessel_static.db — AIS static data cachevessel_static(mmsi TEXT PK, name TEXT, imo TEXT, destination TEXT, flag TEXT) flag_history(id, mmsi, flag, timestamp)Populated from live ShipStaticData AIS messages.

Trail builds point by point; marker turns red on cable alert pings— interactive Leaflet map with play/pause/r…

7 часов назад @ github.com
OpenCode – The open source AI coding agent
OpenCode – The open source AI coding agent OpenCode – The open source AI coding agent

OpenCode is an open source agent that helps you write code in your terminal, IDE, or desktop.

[*] LSP enabled Automatically loads the right LSPs for the LLM[*] Multi-session Start multiple agents in parallel on the same project[*] Share links Share a link to any session for reference or to debug[*] GitHub Copilot Log in with GitHub to use your Copilot account[*] ChatGPT Plus/Pro Log in with OpenAI to use your ChatGPT Plus or Pro account[*] Any model 75+ LLM providers through Models.dev, including local models

7 часов назад @ opencode.ai
A Japanese Glossary of Chopsticks Faux Pas
A Japanese Glossary of Chopsticks Faux Pas A Japanese Glossary of Chopsticks Faux Pas

(Listed in Japanese syllabary order)🥢 あげ箸 AgebashiTo raise the chopsticks above the height of one’s mouth.

It is proper etiquette to first eat rice, move on to eat from a side dish, eat rice again, and then eat from a different side dish.

(© Pixta)🥢 押し込み箸 Oshikomibashi (also known as 込み箸 komibashi)To use the chopsticks to push food deep inside one’s mouth.

🥢 じか箸 JikabashiTo use one’s own chopsticks instead of serving chopsticks to take food from a large serving dish.

🥢 もぎくわえ MogikuwaeTo put chopsticks sideways in one’s mouth instead of placing them on the table when moving a dish.

8 часов назад @ nippon.com
The bespoke software revolution? I'm not buying it
The bespoke software revolution? I'm not buying it The bespoke software revolution? I'm not buying it

A bespoke software revolution?

Small consultants and big consulting firms have made custom software for years.

Who’s excited about bespoke software?

Of course they're excited about building bespoke software — that's what they do.

Giving everyone access to software building tools doesn't mean everyone becomes a builder.

8 часов назад @ world.hey.com
NumKong: 2'000 Mixed Precision Kernels for All
NumKong: 2'000 Mixed Precision Kernels for All NumKong: 2'000 Mixed Precision Kernels for All

Over 2'000 SIMD kernels for mixed precision numerics, spread across 200'000 lines of code & docstrings, in 7 languages.

Type NumPy PyTorch NumKong Float16 ❌ ✅ GPU, CPU via oneDNN ✅ x86, Arm, RISC-V BFloat16 ❌ ✅ GPU, CPU via oneDNN ✅ x86, Arm, RISC-V Float8 E5M2 ❌ ⚡ H100+ via torch._scaled_mm ✅ x86, Arm, RISC-V Float8 E4M3 ❌ ⚡ H100+ via torch._scaled_mm ✅ x86, Arm, RISC-V Int8 ❌ ⚡ via torch._int_mm ✅ x86, Arm, RISC-V UInt8 ❌ ⚡ via torch._int_mm ✅ x86, Arm, RISC-V Int4 ❌ ❌ ✅ x86, Arm, RISC-V UInt4 ❌ ❌ ✅ x86, Arm, RISC-V Float4 E2M1 ❌ ⚡ B200+ via torch._scaled_mm ❌✅ = standard API, ⚡ = hardware-accelerated via specialized API, ❌ = not supported or serial fallbackA lot of red on this table.

dot…

9 часов назад @ ashvardanian.com
Hacker News Hacker News
последний пост 2 часа назад
Our Commitment to Windows Quality
Our Commitment to Windows Quality Our Commitment to Windows Quality

Every day, we hear from the community about how you experience Windows.

Reducing disruption from Windows Updates: Receiving updates should be predictable and easy to plan around, so we’re giving you more control.

Best,PavanEVP, Windows + Devices_______Delivering on Performance, Reliability and CraftWhat follows is our plan to raise the bar on Windows 11 quality this year, with a focus on performance, reliability and well-crafted experiences.

Improving system performance: Reducing resource usage by Windows to free up more performance for what you’re doing.

Strengthening reliability and quality of the Windows Insider Program: Making it clearer what to expect from each Insider channel, raising…

9 часов назад @ blogs.windows.com
Attention Residuals
Attention Residuals Attention Residuals

PyTorch-style pseudocode def block_attn_res ( blocks : list [ Tensor ], partial_block : Tensor , proj : Linear , norm : RMSNorm ) -> Tensor : """ Inter-block attention: attend over block reps + partial sum.

einsum ( 'd, n b t d -> n b t' , proj .

einsum ( 'n b t, n b t d -> b t d' , logits .

attn_norm ( h )) partial_block = partial_block + attn_out if partial_block is not None else attn_out # apply block attnres before MLP h = block_attn_res ( blocks , partial_block , self .

mlp_norm ( h )) partial_block = partial_block + mlp_out return blocks , partial_blockResultsScaling LawsAttnRes consistently outperforms the baseline across all compute budgets.

10 часов назад @ github.com
BYD's bet on EVs is paying off as drivers ditch gas amid rising oil prices
BYD's bet on EVs is paying off as drivers ditch gas amid rising oil prices BYD's bet on EVs is paying off as drivers ditch gas amid rising oil prices

BYD is already seeing a flood of new EV buyers as gas and oil prices surge amid rising tensions in the Middle East.

While sales growth has slowed over the past few months amid new competition and shifting policies, BYD is seeing an uptick in EV demand as buyers seek alternatives amid rising oil and gas prices.

BYD’s first EV manufacturing plant in Thailand (Source: BYD)About 40% of oil imported to Asia passes through the Strait of Hormuz.

Interest is likely much higher currently, with national gas prices closing in on $4.00 a gallon in the US.

Learn more about how EVs are the best bet for energy independence: A reminder as oil prices spike: EVs are the #1 route to energy independence

10 часов назад @ electrek.co
Show HN: I made an email app inspired by Arc browser
Show HN: I made an email app inspired by Arc browser Show HN: I made an email app inspired by Arc browser

This demo is optimized for desktop screens (1000px+).

10 часов назад @ demo.define.app
US to deploy additional troops to the Middle East, officials say
US to deploy additional troops to the Middle East, officials say

Please enable JS and disable any ad blocker

11 часов назад @ reuters.com
Launch HN: Sitefire (YC W26) – Automating actions to improve AI visibility
Launch HN: Sitefire (YC W26) – Automating actions to improve AI visibility Launch HN: Sitefire (YC W26) – Automating actions to improve AI visibility

Our platform makes it easy for brands to improve their visibility in AI search.

And we try to be more bold and build a system that not only monitors, but actually improves traffic from AI search.

While Google performs a single search, AI search engines expand the user prompt into 3-10 fan-out queries.

The sourced pages are ranked using a classified algorithm similar to Reciprocal Rank Fusion (RFF).

We extract fan-out queries, sourced pages, citations, and brand mentions.

11 часов назад @ news.ycombinator.com
MacBook M5 Pro and Qwen3.5 = Local AI Security System
MacBook M5 Pro and Qwen3.5 = Local AI Security System MacBook M5 Pro and Qwen3.5 = Local AI Security System

What is HomeSec-Bench?

A benchmark we created to evaluate LLMs on real home security assistant workflows — not generic chat, but the actual reasoning, triage, and tool use an AI home security system needs.

All 35 fixture images are AI-generated (no real user footage).

Tests run against any OpenAI-compatible endpoint.

📋 Context Preprocessing 6 Deduplicating conversations, preserving system msgs 🏷️ Topic Classification 4 Routing queries to the right domain 🧠Knowledge Distillation 5 Extracting durable facts from conversations 🔔 Event Deduplication 8 "Same person or new visitor?"

12 часов назад @ sharpai.org
90% of crypto's Illinois primary spending failed to achieve its objective
90% of crypto's Illinois primary spending failed to achieve its objective 90% of crypto's Illinois primary spending failed to achieve its objective

The cryptocurrency industry super PACs dumped $14.2 million into the Illinois primaries.

90% of that – $12.8 million – was wasted, in that it went to opposing Democratic candidates who won their primaries (Stratton in the Senate race, Ford in H-07) or supporting their opponents.

They opposed Robert Peters (H-02), who had been polling in third place and ultimately received 12% of the vote.

They supported Bean (who was leading the polls in H-08) and incumbent Budzinski (H-13).

Sadly this early spending in Illinois used up less than 6% of what the super PACs have on hand, so buckle up for a looong eight months.

12 часов назад @ mollywhite.net
Meme Buildings
Meme Buildings Meme Buildings

Nevertheless, I’ll call them meme buildings because it best describes the ripples these buildings cause.

I should’ve titled this post Random Musings on the Theme of Meme Buildings.

They’re not well-known buildings or those buildings some people like to call iconic, and they’re definitely not must-see buildings for the architectural tourist.

Meme buildings are spared this fate because they’re just known for what they are.

I’m now only slightly clearer on what meme buildings aren’t.

13 часов назад @ misfitsarchitecture.com
Oregon School Cell Phone Ban: 'Engaged Students, Joyful Teachers'
Oregon School Cell Phone Ban: 'Engaged Students, Joyful Teachers' Oregon School Cell Phone Ban: 'Engaged Students, Joyful Teachers'

Tina Kotek visited Estacada High School to hear how her cell phone ban has been going.

(Staff photo: Christopher Keizur)There was plenty of uncertainty and debate about the effectiveness of a cell phone ban decreed by executive order last summer.

So the governor issued her executive order prohibiting cell phone use by students during the school day in Oregon’s K-12 public schools.

In the classrooms, she was able to take a straw poll around the cell phone ban and then get specific, direct feedback from the kids.

That led to some key decisions around the cell phone ban.

13 часов назад @ portlandtribune.com
Having Kids (2019)
Having Kids (2019) Having Kids (2019)

Comments

14 часов назад @ paulgraham.com
Super Micro Shares Plunge 25% After Co-Founder Charged in $2.5B Smuggling Plot
Super Micro Shares Plunge 25% After Co-Founder Charged in $2.5B Smuggling Plot

Please enable JS and disable any ad blocker

14 часов назад @ forbes.com
Molly Guard
Molly Guard Molly Guard

Comments

14 часов назад @ bookofjoe2.blogspot.com
Chuck Norris Has Died
Chuck Norris Has Died Chuck Norris Has Died

Chuck Norris, the martial arts champion who became an iconic action star and led the hit series “Walker, Texas Ranger,” has died.

Norris was hospitalized in Hawaii on Thursday, and his family posted a statement Friday saying that he died that morning.

He was nevertheless the action star of choice for those seeking an all-American icon.

As Norris’ movie career began to wane, he made a timely move to television, starring in the CBS series “Walker, Texas Ranger,” inspired by his film “Lone Wolf McQuade.” The program ran from 1993-2001, and the actor reprised the role of Cordell Walker in the TV movies “Walker Texas Ranger 3: Deadly Reunion” (1994) and “Walker, Texas Ranger: Trial by Fire” (200…

14 часов назад @ variety.com
Germany Mandates ODF for Public Administration
Germany Mandates ODF for Public Administration Germany Mandates ODF for Public Administration

Germany requires Open Document Format in its new sovereign digital framework, standardizing document use across public administrations.

Germany has mandated the Open Document Format (ODF) as the standard for public administration documents within its new sovereign digital infrastructure framework, the Deutschland-Stack.

The Deutschland-Stack supports a broader strategy to build sovereign digital infrastructure using open standards, open interfaces, and reduced reliance on single vendors.

These policies emphasize the importance of open standards in ensuring secure, transparent, and future-proof digital services.

The Deutschland-Stack is based on decisions from various federal and state bodie…

14 часов назад @ linuxiac.com
Lobsters Lobsters
последний пост 2 часа назад
What creative technical outlets of yours have been ruined by generative AI?
What creative technical outlets of yours have been ruined by generative AI? What creative technical outlets of yours have been ruined by generative AI?

I'm watching over my alma mater's capture the flag event, and wow, it is dire.

This used to be a creative outlet for me and an educational opportunity for students, but now it's almost entirely uncritical use of genAI tools; challenge developers now are "hardening" their challenges against this, but this makes it totally inaccessible to new players, so it's losing its educational value and enjoyability as well.

As a developer, why should I put any creative effort in when I know it's just going to be churned by a machine and not enjoyed by anyone?

Perhaps I just want to commiserate, but I'm also genuinely curious: what outlets for you have been affected similarly by this new wave?

2 часа назад @ lobste.rs
Looking at Unity finally made me understand the point of C++ coroutines
Looking at Unity finally made me understand the point of C++ coroutines Looking at Unity finally made me understand the point of C++ coroutines

Looking at Unity finally made me understand the point of C++ coroutines I had seen many talks about coroutines but it never really clicked where I could use them outisde of async IO.

color = c ; yield return null ; } }C# and/or coroutines purists might take offense at this usage of yield .

size (); ++ i ) { ++ _iterators [ i ]; } } private: std :: vector < std :: generator < std :: monostate >> _effects ; using effect_iterator = decltype ( std :: declval < std :: generator < std :: monostate >> ().

position = position } }; } // Put your hands on your hips // ... // Let's do the time warp again!

position = position , .

4 часа назад @ mropert.github.io
Developer Spotlight: Somtochi Onyekwere from Fly.io
Developer Spotlight: Somtochi Onyekwere from Fly.io Developer Spotlight: Somtochi Onyekwere from Fly.io

Somtochi (LinkedIn, GitHub) is a developer working at the cloud company, Fly.io, for the last 2 years; 6 years past her undergraduate degree.

Fly.io already has a distributed SQLite project, LiteFS, but Corrosion is built on another distributed SQLite project (CR-SQLite)?

Now we've rewritten the job to be much quicker, and it now runs weekly, which has the added benefit that it ensures that the data Corrosion has is always up to date.

I eventually got into Google Summer of Code in 2020 and got mentored by Kubernetes maintainers from Google and Weaveworks.

I’d say: try to build things and really understand how they work under the hood.

9 часов назад @ theconsensus.dev
Linear Temporal Logic Visualizer
Linear Temporal Logic Visualizer

Comments

10 часов назад @ quickstrom.github.io
Adding Live Reload to a Static Site Generator Written in Go
Adding Live Reload to a Static Site Generator Written in Go Adding Live Reload to a Static Site Generator Written in Go

Adding Live Reload to a Static Site Generator Written in Go Jon CharterOver the past few years, I have been toying around with my static site generator, Lumaca.

DirEntry , err error ) error { if err != nil { return err } if d . IsDir () { err := watcher .

Name ); err != nil { return err } } } // Handle errors... case <- timer .

Build (); err != nil { return err } } } }Server-Sent EventsWe’re auto-rebuilding and that’s great, but now we need a way to tell the browser to refresh.

Build (); err != nil { return err } broker .

10 часов назад @ jon.chrt.dev
Trivy Compromised a Second Time - Malicious v0.69.4 Release
Trivy Compromised a Second Time - Malicious v0.69.4 Release Trivy Compromised a Second Time - Malicious v0.69.4 Release

Malicious trivy v0.69.4 PublishedThe trivy release automation ( aqua-bot ) published v0.69.4 and a v0.70.0 tag was also briefly created.

Suspicious process detail: python3 reading the Runner.Worker process memory at /proc/2167/mem to extract GitHub Actions secrets.

links and recommended actions in one place.‍Find Where These Actions Are UsedUse the GitHub Actions In Use dashboard to see all GitHub Actions used across your organization and which repositories use each action.

Compromised Actions PolicyStepSecurity has added both aquasecurity/setup-trivy and aquasecurity/trivy-action to the compromised actions list.

If you have the Compromised Actions workflow run policy enabled, any workflow …

11 часов назад @ stepsecurity.io
Related UI elements should not appear unrelated
Related UI elements should not appear unrelated Related UI elements should not appear unrelated

A few years ago a new trend in UI design emerged where related elements would appear more and more detached and unrelated to the things they are meant to point to.

The tabs are floating separately from the content window like unrelated elements.

A few days ago Firefox announced a new redesign (Firefox Nova), and the separation of related elements is now extreme.

The tab is separate from its own address bar, and the content window is separate from everything.

Why did we lose some space for content to create a false separation of related UI elements?

11 часов назад @ rakhim.exotext.com
BIO: The Bao I/O Coprocessor
BIO: The Bao I/O Coprocessor BIO: The Bao I/O Coprocessor

You can find what I think is fairly close to a fully spec-compliant RP2040-generation PIO core in this github repo.

Despite only being able to run nine instructions, each PIO core consists of about 5,000 logic cells.

Furthermore, the critical path of the PIO core is at least 2x worse than that of the VexRiscv.

In this example, we decompose the DMA operation into two parts: one BIO core is used to fetch and store memory, and another BIO core is used to generate the addresses.

Loop unrolling is ubiquitous in BIO code, because you have a roomy 4 kiB of code space per PicoRV32.

11 часов назад @ bunniestudios.com
Lobsters Interview with Internet_Jannitor
Lobsters Interview with Internet_Jannitor Lobsters Interview with Internet_Jannitor

Interview With John EarnestMar 2026 - Alex AlejandreJohn Earnest (Internet_Janitor) crafts creative, empowering projects.

In this interview, we discussed array languages (K and Lil), language design and creativity.

I in no way claim credit for this; Lil’s query language is very similar to kSQL/QSQL (the kdb+ query language) but it’s generalized further.

Lil’s query language rules are less rigid than QSQL; you can repeat clauses or do them in any order.

Another nice thing is how a compositional query language where every prefix of a query is a valid query lets you aggressively cache results.

12 часов назад @ alexalejandre.com
Emacs Internal #01: is a Lisp Runtime in C, Not an Editor
Emacs Internal #01: is a Lisp Runtime in C, Not an Editor Emacs Internal #01: is a Lisp Runtime in C, Not an Editor

I tried to move to an LLM-friendly platform like VSCode or Cursor, but I kept returning to GNU Emacs.

I read parts of the source code and discovered that Emacs is not just a code editor.

Here are common reasons why, in this modern world, people still use GNU Emacs, from a Reddit post.

Later, GNU Emacs adopted Emacs Lisp.

How to build a tiny Emacs Lisp interpreter in C with only seven elementsquote atom eq car cdr cons condB.

12 часов назад @ thecloudlet.github.io
What we heard about Rust's challenges, and how we can address them
What we heard about Rust's challenges, and how we can address them What we heard about Rust's challenges, and how we can address them

When we set out to understand Rust's challenges, we expected to hear about the borrow checker learning curve and maybe some ecosystem gaps.

-- Engineering manager adopting Rust for performanceThe universal challenges that affect everyoneAcross every interview, regardless of experience level or domain, we heard about the same core set of challenges.

However, highly-experienced Rust developers basically never cite the borrow checker itself as a frustration for them.

How challenges amplify differently across domainsWhile the core challenges are universal, different domains have unique challenges that ultimately must be either adoption blockers or acceptable trade-offs.

We can include fundament…

12 часов назад @ blog.rust-lang.org
Why your next mobile app is probably headless
Why your next mobile app is probably headless Why your next mobile app is probably headless

Why your next mobile app is probably headlessPosted on March 18, 2026 • 4 minutes • 833 wordsFor years, companies fought to get their icon on your phone.

Once you see the pattern there, “headless” apps are easier to picture.

Google used to send you awayIn the 2000s and early 2010s, Google worked like a librarian.

What “headless” means hereHeadless does not mean “no screen anywhere.” It means you are not required to use the company’s app or site to finish the job.

Heavy daily apps (chat, video, games, niche pro tools) will stay sticky longer; long-tail and transactional apps are the ones whose traffic chart starts to look like Stack Overflow’s.

13 часов назад @ tuananh.net
Life TV: Video with 2 bits to spare
Life TV: Video with 2 bits to spare Life TV: Video with 2 bits to spare

Life TV: Video with 2 bits to spare2026-03-19The Sony FD-30A has a very weird display:On the surface, it looks like a normal CRT, except it's impossibly thin: the whole device is just under 4 cm thick.

An IO pin can only be toggled on a clock edge, so the maximum output frequency is 6 MHz.

However, the micro­controller's output is a square wave, which contains frequency components at odd multiples of the nominal frequency.

These harmonics go quite high: a 6 MHz square wave can easily be picked up by a receiver tuned to 198 MHz (33rd multiple) several meters away.

The switching frequency doesn't matter: what's important is the signal's rise time.

14 часов назад @ maurycyz.com
Thunderbird: Introducing our Public Roadmaps
Thunderbird: Introducing our Public Roadmaps Thunderbird: Introducing our Public Roadmaps

Introducing our Public RoadmapsAt Thunderbird, we firmly believe in the strength of listening to our community’s needs and wants, and balancing it with our resources and capabilities.

To better serve our community, we are making several thoughtful updates to how we build and communicate our roadmap.

These key changes include clearer estimation practices, stronger strategic framing, and more transparent updates when priorities evolve.

Regular Reviews and UpdatesAt the end of each calendar quarter, we will hold internal roadmap review meetings with each of the Desktop, Mobile, and Services teams.

Our public roadmap is focused on themes rather than individual tasks or bugs to fix.

14 часов назад @ blog.thunderbird.net
Serenely Fast I/O Buffer (With Benchmarks) | SereneDB
Serenely Fast I/O Buffer (With Benchmarks) | SereneDB Serenely Fast I/O Buffer (With Benchmarks) | SereneDB

So, we've decided to reinvent the wheel and create yet another message buffer (and we've kinda done it).

First, we will discuss our message buffer implementation, its API and internals, and then we will talk about benchmarks.

– the message buffer will write, commit, and flush (send using the callback) all the data stored in the buffer.

need_flush = false – the message buffer will write, commit, and flush only if the buffer exceeds the threshold.

You can find the benchmark here: https://github.com/serenedb/serenedb/blob/main/tests/bench/micro/io_buffers.cppAs a result, we have a fast and efficient message buffer implementation that supports concurrent operations (with limitations).

15 часов назад @ blog.serenedb.com
Techmeme Techmeme
последний пост 3 часа назад
Super Micro names VP DeAnna Luna as acting chief compliance officer, after SMCI closed down 33% on March 20 amid a chip smuggling scandal (Dina Bass/Bloomberg)
Super Micro names VP DeAnna Luna as acting chief compliance officer, after SMCI closed down 33% on March 20 amid a chip smuggling scandal (Dina Bass/Bloomberg) Super Micro names VP DeAnna Luna as acting chief compliance officer, after SMCI closed down 33% on March 20 amid a chip smuggling scandal (Dina Bass/Bloomberg)

Dina Bass / Bloomberg:

Super Micro names VP DeAnna Luna as acting chief compliance officer, after SMCI closed down 33% on March 20 amid a chip smuggling scandal — Super Micro Computer Inc., the AI computing provider at the center of a smuggling scandal, is working to shore up its compliance operations …

3 часа назад @ techmeme.com
A US judge dismisses a lawsuit by Sam Altman's sister accusing Altman of sexual abuse from 1997 to 2006, as the claims expired in 2008, but says she can refile (Jonathan Stempel/Reuters)
A US judge dismisses a lawsuit by Sam Altman's sister accusing Altman of sexual abuse from 1997 to 2006, as the claims expired in 2008, but says she can refile (Jonathan Stempel/Reuters) A US judge dismisses a lawsuit by Sam Altman's sister accusing Altman of sexual abuse from 1997 to 2006, as the claims expired in 2008, but says she can refile (Jonathan Stempel/Reuters)

Jonathan Stempel / Reuters:

A US judge dismisses a lawsuit by Sam Altman's sister accusing Altman of sexual abuse from 1997 to 2006, as the claims expired in 2008, but says she can refile — A federal judge on Friday dismissed a lawsuit by Sam Altman's sister accusing the billionaire OpenAI chief executive of sexually abusing …

3 часа назад @ techmeme.com
Interviews with over three dozen people detail how lobbyist Mike Davis used his ties to Trump to push the DOJ to approve deals, including HPE's Juniper deal (Wall Street Journal)
Interviews with over three dozen people detail how lobbyist Mike Davis used his ties to Trump to push the DOJ to approve deals, including HPE's Juniper deal (Wall Street Journal) Interviews with over three dozen people detail how lobbyist Mike Davis used his ties to Trump to push the DOJ to approve deals, including HPE's Juniper deal (Wall Street Journal)

Wall Street Journal:

Interviews with over three dozen people detail how lobbyist Mike Davis used his ties to Trump to push the DOJ to approve deals, including HPE's Juniper deal — Mike Davis pushed DOJ officials to approve his deals—and went over their heads if they pushed back

4 часа назад @ techmeme.com
Filing: Anthropic says it cannot manipulate Claude once the military has deployed it, denying DOD accusations that Anthropic could tamper with models during war (Paresh Dave/Wired)
Filing: Anthropic says it cannot manipulate Claude once the military has deployed it, denying DOD accusations that Anthropic could tamper with models during war (Paresh Dave/Wired) Filing: Anthropic says it cannot manipulate Claude once the military has deployed it, denying DOD accusations that Anthropic could tamper with models during war (Paresh Dave/Wired)

Paresh Dave / Wired:

Filing: Anthropic says it cannot manipulate Claude once the military has deployed it, denying DOD accusations that Anthropic could tamper with models during war — The Department of Defense alleges the AI developer could manipulate models in the middle of war. Company executives argue that's impossible.

4 часа назад @ techmeme.com
Leaked DOD letter: Pentagon will adopt Palantir's Maven AI system as an official program of record to streamline its adoption across all arms of the US military (David Jeans/Reuters)
Leaked DOD letter: Pentagon will adopt Palantir's Maven AI system as an official program of record to streamline its adoption across all arms of the US military (David Jeans/Reuters) Leaked DOD letter: Pentagon will adopt Palantir's Maven AI system as an official program of record to streamline its adoption across all arms of the US military (David Jeans/Reuters)

David Jeans / Reuters:

Leaked DOD letter: Pentagon will adopt Palantir's Maven AI system as an official program of record to streamline its adoption across all arms of the US military — Palantir's (PLTR.O) Maven artificial intelligence system will become an official program of record, Deputy Secretary …

4 часа назад @ techmeme.com
The FBI and CISA warn hackers tied to Russian intelligence services are targeting users of messaging apps such as Signal with phishing attacks (Tim Starks/CyberScoop)
The FBI and CISA warn hackers tied to Russian intelligence services are targeting users of messaging apps such as Signal with phishing attacks (Tim Starks/CyberScoop) The FBI and CISA warn hackers tied to Russian intelligence services are targeting users of messaging apps such as Signal with phishing attacks (Tim Starks/CyberScoop)

Tim Starks / CyberScoop:

The FBI and CISA warn hackers tied to Russian intelligence services are targeting users of messaging apps such as Signal with phishing attacks — It echoes earlier alerts from the Netherlands and Germany, and is the latest to warn about targeting of Signal users and others. — Learn more.

5 часов назад @ techmeme.com
The Fifth Circuit Court of Appeals throws out a 2024 FTC order barring Intuit from advertising TurboTax products as "free" when many taxpayers are ineligible (Jonathan Stempel/Reuters)
The Fifth Circuit Court of Appeals throws out a 2024 FTC order barring Intuit from advertising TurboTax products as "free" when many taxpayers are ineligible (Jonathan Stempel/Reuters) The Fifth Circuit Court of Appeals throws out a 2024 FTC order barring Intuit from advertising TurboTax products as "free" when many taxpayers are ineligible (Jonathan Stempel/Reuters)

Jonathan Stempel / Reuters:

The Fifth Circuit Court of Appeals throws out a 2024 FTC order barring Intuit from advertising TurboTax products as “free” when many taxpayers are ineligible — A U.S. appeals court on Friday threw out a Federal Trade Commission order barring TurboTax maker Intuit (INTU.O) …

5 часов назад @ techmeme.com
The US Department of Energy announces a partnership with SoftBank and its affiliate SB Energy to develop a 10 GW data center with its own power supply in Ohio (Associated Press)
The US Department of Energy announces a partnership with SoftBank and its affiliate SB Energy to develop a 10 GW data center with its own power supply in Ohio (Associated Press) The US Department of Energy announces a partnership with SoftBank and its affiliate SB Energy to develop a 10 GW data center with its own power supply in Ohio (Associated Press)

Associated Press:

The US Department of Energy announces a partnership with SoftBank and its affiliate SB Energy to develop a 10 GW data center with its own power supply in Ohio — The U.S. Department of Energy on Friday announced a public-private partnership to develop a major data center with its own power supply …

6 часов назад @ techmeme.com
A US jury finds Elon Musk intentionally misled Twitter shareholders by disparaging the company in 2022 to buy it for a lower price than his original $44B bid (Bloomberg)
A US jury finds Elon Musk intentionally misled Twitter shareholders by disparaging the company in 2022 to buy it for a lower price than his original $44B bid (Bloomberg) A US jury finds Elon Musk intentionally misled Twitter shareholders by disparaging the company in 2022 to buy it for a lower price than his original $44B bid (Bloomberg)

Bloomberg:

A US jury finds Elon Musk intentionally misled Twitter shareholders by disparaging the company in 2022 to buy it for a lower price than his original $44B bid — Elon Musk defrauded Twitter Inc. investors when he disparaged the company in 2022 in an effort to buy the social media platform …

7 часов назад @ techmeme.com
Moonshot says Kimi K2.5 provides "the foundation" for Cursor's Composer 2 model and that Cursor accesses Kimi K2.5 via Fireworks AI (@kimi_moonshot)
Moonshot says Kimi K2.5 provides "the foundation" for Cursor's Composer 2 model and that Cursor accesses Kimi K2.5 via Fireworks AI (@kimi_moonshot) Moonshot says Kimi K2.5 provides "the foundation" for Cursor's Composer 2 model and that Cursor accesses Kimi K2.5 via Fireworks AI (@kimi_moonshot)

@kimi_moonshot:

Moonshot says Kimi K2.5 provides “the foundation” for Cursor's Composer 2 model and that Cursor accesses Kimi K2.5 via Fireworks AI — Congrats to the @cursor_ai team on the launch of Composer 2! We are proud to see Kimi-k2.5 provide the foundation. Seeing our model integrated effectively through Cursor's continued pretraining & high-compute RL training is the open model ecosystem we love to support.

7 часов назад @ techmeme.com
Super Micro says co-founder Yih-Shyan Liaw has resigned from its board after US prosecutors indicted him on allegations of smuggling Nvidia AI chips to China (Jordan Novet/CNBC)
Super Micro says co-founder Yih-Shyan Liaw has resigned from its board after US prosecutors indicted him on allegations of smuggling Nvidia AI chips to China (Jordan Novet/CNBC) Super Micro says co-founder Yih-Shyan Liaw has resigned from its board after US prosecutors indicted him on allegations of smuggling Nvidia AI chips to China (Jordan Novet/CNBC)

Jordan Novet / CNBC:

Super Micro says co-founder Yih-Shyan Liaw has resigned from its board after US prosecutors indicted him on allegations of smuggling Nvidia AI chips to China — Super Micro Computer said Friday that Yih-Shyan “Wally” Liaw, a co-founder, has resigned from the server maker's board …

7 часов назад @ techmeme.com
Anthropic launches Claude Code channels, which let users interact with a Claude Code session through Telegram and Discord (Marcus Schuler/Implicator.ai)
Anthropic launches Claude Code channels, which let users interact with a Claude Code session through Telegram and Discord (Marcus Schuler/Implicator.ai) Anthropic launches Claude Code channels, which let users interact with a Claude Code session through Telegram and Discord (Marcus Schuler/Implicator.ai)

Marcus Schuler / Implicator.ai:

Anthropic launches Claude Code channels, which let users interact with a Claude Code session through Telegram and Discord — Anthropic released Claude Code Channels, letting developers send prompts from Telegram or Discord directly into a running session on their laptop.

8 часов назад @ techmeme.com
Jensen Huang proposes a compensation model where engineers receive an AI token budget on top of their base salary, to deploy agents as productivity multipliers (Anniek Bao/CNBC)
Jensen Huang proposes a compensation model where engineers receive an AI token budget on top of their base salary, to deploy agents as productivity multipliers (Anniek Bao/CNBC) Jensen Huang proposes a compensation model where engineers receive an AI token budget on top of their base salary, to deploy agents as productivity multipliers (Anniek Bao/CNBC)

Anniek Bao / CNBC:

Jensen Huang proposes a compensation model where engineers receive an AI token budget on top of their base salary, to deploy agents as productivity multipliers — The perks of working in Silicon Valley have long included high salaries. Now, some engineers may be offered a new incentive: artificial intelligence tokens.

8 часов назад @ techmeme.com
Pinterest CEO Bill Ready calls on governments to ban social media for users under 16, says social platforms gave "insufficient forethought" about consequences (Bill Ready/Time)
Pinterest CEO Bill Ready calls on governments to ban social media for users under 16, says social platforms gave "insufficient forethought" about consequences (Bill Ready/Time) Pinterest CEO Bill Ready calls on governments to ban social media for users under 16, says social platforms gave "insufficient forethought" about consequences (Bill Ready/Time)

Bill Ready / Time:

Pinterest CEO Bill Ready calls on governments to ban social media for users under 16, says social platforms gave “insufficient forethought” about consequences — When Pinterest removed social features for teens and made every account under 16 private—meaning no discoverability …

9 часов назад @ techmeme.com
Microsoft acknowledges complaints about Windows 11, promising a reduction of "unnecessary" Copilot integrations, more control over updates, and more (Ed Bott/ZDNET)
Microsoft acknowledges complaints about Windows 11, promising a reduction of "unnecessary" Copilot integrations, more control over updates, and more (Ed Bott/ZDNET) Microsoft acknowledges complaints about Windows 11, promising a reduction of "unnecessary" Copilot integrations, more control over updates, and more (Ed Bott/ZDNET)

Ed Bott / ZDNET:

Microsoft acknowledges complaints about Windows 11, promising a reduction of “unnecessary” Copilot integrations, more control over updates, and more — ZDNET's key takeaways — Microsoft finally acknowledged complaints about Windows 11. — The company is promising sweeping changes to a slew of features.

9 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 3 часа назад
Sources: contract electronics manufacturer Zetwerk plans to file for an IPO in India, aiming to raise ~$550M at a ~$4B valuation; it was valued at $3.1B in 2024 (Reuters)
Sources: contract electronics manufacturer Zetwerk plans to file for an IPO in India, aiming to raise ~$550M at a ~$4B valuation; it was valued at $3.1B in 2024 (Reuters) Sources: contract electronics manufacturer Zetwerk plans to file for an IPO in India, aiming to raise ~$550M at a ~$4B valuation; it was valued at $3.1B in 2024 (Reuters)

Reuters:

Sources: contract electronics manufacturer Zetwerk plans to file for an IPO in India, aiming to raise ~$550M at a ~$4B valuation; it was valued at $3.1B in 2024 — India's Zetwerk is preparing to confidentially file draft papers for an initial public offering within the next one to two weeks …

10 часов назад @ techmeme.com
Memo: Roblox is planning to take a share of revenue from sponsorships in its games and is overhauling advertising policies beginning May 4 (Cecilia D'Anastasio/Bloomberg)
Memo: Roblox is planning to take a share of revenue from sponsorships in its games and is overhauling advertising policies beginning May 4 (Cecilia D'Anastasio/Bloomberg) Memo: Roblox is planning to take a share of revenue from sponsorships in its games and is overhauling advertising policies beginning May 4 (Cecilia D'Anastasio/Bloomberg)

Cecilia D'Anastasio / Bloomberg:

Memo: Roblox is planning to take a share of revenue from sponsorships in its games and is overhauling advertising policies beginning May 4 — Roblox Corp. will take a share of revenue from sponsorships in its games as part of a major overhaul of its advertising policies.

10 часов назад @ techmeme.com
A judge issues an order requiring Kalshi to temporarily halt sports and election contracts in Nevada, the first US state to force Kalshi to cease operations (Kate Knibbs/Wired)
A judge issues an order requiring Kalshi to temporarily halt sports and election contracts in Nevada, the first US state to force Kalshi to cease operations (Kate Knibbs/Wired) A judge issues an order requiring Kalshi to temporarily halt sports and election contracts in Nevada, the first US state to force Kalshi to cease operations (Kate Knibbs/Wired)

Kate Knibbs / Wired:

A judge issues an order requiring Kalshi to temporarily halt sports and election contracts in Nevada, the first US state to force Kalshi to cease operations — A judge ordered Kalshi to immediately halt sports and election contracts in the state, intensifying a growing regulatory battle over prediction markets.

11 часов назад @ techmeme.com
WordPress.com says it will now allow AI agents to draft, edit, and publish content on customers' websites, as well as manage comments, update metadata, and more (Sarah Perez/TechCrunch)
WordPress.com says it will now allow AI agents to draft, edit, and publish content on customers' websites, as well as manage comments, update metadata, and more (Sarah Perez/TechCrunch) WordPress.com says it will now allow AI agents to draft, edit, and publish content on customers' websites, as well as manage comments, update metadata, and more (Sarah Perez/TechCrunch)

Sarah Perez / TechCrunch:

WordPress.com says it will now allow AI agents to draft, edit, and publish content on customers' websites, as well as manage comments, update metadata, and more — Web hosting platform WordPress.com is embracing AI agents, a decision that could change the look and feel of the web.

11 часов назад @ techmeme.com
OpenAI plans "an autonomous AI research intern" by September and says its "North Star" is to build a fully automated multi-agent research system by 2028 (Will Douglas Heaven/MIT Technology Review)
OpenAI plans "an autonomous AI research intern" by September and says its "North Star" is to build a fully automated multi-agent research system by 2028 (Will Douglas Heaven/MIT Technology Review) OpenAI plans "an autonomous AI research intern" by September and says its "North Star" is to build a fully automated multi-agent research system by 2028 (Will Douglas Heaven/MIT Technology Review)

Will Douglas Heaven / MIT Technology Review:

OpenAI plans “an autonomous AI research intern” by September and says its “North Star” is to build a fully automated multi-agent research system by 2028 — EXECUTIVE SUMMARY — OpenAI is refocusing its research efforts and throwing its resources into a new grand challenge.

11 часов назад @ techmeme.com
A new anonymous Substack alleges AI compliance startup Delve "faked" compliance for startups by generating pre-populated audit reports and fabricating evidence (DeepDelver)
A new anonymous Substack alleges AI compliance startup Delve "faked" compliance for startups by generating pre-populated audit reports and fabricating evidence (DeepDelver) A new anonymous Substack alleges AI compliance startup Delve "faked" compliance for startups by generating pre-populated audit reports and fabricating evidence (DeepDelver)

DeepDelver:

A new anonymous Substack alleges AI compliance startup Delve “faked” compliance for startups by generating pre-populated audit reports and fabricating evidence — How Delve managed to falsely convince hundreds of customers they were compliant and then lied about it when exposed and called out

13 часов назад @ techmeme.com
Google is running a "small" experiment replacing news headlines in search results with AI-generated ones, after adding the feature in Google Discover in January (Sean Hollister/The Verge)
Google is running a "small" experiment replacing news headlines in search results with AI-generated ones, after adding the feature in Google Discover in January (Sean Hollister/The Verge) Google is running a "small" experiment replacing news headlines in search results with AI-generated ones, after adding the feature in Google Discover in January (Sean Hollister/The Verge)

Sean Hollister / The Verge:

Google is running a “small” experiment replacing news headlines in search results with AI-generated ones, after adding the feature in Google Discover in January — We're seeing Verge headlines rewritten by Google AI. … Since roughly the turn of the millennium, Google Search has been the bedrock of the web.

13 часов назад @ techmeme.com
Mistral CEO proposes a revenue-based levy for AI model providers in the EU, to be invested in "new content creation and supporting Europe's cultural sectors" (Arthur Mensch/Financial Times)
Mistral CEO proposes a revenue-based levy for AI model providers in the EU, to be invested in "new content creation and supporting Europe's cultural sectors" (Arthur Mensch/Financial Times) Mistral CEO proposes a revenue-based levy for AI model providers in the EU, to be invested in "new content creation and supporting Europe's cultural sectors" (Arthur Mensch/Financial Times)

Arthur Mensch / Financial Times:

Mistral CEO proposes a revenue-based levy for AI model providers in the EU, to be invested in “new content creation and supporting Europe's cultural sectors” — A revenue-based charge would protect the livelihoods of copyright holders and bring legal certainty

14 часов назад @ techmeme.com
The White House releases an AI policy framework, explicitly calling on Congress to preempt state AI laws, create age-gating requirements for AI models, and more (Politico)
The White House releases an AI policy framework, explicitly calling on Congress to preempt state AI laws, create age-gating requirements for AI models, and more (Politico) The White House releases an AI policy framework, explicitly calling on Congress to preempt state AI laws, create age-gating requirements for AI models, and more (Politico)

Politico:

The White House releases an AI policy framework, explicitly calling on Congress to preempt state AI laws, create age-gating requirements for AI models, and more — The framework explicitly calls on Congress to preempt any state laws that regulate the way models are developed or that penalize companies …

15 часов назад @ techmeme.com
Filing: Unitree, China's leading robot company, is aiming to raise ~$610M in its Shanghai IPO; it brought in ~$247M in revenue in 2025 and ~$41.6M in net profit (Jessica Sui/Bloomberg)
Filing: Unitree, China's leading robot company, is aiming to raise ~$610M in its Shanghai IPO; it brought in ~$247M in revenue in 2025 and ~$41.6M in net profit (Jessica Sui/Bloomberg) Filing: Unitree, China's leading robot company, is aiming to raise ~$610M in its Shanghai IPO; it brought in ~$247M in revenue in 2025 and ~$41.6M in net profit (Jessica Sui/Bloomberg)

Jessica Sui / Bloomberg:

Filing: Unitree, China's leading robot company, is aiming to raise ~$610M in its Shanghai IPO; it brought in ~$247M in revenue in 2025 and ~$41.6M in net profit — China's leading robot company, Unitree Robotics, has filed for an initial public offering in Shanghai, moving a step closer …

16 часов назад @ techmeme.com
Sources: Amazon's ZeroOne team is developing "Transformer", a phone that syncs up with Alexa; it would be Amazon's first smartphone since its 2014 Fire Phone (Greg Bensinger/Reuters)
Sources: Amazon's ZeroOne team is developing "Transformer", a phone that syncs up with Alexa; it would be Amazon's first smartphone since its 2014 Fire Phone (Greg Bensinger/Reuters) Sources: Amazon's ZeroOne team is developing "Transformer", a phone that syncs up with Alexa; it would be Amazon's first smartphone since its 2014 Fire Phone (Greg Bensinger/Reuters)

Greg Bensinger / Reuters:

Sources: Amazon's ZeroOne team is developing “Transformer”, a phone that syncs up with Alexa; it would be Amazon's first smartphone since its 2014 Fire Phone — In 2014, Amazon (AMZN.O) introduced its first smartphone, hoping to take on Apple and Samsung.

18 часов назад @ techmeme.com
Shareholder letter: crypto exchange Gemini has cut ~30% of its staff since the beginning of 2026 and had 445 employees as of March 1; Gemini lost $500M+ in 2025 (Olga Kharif/Bloomberg)
Shareholder letter: crypto exchange Gemini has cut ~30% of its staff since the beginning of 2026 and had 445 employees as of March 1; Gemini lost $500M+ in 2025 (Olga Kharif/Bloomberg) Shareholder letter: crypto exchange Gemini has cut ~30% of its staff since the beginning of 2026 and had 445 employees as of March 1; Gemini lost $500M+ in 2025 (Olga Kharif/Bloomberg)

Olga Kharif / Bloomberg:

Shareholder letter: crypto exchange Gemini has cut ~30% of its staff since the beginning of 2026 and had 445 employees as of March 1; Gemini lost $500M+ in 2025 — Gemini Space Station Inc.'s workforce reduction has reached roughly 30% since the start of the year following layoffs …

19 часов назад @ techmeme.com
Memo: ByteDance agrees to sell gaming unit Moonton to Savvy Games, owned by Saudi Arabia's PIF, a source says for $6B; ByteDance bought Moonton for $4B in 2021 (Bloomberg)
Memo: ByteDance agrees to sell gaming unit Moonton to Savvy Games, owned by Saudi Arabia's PIF, a source says for $6B; ByteDance bought Moonton for $4B in 2021 (Bloomberg) Memo: ByteDance agrees to sell gaming unit Moonton to Savvy Games, owned by Saudi Arabia's PIF, a source says for $6B; ByteDance bought Moonton for $4B in 2021 (Bloomberg)

Bloomberg:

Memo: ByteDance agrees to sell gaming unit Moonton to Savvy Games, owned by Saudi Arabia's PIF, a source says for $6B; ByteDance bought Moonton for $4B in 2021 — ByteDance Ltd. has agreed to sell games unit Moonton to Savvy Games Group for $6 billion, unloading a gaming studio it acquired …

19 часов назад @ techmeme.com
Xiaomi releases MiMo-V2-Pro, its new 1T-parameter foundation model, codenamed Hunter Alpha, which the company says benchmarks close to GPT-5.2 and Opus 4.6 (Carl Franzen/VentureBeat)
Xiaomi releases MiMo-V2-Pro, its new 1T-parameter foundation model, codenamed Hunter Alpha, which the company says benchmarks close to GPT-5.2 and Opus 4.6 (Carl Franzen/VentureBeat) Xiaomi releases MiMo-V2-Pro, its new 1T-parameter foundation model, codenamed Hunter Alpha, which the company says benchmarks close to GPT-5.2 and Opus 4.6 (Carl Franzen/VentureBeat)

Carl Franzen / VentureBeat:

Xiaomi releases MiMo-V2-Pro, its new 1T-parameter foundation model, codenamed Hunter Alpha, which the company says benchmarks close to GPT-5.2 and Opus 4.6 — Led by Fuli Luo, a veteran of the disruptive DeepSeek R1 project, the release represents what Luo characterizes as a “quiet ambush” on the global frontier.

19 часов назад @ techmeme.com
Filing: the SEC approved a Nasdaq rule change allowing some securities to trade in tokenized form; the new approach will be tested in an upcoming pilot program (The Block)
Filing: the SEC approved a Nasdaq rule change allowing some securities to trade in tokenized form; the new approach will be tested in an upcoming pilot program (The Block) Filing: the SEC approved a Nasdaq rule change allowing some securities to trade in tokenized form; the new approach will be tested in an upcoming pilot program (The Block)

The Block:

Filing: the SEC approved a Nasdaq rule change allowing some securities to trade in tokenized form; the new approach will be tested in an upcoming pilot program — Quick Take — Eligible participants will be able to settle trades in tokenized form during a pilot program operated by the Depository Trust Company.

23 часа назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 1 час назад
dimensionalOS/dimos
dimensionalOS/dimos dimensionalOS/dimos

Dimensional is agent native -- "vibecode" your robots in natural language and build (local & hosted) multi-agent systems that work seamlessly with your hardware.

sensor_msgs import Image , ImageFormat class RobotConnection ( Module ): cmd_vel : In [ Twist ] color_image : Out [ Image ] @ rpc def start ( self ): threading .

sensor_msgs import Image from dimos .

agent import agent blueprint = autoconnect ( go2_connection (), agent (), ).

transports ({( "color_image" , Image ): LCMTransport ( "/color_image" , Image )}) # Run the blueprint if __name__ == "__main__" : blueprint .

1 час назад @ github.com
langchain-ai/open-swe
langchain-ai/open-swe langchain-ai/open-swe

Open-source framework for building your org's internal coding agent.

Note 💬 Read the announcement blog post hereArchitectureOpen SWE makes the same core architectural decisions as the best internal coding agents.

The repo is cloned in, the agent gets full permissions, and the blast radius of any mistake is fully contained.

Invocation — Slack, Linear, and GitHubAll three companies in the article converge on Slack as the primary invocation surface.

The open_pr_if_needed middleware acts as a backstop — if the agent finishes without opening a PR, the middleware handles it automatically.

1 day, 2 hours назад @ github.com
jarrodwatts/claude-hud
jarrodwatts/claude-hud jarrodwatts/claude-hud

Claude HUDA Claude Code plugin that shows what's happening — context usage, active tools, running agents, and todo progress.

This is a Claude Code platform limitation.

Restart Claude Code to load the new statusLine config, then the HUD will appear.

Claude HUD gives you better insights into what's happening in your Claude Code session.

Restart Claude Code so it picks up the new statusLine configOn macOS, fully quit Claude Code and run claude again in your terminalRequirementsClaude Code v1.0.80+Node.js 18+ or BunDevelopmentgit clone https://github.com/jarrodwatts/claude-hud cd claude-hud npm ci && npm run build npm testSee CONTRIBUTING.md for guidelines.

1 day, 2 hours назад @ github.com
affaan-m/everything-claude-code
affaan-m/everything-claude-code affaan-m/everything-claude-code

Production-ready agents, hooks, commands, rules, and MCP configurations evolved over 10+ months of intensive daily use building real products.

🚀 Quick StartGet up and running in under 2 minutes:Step 1: Install the Plugin# Add marketplace /plugin marketplace add affaan-m/everything-claude-code # Install plugin /plugin install everything-claude-code@everything-claude-codeStep 2: Install Rules (Required)⚠️ Important: Claude Code plugins cannot distribute rules automatically.

It runs locally through Claude Code's normal CLI/plugin surface, so it works with: Anthropic-hosted Claude CodeOfficial Claude Code gateway setups using ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKENand Compatible custom endp…

1 day, 2 hours назад @ github.com
andrewyng/context-hub
andrewyng/context-hub andrewyng/context-hub

Or by creating an agent skill to use Chub using SKILL.md, and ideally prompting your agent to remember to use this skill.

Most of the time, it's simple — search, fetch, use:chub search " stripe payments " # find relevant docs chub get stripe/api --lang js # fetch the doc # Agent reads the doc, writes correct code.

Feedback flows back to authors — chub feedback stripe/api up or down — vote the docs up or down so they can get better for everyone over time.

Feedback (up/down ratings with optional labels) goes to doc authors, who update the content based on what's working and what isn't.

Agent feedback (up/down ratings from real usage) flows back to authors, helping surface what needs fixing an…

2 days, 2 hours назад @ github.com
langflow-ai/openrag
langflow-ai/openrag langflow-ai/openrag

OpenRAG Intelligent Agent-powered document searchOpenRAG is a comprehensive Retrieval-Augmented Generation platform that enables intelligent document search and AI-powered conversations.

The system utilizes Langflow for document ingestion, retrieval workflows, and intelligent nudges, providing a seamless RAG experience.

run ( main ())📖 Full Python SDK DocumentationTypeScript/JavaScript SDKnpm install openrag-sdkQuick Example:import { OpenRAGClient } from "openrag-sdk" ; const client = new OpenRAGClient ( ) ; const response = await client .

📖 Full MCP Documentation🛠️ DevelopmentFor developers who want to contribute to OpenRAG or set up a development environment, see CONTRIBUTING.md.

🛟 Troubl…

2 days, 2 hours назад @ github.com
langchain-ai/deepagents
langchain-ai/deepagents langchain-ai/deepagents

Instead of wiring up prompts, tools, and context management yourself, you get a working agent immediately and customize what you need.

Quickstartpip install deepagents # or uv add deepagentsfrom deepagents import create_deep_agent agent = create_deep_agent () result = agent .

invoke ({ "messages" : [{ "role" : "user" , "content" : "Research LangGraph and write a summary" }]})The agent can plan, read/write files, and manage its own context.

chat_models import init_chat_model agent = create_deep_agent ( model = init_chat_model ( "openai:gpt-4o" ), tools = [ my_custom_tool ], system_prompt = "You are a research assistant."

Additional resourcesExamples — Working agents and patterns— Working age…

2 days, 2 hours назад @ github.com
alibaba/page-agent
alibaba/page-agent alibaba/page-agent

Control web interfaces with natural language.

🌐 English | 中文🚀 Demo | 📖 Docs | 📢 HN Discussion | 𝕏 Follow on Xpage-agent-demo-0227.mp4✨ Features🎯 Easy integration No need for browser extension / python / headless browser .

Accessibility — Make any web app accessible through natural language.

— Make any web app accessible through natural language.

Mirrors URL Global https://cdn.jsdelivr.net/npm/[email protected]/dist/iife/page-agent.demo.js China https://registry.npmmirror.com/page-agent/1.5.8/files/dist/iife/page-agent.demo.jsNPM Installationnpm install page-agentimport { PageAgent } from 'page-agent' const agent = new PageAgent ( { model : 'qwen3.5-plus' , baseURL : 'https://dashscope.aliyun…

4 days, 2 hours назад @ github.com
vectorize-io/hindsight
vectorize-io/hindsight vectorize-io/hindsight

Memory Performance & AccuracyHindsight is the most accurate agent memory system ever tested according to benchmark performance.

Docker (external PostgreSQL)export OPENAI_API_KEY=sk-xxx export HINDSIGHT_DB_PASSWORD=choose-a-password cd docker/docker-compose docker compose upClientpip install hindsight-client -U # or npm install @vectorize-io/hindsight-clientPythonfrom hindsight_client import Hindsight client = Hindsight ( base_url = "http://localhost:8888" ) # Retain: Store information client .

from hindsight_client import Hindsight client = Hindsight ( base_url = "http://localhost:8888" ) # Simple client .

from hindsight_client import Hindsight client = Hindsight ( base_url = "http://localh…

4 days, 2 hours назад @ github.com
pbakaus/impeccable
pbakaus/impeccable pbakaus/impeccable

1 skill, 20 commands, and curated anti-patterns for impeccable frontend design.

Quick start: Visit impeccable.style to download ready-to-use bundles.

Anthropic created frontend-design, a skill that guides Claude toward better UI design.

Without guidance, you get the same predictable mistakes: Inter font, purple gradients, cards nested in cards, gray text on colored backgrounds.

InstallationOption 1: Download from Website (Recommended)Visit impeccable.style, download the ZIP for your tool, and extract to your project.

4 days, 2 hours назад @ github.com
AstrBotDevs/AstrBot
AstrBotDevs/AstrBot AstrBotDevs/AstrBot

AstrBot is an open-source all-in-one Agent chatbot platform that integrates with mainstream instant messaging apps.

✨ AI LLM Conversations, Multimodal, Agent, MCP, Skills, Knowledge Base, Persona Settings, Auto Context Compression.

Update astrbot :uv tool upgrade astrbotDocker DeploymentFor users familiar with containers and looking for a more stable, production-ready deployment method, we recommend deploying AstrBot with Docker / Docker Compose.

Launcher DeploymentFor desktop users who also want fast deployment and isolated multi-instance usage, we recommend AstrBot Launcher.

Platform Maintainer QQ Official OneBot v11 protocol implementation Official Telegram Official Wecom & Wecom AI Bot …

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

Limited Memory Iteration: Current memory is just a record of user interactions, lacking Agent-related task memory.

The OpenViking SolutionOpenViking is an open-source Context Database designed specifically for AI Agents.

│ └── memories/ │ ├── preferences/ │ │ ├── writing_style │ │ └── coding_habits │ └── ... └── agent/ # Agent: skills, instructions, task memories, etc.

The system will asynchronously analyze task execution results and user feedback, and automatically update them to the User and Agent memory directories.

Let's work together to define and build the future of AI Agent context management.

6 days, 1 hour назад @ github.com
lightpanda-io/browser
lightpanda-io/browser lightpanda-io/browser

For Linuxcurl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \ chmod a+x ./lightpandaFor MacOScurl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \ chmod a+x ./lightpandaFor Windows + WSL2The Lightpanda browser is compatible to run on windows inside WSL.

const browser = await puppeteer .

const context = await browser .

await page .

./wpt serveRun a Lightpanda browserzig build run -- --insecure_disable_tls_host_verificationThen you can start the wptrunner from the Demo's clone dir:cd wptrunner && go run .

6 days, 1 hour назад @ github.com
fishaudio/fish-speech
fishaudio/fish-speech fishaudio/fish-speech

Important License NoticeThis codebase and its associated model weights are released under FISH AUDIO RESEARCH LICENSE.

Quick StartFor HumanHere are the official documents for Fish Audio S2, follow the instructions to get started easily.

For LLM AgentInstall and configure Fish-Audio S2 by following the instructions here: https://speech.fish.audio/install/Fish Audio S2Best text-to-speech system among both open source and closed sourceFish Audio S2 is the latest model developed by Fish Audio.

The list is constantly expanding, check Fish Audio for the latest releases.

Rapid Voice CloningFish Audio S2 supports accurate voice cloning using a short reference sample (typically 10–30 seconds).

1 week назад @ github.com
Q00/ouroboros
Q00/ouroboros Q00/ouroboros

A Claude Code plugin that turns vague ideas into validated specs — before AI writes a single line of code.

Quick StartStep 1 — Install the plugin (in your terminal):claude plugin marketplace add Q00/ouroboros claude plugin install ouroboros@ouroborosStep 2 — Run setup (inside a Claude Code session):# Start Claude Code, then type: ooo setupooo commands are Claude Code skills — they run inside a Claude Code session, not in your terminal.

→ Reflect → next generation"This is where the Ouroboros eats its tail: the output of evaluation becomes the input for the next generation's seed specification."

— reflect.pyConvergence is reached when ontology similarity ≥ 0.95 — when the system has questione…

1 week назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 2 часа назад
RFK Jr. may replace entire panel of CDC vaccine advisors again, ally lets slip | Dr. Robert Malone, vice chair of Kennedy’s ACIP, made the claim, then retracted it, as HHS denied it.
RFK Jr. may replace entire panel of CDC vaccine advisors again, ally lets slip | Dr. Robert Malone, vice chair of Kennedy’s ACIP, made the claim, then retracted it, as HHS denied it. RFK Jr. may replace entire panel of CDC vaccine advisors again, ally lets slip | Dr. Robert Malone, vice chair of Kennedy’s ACIP, made the claim, then retracted it, as HHS denied it.

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

2 часа назад @ reddit.com
The CEO of Patreon blasts AI companies for the ‘bogus excuse’ they’re using to not pay artists
The CEO of Patreon blasts AI companies for the ‘bogus excuse’ they’re using to not pay artists The CEO of Patreon blasts AI companies for the ‘bogus excuse’ they’re using to not pay artists

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

3 часа назад @ reddit.com
Elon Musk to Owe Billions After Jury Finds He Misled Twitter Investors Before Takeover
Elon Musk to Owe Billions After Jury Finds He Misled Twitter Investors Before Takeover Elon Musk to Owe Billions After Jury Finds He Misled Twitter Investors Before Takeover

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

3 часа назад @ reddit.com
Pentagon to adopt Palantir AI as core US military system, memo says
Pentagon to adopt Palantir AI as core US military system, memo says Pentagon to adopt Palantir AI as core US military system, memo says

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

4 часа назад @ reddit.com
Closure of Strait of Hormuz is 'greatest global energy security threat in history,' warns IEA chief
Closure of Strait of Hormuz is 'greatest global energy security threat in history,' warns IEA chief Closure of Strait of Hormuz is 'greatest global energy security threat in history,' warns IEA chief

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

7 часов назад @ reddit.com
U.S President FCC lets Nexstar buy Tegna and blow way past 39% TV ownership cap | Brendan Carr lets U.S President-favorite Nexstar exceed national station ownership limit.
U.S President FCC lets Nexstar buy Tegna and blow way past 39% TV ownership cap | Brendan Carr lets U.S President-favorite Nexstar exceed national station ownership limit. U.S President FCC lets Nexstar buy Tegna and blow way past 39% TV ownership cap | Brendan Carr lets U.S President-favorite Nexstar exceed national station ownership limit.

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

8 часов назад @ reddit.com
Microsoft announces sweeping Windows changes
Microsoft announces sweeping Windows changes Microsoft announces sweeping Windows changes

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

9 часов назад @ reddit.com
DOGE Goes Nuclear: How Trump Invited Silicon Valley Into America’s Nuclear Power Regulator
DOGE Goes Nuclear: How Trump Invited Silicon Valley Into America’s Nuclear Power Regulator DOGE Goes Nuclear: How Trump Invited Silicon Valley Into America’s Nuclear Power Regulator

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

9 часов назад @ reddit.com
Polymarket Says It Deals in Truth, but Its Social Feeds Are Filled With Falsehoods
Polymarket Says It Deals in Truth, but Its Social Feeds Are Filled With Falsehoods Polymarket Says It Deals in Truth, but Its Social Feeds Are Filled With Falsehoods

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

10 часов назад @ reddit.com
Marc Andreessen is a philosophical zombie | Silicon Valley innovates again
Marc Andreessen is a philosophical zombie | Silicon Valley innovates again Marc Andreessen is a philosophical zombie | Silicon Valley innovates again

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

11 часов назад @ reddit.com
Microsoft’s return-to-office policy creates a return to slower commutes, traffic analysis shows
Microsoft’s return-to-office policy creates a return to slower commutes, traffic analysis shows

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

11 часов назад @ reddit.com
RIP Metaverse, an $80 Billion Dumpster Fire Nobody Wanted | Who could have possibly predicted this, besides everyone?
RIP Metaverse, an $80 Billion Dumpster Fire Nobody Wanted | Who could have possibly predicted this, besides everyone? RIP Metaverse, an $80 Billion Dumpster Fire Nobody Wanted | Who could have possibly predicted this, besides everyone?

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

11 часов назад @ reddit.com
Russian troops 'at wits' end' as 'Terminator style' AI robots deployed in Ukrain
Russian troops 'at wits' end' as 'Terminator style' AI robots deployed in Ukrain Russian troops 'at wits' end' as 'Terminator style' AI robots deployed in Ukrain

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

12 часов назад @ reddit.com
Amazon Prime Video is about to get worse — again
Amazon Prime Video is about to get worse — again

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

12 часов назад @ reddit.com
All the wrong EVs are getting canceled
All the wrong EVs are getting canceled All the wrong EVs are getting canceled

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

12 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 23 часа назад
GitHub - tw93/Mole: 🐹 Dig deep like a mole to clean you Mac. 像鼹鼠一样深入挖掘来清理你的 Mac
GitHub - tw93/Mole: 🐹 Dig deep like a mole to clean you Mac. 像鼹鼠一样深入挖掘来清理你的 Mac GitHub - tw93/Mole: 🐹 Dig deep like a mole to clean you Mac. 像鼹鼠一样深入挖掘来清理你的 Mac

Mole Deep clean and optimize your Mac.

$ mo analyze Analyze Disk ~ /Documents | Total: 156.8GB ▶ 1.

Shortcuts: In mo status , press k to toggle the cat and save the preference, and q to quit.

Machine-Readable OutputBoth mo analyze and mo status support a --json flag for scripting and automation.

Search for Mole Clean or clean , Mole Optimize , or Mole Status to use the commandsNote: The script creates the commands, but Raycast still requires a one-time manual script directory setup.

23 часа назад @ github.com
cook — workflow loops for Claude Code, Codex, and OpenCode
cook — workflow loops for Claude Code, Codex, and OpenCode

Add the /cook skill to Claude Code:Two ways to get it:"DONE if all tasks complete, else NEXT""Work on next task in plan.md"A simple CLI for orchestrating Claude Code, Codex, and OpenCode.

Cook parses three categories of tokens:repeat (xN)xN runs work N times sequentially, each pass seeing the previous output.

cook "Add dark mode" x3 cook "Add dark mode" repeat 3 cook "Add dark mode" x3 review cook "Add dark mode" review x3reviewreview adds a review→gate loop.

work -> review -> gate -> iterate <<cook "Add dark mode" review cook "Add dark mode" review 5Provide custom prompts after review , or use positional shorthand:cook "Add dark mode" review \ "Review for accessibility" \ "DONE if WCAG AA,…

23 часа назад @ rjcorwin.github.io
Stitch - Design with AI
Stitch - Design with AI Stitch - Design with AI 23 часа назад @ stitch.withgoogle.com
Lessons from Building Claude Code: How We Use Skills
Lessons from Building Claude Code: How We Use Skills 23 часа назад @ x.com
Introducing “vibe design” with Stitch
Introducing “vibe design” with Stitch Introducing “vibe design” with Stitch

Over the last year, AI has fundamentally changed how we build, turning simple descriptions into functional software.

We launched Stitch to bring your ideas to life starting with the design process.

Today, we are evolving Stitch into an AI-native software design canvas.

With it, anyone can create, iterate and collaborate to turn natural language into high-fidelity UI designs.

Creating with intentWhen “vibe designing” in Stitch, you can explore many ideas quickly leading to a higher quality outcome.

23 часа назад @ blog.google
Rob Pike's 5 Rules of Programming | Hacker News
Rob Pike's 5 Rules of Programming | Hacker News Rob Pike's 5 Rules of Programming | Hacker News 23 часа назад @ news.ycombinator.com
TigerFS
TigerFS TigerFS

The problemagents need shared state.

local files weren't built for that.

When agents run on different machines, there's no shared workspace.

Coordinating through files means no transactions, no history, and no structure.

The ease of a filesystem, the semantics of a database.

23 часа назад @ tigerfs.io
Free SVG Backgrounds and Patterns | SVG Backgrounds
Free SVG Backgrounds and Patterns | SVG Backgrounds Free SVG Backgrounds and Patterns | SVG Backgrounds

Free SVG Backgrounds and PatternsEnjoy this small sampling of our designs and patterns.

All are customizable: change into your brand colors — some even shrink, spin, or shift.

Each background is unique to SVGBackgrounds.com, so enjoy exploring before you easily export into your project.

23 часа назад @ svgbackgrounds.com
GitHub - gsd-build/get-shit-done: A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code and OpenCode.
GitHub - gsd-build/get-shit-done: A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code and OpenCode. GitHub - gsd-build/get-shit-done: A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code and OpenCode.

Update periodically:npx get-shit-done-cc@latestNon-interactive Install (Docker, CI, Scripts) # Claude Code npx get-shit-done-cc --claude --global # Install to ~/.claude/ npx get-shit-done-cc --claude --local # Install to ./.claude/ # OpenCode (open source, free models) npx get-shit-done-cc --opencode --global # Install to ~/.config/opencode/ # Gemini CLI npx get-shit-done-cc --gemini --global # Install to ~/.gemini/ # Codex (skills-first) npx get-shit-done-cc --codex --global # Install to ~/.codex/ npx get-shit-done-cc --codex --local # Install to ./.codex/ # Copilot (GitHub Copilot CLI) npx get-shit-done-cc --copilot --global # Install to ~/.github/ npx get-shit-done-cc --copilot --local #…

23 часа назад @ github.com
Daring Fireball: ‘Your Frustration Is the Product’
Daring Fireball: ‘Your Frustration Is the Product’ Daring Fireball: ‘Your Frustration Is the Product’

‘Your Frustration Is the Product’Shubham Bose, “The 49MB Web Page”:I went to the New York Times to glimpse at four headlines and was greeted with 422 network requests and 49 megabytes of data.

Even websites from publishers who care about quality are doing things on the web that they would never do with their print editions.

Your frustration is the product.

But read an article on their website and you get autoplaying videos interspersed between random paragraphs.

The people making these decisions for these websites are like ocean liner captains who are trying to hit icebergs.

23 часа назад @ daringfireball.net
Have a Fucking Website - Other Strangeness — merritt k
Have a Fucking Website - Other Strangeness — merritt k Have a Fucking Website - Other Strangeness — merritt k

But still, please, if you are a business or an individual artist or creator, have a fucking website.

“But-” fuck you, have a fucking website.

If you’re a hair salon, or a tattoo artist, or a restaurant, or whatever, please just have a fucking website where I can go and see your rates and hours.

You don’t own shit that you put on social media platforms.

With any luck, it will pass sooner rather than later, and every time someone creates an actual fucking website, that day gets a little closer.

1 day, 23 hours назад @ otherstrangeness.com
Nightingale — Karaoke from your music library
Nightingale — Karaoke from your music library Nightingale — Karaoke from your music library

🎤 Stem separation Vocals are isolated from instrumentals using the UVR Karaoke model or Demucs.

Guide vocal volume is adjustable.

📝 Word-level lyrics WhisperX transcribes and aligns every word to the audio.

🎬 Video file support Drop .mp4 or .mkv files into your library.

🌌 Dynamic backgrounds GPU shader effects (plasma, aurora, nebula...), Pixabay video loops, or the source video for video files.

1 day, 23 hours назад @ nightingale.cafe
Wander
Wander

Note that you don't really need to change console to browse the Wander network.

By wandering to another console, you will leave the current console on this website and reach a Wander console on a different website.

A Wander console lets you browse random websites and pages from the Wander community.

The Wander community consists of individuals who develop and maintain their own personal websites.

Once your /wander/ directory is ready on your web server, you can share a link to your Wander console in this community thread.

1 day, 23 hours назад @ susam.net
JPEG compression
JPEG compression 1 day, 23 hours назад @ sophielwang.com
Rob Pike's 5 Rules of Programming
Rob Pike's 5 Rules of Programming

Rob Pike's 5 Rules of ProgrammingRule 1.

Fancy algorithms are slow when n is small, and n is usually small.

Use simple algorithms as well as simple data structures.

Data structures, not algorithms, are central to programming.

Pike's rules 1 and 2 restate Tony Hoare's famous maxim "Premature optimization is the root of all evil."

1 day, 23 hours назад @ cs.unc.edu
Changelog Changelog
последний пост 1 week, 2 days назад
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!

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

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

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

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.

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

4 weeks, 1 day назад @ changelog.com
All the Claw things
All the Claw things All the Claw things

Changelog News!

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

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

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

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

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

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

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

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

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

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

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

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

Check out the speedrun to get started in minutes.

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

Changelog News!

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

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

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

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

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

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

At an unbeatable price.

1 month, 1 week назад @ changelog.com
Setting Docker Hardened Images free
Setting Docker Hardened Images free Setting Docker Hardened Images free

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

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

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

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

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

1 month, 2 weeks назад @ changelog.com
The tech monoculture is finally breaking
The tech monoculture is finally breaking The tech monoculture is finally breaking

Changelog News!

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

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

1 month, 2 weeks назад @ changelog.com
Natural born SaaS killers
Natural born SaaS killers Natural born SaaS killers

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

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

At an unbeatable price.

Squarespace – A website makes it real!

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

1 month, 2 weeks назад @ changelog.com
Securing npm is table stakes
Securing npm is table stakes Securing npm is table stakes

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

At an unbeatable price.

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

Squarespace – A website makes it real!

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

1 month, 2 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 4 часа назад
How to clear your iPhone cache (and why it's critical for faster performance)
How to clear your iPhone cache (and why it's critical for faster performance) How to clear your iPhone cache (and why it's critical for faster performance)

It's helpful, but too much cache can slow your iPhone down, so clearing it regularly keeps performance smooth.

Can I clear cache in other browsers or apps?

If you'd like to block cookies in Safari, follow these steps:Go to Settings > Safari > Advanced.

Select iPhone Storage.

How to find outUnfortunately, you can't clear a third-party app's cache directly in Settings, but this view gives you a clear breakdown of your storage and lets you delete or offload apps.

4 часа назад @ zdnet.com
Roku's ad-free streaming service was already a great deal - now it's adding Disney movies
Roku's ad-free streaming service was already a great deal - now it's adding Disney movies

Howdy gets you ad-free viewing for under $3 a month, but is it worth it?

9 часов назад @ zdnet.com
Microsoft announces sweeping Windows changes - but no apologies
Microsoft announces sweeping Windows changes - but no apologies Microsoft announces sweeping Windows changes - but no apologies

Microsoft's customers have been grumbling about Windows 11 since the day it shipped, and lately, those complaints have gotten louder and angrier.

Also: Windows 11 has 1 billion users - and they're furiousAnd finally -- finally!

"We're giving you more control" over updates, Microsoft says, "while reducing update noise with fewer automatic restarts and notifications."

Given that WinUI3 has been around longer than Windows 11, it's surprising that this change is only happening now.

This is how we will continue to build and ship Windows 11, so we can deliver better experiences with greater confidence, month after month.

9 часов назад @ zdnet.com
Frequent flyers will love this tiny Bluetooth gadget, and it's on sale now
Frequent flyers will love this tiny Bluetooth gadget, and it's on sale now Frequent flyers will love this tiny Bluetooth gadget, and it's on sale now

ZDNET audio reviewer Jada Jones tested the AirFly Pro 2 on domestic flights, and said she was impressed.

The AirFly Pro 2 upgraded the older AirFly Pro, which is still available for purchase.

If you're a frequent flyer or find yourself in need of such a handy gadget, consider grabbing the AirFly Pro 2 on sale.

The lowest the AirFly Pro 2 has sold for is around $42, according to CamelCamelCamel, and that was during Black Friday.

Best Buy's deal on the AirFly Pro 2 will likely expire when the Tech Fest sale ends on Sunday, March 22.

10 часов назад @ zdnet.com
The Trump administration is targeting state AI legislation - again. Why that matters
The Trump administration is targeting state AI legislation - again. Why that matters The Trump administration is targeting state AI legislation - again. Why that matters

ZDNET's key takeawaysNew White House policy guidance wants to override most state AI laws.

On Friday, the Trump administration released new policy guidance for Congress on how AI should be federally regulated, once again reviving the call to hamper state AI laws.

After a failed attempt to limit state AI legislation this past summer, the administration resumed its efforts with a December executive order and an ensuing AI Litigation Task Force focused on curtailing state laws it feels would limit competitive development.

The Trump administration and AI companies argue that state laws create an inconvenient regulatory patchwork that stymies innovation.

"Here, there is no federal AI law that wo…

10 часов назад @ zdnet.com
OpenAI's rumored 'superapp' could finally solve one of my biggest issues with ChatGPT
OpenAI's rumored 'superapp' could finally solve one of my biggest issues with ChatGPT OpenAI's rumored 'superapp' could finally solve one of my biggest issues with ChatGPT

ZDNET's key takeawaysOpenAI is reportedly building a desktop superapp to unify its AI tools.

According to The Wall Street Journal, the company is planning a desktop "superapp" that combines ChatGPT, its Codex coding tool, and its Atlas browser into a single experience.

To consolidate its line of AI tools and double down on agentic capabilities.

Also: I stopped using ChatGPT for everything: These AI models beat itUnfortunately, over the last couple of years, ChatGPT has added some friction to the experience.

Bring the ChatGPT superapp to phones, too, OpenAI.

10 часов назад @ zdnet.com
YouTube killed my comment alerts, so I vibe-coded a fix to get them back - in just 1 hour
YouTube killed my comment alerts, so I vibe-coded a fix to get them back - in just 1 hour YouTube killed my comment alerts, so I vibe-coded a fix to get them back - in just 1 hour

It's not that I expect many of you will need email-based notifications for YouTube comments.

I was sent to a few commercial tools for managing YouTube comments, but outside of the email flow.

But then I asked the magic question, "Is there any programming interface whatsoever to be able to monitor and extract YouTube comments?"

I have to say that I was impressed by using Gemini 3.1 and the Pro account.

Would you build your own solution using AI and APIs, or rely on third-party tools?

10 часов назад @ zdnet.com
6 useful Bluetooth gadgets that feel like life hacks (and won't break the bank)
6 useful Bluetooth gadgets that feel like life hacks (and won't break the bank)

Bluetooth gadgets are among the most practical on the market. These are my favorites.

10 часов назад @ zdnet.com
For Amazon's Fire Phone to succeed, it'll need to fix its app store problem first
For Amazon's Fire Phone to succeed, it'll need to fix its app store problem first For Amazon's Fire Phone to succeed, it'll need to fix its app store problem first

Well, I don't know about you, but I certainly didn't have "new Amazon smartphone" on my 2026 bingo card.

In 2014, Windows Phone and BlackBerry were still very much part of the smartphone conversation; these days, not so much.

The only apps in the Amazon AppStore that remained up to date were productivity apps (largely powered by Microsoft) and streaming apps.

One of the key reasons Windows Phone failed was its lack of an app ecosystem.

So, if this phone is to have a chance at success, it needs to embrace Google services so it can be a phone that everyone can use.

11 часов назад @ zdnet.com
How to share your location on Android quickly: 5 easy ways - including by text
How to share your location on Android quickly: 5 easy ways - including by text How to share your location on Android quickly: 5 easy ways - including by text

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.

12 часов назад @ zdnet.com
Should you upgrade to M5 MacBook Pro from the M1? Short answer: It's probably time
Should you upgrade to M5 MacBook Pro from the M1? Short answer: It's probably time Should you upgrade to M5 MacBook Pro from the M1? Short answer: It's probably time

ZDNET's key takeawaysM5 MacBook Pro is much cheaper than the M5 Max and M5 Pro.

Apple launched the MacBook Pro with M5 Pro and M5 Max chips earlier this month.

While they tend to get a lot of attention, the base model M5 MacBook Pro is still an incredibly competitive device.

How the M5 MacBook Pro compares to the M1M1 Apple MacBook Pro Kyle Kucharski/ZDNETIn terms of pricing, the M1 MacBook Pro is not available new, but you can still get renewed devices for around $699.

In fact, the MacBook Air M5 comes with the new N1 chip, which supports Wi-Fi 7 and Bluetooth 6 -- features only found on the MacBook Pro with M5 Pro and M5 Max.

15 часов назад @ zdnet.com
Chainguard is racing to fix trust in AI-built software - here's how
Chainguard is racing to fix trust in AI-built software - here's how Chainguard is racing to fix trust in AI-built software - here's how

The approach starts with its new AI-powered Chainguard Factory 2.0.

To achieve that target, Chainguard has moved its methodology for automatically building operating system and application images from a brittle one to Chainguard Factory 2.0.

Security and skillsRecognizing that CI systems are now among the most sensitive parts of the software supply chain, Chainguard unveiled two new product families: Chainguard Actions and Chainguard Agent Skills.

These markdown bundles encode tools and best practices for AI agents.

It'll look at libraries that applications are using that could be Chainguard… [and] the skills and the agents that could be Chainguard."

15 часов назад @ zdnet.com
How to check if a text message is spam on Android - and the free tool I rely on
How to check if a text message is spam on Android - and the free tool I rely on How to check if a text message is spam on Android - and the free tool I rely on

I don't know about you, but I receive more spam and scam messages on my phone each day than I do legitimate messages from friends and family.

But sometimes, the messages are so carefully crafted that it's not always easy to discern if a message is a scam.

So, what do you do when you're faced with a message you're not sure about?

Also: How to use Circle to Search on Android (and what models support it now)When in doubt, why not?

When Circle to Search tags a message as a scam, report it and delete it.

17 часов назад @ zdnet.com
The best streaming deals right now: Hulu, Disney+, Paramount+, and more
The best streaming deals right now: Hulu, Disney+, Paramount+, and more

Cut the cord and stream for less with some of the best deals we've seen so far this year on popular streaming services and devices, ahead of Amazon's Big Spring Sale.

18 часов назад @ zdnet.com
You're being tracked online - 9 easy ways to stop the surveillance
You're being tracked online - 9 easy ways to stop the surveillance You're being tracked online - 9 easy ways to stop the surveillance

ZDNET's key takeawaysThere's a trade-off between convenience and privacy, but you can reduce online tracking.

These extensions, often available for free or for a small donation, will identify and block tracking cookies, scripts, and headers from collecting your data.

For example, on Facebook, you will find this option under "less-personalized ads" in Settings & Privacy > Settings > Accounts Center > Ad Preferences > Ad Experience > Manage info.

I always use a separate email for online purchases and subscriptions that I suspect will bombard me with emails.

While it's not necessary to prevent online tracking, I would still suggest that you look into these services if you want to keep your dig…

19 часов назад @ zdnet.com
TechCrunch TechCrunch
последний пост 3 часа назад
New court filing reveals Pentagon told Anthropic the two sides were nearly aligned — a week after Trump declared the relationship kaput
New court filing reveals Pentagon told Anthropic the two sides were nearly aligned — a week after Trump declared the relationship kaput

Anthropic submitted two sworn declarations to a California federal court late Friday afternoon, pushing back on the Pentagon's assertion that the AI company poses an "unacceptable risk to national security" and arguing that the government's case relies on technical misunderstandings and claims that were never actually raised during the months of negotiations.

3 часа назад @ techcrunch.com
Elon Musk misled Twitter investors while trying to get out of acquisition, jury says
Elon Musk misled Twitter investors while trying to get out of acquisition, jury says

At the time, Musk had tweeted that Twitter had too many bots, which is why he was trying to renege on his commitment to buy the company.

5 часов назад @ techcrunch.com
Microsoft rolls back some of its Copilot AI bloat on Windows
Microsoft rolls back some of its Copilot AI bloat on Windows

The company is reducing Copilot entry points on Windows, starting with Photos, Widgets, Notepad, and other apps.

8 часов назад @ techcrunch.com
What happened at Nvidia GTC: NemoClaw, Robot Olaf, and a $1 trillion bet
What happened at Nvidia GTC: NemoClaw, Robot Olaf, and a $1 trillion bet

CEO Jensen Huang took the stage at Nvidia’s GTC conference this week in his signature leather jacket to deliver a two-and-a-half-hour keynote, projecting $1 trillion in AI chip sales through 2027, declaring that every company needs an “OpenClaw strategy,” and closing with a rambling Olaf robot that had to get its mic cut. The message was hard to miss: Nvidia […]

8 часов назад @ techcrunch.com
Amidst legal turmoil, Kalshi is temporarily banned in Nevada
Amidst legal turmoil, Kalshi is temporarily banned in Nevada

It's the latest escalation in a regulatory battle over the future of prediction markets.

9 часов назад @ techcrunch.com
Pinterest CEO calls on governments to ban social media for users under 16
Pinterest CEO calls on governments to ban social media for users under 16

Pinterest’s chief compares social media to tobacco and alcohol, saying children need similar protections.

9 часов назад @ techcrunch.com
Why scientists can’t get a laugh
Why scientists can’t get a laugh

Humor is hard to pull off in front of a cold audience, full stop.

11 часов назад @ techcrunch.com
A French Navy officer accidentally leaked the location of an aircraft carrier by logging his run on Strava
A French Navy officer accidentally leaked the location of an aircraft carrier by logging his run on Strava

A French naval officer went on a run around the deck of the Charles de Gaulle aircraft carrier, inadvertently leaking the warship's location when he uploaded the workout to Strava.

11 часов назад @ techcrunch.com
WordPress.com now lets AI agents write and publish posts, and more
WordPress.com now lets AI agents write and publish posts, and more

New AI agents on WordPress.com could lower barriers to publishing while increasing machine-generated content across the web.

12 часов назад @ techcrunch.com
Jeff Bezos’ Blue Origin enters the space data center game
Jeff Bezos’ Blue Origin enters the space data center game

"Project Sunrise" would include more than 50,000 satellites performing high-energy compute on orbit.

12 часов назад @ techcrunch.com
US accuses Iran’s government of operating hacktivist group that hacked Stryker
US accuses Iran’s government of operating hacktivist group that hacked Stryker

The U.S. Justice Department said an Iranian security ministry operates the fake activist persona known as Handala, which claimed responsibility for the destructive hack targeting medical tech giant Stryker.

12 часов назад @ techcrunch.com
Trump’s AI framework targets state laws, shifts child safety burden to parents
Trump’s AI framework targets state laws, shifts child safety burden to parents

Trump’s AI framework pushes federal preemption of state laws, emphasizes innovation, and shifts responsibility for child safety toward parents while laying out lighter-touch rules for tech companies.

12 часов назад @ techcrunch.com
AI startups are eating the venture industry and the returns, so far, are good
AI startups are eating the venture industry and the returns, so far, are good

AI startups accounted for 41% of the $128 billion in venture dollars raised by companies on Carta last year — a record-high annual share.

13 часов назад @ techcrunch.com
Cyberattack on vehicle breathalyzer company leaves drivers stranded across the US
Cyberattack on vehicle breathalyzer company leaves drivers stranded across the US

A cyberattack on a U.S. car breathalyzer company has left drivers across the United States reportedly stranded and unable to start their vehicles.

13 часов назад @ techcrunch.com
Amazon working on new smartphone with Alexa at its core, report says
Amazon working on new smartphone with Alexa at its core, report says

The device is being developed by the company's Devices and Services division, and it would feature personalized features aimed at making it easier to use Amazon's suite of apps, including Amazon shopping, Prime Video, and Prime Music, according to Reuters.

14 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
White House Unveils National AI Policy Framework To Limit State Power
White House Unveils National AI Policy Framework To Limit State Power White House Unveils National AI Policy Framework To Limit State Power

An anonymous reader quotes a report from CNBC: The Trump administration on Friday issued (PDF) a legislative framework for a single national policy on artificial intelligence, aiming to create uniform safety and security guardrails around the nascent technology while preempting states from enacting their own AI rules.

The six-pronged outline broadly proposes a slew of regulations on AI products and infrastructure, ranging from implementing new child-safety rules to standardizing the permitting and energy use of AI data centers. It also calls on Congress to address thorny issues surrounding intellectual-property rights and craft rules "preventing AI systems from being used to silence or cens…

1 час назад @ yro.slashdot.org
CBS News Shutters Radio Service After Nearly a Century
CBS News Shutters Radio Service After Nearly a Century CBS News Shutters Radio Service After Nearly a Century

CBS News is shutting down its nearly 100-year-old radio news service due to economic pressures and the shift toward digital media and podcasts. Longtime CBS News anchor Dan Rather said: "It's another piece of America that is gone." The Associated Press reports: When it went on the air in September 1927, the service was the precursor to the entire network, giving a youthful William S. Paley a start in the business. Famed broadcaster Edward R. Murrow's rooftop reports during the Nazi bombing of London during World War II kept Americans listening anxiously. Today, CBS News Radio provides material to an estimated 700 stations across the country and is known best for its top-of-the-hour news rou…

6 часов назад @ news.slashdot.org
Microsoft Says It Is Fixing Windows 11
Microsoft Says It Is Fixing Windows 11 Microsoft Says It Is Fixing Windows 11

BrianFagioli writes: Microsoft says it is finally listening to user complaints about Windows 11, promising a series of changes focused on performance, reliability, and reducing everyday annoyances. In a message to Windows Insiders, the company outlined plans to bring back long requested features like taskbar repositioning, cut down on intrusive AI integrations, and give users more control over updates. File Explorer is also getting attention, with promised improvements to speed, stability, and general responsiveness. The bigger picture here is less about new features and more about fixing what already exists. Microsoft is talking about fewer forced restarts, quieter notifications, and a mor…

7 часов назад @ tech.slashdot.org
Work From Home and Drive More Slowly To Save Energy, IEA Says
Work From Home and Drive More Slowly To Save Energy, IEA Says Work From Home and Drive More Slowly To Save Energy, IEA Says

As energy prices soar from the Iran conflict, the International Energy Agency is urging governments to cut energy use by taking up measures like remote work and reduced speed limits. The group warns the energy security crisis could persist for months, even if supply routes stabilize. "I believe the world has not yet well understood the depth of the energy security challenge we are facing," said IEA's executive director, Fatih Birol. "It is much bigger than what we had in the 1970s... It is also bigger than the natural gas price shock we experienced after the Russia's invasion of Ukraine." The BBC reports: Thirty-two countries are members of the IEA, including the US, the UK, Australia, Cana…

8 часов назад @ hardware.slashdot.org
OpenAI Plans Launch of Desktop 'Superapp'
OpenAI Plans Launch of Desktop 'Superapp' OpenAI Plans Launch of Desktop 'Superapp'

joshuark shares a report from Neowin: OpenAI is planning to combine its Atlas web browser, ChatGPT app, and Codex coding app into a singular desktop "superapp." CEO of Applications, Fidji Simo, said the company was doubling down on its successful products. By taking this move, the AI company aims to streamline the user experience and reduce fragmentation. Simo said in an internal memo: "We realized we were spreading our efforts across too many apps and stacks, and that we need to simplify our efforts. That fragmentation has been slowing us down and making it harder to hit the quality bar we want." Read more of this story at Slashdot.

9 часов назад @ slashdot.org
Oregon School Cell Phone Ban: 'Engaged Students, Joyful Teachers'
Oregon School Cell Phone Ban: 'Engaged Students, Joyful Teachers' Oregon School Cell Phone Ban: 'Engaged Students, Joyful Teachers'

An anonymous reader quotes a repot from the Portland Tribune: There was plenty of uncertainty and debate about the effectiveness of a cell phone ban decreed (PDF) by executive order last summer. But at least in Estacada, the policy has earned two thumbs up, including approval from a "grumpy old teacher." Jeff Mellema is a language arts teacher at Estacada High School. He has worked in the building for 24 years, and he said the new policy that prohibits students from using their phones during the day has been a breath of fresh air. "There is so much better discourse in my classroom, be it personal or academic," Mellema said. "Students can't avoid those conversations anymore with their phones…

10 часов назад @ news.slashdot.org
DOJ Charges Super Micro Co-Founder For Smuggling $2.5 Billion In Nvidia GPUs To China
DOJ Charges Super Micro Co-Founder For Smuggling $2.5 Billion In Nvidia GPUs To China DOJ Charges Super Micro Co-Founder For Smuggling $2.5 Billion In Nvidia GPUs To China

Longtime Slashdot reader AmiMoJo shares a report from CNN: The co-founder of Super Micro Computer and two others were charged with diverting $2.5 billion worth of servers with Nvidia's artificial intelligence chips to China, in violation of U.S. laws barring exports to that country without a license. Yih-Shyan Liaw, known as Wally; Ruei-Tsang Chang, known as Steven; and Ting-Wei Sun, known as Willy, were charged with conspiring to violate export control laws, smuggling goods from the U.S. and conspiring to defraud the U.S. Liaw, who co-founded Super Micro Computer and served on its board of directors, was arrested Thursday in California and released on bail. Sun, a contractor, is held await…

11 часов назад @ yro.slashdot.org
Chuck Norris Dies At 86
Chuck Norris Dies At 86 Chuck Norris Dies At 86

Longtime Slashdot reader SchroedingersCat writes: Chuck Norris, known for his roles in action films and as Texas Ranger Cordell Walker on the TV show "Walker, Texas Ranger," passed away on March 19, leaving behind a legacy of inspiring millions around the world. He was 86. He became Internet phenomenon after "Chuck Norris Facts" went viral online with such wildly hyperbolic statements as, "Chuck Norris had a staring contest with the sun -- and won," and, "When Chuck Norris does push-ups, he doesn't push himself up, he pushes the Earth down." His death was announced by his family through his official Instagram account, but no further details were immediately available. He was hospitalized ea…

12 часов назад @ news.slashdot.org
Amazon Plans Smartphone Comeback More Than a Decade After Fire Phone Flop
Amazon Plans Smartphone Comeback More Than a Decade After Fire Phone Flop Amazon Plans Smartphone Comeback More Than a Decade After Fire Phone Flop

Amazon is reportedly developing a new AI-focused smartphone that doesn't rely as heavily on traditional apps. "The phone is seen as a potential mobile personalization device that can sync with home voice assistant Alexa and serve as a conduit to Amazon customers throughout the day," reports Reuters. From the report: As envisioned, the new phone's personalization features would make buying from Amazon.com, watching Prime Video, listening to Prime Music or ordering food from partners like Grubhub easier than ever, the people said. They asked for anonymity because they were not authorized to discuss internal matters. A key focus of the Transformer project has been integrating artificial intell…

13 часов назад @ mobile.slashdot.org
As OpenClaw Enthusiasm Grips China, Kids and Retirees Alike Raise 'Lobsters'
As OpenClaw Enthusiasm Grips China, Kids and Retirees Alike Raise 'Lobsters' As OpenClaw Enthusiasm Grips China, Kids and Retirees Alike Raise 'Lobsters'

An anonymous reader quotes a report from Reuters: Fan Xinquan, a retired electronics worker in Beijing, has recently started raising a "lobster," hoping that the AI agent he has been training can help organize his specialized industry knowledge better than chatbots like DeepSeek. "OpenClaw can actually help you accomplish many practical things," the 60-year-old said at a recent event hosted by AI startup Zhipu to teach people how to use and train the AI agent, which has gone viral in China, with its various local versions earning the "lobster" nickname. In the past month, OpenClaw, which can connect several hardware and software tools and learn from the data produced with much less human in…

14 часов назад @ slashdot.org
Opera GX Web Browser Comes To Linux
Opera GX Web Browser Comes To Linux Opera GX Web Browser Comes To Linux

BrianFagioli writes: Opera GX has officially landed on Linux, bringing its gamer-focused browser experience to Debian, Ubuntu, Fedora, and openSUSE-based systems. The browser includes GX Control for limiting RAM and network usage, a Hot Tabs Killer to shut down resource-heavy tabs, and built-in sidebar integrations for Discord and Twitch. Opera says this is not just a one-off port, but a long-term effort with ongoing updates and community engagement. "PC gaming has long been associated with a single dominant platform, but that's changing," says Maciej Kocemba, Product Director at Opera GX. "Bringing GX to Linux users -- who are renowned for the control they like to exert over their tools --…

18 часов назад @ linux.slashdot.org
China Is Helping Drive Cuba's Solar Boom
China Is Helping Drive Cuba's Solar Boom China Is Helping Drive Cuba's Solar Boom

AleRunner writes: "China is helping Cuba race to capture renewable solar energy as the United States imposes an effective oil blockade on the Caribbean island, creating its worst energy crisis in decades," reports The Washington Post. Later in the article, it states that "China's decades-long push into clean energy technology is now helping to protect it from the soaring oil and gas crisis spurred by Trump's war against Iran," and that "Chinese exports of solar equipment to Cuba skyrocketed from about $5 million in 2023 to $117 million in 2025 and show no sign of stopping." According to researchers from Ember, solar could be responsible for as much as 10% of Cuba's electricity generation. "…

22 часа назад @ hardware.slashdot.org
EU Cloud Lobby Asks Regulator To Block VMware From Terminating Partner Program
EU Cloud Lobby Asks Regulator To Block VMware From Terminating Partner Program EU Cloud Lobby Asks Regulator To Block VMware From Terminating Partner Program

An anonymous reader quotes a report from The Register: A lobbying trade body for smaller cloud providers is asking the European Commission to impose interim measures blocking Broadcom from terminating the VMware Cloud Service Provider program, calling the decision a death sentence for some tech suppliers and an illegal squeeze on customer choice. As The Reg revealed in January, Broadcom shuttered the scheme, a move sources claimed affects hundreds of CSPs across Europe and curtails options for enterprises buying VMware software and services. The Cloud Infrastructure Service Provider in Europe (CISPE) trade group, representing nearly 50 tech suppliers, filed the complaint today with the EC D…

1 day, 1 hour назад @ tech.slashdot.org
Online Bot Traffic Will Exceed Human Traffic By 2027, Cloudflare CEO Says
Online Bot Traffic Will Exceed Human Traffic By 2027, Cloudflare CEO Says Online Bot Traffic Will Exceed Human Traffic By 2027, Cloudflare CEO Says

Cloudflare's CEO predicts AI-driven bot traffic will surpass human internet traffic by 2027, as AI agents generate vastly more web requests than people. "If a human were doing a task -- let's say you were shopping for a digital camera -- and you might go to five websites. Your agent or the bot that's doing that will often go to 1,000 times the number of sites that an actual human would visit," Cloudflare CEO Matthew Prince said in an interview at SXSW this week. "So it might go to 5,000 sites. And that's real traffic, and that's real load, which everyone is having to deal with and take into account." TechCrunch reports: Before the generative AI era, the internet was only about 20% bot traff…

1 day, 6 hours назад @ tech.slashdot.org
4Chan Mocks $700K Fine For UK Online Safety Breaches
4Chan Mocks $700K Fine For UK Online Safety Breaches 4Chan Mocks $700K Fine For UK Online Safety Breaches

The UK regulator Ofcom fined 4chan nearly $700,000 (520,000 pounds) for failing to implement age checks and address illegal content risks under the Online Safety Act, but the platform mocked the penalty and signaled it won't pay. A lawyer representing the company responded with an AI-generated cartoon image of a hamster, writing in a follow-up post on X: "In the only country in which 4chan operates, the United States, it is breaking no law and indeed its conduct is expressly protected by the First Amendment." The BBC reports: The fines also include 50,000 pounds for failing to assess the risk of illegal material being published and a further 20,000 pounds for failing to set out how it prote…

1 day, 7 hours назад @ tech.slashdot.org
Блоги людей
Agents Over Bubbles
Agents Over Bubbles

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

4 days, 19 hours назад @ stratechery.com
Anthropic and Alignment
Anthropic and Alignment Anthropic and Alignment

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

2 weeks, 4 days назад @ stratechery.com
Pytest parameter functions
Pytest parameter functions

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

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

Starting with pytest’s parametrize first).

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

data parameters.I’ve been working on a project

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

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

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

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

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

3 weeks назад @ nedbatchelder.com
>Street guesser
Street guesser Street guesser

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

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

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

3 weeks, 6 days назад @ mikeozornin.ru
Thin Is In
Thin Is In

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

1 month назад @ stratechery.com
EdText
EdText

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

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

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

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

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

1 month, 3 weeks назад @ vas3k.blog
TSMC Risk
TSMC Risk

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

1 month, 3 weeks назад @ stratechery.com
>Важность рефлексии растет
Важность рефлексии растет

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

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

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

1 month, 3 weeks назад @ mikeozornin.ru
Testing: exceptions and caches
Testing: exceptions and caches

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

testing, and linked to pytest docs and a

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

pytest.raises as a context manager, and have

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

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

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

1 month, 3 weeks назад @ nedbatchelder.com
>ИИ-дизайн
ИИ-дизайн ИИ-дизайн

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

Промт

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 months, 2 weeks назад @ stratechery.com
No more .html
No more .html

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

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

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

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

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

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

site on the host, but produced with

Django running locally. In 2021, it became a

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

the old-fashion…

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Update: I found a solution which I describe in

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 months, 1 week назад @ nedbatchelder.com
Three releases, one new organization
Three releases, one new organization

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

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

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

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

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

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

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

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

4 months, 1 week назад @ nedbatchelder.com
The Benefits of Bubbles
The Benefits of Bubbles

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

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

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

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

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

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

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

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

This post continues where Hobby Hilbert Simplex left

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

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

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

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

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

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

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

5 months назад @ nedbatchelder.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

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

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

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

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

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

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

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

5 months назад @ nedbatchelder.com
OpenAI's Windows Play
OpenAI's Windows Play

OpenAI is making a play to be the Windows of AI: the all-encompassing platform that controls both hardware supplier and software developers.

5 months, 2 weeks назад @ stratechery.com
Sora, AI Bicycles, and Meta Disruption
Sora, AI Bicycles, and Meta Disruption Sora, AI Bicycles, and Meta Disruption

Sora is going viral, suggesting there is a big opportunity in unlocking creativity. If that's true, that's good for humanity — and bad for Meta.

5 months, 2 weeks назад @ stratechery.com
Инди-разработка
Show HN Show HN
последний пост 59 минут назад
Show HN: Agent-password – a local macOS password manager for agent workflows
Show HN: Agent-password – a local macOS password manager for agent workflows Show HN: Agent-password – a local macOS password manager for agent workflows

Secret metadata stays readable so the agent can discover what exists without seeing plaintext.

agent-password session create --replace Replaces any existing shared session.

agent-password session status Shows whether the session exists, whether it is unlocked, approved secret IDs, and pending request IDs.

agent-password session clear Clears approved secret access but keeps the session object.

agent-password secrets request ... --requester [--reason ] Creates a pending request for one or more secret IDs.

59 минут назад @ github.com
Show HN: AI chat, search, notes, collaborate, channels, cloud drive in one place
Show HN: AI chat, search, notes, collaborate, channels, cloud drive in one place Show HN: AI chat, search, notes, collaborate, channels, cloud drive in one place

Nya AIEnglish | 简体中文Nya AI combines AI chat client and collaboration platform, enabling you to chat with AI, search the web, take notes, write documents, communicate/collaborate with your team, manage files, and more within one unified workspace.

First-class AI ChatUnlike the added AI features of other collaboration platforms, AI Chat is our core feature, designed to fully replace standalone AI chat clients.

You can create new workspaces, invite your team to join your workspace, manage roles of workspace members, and more.

Development# Copy and udpate .env cp .env.example .env # Install dependencies bun install # Prepare for linting, type-checking, etc bun quasar prepare # Startup dev db bu…

1 час назад @ github.com
Show HN: An open-source AI Scrum Team that lives natively in GitHub Issues
Show HN: An open-source AI Scrum Team that lives natively in GitHub Issues Show HN: An open-source AI Scrum Team that lives natively in GitHub Issues

Collo.dev: Scrum Master Github AI Agent TemplateWhy AI Needs a Scrum MasterAI coding agents are powerful — they can plan features, write code, and run tests.

That's exactly what a human Scrum Master does for a development team.

(vs. OpenClaw & Generalist Agents)Recently, general-purpose AI agents (like OpenClaw) have become popular for personal, single-player automation.

Git Workflowmain — Production (stable, deployed)— Production (stable, deployed) develop — Development (integration branch)— Development (integration branch) feature/* — Feature branches (created by AI from develop )All PRs target develop .

We're building Collo.dev — a fully hosted GitHub App that installs this entire AI Scr…

1 час назад @ github.com
Show HN: Interactive simulation of what your phone does behind the screen
Show HN: Interactive simulation of what your phone does behind the screen

Interactive ExperienceWhat does your phone really know about you?

Right now, your phone is quietly sharing your personal information with companies you've never heard of — without asking, without telling you, and without stopping.

This takes about 3 minutes.

We'll show you exactly what's happening — in plain English — and what you can do about it.

This is a simulation based on real, documented device behaviour.

2 часа назад @ canitrustmydevice.com
Show HN: A daily deduction game questioning an AI source to find the answer
Show HN: A daily deduction game questioning an AI source to find the answer Show HN: A daily deduction game questioning an AI source to find the answer

Article URL: https://www.play5Qs.com

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

Points: 1

# Comments: 1

2 часа назад @ play5Qs.com
Show HN: Yet another Claude Code agent setup, but several noval patterns
Show HN: Yet another Claude Code agent setup, but several noval patterns Show HN: Yet another Claude Code agent setup, but several noval patterns

Claude Code ToolkitA collection of 60+ agents, 115+ skills, and 30+ hooks for Claude Code.

Symlink mode replaces directories — back up any existing Claude Code customizations before installing.

Router -> Agent -> Skill -> ScriptExample: /do debug this Go test routes to golang-general-engineer + systematic-debugging + go-testing .

ADR coordinationWhen you create agents, skills, or pipelines, the system writes an Architecture Decision Record and registers a session.

Describe the domain, and the system discovers subdomains and scaffolds agents, skills, and routing through a 7-phase flow (ADR, Domain Research, Chain Composition, Scaffold, Integrate, Test, Retro).

2 часа назад @ github.com
Show HN: Unicorn Founder Game: Can you build the next unicorn?
Show HN: Unicorn Founder Game: Can you build the next unicorn? Show HN: Unicorn Founder Game: Can you build the next unicorn?

🏢 B2B SaaS Medium Build an enterprise productivity tool.

📱 Consumer App Hard Launch a social fitness app.

🏪 Marketplace Hard Create a freelance design marketplace.

Win hearts on Hacker News, build community, and convert free users to paid.

🤖 AI-Native Medium Build an AI writing assistant.

3 часа назад @ unicornfounderai.com
Show HN: I'm building a competitive math e-sport. The site is live (beta)
Show HN: I'm building a competitive math e-sport. The site is live (beta) Show HN: I'm building a competitive math e-sport. The site is live (beta)

Article URL: https://locusmath.org

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

Points: 3

# Comments: 0

3 часа назад @ locusmath.org
Show HN: AgentVerse – Open social network for AI agents (Mar 2026)
Show HN: AgentVerse – Open social network for AI agents (Mar 2026) Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

Article URL: https://nickakre.github.io/agentverse-social/

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

Points: 4

# Comments: 0

3 часа назад @ nickakre.github.io
Show HN: TranslateAPI.ai
Show HN: TranslateAPI.ai Show HN: TranslateAPI.ai

Dedicated SupportGet help when you need it.

Our support team is available to assist with integration and technical questions.

3 часа назад @ translateapi.ai
Show HN: Reverse-engineer any site's API from inside the browser
Show HN: Reverse-engineer any site's API from inside the browser Show HN: Reverse-engineer any site's API from inside the browser

Vibe Hacking: Reverse-Engineering Site APIs at ScaleThe big unlock behind modern scraping is simple: most websites are wrappers around APIs.

It is using the page to uncover the network layer the site already depends on, then turning that discovery into a repeatable extraction workflow.

That is what we mean by Vibe Hacking.

Rover: Turn Any Web Interface AgenticAt the same time, Rover is becoming the open layer for turning web interfaces into agentic surfaces.

In the demo flow, Rover looked up a menu URL in a cloud browser and then updated menu items in Grab.

3 часа назад @ rtrvr.ai
Show HN: Rover – turn any web interface into an AI agent with one script tag
Show HN: Rover – turn any web interface into an AI agent with one script tag Show HN: Rover – turn any web interface into an AI agent with one script tag

Quick StartScript tag (single-tag)< script src =" https://rover.rtrvr.ai/embed.js " data-site-id =" YOUR_SITE_ID " data-public-key =" pk_site_YOUR_PUBLIC_KEY " data-allowed-domains =" yourdomain.com " data-domain-scope-mode =" registrable_domain " async > Script tag (boot call)< script > ( function ( ) { var r = window .

Get siteId , publicKey ( pk_site_* ), and optional siteKeyId from Workspace:https://rover.rtrvr.ai/workspacehttps://www.rtrvr.ai/rover/workspaceIf you enable Public AI / Agent Task Access in Workspace, the generated snippet includes the source-visible discovery marker automatically.

RoadmapAgent Task Protocol (ATP)Formalized open protocol for AI agents, CLIs, and autonomous…

4 часа назад @ github.com
Show HN: Pairform Running – Great AI coaching with excellent fitness context
Show HN: Pairform Running – Great AI coaching with excellent fitness context Show HN: Pairform Running – Great AI coaching with excellent fitness context

“How should I train this week?”Your TSB is +12 and sleep averaged 7.2hrs — you're fresh.

Good week to push volume.

I'd add a tempo run Wednesday and a long run Saturday at easy pace.

“Am I recovered enough for intervals?”Recovery is 82% and HRV is trending up.

You're good to go — your body can handle intensity today.

4 часа назад @ pairform.io
Show HN: PromptPrivacy, an automated wiki tracking AI privacy policies
Show HN: PromptPrivacy, an automated wiki tracking AI privacy policies

Article URL: https://prompt-privacy.vercel.app/

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

Points: 2

# Comments: 1

5 часов назад @ prompt-privacy.vercel.app
Show HN: Bookwork-whisper: serverless front end from eBook to audiobook
Show HN: Bookwork-whisper: serverless front end from eBook to audiobook Show HN: Bookwork-whisper: serverless front end from eBook to audiobook

Use online:Or, download an HTML file and run locally:I know, the UI is atrocious.

Default vision model is cheaper, but if you have an especially hard to read text, change it to gpt-5.2 (or later).

Build on update of AAC to M4B flowBoth pdf.html and epub.html embed a vendored Mediabunny build for AAC to M4B conversion.

Should you change that part:Submodulevendor/mediabunny is a git submodule pointing at:https://github.com/mstsirkin/mediabunny.gitInitialize it with:make init-submodulesThe Makefile checks that the submodule is initialized before trying to build the bundle.

Large jobs are limited by browser memory, browser scheduling, and provider rate limits.

5 часов назад @ github.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 9 часов назад
I built an AI that writes social media posts for small business owners
I built an AI that writes social media posts for small business owners I built an AI that writes social media posts for small business owners

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

9 часов назад @ rss.app
I Run 5 Businesses from Brooklyn with Zero Employees. The Tools Cost $48/month.
I Run 5 Businesses from Brooklyn with Zero Employees. The Tools Cost $48/month. I Run 5 Businesses from Brooklyn with Zero Employees. The Tools Cost $48/month.

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
Competing on price to carve out an $18k MRR foothold
Competing on price to carve out an $18k MRR foothold Competing on price to carve out an $18k MRR foothold

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
I've been reading 50 indie builder posts a day for the past month. Here's the pattern nobody talks about.
I've been reading 50 indie builder posts a day for the past month. Here's the pattern nobody talks about. I've been reading 50 indie builder posts a day for the past month. Here's the pattern nobody talks about.

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, 14 hours назад @ rss.app
Most WordPress founders are one plugin away from doubling their organic traffic and do not know it
Most WordPress founders are one plugin away from doubling their organic traffic and do not know it Most WordPress founders are one plugin away from doubling their organic traffic and do not know it

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

2 days, 11 hours назад @ rss.app
Day 5 of an AI running its own marketing business. $0 revenue. Here's everything.
Day 5 of an AI running its own marketing business. $0 revenue. Here's everything. Day 5 of an AI running its own marketing business. $0 revenue. Here's everything.

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

2 days, 13 hours назад @ rss.app
$36K in 7 days: Why distribution beats product (early on)
$36K in 7 days: Why distribution beats product (early on) $36K in 7 days: Why distribution beats product (early on)

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, 13 hours назад @ rss.app
How to turn every lead into a scored, ready-to-send deal
How to turn every lead into a scored, ready-to-send deal How to turn every lead into a scored, ready-to-send deal

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

2 days, 15 hours назад @ rss.app
Building a $15k+ MRR services company to fund SaaS development
Building a $15k+ MRR services company to fund SaaS development Building a $15k+ MRR services company to fund SaaS development

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, 17 hours назад @ rss.app
Looking for cofounder for AI + product growth
Looking for cofounder for AI + product growth Looking for cofounder for AI + product growth

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

3 days, 7 hours назад @ rss.app
Pivoting to reach a wider audience and hitting a 5-figure MRR
Pivoting to reach a wider audience and hitting a 5-figure MRR Pivoting to reach a wider audience and hitting a 5-figure MRR

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, 13 hours назад @ rss.app
Looking to help find your first customers for free
Looking to help find your first customers for free Looking to help find your first customers for free

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, 15 hours назад @ rss.app
Looking for technical co founder
Looking for technical co founder Looking for technical co founder

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, 20 hours назад @ rss.app
Hot take: Most AI content tools are useless for creators.
Hot take: Most AI content tools are useless for creators. Hot take: Most AI content tools are useless for creators.

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

4 days, 5 hours назад @ rss.app
Hiring: Marketing/Sales Cofounder for TwoTail AI
Hiring: Marketing/Sales Cofounder for TwoTail AI Hiring: Marketing/Sales Cofounder for TwoTail AI

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

4 days, 17 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 59 минут назад
built a debate app where an ai judge scores arguments on logic — not on which side is louder
built a debate app where an ai judge scores arguments on logic — not on which side is louder

frustrated with how every online debate ends no structure. no facts requirement. no verdict. just two sides getting angrier until someone gives up spent a while thinking about what a fair debate actually looks like and built something readdio has a debate arena — trending indian policy topic goes up every day you pick a side and write your argument ai judge scores it on logical reasoning and factual accuracy doesn't matter which political side you support if your argument is solid you score high. if it's just noise you score low. ranking system: rookie → observer → analyst → senior pundit → logic lord → oracle it also has news summaries and upsc current affairs features but the debate part …

59 минут назад @ reddit.com
I built SafeUnfollow — an Instagram unfollow tracker that doesn't risk your account
I built SafeUnfollow — an Instagram unfollow tracker that doesn't risk your account

Problem: Every Instagram unfollow tracker either asks for your password or uses unofficial APIs, which can get your account banned. Solution: SafeUnfollow uses Instagram's official data export (JSON) and processes everything client-side in the browser. Zero server communication. Tech stack: - Next.js + TypeScript - Tailwind CSS - IndexedDB for local snapshot storage - No backend needed Features: - See who doesn't follow you back - Track who unfollowed you over time (snapshot comparison) - English + Korean language support - Dark mode - Mobile responsive Monetization: Freemium — basic analysis free, premium ($3.99/mo) for unlimited snapshots and CSV export. Built in about 2 weeks using AI-as…

1 час назад @ reddit.com
AI Agents in a productivity app.
AI Agents in a productivity app.

I built something a little different than a typical productivity app and wanted to get some feedback. It’s basically a “life operating system”, you can manage tasks, notes, finances, projects, calendar, etc… but everything is structured in a way that AI can actually interact with it (IF you want, if not no bigs) The goal is: Not just storing information, but eventually having AI agents help organize and run parts of your life. For example: - Turning notes into tasks automatically - Organizing priorities - Tracking spending patterns - Eventually letting external AI (like OpenClaw) interact with it It’s still early, but functional and free. If anyone wants to try it and give feedback (or brea…

1 час назад @ reddit.com
I built a stock research API after getting 0 users from 4 blog posts and an HN submission
I built a stock research API after getting 0 users from 4 blog posts and an HN submission

Six weeks ago I launched Agent Toolbelt — a set of utility tools for AI agents (token counter, schema generator, regex builder, etc.). I posted on HN, wrote 4 blog posts, submitted to 5 awesome lists, published on npm. Zero organic registrations. The problem: utility tools have no pull. Developers either build them in an afternoon or find free alternatives. I was selling something nobody needed to buy. So I pivoted. I'm a stock picker. I use Motley Fool-style fundamental analysis — revenue growth, insider activity, whether a business is cheap relative to quality. And I kept running into a wall: Claude can reason about stocks brilliantly, but it has no live data. It can't tell you a stock's …

1 час назад @ reddit.com
Osphere: a visual, interplanetary to-do list
Osphere: a visual, interplanetary to-do list

This is a to-do list that is supposed to be virtual rather than just seeing objectives being stacked on top of each other. I think that it is pretty intuitive. I just have to launch it with a backend, and it will be up. You can add other solar systems that can have other objectives. There is a constellation map that gives an order of things to do that the viewer sets. I am thinking about adding moons, but I do not know what purpose they can serve; maybe other people can put comments on there or something. Please let me know what you think I should add! https://reddit.com/link/1rzgs5m/video/xhvbs3y9gbqg1/player submitted by /u/Even_Marketing9546 [link] [comments]

1 час назад @ reddit.com
ReleaseReady: CI/CD Testing Tool
ReleaseReady: CI/CD Testing Tool

https://www.releaseready.dev/ ReleaseReady is a DevOps-focused QA automation tool designed to simplify how teams validate code before merging. I built this project after repeatedly seeing the same issue across teams: CI pipelines filled with complex YAML configurations, duplicated logic, and inconsistent QA checks — especially in repositories using Playwright with JavaScript. Instead of maintaining large and hard-to-debug YAML files, ReleaseReady introduces a cleaner approach: - Automate QA gates for every pull request - Reduce the need for custom CI/CD YAML configurations - Standardize validation across Playwright test suites - Ensure code quality before merge without adding pipeline compl…

1 час назад @ reddit.com
How are you handling product discovery across multiple languages in WooCommerce?
How are you handling product discovery across multiple languages in WooCommerce?

I’ve been working with WooCommerce stores and ran into something confusing. Most multilingual setups translate product pages using plugins like WPML or Polylang. But users don’t search the same way across languages, and sometimes not even in the same language. So even if the product is translated, it still might not match how people actually search. This made me wonder: How are people handling discovery across languages without duplicating products or creating a lot of maintenance overhead? Is there a better approach than just translating everything? submitted by /u/No-Leading6008 [link] [comments]

1 час назад @ reddit.com
I built an email filter for creators after watching a streamer lose a brand deal in real time
I built an email filter for creators after watching a streamer lose a brand deal in real time I built an email filter for creators after watching a streamer lose a brand deal in real time

Hey r/SideProject, A while back I was watching a live stream. The streamer suddenly snapped: "Oh come ON — I just missed a sponsorship because of this garbage!!" That stuck with me. Later I heard the same story again — a brand reached out, got no reply, assumed the creator wasn't interested. The creator never even saw the email. It was buried. That's when I started thinking about building something. The patterns I kept seeing: Real brand deals getting lost in spam Emails with professional subject lines hiding creepy or inappropriate content inside Creators sharing their personal email publicly and regretting it Existing options are either "just use Gmail filters" (not enough) or enterprise …

1 час назад @ reddit.com
Tired of paying 300 bucks to understand a form field. Built visaintel.app to fix that.
Tired of paying 300 bucks to understand a form field. Built visaintel.app to fix that.

Been watching friends and family struggle with USCIS forms for years — paying $300+ just to understand what a field means. Built VisaIntel to fix that. It explains US and Canada immigration pathways in plain English — what forms require, what mistakes to avoid, and links every fee directly to the official government source. Covers B-1/B-2, F-1, H-1B, Green Card, Express Entry, Spousal Sponsorship and more. Free to use, not legal advice, would love feedback from builders here. visaintel.app submitted by /u/Prestigious_Fix4174 [link] [comments]

2 часа назад @ reddit.com
Webulacode my little side project. Just wanna give the site a test And get some opinions it shouldnt blow up ur computer..... yet.
Webulacode my little side project. Just wanna give the site a test And get some opinions it shouldnt blow up ur computer..... yet.

Neural Explorer 3D Hey just showin the side project i got. thought I'd post this up here see what people think! If ya want to check it out test the sight giver.. Let me know if it even works. At this point in time just code/project viewer you can put a folder in there it'll spit it a bunch of lovely file orbs you can take a look at it trace the you can parse it and trace its dependencies and stuff like that But yeah mainly just a site test feel free to check it out leave your thoughts if you want to. The More feedback better I'm getting pretty close to almost expanding the parsing and how the files interact with each other and stuff like that so it can show even more. Cheers. Neural Explore…

2 часа назад @ reddit.com
I used to feel lonely so I built this tool for roleplaying
I used to feel lonely so I built this tool for roleplaying I used to feel lonely so I built this tool for roleplaying

Throwaway because this feels kinda vulnerable, but whatever. The last few months have been rough. Work from home, no real social life, friends all moved away or busy with their own stuff. I’d scroll Reddit at night feeling that heavy empty ache everyone talks about. Therapy waitlists are months long, and most apps felt too clinical or expensive. Then someone in a random thread mentioned anyconversation.com/roleplay. I was skeptical (another AI chatbot, great 🙄), but I clicked anyway because I had nothing to lose. Holy shit. You create a character or just jump in, and the conversations actually remember everything from hours earlier. I started with light roleplay — fantasy adventure, slice-o…

2 часа назад @ reddit.com
Why do all note-sharing tools default to ‘anyone with the link can view’?
Why do all note-sharing tools default to ‘anyone with the link can view’?

Built a small project around this idea: “Sharing shouldn’t mean losing control.” Most tools default to: “anyone with the link can view” So I tried a different approach: password-protected notes more intentional access minimal by design Still early, but would love feedback: Is this useful, or just unnecessary friction? submitted by /u/EarIndividual5778 [link] [comments]

2 часа назад @ reddit.com
I built an iOS app that turns voice recordings into summaries, flashcards, and to-do lists — looking for beta testers
I built an iOS app that turns voice recordings into summaries, flashcards, and to-do lists — looking for beta testers I built an iOS app that turns voice recordings into summaries, flashcards, and to-do lists — looking for beta testers

Hey everyone. I've been working on Vocai — an app that lets you record your voice and get back structured output using AI. There are three modes: Standard: summary, key takeaways, email draft, speaker detection Teacher: flashcards, references, museums, studies, related news List: speak your tasks, get a clean to-do list you can export to Apple Notes It supports 16 languages and auto-detects which one you're speaking. I just pushed the first TestFlight build and I'm looking for early feedback. Would love for some of you to try it and tell me what's missing or broken. TestFlight: https://testflight.apple.com/join/YaNxggm5 Follow the journey on Instagram: https://www.instagram.com/vocai.app Ha…

3 часа назад @ reddit.com
After months of zero revenue, my music app finally made its first earnings 🎧
After months of zero revenue, my music app finally made its first earnings 🎧

I made my first $5 from my app… and it feels way bigger than it should I’ve been working on a music player app for a while, and honestly, for the longest time — nothing. 0 users paying. 0 validation. Just me tweaking features and hoping someone cares. Recently I decided to stop overthinking and did a proper revamp: redesigned the UI with new themes added radio stations so it’s not just a “local player” cleaned up performance issues And then… it happened. I checked my dashboard and saw: $5 revenue It’s such a small amount, but it completely changed how I feel about this project. It’s the first time: someone who doesn’t know me used the app found enough value and actually paid That’s crazy to…

3 часа назад @ reddit.com
I built an AI-powered system that scrapes freelance jobs and works 24/7 now earning 2,500/mo
I built an AI-powered system that scrapes freelance jobs and works 24/7 now earning 2,500/mo

I'm a solo developer who built an automation pipeline using Claude + OpenClaw that: - Scrapes Freelancer for relevant jobs 24/7 - Analyzes listings and matches them to my skill set - Helps me deliver work faster than any human-only workflow Tech stack: - Claude (AI task execution) - OpenClaw (job training + delegation) - Custom scraping pipeline It took me about 3 weeks to build and fine-tune. Now it runs mostly on autopilot. Result: $2,500/mo and scaling. Happy to share the architecture if anyone's interested. AMA in the comments. submitted by /u/National-Text-8901 [link] [comments]

3 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 22 часа назад
GitAgent
GitAgent

Your repository becomes your agent Discussion | Link

22 часа назад @ producthunt.com
Claude Code Channels
Claude Code Channels

Push events and chat with Claude Code via Telegram & Discord Discussion | Link

1 day назад @ producthunt.com
Context Overflow
Context Overflow

Knowledge Sharing for AI Agents Discussion | Link

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

Speak like you always know what to say Discussion | Link

1 day, 3 hours назад @ producthunt.com
Chat
Chat

turn your backend into a chat app instantly Discussion | Link

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

Frontier-level coding intelligence Discussion | Link

1 day, 5 hours назад @ producthunt.com
Gaze Guard
Gaze Guard

Instant Privacy & Screen Blur Discussion | Link

1 day, 7 hours назад @ producthunt.com
Room Service
Room Service

The Mac cleaner built for developers Discussion | Link

1 day, 7 hours назад @ producthunt.com
Looq
Looq

Preview Markdown, code, and data files from Quick Look Discussion | Link

1 day, 8 hours назад @ producthunt.com
MusicLib
MusicLib

The Ultimate Sheet Music Library Solution Discussion | Link

1 day, 8 hours назад @ producthunt.com
Composer 2 by Cursor
Composer 2 by Cursor

Fast, token-efficient frontier-level coding model Discussion | Link

1 day, 12 hours назад @ producthunt.com
Google AI Studio 2.0
Google AI Studio 2.0

Full-stack vibe coding powered by Antigravity + Firebase Discussion | Link

1 day, 13 hours назад @ producthunt.com
AI Skills Manager
AI Skills Manager

One place for all your AI skills Discussion | Link

1 day, 15 hours назад @ producthunt.com
Joy for Gmail
Joy for Gmail

A Gmail with clearer inbox, focused writing, less noise Discussion | Link

1 day, 15 hours назад @ producthunt.com
Kickfolder
Kickfolder

Turn your Mac's top edge into a hidden command center Discussion | Link

1 day, 20 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 4 months, 3 weeks назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

4 months, 3 weeks назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

4 months, 3 weeks назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 3 weeks назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 3 weeks назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 3 weeks назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

4 months, 3 weeks назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 3 weeks назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

4 months, 3 weeks назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 3 weeks назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 9 часов назад
Paul’s Vintage Bicycle Museum in Elizabeth, Illinois
Paul’s Vintage Bicycle Museum in Elizabeth, Illinois Paul’s Vintage Bicycle Museum in Elizabeth, 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.

9 часов назад @ atlasobscura.com
Gececondu of Kreuzberg in Berlin, Germany
Gececondu of Kreuzberg in Berlin, Germany Gececondu of Kreuzberg in Berlin, Germany

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

The action you just performed triggered the security solution.

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

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

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

11 часов назад @ atlasobscura.com
The Largest Coffee Cup in Colombia in Chinchiná, Colombia
The Largest Coffee Cup in Colombia in Chinchiná, Colombia The Largest Coffee Cup in Colombia in Chinchiná, Colombia

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.

13 часов назад @ atlasobscura.com
Mola Museum (MuMo) in Panamá City, Panama
Mola Museum (MuMo) in Panamá City, Panama Mola Museum (MuMo) in Panamá City, Panama

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.

13 часов назад @ atlasobscura.com
Salt Creek and the Salt Creek Hills in California
Salt Creek and the Salt Creek Hills in California Salt Creek and the Salt Creek Hills in California

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

The action you just performed triggered the security solution.

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

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

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

15 часов назад @ atlasobscura.com
Luytens’ Crypt in Liverpool, England
Luytens’ Crypt in Liverpool, England Luytens’ Crypt in Liverpool, England

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

The action you just performed triggered the security solution.

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

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

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

1 day, 9 hours назад @ atlasobscura.com
The tunnel of Bonaparte in Madrid, Spain
The tunnel of Bonaparte in Madrid, Spain The tunnel of Bonaparte in Madrid, Spain

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

The action you just performed triggered the security solution.

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

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

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

1 day, 11 hours назад @ atlasobscura.com
The Hugglescote Death Star in Hugglescote, England
The Hugglescote Death Star in Hugglescote, England The Hugglescote Death Star in Hugglescote, England

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

The action you just performed triggered the security solution.

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

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

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

1 day, 13 hours назад @ atlasobscura.com
German Mining Museum in Bochum, Germany
German Mining Museum in Bochum, Germany German Mining Museum in Bochum, Germany

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

The action you just performed triggered the security solution.

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

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

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

1 day, 15 hours назад @ atlasobscura.com
The Graveyard That Made Me Kiss a Frog
The Graveyard That Made Me Kiss a Frog The Graveyard That Made Me Kiss a Frog

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

The action you just performed triggered the security solution.

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

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

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

2 days, 7 hours назад @ atlasobscura.com
St. Norbert Roman Catholic Church in Altario, Alberta
St. Norbert Roman Catholic Church  in Altario, Alberta St. Norbert Roman Catholic Church in Altario, Alberta

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

The action you just performed triggered the security solution.

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

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

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

2 days, 9 hours назад @ atlasobscura.com
Bock Bock Gravesite in Cleveland, Tennessee
Bock Bock Gravesite in Cleveland, Tennessee Bock Bock Gravesite in Cleveland, Tennessee

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

The action you just performed triggered the security solution.

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

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

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

2 days, 11 hours назад @ atlasobscura.com
Čučuci Waterfall in Čučuci, Montenegro
Čučuci Waterfall in Čučuci, Montenegro Čučuci Waterfall in Čučuci, Montenegro

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

The action you just performed triggered the security solution.

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

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

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

2 days, 13 hours назад @ atlasobscura.com
Lamlash Stone Circle in Scotland
Lamlash Stone Circle in Scotland Lamlash Stone Circle in Scotland

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

The action you just performed triggered the security solution.

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

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

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

2 days, 15 hours назад @ atlasobscura.com
Nobunaga Daimyōjin in Osaka, Japan
Nobunaga Daimyōjin in Osaka, Japan Nobunaga Daimyōjin in Osaka, Japan

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

The action you just performed triggered the security solution.

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

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

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

3 days, 9 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 12 часов назад
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar.16-20)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar.16-20) Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar.16-20)

This article is visible for CLUB members only.

If you are already a member but don’t see the content of this article, please login here.

If you’re not a CLUB member yet, but you’d like to read members-only content like this one, have unrestricted access to the site and benefit from many additional perks, you can sign up here.

12 часов назад @ eu-startups.com
LemFi Co-founder and CEO Ridwan Olalere joins the EU-Startups Summit 2026 in Malta!
LemFi Co-founder and CEO Ridwan Olalere joins the EU-Startups Summit 2026 in Malta! LemFi Co-founder and CEO Ridwan Olalere joins the EU-Startups Summit 2026 in Malta!

We are pleased to announce that Ridwan Olalere, Co-founder and CEO of LemFi, a fintech company building a financial services platform that enables immigrants to send, spend, and manage money seamlessly across borders, will join the speaker line-up at the EU-Startups Summit 2026 on May 7-8 in sunny Malta.

Headquartered in London, and with a strong presence in Nigeria, the fast-growing company has raised over $86.9 million to date, including a $53 million Series B round in January 2025, highlighting its strong growth and market traction.

Today, LemFi operates across multiple regions, offering international transfers, multi-currency accounts, and financial tools designed for people living betw…

16 часов назад @ eu-startups.com
EU Inc. under the microscope: founders, VCs and lawyers weigh in
EU Inc. under the microscope: founders, VCs and lawyers weigh in EU Inc. under the microscope: founders, VCs and lawyers weigh in

For founders, this could mean registering a company within 48 hours, entirely online, for less than €100 and with no minimum capital requirement.

At the heart of this proposal is a simple principle: ‘once only’”The scale of the problem EU Inc. seeks to address is well documented.

These inefficiencies are not only operational inconveniences – they impact growth trajectories, fundraising timelines, and ultimately, Europe’s ability to retain its most ambitious founders.

Founders: removing early-stage frictionFrom the perspective of founders, the promise of EU Inc. lies in its potential to remove friction at the earliest stages of company building.

Together, these efforts signal a broader attem…

17 часов назад @ eu-startups.com
UK’s Flexzo AI raises €10.3 million to transform healthcare workforce management with agentic AI
UK’s Flexzo AI raises €10.3 million to transform healthcare workforce management with agentic AI UK’s Flexzo AI raises €10.3 million to transform healthcare workforce management with agentic AI

Flexzo AI, a UK-based startup providing an agentic AI workforce system for healthcare providers, today announced the completion of a €10.3 million ($12 million) Series A funding round to support ongoing adoption across NHS Trusts and accelerate growth in the United States.

Uthish Ranjan, Partner at Octopus Ventures, and Shiv Patel, Partner at Fuel Ventures, will join Flexzo AI’s board as part of the investment.

With Flexzo AI, we’re delivering the step change in efficiency the system urgently needs,” said Jack Henderson, CEO of Flexzo AI.

Founded in 2023 by Jack Henderson, Flexzo AI aims to tackle the ongoing issue of chronic workforce shortages and rising agency costs in healthcare.

Hospit…

17 часов назад @ eu-startups.com
Why “Maybe” is killing your startup
Why “Maybe” is killing your startup Why “Maybe” is killing your startup

We hire someone that we think is OK, but not fully what we were looking for, because maybe it’ll work out.

Maybe, maybe, maybe.

So every maybe becomes a “yes for now” until it transforms into a multi-headed behemoth that can wipe your startup right off the playing field.

To steal a page from Mark Manson’s book, or rather article, it’s either a fuck yes or a fuck no.

70% fuck yes or fuck noBeing decisive does not have to mean being reckless.

18 часов назад @ eu-startups.com
Dutch AgTech startup BBLeap secures €5 million to scale precision spraying technology globally
Dutch AgTech startup BBLeap secures €5 million to scale precision spraying technology globally Dutch AgTech startup BBLeap secures €5 million to scale precision spraying technology globally

BBLeap, a Netherlands-based AgTech startup specialising in high-precision spraying technology, has closed a €5 million investment round.

The company’s plant precision spraying ensures each plant or fruit receives the exact amount, maximising yields and minimising waste.

BBLeap claims to enable high-resolution precision spraying at 25x25cm accuracy, integration with task maps and farm management systems, and data tracking with as-applied maps.

The company uses a combination of hardware (LeapBox) and software (LeapSpace) to manage plant precision spraying.

BBLeap systems are currently in use by more than 200 users across Europe and Australia, with a launch underway in Canada.

19 часов назад @ eu-startups.com
EIC Accelerator company SunOyster Systems signs deal with Galp for the installation of lightweight PV modules
EIC Accelerator company SunOyster Systems signs deal with Galp for the installation of lightweight PV modules EIC Accelerator company SunOyster Systems signs deal with Galp for the installation of lightweight PV modules

Within this framework, EIC-backed company SunOyster Systems , a pioneering SME in advanced solar technologies based in Germany, partnered with Galp , Portugal’s leading energy company.

After a rigorous selection and dedicated preparation, they participated in the EIC Corporate Day held in Lisbon on 17-18 July 2024.

Among the selected EIC-backed companies, SunOyster Systems’ lightweight photovoltaic modules address Galp’s key challenge in deploying rooftop solar across facilities.

Amelie Krahl, Head of Sales at SunOyster Systems, and Ana Casaca, Director of Innovation at Galp, shared their insights about their successful partnership.

Through the collaboration with SunOyster, Galp is validati…

20 часов назад @ eu-startups.com
Warsaw’s Montis VC hits €50 million first close for new fund focused on AI-driven energy and industrial innovation
Warsaw’s Montis VC hits €50 million first close for new fund focused on AI-driven energy and industrial innovation Warsaw’s Montis VC hits €50 million first close for new fund focused on AI-driven energy and industrial innovation

Warsaw-based investment firm Montis VC has launched a new venture capital fund, securing €50 million at first close to back Europe’s next generation of energy and IndustrialTech startups.

One of the key limited partners is the European Investment Fund (EIF), which committed capital through the REPowerEU programme.

Earlier, PFR Ventures also became part of the investor group, committing €10 million to the new Montis VC fund.

The investment team was recently joined by Michał Baś, who was previously associated with the pan-European venture capital fund Venture Friends.

At Montis VC, we want to help startups unlock that potential globally by supporting projects that have the ambition to transfo…

22 часа назад @ eu-startups.com
Amazon acquires Zurich-based Rivr, developer of stair-climbing robots for doorstep delivery
Amazon acquires Zurich-based Rivr, developer of stair-climbing robots for doorstep delivery Amazon acquires Zurich-based Rivr, developer of stair-climbing robots for doorstep delivery

Rivr, a Zurich-based robotics startup developing autonomous stair-climbing legged robots for doorstep delivery, has been acquired by Amazon.

“This step will accelerate our vision of building General Physical AI through doorstep delivery, bringing robotics and AI closer to real-world deployment at scale,” he mentioned in his post.

The startup recently launched RIVR TWO, its next-generation robot designed for doorstep delivery and AI data collection at scale.

Last year, in August, Just Eat Takeaway.com partnered with Rivr to pilot doorstep delivery of food products with its autonomous ground robots.

This year, in February, the company announced the launch of autonomous doorstep delivery in Mi…

22 часа назад @ eu-startups.com
French startup Cleavr raises €1 million to automate accounts receivable workflows with AI
French startup Cleavr raises €1 million to automate accounts receivable workflows with AI French startup Cleavr raises €1 million to automate accounts receivable workflows with AI

Comparable rounds include Paraglide in Malmö, which secured €4.2 million to develop AI agents for accounts receivable, and Frankfurt-based Donnerstag.ai, which raised €4.3 million to expand across the DACH region.

In adjacent segments, Mimo raised €7.7 million to build out B2B payments and cash-flow management infrastructure, while Milan-based Sibill secured €12 million for its SME-focused finance platform.

Notably, in the same city as Cleavr, Pennylane raised €175 million to scale its accounting and financial management platform, highlighting significant capital concentration in Paris.

Cleavr is the missing piece to fully digitise the accounts receivable of European companies,” adds Raphaë…

1 day, 15 hours назад @ eu-startups.com
The EU-Startups Podcast | Interview with Ana Maiques, CEO and co-founder of Neuroelectrics
The EU-Startups Podcast | Interview with Ana Maiques, CEO and co-founder of Neuroelectrics The EU-Startups Podcast | Interview with Ana Maiques, CEO and co-founder of Neuroelectrics

This week on the EU-Startups Podcast, we sit down with Ana Maiques, CEO and co-founder of Neuroelectrics, a Barcelona-based neurotechnology company pioneering non-invasive brain stimulation for neurological and psychiatric conditions.

Founded in 2011 as a spin-off from Starlab, Neuroelectrics has grown into a global digital brain health company operating in over 74 countries, with a presence in both Barcelona and Boston since 2014.

Its technology enables clinicians to both read and influence brain activity in real time, offering applications in epilepsy, depression, Alzheimer’s disease, Parkinson’s disease, and anxiety disorders.

Maiques also discusses Neuroelectrics’ collaboration with NAS…

1 day, 18 hours назад @ eu-startups.com
Cologne’s Eternal.ag exits stealth with €8 million to automate greenhouse harvesting with AI-powered robots
Cologne’s Eternal.ag exits stealth with €8 million to automate greenhouse harvesting with AI-powered robots Cologne’s Eternal.ag exits stealth with €8 million to automate greenhouse harvesting with AI-powered robots

Eternal.ag, a Cologne-based AgTech startup building autonomous harvesting robots for greenhouses, today announced that it has exited stealth mode and raised €8 million in funding to fuel European expansion and extend the technology’s capabilities to new crop types.

Founded in 2025 by Renji John and Sherry Kunjachan, Eternal.ag develops fully autonomous robots that perform greenhouse crop work without human operators.

According to the company, greenhouse labour availability is declining quickly, with Europe witnessing a decrease of up to 30% since 2010.

Niklas Leske, Principal at Simon Capital, said, “Climate change, labour shortages, and rising demand are pushing food production to its limi…

1 day, 19 hours назад @ eu-startups.com
Meet the speakers joining the “Future of VC & the Impact of AI” panel at the EU-Startups Summit 2026!
Meet the speakers joining the “Future of VC & the Impact of AI” panel at the EU-Startups Summit 2026! Meet the speakers joining the “Future of VC & the Impact of AI” panel at the EU-Startups Summit 2026!

On May 7-8, 2026, the EU-Startups Summit returns to sunny Malta, bringing together around 2,500 founders, investors, and startup ecosystem leaders for two days of networking, inspiration, and knowledge-sharing.

The venture capital landscape is evolving rapidly.

Alex Farcet – Startupbootcamp / Raspberry VenturesEntrepreneur, investor, and ecosystem builder with deep experience across startup acceleration, venture development, and early-stage investing.

Ilena Mece – KOMPAS VCPrincipal at KOMPAS VC, an early-stage venture capital firm investing in startups developing technologies that drive digital transformation and sustainability across major industrial sectors.

If you are a founder looking …

1 day, 19 hours назад @ eu-startups.com
Berlin-based Bounti raises €4 million for AI-powered operations platform for frontline and deskless workers
Berlin-based Bounti raises €4 million for AI-powered operations platform for frontline and deskless workers Berlin-based Bounti raises €4 million for AI-powered operations platform for frontline and deskless workers

Bounti, a Berlin-based AI startup focusing on the physical economy, including hospitality, retail, and services, has raised €4 million for its AI frontline operations platform.

Yet this is where millions of people work every day and where operational execution directly drives revenue.

Bounti is building a new software layer for these frontline environments: one that doesn’t just provide insights, but actually closes the execution loop.

Founded in 2022, Bounti is an AI-native platform for operational execution in the physical economy.

Bounti states that thousands of frontline employees rely on the platform to onboard new team members more swiftly, maintain standards, and enhance internal com…

1 day, 20 hours назад @ eu-startups.com
Amsterdam’s Reson8 raises €5 million to build speech AI infrastructure that resonates across Europe
Amsterdam’s Reson8 raises €5 million to build speech AI infrastructure that resonates across Europe Amsterdam’s Reson8 raises €5 million to build speech AI infrastructure that resonates across Europe

Reson8, an Amsterdam-based speech AI startup building hyper-customised automatic speech recognition (ASR), today announced it has raised a €5 million pre-Seed round to scale its Europe-based infrastructure and expand specialised speech models across 20+ languagesThe round was led by Balderton Capital, with participation from NP Hard.

“Generic speech models break the moment you leave English, and customers increasingly want control over where their data lives.

Founded by Thomas Kluiters, Raoul Ritter, and Jarno Verhagen, Reson8 is a European speech technology company building hyper-customised speech recognition that adapts to each conversation in seconds.

“Reson8 is built on the belief that …

1 day, 22 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 11 часов назад
AI model giants should pay a levy to operate in Europe, says Mistral boss
AI model giants should pay a levy to operate in Europe, says Mistral boss AI model giants should pay a levy to operate in Europe, says Mistral boss

AI model giants should pay a content levy for selling their services in Europe with the money funnelled into Europe’s cultural sector, according to the boss of Europe’s leading AI model startup. Art...

11 часов назад @ tech.eu
Commission presents flawed EU Inc., Upvest raises $125M, and UK government pledges £1BN quantum computing investment
Commission presents flawed EU Inc., Upvest raises $125M, and UK government pledges £1BN quantum computing investment Commission presents flawed EU Inc., Upvest raises $125M, and UK government pledges £1BN quantum computing investment

Big news this week as the European Commission presented its proposal for EU Inc., a new single set of corporate rules that will serve as the cornerstone and starting point for the EU's 28th regime. As...

13 часов назад @ tech.eu
Meet Rachel: the AI agent that phoned 3,000 pubs to price a pint
Meet Rachel: the AI agent that phoned 3,000 pubs to price a pint Meet Rachel: the AI agent that phoned 3,000 pubs to price a pint

Over Paddy's weekend 2026, a friendly Northern Irish "woman" called Rachel rang more than 3,000 pubs across all 32 counties to find out the price of a pint of Guinness. Over 1,000 gave a price. Onl...

16 часов назад @ tech.eu
Starling Bank rolls out “UK’s first agentic AI financial assistant”
Starling Bank rolls out “UK’s first agentic AI financial assistant” Starling Bank rolls out “UK’s first agentic AI financial assistant”

Starling Bank is rolling out what it says is the “UK’s first agentic AI financial assistant”, as it looks to leverage the new technology to help improve day-to-day banking. The UK challenger bank, whi...

16 часов назад @ tech.eu
Montis VC reaches €50M first close to back energy and industrial tech startups
Montis VC reaches €50M first close to back energy and industrial tech startups Montis VC reaches €50M first close to back energy and industrial tech startups

Montis VC has launched a new venturecapital fund, securing €50 million at first close. The fund is backed by theEuropean Investment Fund through the REPowerEU programme, the PolishDevelopment Fund, an...

19 часов назад @ tech.eu
Eternal.ag raises €8M to automate greenhouse harvesting with AI-powered robots
Eternal.ag raises €8M to automate greenhouse harvesting with AI-powered robots Eternal.ag raises €8M to automate greenhouse harvesting with AI-powered robots

Eternal.ag, a startup building autonomous harvesting robots for greenhouses, today announced it has raised €8 million in funding from Simon Capital, Oyster Bay Venture Capital, EquityPitcher Ventures ...

1 day, 13 hours назад @ tech.eu
Sequoia-backed Edra raises $30M Series A to turn enterprise data into self-improving AI agents
Sequoia-backed Edra raises $30M Series A to turn enterprise data into self-improving AI agents Sequoia-backed Edra raises $30M Series A to turn enterprise data into self-improving AI agents

Today, startup Edra announced $30 million Series A led by Sequoia, which included investment from 8VC and A*z. Edra builds AI agents that learn how a business operates, then automate the work. Its...

1 day, 13 hours назад @ tech.eu
Cleavr raises €1M to develop an AI solution for accounts receivable
Cleavr raises €1M to develop an AI solution for accounts receivable Cleavr raises €1M to develop an AI solution for accounts receivable

Cleavr, an AIsolution dedicated to autonomous accounts receivable management, has raised €1million in a funding round backed by Kima Ventures, Better Angle, Raphaël Nahum(CFO of Pennylane), Régis Samu...

1 day, 14 hours назад @ tech.eu
Europe’s filmtech ecosystem is growing fast — here are the startups to watch
Europe’s filmtech ecosystem is growing fast — here are the startups to watch Europe’s filmtech ecosystem is growing fast — here are the startups to watch

This week, the Oscars celebrated some of last year’s most outstanding achievements in cinema. In the meantime, the tools behind filmmaking are undergoing a profound transformation.Media and filmtech s...

1 day, 17 hours назад @ tech.eu
Zopa reports third consecutive year of profit, says new current account topping expectations
Zopa reports third consecutive year of profit, says  new current account topping expectations Zopa reports third consecutive year of profit, says new current account topping expectations

Zopa Bank, the UK savings and lending digital bank, has reported its third consecutive year of profit, as it says take-up of its new current account proposition has eclipsed expectations.The London-ba...

1 day, 18 hours назад @ tech.eu
Alpine Eagle scales counter-drone production as Europe accelerates defence readiness
Alpine Eagle scales counter-drone production as Europe accelerates defence readiness Alpine Eagle scales counter-drone production as Europe accelerates defence readiness

Today, counter-drone defence technology company Alpine Eagle announced it is scaling production of its Sentinel system. Alpine Eagle develops counter-drone (counter-UAS) systems designed to detect, tr...

1 day, 18 hours назад @ tech.eu
From diversified funding to frontier innovation: the Spanish tech ecosystem
From diversified funding to frontier innovation: the Spanish tech ecosystem From diversified funding to frontier innovation: the Spanish tech ecosystem

Spanish tech companies raised €3.1 billion in 2025,highlighting a broad and increasingly mature ecosystem. Large late-stage roundsremained strong, alongside a deep base of early and growth-stage fundi...

1 day, 20 hours назад @ tech.eu
Ventech leads Bounti’s €4M funding to apply AI in the physical economy
Ventech leads Bounti’s €4M funding to apply AI in the physical economy Ventech leads Bounti’s €4M funding to apply AI in the physical economy

Berlin-based Bounti has raised€4 million in a funding round led by Ventech, with participation from IBBVentures, Robin Capital, Common Magic, and several business angels. While much of the technologyh...

1 day, 22 hours назад @ tech.eu
Ringtime secures €1.8M to improve blue-collar hiring processes
Ringtime secures €1.8M to improve blue-collar hiring processes Ringtime secures €1.8M to improve blue-collar hiring processes

Ghent-basedRingtime, an AI agent platform for managing inbound and outbound conversations,has raised €1.8 million in a seed round led by Volta Ventures, withparticipation from Syndicate One, JK Invest...

1 day, 23 hours назад @ tech.eu
Reson8 collects €5M to develop Europe-focused speech AI
Reson8 collects €5M to develop Europe-focused speech AI Reson8 collects €5M to develop Europe-focused speech AI

Amsterdam-based Reson8, a speechtechnology company developing hyper-customised automatic speech recognition(ASR), has raised €5 million in a pre-seed round led by Balderton Capital, withparticipation ...

1 day, 23 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 month назад
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

1 month назад @ 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.

1 month, 1 week назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

1 month, 3 weeks назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

2 months, 3 weeks назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

5 months назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

5 months, 4 weeks назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

5 months, 4 weeks назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

6 months назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

6 months назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

7 months, 2 weeks назад @ techcrunch.com
Neobank Revolut seeks $65B valuation, a year after its $45B deal
Neobank Revolut seeks $65B valuation, a year after its $45B deal

Europe’s fintech darling Revolut is looking to raise a new funding round that would give it a $65 billion valuation, the Financial Times reports. The UK-based company is reportedly in talks to raise around $1 billion by issuing new shares and selling existing ones. The US-based firm Greenoaks is said to be leading the round, […]

8 months, 2 weeks назад @ techcrunch.com
Researchers confirm two journalists were hacked with Paragon spyware
Researchers confirm two journalists were hacked with Paragon spyware

The confirmation of two hacked victims further deepens an ongoing spyware scandal that, for now, appears largely focused on the Italian government.

9 months, 1 week назад @ techcrunch.com
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist

The Italian government claims that accepting Paragon’s help would have compromised national security and classified information.

9 months, 2 weeks назад @ techcrunch.com
Litehaus raises €1.46M pre-seed to build home-building platform
Litehaus raises €1.46M pre-seed to build home-building platform

All Thibault Launay and his wife Simi wanted nearly five years ago was to build a dream home in Portugal, where they both now live. But what they encountered instead was a broken system. “Fourteen months of delays, 20% budget overruns, and endless stress managing over 10 subcontractors,” Thibault recalled. They bought the land in […]

9 months, 3 weeks назад @ techcrunch.com