Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 49 минут назад
RFC 9849. TLS Encrypted Client Hello
RFC 9849. TLS Encrypted Client Hello

Upon receiving an "encrypted_client_hello" extension in an initial ClientHello , the client-facing server determines if it will accept ECH prior to negotiating any other TLS parameters.

The info parameter to SetupBaseR is the concatenation "tls ech", a zero byte, and the serialized ECHConfig .

If either of these checks fails, the client-facing server MUST abort with an "illegal_parameter" alert.¶If these checks succeed, the client-facing server then forwards the ClientHelloInner to the appropriate backend server, which proceeds as in Section 7.2.

If the backend server responds with a HelloRetryRequest, the client-facing server forwards it, decrypts the client's second ClientHelloOuter using…

49 минут назад @ rfc-editor.org
How Mossad hacked traffic cameras to track Ayatollah Khamenei
How Mossad hacked traffic cameras to track Ayatollah Khamenei

Comments

1 час назад @ google.com
Better JIT for Postgres
Better JIT for Postgres Better JIT for Postgres

A lightweight JIT compilation provider for PostgreSQL that adds three alternative JIT backends - sljit, AsmJit and MIR - delivering faster compilation and competitive query execution across PostgreSQL 14–18.

JIT compilation was introduced in Postgres 11 in 2018.

For typical OLTP queries, LLVM's JIT overhead can easily exceed the execution time of the query itself.

pg_jitter provides native code generation with microsecond-level compilation times instead of milliseconds, making JIT worthwhile for a much wider range of queries.

Therefore, on systems executing a lot of queries per second, it's recommended to avoid JIT compilation for very fast queries such as point lookups or queries processin…

1 час назад @ github.com
Agentic Engineering Patterns
Agentic Engineering Patterns

Agentic Engineering PatternsPatterns for getting the best results out of coding agents like Claude Code and OpenAI Codex.

See my introduction for more on this project.

3 часа назад @ simonwillison.net
A CPU that runs entirely on GPU
A CPU that runs entirely on GPU

This page is taking too long to load.

Sorry about that.

Please try refreshing and contact us if the problem persists.

3 часа назад @ github.com
Indefinite Book Club Hiatus
Indefinite Book Club Hiatus Indefinite Book Club Hiatus

Indefinite Book Club HiatusToday in “Things that ‘AI’ has ruined”:No, I won’t be able to show up to your book club’s online/offline gathering, and the reason for this is simple: I, and likely every other author you might care to name, am so inundated with “book club” spam that it’s become impractical and often impossible to suss out the solicitations by actual book clubs with actual humans, from the literally dozens of “AI”-generated spam book club emails I get daily.

Bluntly, I can spend my days sorting “book club” spam, or I can write books.

So until further notice, I’m not entertaining book club invitations from anyone, and I likely won’t respond to your invitation at all.

To be clear, i…

3 часа назад @ whatever.scalzi.com
Nobody Gets Promoted for Simplicity
Nobody Gets Promoted for Simplicity Nobody Gets Promoted for Simplicity

In interviews, in promotion packets, in design reviews: the engineer who overbuilds gets a compelling narrative, but the one who ships the simplest thing that works gets… nothing.

Engineer B gets a similar feature.

Nobody gets promoted for the complexity they avoided.

Anyone can add complexity.

If you’re an engineer, learn that simplicity needs to be made visible.

4 часа назад @ terriblesoftware.org
Giving LLMs a personality is just good engineering
Giving LLMs a personality is just good engineering Giving LLMs a personality is just good engineering

AI skeptics often argue that current AI systems shouldn’t be so human-like.

AI systems are human-like because that is the best way to build a capable AI system.

Instead, when you train a model on raw data, you get a “base model”, which is not very useful by itself.

The base model is a kind of mysterious gestalt of its training data.

This is why it’s surprisingly tricky to “just” change a language model’s personality or opinions: because you’re navigating through the near-infinite manifold of the base model.

4 часа назад @ seangoedecke.com
California's Digital Age Assurance Act, and FOSS
California's Digital Age Assurance Act, and FOSS

Questions presentedHow does California’s Digital Age Assurance Act (AB-1043) apply to FOSS distributions, distro-operated package repositories and other stakeholders within the FOSS ecosystem?

The statute contains exceptions but are narrow and do not obviously exclude ordinary distro repositories.

A traditional FOSS distro does fit this.

Ordinary distro repositories and associated package-distribution services satisfy much of that language:They are publicly available.

Even if dynamic libraries and similar components fall outside “application”, ordinary distro repositories still distribute substantial numbers of packages that likely fall within the term.

4 часа назад @ runxiyu.org
Speculative Speculative Decoding (SSD)
Speculative Speculative Decoding (SSD) Speculative Speculative Decoding (SSD)

Comments

4 часа назад @ arxiv.org
LLMs can unmask pseudonymous users at scale with surprising accuracy
LLMs can unmask pseudonymous users at scale with surprising accuracy LLMs can unmask pseudonymous users at scale with surprising accuracy

Burner accounts on social media sites can increasingly be analyzed to identify the pseudonymous users who post to them using AI in research that has far-reaching consequences for privacy on the Internet, researchers said.

Recall—that is, how many users were successfully deanonymized—was as high as 68 percent.

LLMs invalidate this assumption.”An overview of the pseudonymous stripping framework.

The researchers collected several datasets from public social media sites to test the techniques while preserving the privacy of the speakers.

A 2008 research paper showed that using what has come to be known as the Netflix prize attack, the list could identify users and ID their political affiliation…

5 часов назад @ arstechnica.com
Mac external displays for designers and developers, part 2
Mac external displays for designers and developers, part 2 Mac external displays for designers and developers, part 2

Mac external displays for designers and developers, part 2Since writing about Mac external displays in 2016, not much has changed.

The Studio Display hits an incredibly important target, and it can now be the default choice for discerning Mac designers and developers.

Pixel density #macOS has been designed to be legible and usable with a pixel density of about 218PPI (pixels per inch) for “Retina” class desktop displays.

As far as I can tell, the Studio Display, Pro Display XDR, and LG 5K UltraFine all accept 10 bits per component.

The Pro Display XDR, 12.9-inch iPad Pro, 14-inch MacBook Pro, and 16-inch MacBook Pro all have local dimming.

5 часов назад @ bjango.com
Number Research Inc
Number Research Inc Number Research Inc

Comments

5 часов назад @ numberresearch.xyz
Graphics Programming Resources
Graphics Programming Resources Graphics Programming Resources

ResourcesThis page contains a collection of graphics programming and adjacent resources curated by our meetup attendees.

Check our curated beginner friendly resources.

See guide for adding resources.

Even though it is an OpenGL tutorial, it also teaches rendering techniques at the same time.

Edge-Avoiding À-Trous Wavelet Transform for fast Global Illumination Filtering (2010) Classic paper introducing a fast and simple filter for ray tracing denoising.

5 часов назад @ develop--gpvm-website.netlify.app
Weave – A language aware merge algorithm based on entities
Weave – A language aware merge algorithm based on entities Weave – A language aware merge algorithm based on entities

Resolves merge conflicts that Git can't by understanding code structure via tree-sitter.

Agent A adds a function, Agent B adds a different function to the same file, and Git halts everything for a human to intervene.

For each merge commit, we replay the merge with both Git and Weave, then compare against the human-authored result.

git merge will use weave automatically for configured file types.

How It Worksbase / \ ours theirs \ / weave merge

6 часов назад @ github.com
Hacker News Hacker News
последний пост 49 минут назад
Show HN: AgentBus – Centralized AI Agent-to-Agent Messaging via REST API
Show HN: AgentBus – Centralized AI Agent-to-Agent Messaging via REST API Show HN: AgentBus – Centralized AI Agent-to-Agent Messaging via REST API

Dev & Deploy Loop Human-guided iteration across machinesA dev agent on your laptop writes and pushes code.

A deploy agent on your server pulls, deploys, and analyzes logs.

It sends errors and diagnostics back to the dev agent, who fixes and pushes again.

You nudge each agent when it's their turn — the feedback loop that used to take hours now takes minutes.

6 часов назад @ agentbus.org
TikTok will not introduce end-to-end encryption, saying it makes users less safe
TikTok will not introduce end-to-end encryption, saying it makes users less safe TikTok will not introduce end-to-end encryption, saying it makes users less safe

It also says only authorised employees can look at direct messages and only in certain situations, such as in response to a valid law enforcement request or a user report about harmful behaviour.

6 часов назад @ bbc.com
2,218 Gary Marcus AI claims scored against evidence (dataset)
2,218 Gary Marcus AI claims scored against evidence (dataset) 2,218 Gary Marcus AI claims scored against evidence (dataset)

Marcus AI Claims DatasetGary Marcus is the most prolific AI skeptic on the internet.

He's more right than wrongAmong claims where the evidence is checkable:59.9% supported33.7% mixed6.4% contradictedThat's not the number most people expect from either side.

When Marcus points at a broken thing and says "that's broken," the evidence backs him up almost perfectly.

He writes more about the thing he's getting wrong.

"Supported" means "supported according to an LLM evaluating evidence available as of March 2026."

6 часов назад @ github.com
The largest acidic geyser has been putting on quite a show
The largest acidic geyser has been putting on quite a show

Comments

6 часов назад @ usgs.gov
Motorola GrapheneOS devices will be bootloader unlockable/relockable
Motorola GrapheneOS devices will be bootloader unlockable/relockable Motorola GrapheneOS devices will be bootloader unlockable/relockable

To use the Mastodon web application, please enable JavaScript.

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

7 часов назад @ grapheneos.social
You can't use a code editor when you're under 18 now?
You can't use a code editor when you're under 18 now? You can't use a code editor when you're under 18 now?

To use the Mastodon web application, please enable JavaScript.

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

7 часов назад @ mastodon.online
Claude's Cycles [pdf]
Claude's Cycles [pdf]

Comments

7 часов назад @ cs.stanford.edu
Cancel ChatGPT AI boycott surges after OpenAI pentagon military deal
Cancel ChatGPT AI boycott surges after OpenAI pentagon military deal

Comments

8 часов назад @ euronews.com
My take on vibe coding for PMs
My take on vibe coding for PMs

I shared this internally at Meta in response to a deluge of clout-chasing posts celebrating PMs landing prod diffs.

PMs shouldn’t waste time landing prod diffs at Meta scaleIf the feature is actually important, fix the system for prioritization (your real job) rather than circumventing it.

PMs landing prod features is generally snacking and mistaking motion for progress (flex on LinkedIn but don’t land any real prod impact).

Temporally flex unique resources : leverage unique talent that you have as a PM, e.g.

What should all PMs do in AI independent of coding?

8 часов назад @ ddmckinnon.com
Lenovo's New ThinkPads Score 10/10 for Repairability
Lenovo's New ThinkPads Score 10/10 for Repairability Lenovo's New ThinkPads Score 10/10 for Repairability

There are “repairable” laptops, and then there are ThinkPad T-series laptops: the ones corporate IT buys by the pallet, images by the thousands, and expects to survive years of all-day use.

Easy access to the battery and a modular cooling system help round out the new T-Series repairability scores.

10/10 is Not the End10/10 is the highest repairability score we award, and the new T-series earns it.

The new T-Series perfect 10/10 score is a direct reflection of that trust and shared commitment.”Why the T-series Matters So MuchIf you want repairability to go mainstream, it has to show up where the volume is.

Instead, Lenovo just threw down a gauntlet by notching a 10/10 repairability score on…

8 часов назад @ ifixit.com
130k Lines of Formal Topology: Simple and Cheap Autoformalization for Everyone?
130k Lines of Formal Topology: Simple and Cheap Autoformalization for Everyone? 130k Lines of Formal Topology: Simple and Cheap Autoformalization for Everyone?

Comments

8 часов назад @ arxiv.org
Talos: Hardware accelerator for deep convolutional neural networks
Talos: Hardware accelerator for deep convolutional neural networks Talos: Hardware accelerator for deep convolutional neural networks

Talos went through a series of architecture evolutions.

We also initially had 10 instances of a neuron module with a massive port connecting directly to the maxpool outputs.

This is the architecture Talos ships with.

The moment maxpool computes a pooled value, it immediately multiplies it against all 10 neuron weights and accumulates directly into the neuron registers.

Cutting Resource Usage Further: Weights in ROMEven with a single CNN and maxpool instance, the fully connected layer weights were still a problem.

9 часов назад @ talos.wtf
Helsinki just went a full year without a single traffic death
Helsinki just went a full year without a single traffic death Helsinki just went a full year without a single traffic death

While Helsinki is among the smallest EU capitals, with a little under 690,000 residents, some 1.5 million people live in and commute throughout the metropolitan area.

The limits were enforced with 70 new speed cameras and a policing strategy based on the national “Vision Zero” policy, with the goal of achieving zero traffic injuries or deaths.

Data collected by Liikenneturva, Finland’s traffic safety entity, shows Helsinki’s traffic fatalities have been declining ever since.

European modelHelsinki’s authorities have spent the past five years trying to replicate the miracle they first achieved in 2019, when no pedestrians or cyclists were killed in automotive collisions.

Utriainen stressed t…

9 часов назад @ politico.eu
Zed will require age identification for its services
Zed will require age identification for its services Zed will require age identification for its services

These Terms of Service are a legally binding contract between you and Zed regarding your use of the Service.

By accessing or using the Service, you (“You” or “Customer”) agree to these Terms of Service, the Data Processing Addendum (“DPA”), available upon request, and Zed’s Privacy Policy (collectively, the “Terms”).

During the Term, subject to Customer’s compliance with the terms of the Terms, Customer may access and use the Service only for Customer’s internal business purposes or for individuals, for personal non-commercial purposes, in accordance with the then-current version of Zed’s usage guidelines and standard technical documentation for the Service that Zed makes generally availabl…

9 часов назад @ zed.dev
Don't Make Me Talk to Your Chatbot
Don't Make Me Talk to Your Chatbot Don't Make Me Talk to Your Chatbot

I’ve arrived at a principle I call:Don’t make me talk to your chatbot.

When I want to talk to a chatbot, I have plenty of my own.

When we say bad communication, we mean bad for the purpose.

That could be an exception to the “Don’t make me talk to your chatbot” rule.

The simplest way to avoid making people talk to your chatbot is this two-step process:Figure out what you want to say Say itThat first figuring-out part is important.

9 часов назад @ raymyers.org
Lobsters Lobsters
последний пост 3 часа назад
Coruna: The Mysterious Journey of a Powerful iOS Exploit Kit
Coruna: The Mysterious Journey of a Powerful iOS Exploit Kit Coruna: The Mysterious Journey of a Powerful iOS Exploit Kit

IntroductionGoogle Threat Intelligence Group (GTIG) has identified a new and powerful exploit kit targeting Apple iPhone models running iOS version 13.0 (released in September 2019) up to version 17.2.1 (released in December 2023).

The exploit kit, named “Coruna” by its developers, contained five full iOS exploit chains and a total of 23 exploits.

The core technical value of this exploit kit lies in its comprehensive collection of iOS exploits, with the most advanced ones using non-public exploitation techniques and mitigation bypasses.

The Coruna exploit kit provides another example of how sophisticated capabilities proliferate.

The Coruna exploit kit is not effective against the latest ve…

3 часа назад @ cloud.google.com
Never snooze a future
Never snooze a future

- Barbara battles buffered streams When a future is ready to make progress, but it's not getting polled, I call that "snoozing".

Snoozing is when everything runs smoothly to idle, but some future that requested a wakeup still doesn't get polled.

-by-reference or buffered streams today.​ To be clear, snoozing a future can't deadlock e.g.

Instead, these streams hold pending futures internally, and they snooze those futures if anything else gets .await ed between calls to next .

Then cancelling the next future would drop the whole stream instead of snoozing it.

4 часа назад @ jacko.io
California's Digital Age Assurance Act, and FOSS
California's Digital Age Assurance Act, and FOSS

Questions presentedHow does California’s Digital Age Assurance Act (AB-1043) apply to FOSS distributions, distro-operated package repositories and other stakeholders within the FOSS ecosystem?

The statute contains exceptions but are narrow and do not obviously exclude ordinary distro repositories.

A traditional FOSS distro does fit this.

Ordinary distro repositories and associated package-distribution services satisfy much of that language:They are publicly available.

Even if dynamic libraries and similar components fall outside “application”, ordinary distro repositories still distribute substantial numbers of packages that likely fall within the term.

4 часа назад @ runxiyu.org
The Markless Document Markup Standard
The Markless Document Markup Standard The Markless Document Markup Standard

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

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

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

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

Please disable JShelter or other such plugins for this domain.

8 часов назад @ shirakumo.org
Four months of Ruby Central moving Ruby backward
Four months of Ruby Central moving Ruby backward Four months of Ruby Central moving Ruby backward

Four months of Ruby Central moving Ruby backwardFrom the moment RubyGems was first created in 2004, Ruby Central provided governance without claiming ownership, to support the Ruby community.

Unfortunately, despite privately admitting their actions were wrong, Ruby Central has publicly continued to dig their hole deeper.

Ruby Central claims they had good reasons to unilaterally kick me out of the project, even though I don’t think their claims hold water.

It has been four months since we made that offer, and Ruby Central has not accepted.

Ruby Central might want to keep Ruby in the past, but we can work together to build Ruby a future.

9 часов назад @ andre.arko.net
An Interactive Intro to CRDTs
An Interactive Intro to CRDTs An Interactive Intro to CRDTs

state [ 2 ] ; } constructor ( id : string , state : [ string , number , T ] ) { this .

id = id ; this .

Now let’s look at state :get state ( ) { const state : State < T > = { } ; for ( const [ key , register ] of this .

entries ( ) ) { if ( register ) state [ key ] = register .

entries ( ) ) { if ( register ) state [ key ] = register .

10 часов назад @ jakelazaroff.com
yj_nearbyglasses: attempting to detect smart glasses nearby and warn you
yj_nearbyglasses: attempting to detect smart glasses nearby and warn you yj_nearbyglasses: attempting to detect smart glasses nearby and warn you

attempting to detect smart glasses nearby and warn you.

⚠ DO NOT HARASS ANYONE AT ALL ⚠Nearby GlassesThe app, called Nearby Glasses, has one sole purpose: Look for smart glasses nearby and warn you.

This means, the app Nearby Glasses may notify you of smart glasses nearby when there might be in fact a VR headset of the same manufacturer or another product of that company’s breed.

It may also miss smart glasses nearby.

The app Nearby Glasses does not store any details about you or collects any information about you or your phone.

10 часов назад @ github.com
Don Knuth's "Claude-like" directed Hamiltonian cycles decompositions
Don Knuth's "Claude-like" directed Hamiltonian cycles decompositions

I apologize for the mouthful of a title in advance. "Claude Cycles" was a bit concise for my taste.

Comments

11 часов назад @ www-cs-faculty.stanford.edu
Log messages are mostly for the people operating your software
Log messages are mostly for the people operating your software

You're using a suspiciously old browserYou're probably reading this page because you've attempted to access some part of my blog (Wandering Thoughts) or CSpace, the wiki thing it's part of.

Unfortunately you're using a browser version that my anti-crawler precautions consider suspicious, most often because it's too old (most often this applies to versions of Chrome).

Unfortunately, as of early 2025 there's a plague of high volume crawlers (apparently in part to gather data for LLM training) that use a variety of old browser user agents, especially Chrome user agents.

If this is in error and you're using a current version of your browser of choice, you can contact me at my current place at t…

11 часов назад @ utcc.utoronto.ca
Anthropic is untrustworthy
Anthropic is untrustworthy Anthropic is untrustworthy

In March 2024, Anthropic released Claude 3 Opus, which, according to Anthropic itself, pushed the frontier; now, new Anthropic releases routinely do that.

If we're in a "near-pessimistic" scenario, this could instead involve channeling our collective efforts towards AI safety research and halting AI progress in the meantime.

To enforce these standards, the state can sue AI companies for large penalties, even if no actual harm has occurred."

Thus, an independent agency lacking "firsthand experience developing frontier models" could not be relied on to prevent developers from causing critical harms.

Anthropic's positioning and focus on the culture make people move from other AGI and tech comp…

11 часов назад @ anthropic.ml
Rust zero-cost abstractions vs. SIMD
Rust zero-cost abstractions vs. SIMD Rust zero-cost abstractions vs. SIMD

Rust zero-cost abstractions vs. SIMD February 18, 2026 • Xavier Denis (Engineer)We reduced the latency on a full-text search query from 220ms → 47ms by looking under the hood of Rust’s “zero-cost” iterators to find that they were silently preventing vectorization.

Our merge iterator just compares keys and moves the winning entry forward – relatively light work.

To try to find the hidden cost, let's look at a simplified Rust skeleton of one of the core parts of our merge iterator code.

Herein lies the hidden opportunity cost of Rust's zero-cost abstraction in our merge iterator.

2 d v1 , v4 , v1 add x8 , x8 , #64 cmp x8 , #1 , lsl #12 b.ne LBB11_4With this change, our scan benchmark (100,000…

12 часов назад @ turbopuffer.com
Nobody Gets Promoted for Simplicity
Nobody Gets Promoted for Simplicity Nobody Gets Promoted for Simplicity

In interviews, in promotion packets, in design reviews: the engineer who overbuilds gets a compelling narrative, but the one who ships the simplest thing that works gets… nothing.

Engineer B gets a similar feature.

Nobody gets promoted for the complexity they avoided.

Anyone can add complexity.

If you’re an engineer, learn that simplicity needs to be made visible.

12 часов назад @ terriblesoftware.org
Deprecate confusing APIs like “os.path.commonprefix()”
Deprecate confusing APIs like “os.path.commonprefix()” Deprecate confusing APIs like “os.path.commonprefix()”

Deprecate confusing APIs like “os.path.commonprefix()” Seth Larson @ 2026-02-27The os.path.commonprefix() function has been an API in the Python standard library for at least 35 years (since February 1991) and in that time has been confusing users and creating security issues, even in programs explicitly trying to mitigate vulnerabilities.

abspath ( target ) prefix = os .

abspath ( target ) prefix = os .

Serhiy noted that at the time, this was just one of three total uses of the os.path.commonprefix() function within the standard library and that the use was insecure.

abspath ( target ) prefix = os .

13 часов назад @ sethmlarson.dev
Exploring Maturity Models For Security
Exploring Maturity Models For Security Exploring Maturity Models For Security

We’ll examine the historical development of maturity models like the Capability Maturity Model (CMM/CMMI), with a specific focus on the OWASP Software Assurance Maturity Model (SAMM), the Building Security In Maturity Model (BSIMM), the Cloud Native Computing Foundation (CNCF) Cloud Native Maturity Model (CNMM), and the Cloud Security Maturity Model (CSMM).

‍‍Capability Maturity Model Integration (CMM/CMMI)‍Capability Maturity Model Integration is a structured framework for assessing and improving an organization’s software development processes.

Reference: https://www.blackduck.com/services/security-program/bsimm-maturity-model.html‍CNCF Cloud Native Maturity Model (CNMM)‍The Cloud Native …

14 часов назад @ cloudsecuritypartners.com
Hoot 0.8.0 released! - Scheme in WASM
Hoot 0.8.0 released! - Scheme in WASM

New featuresNew (hoot repl) module.

While not shipping in Hoot directly, initial support for using the Hoot REPL from Emacs has been added in the new geiser-hoot extension.

So far, there are two subcommands: hoot repl : Open a REPL running in Node.

hoot server : Conveniently launch the development web server in (hoot web-server) .

Added (hoot config) target-side module for accessing certain build-time constants (currently just the Hoot version string).

14 часов назад @ spritely.institute
Techmeme Techmeme
последний пост 1 час назад
Sources: President Trump met with Coinbase CEO Brian Armstrong on March 3 before publicly admonishing banks over the GENIUS Act, echoing Coinbase's position (Jasper Goodman/Politico)
Sources: President Trump met with Coinbase CEO Brian Armstrong on March 3 before publicly admonishing banks over the GENIUS Act, echoing Coinbase's position (Jasper Goodman/Politico) Sources: President Trump met with Coinbase CEO Brian Armstrong on March 3 before publicly admonishing banks over the GENIUS Act, echoing Coinbase's position (Jasper Goodman/Politico)

Jasper Goodman / Politico:

Sources: President Trump met with Coinbase CEO Brian Armstrong on March 3 before publicly admonishing banks over the GENIUS Act, echoing Coinbase's position — President Donald Trump met privately on Tuesday with Coinbase CEO Brian Armstrong before publicly backing the company's position …

1 час назад @ techmeme.com
An OpenAI spokesperson says Sam Altman misspoke in saying OpenAI was looking to deploy on NATO classified networks, and that it was for "unclassified networks" (Hyunsu Yim/Reuters)
An OpenAI spokesperson says Sam Altman misspoke in saying OpenAI was looking to deploy on NATO classified networks, and that it was for "unclassified networks" (Hyunsu Yim/Reuters) An OpenAI spokesperson says Sam Altman misspoke in saying OpenAI was looking to deploy on NATO classified networks, and that it was for "unclassified networks" (Hyunsu Yim/Reuters)

Hyunsu Yim / Reuters:

An OpenAI spokesperson says Sam Altman misspoke in saying OpenAI was looking to deploy on NATO classified networks, and that it was for “unclassified networks” — OpenAI is considering a contract to deploy its AI technology on North Atlantic Treaty Organization's (NATO) …

1 час назад @ techmeme.com
Asia's smaller chip companies are joining their bigger peers in hiking prices as robust AI demand fuels capex, projected to rise 25% YoY to over $136B in 2026 (Nikkei Asia)
Asia's smaller chip companies are joining their bigger peers in hiking prices as robust AI demand fuels capex, projected to rise 25% YoY to over $136B in 2026 (Nikkei Asia) Asia's smaller chip companies are joining their bigger peers in hiking prices as robust AI demand fuels capex, projected to rise 25% YoY to over $136B in 2026 (Nikkei Asia)

Nikkei Asia:

Asia's smaller chip companies are joining their bigger peers in hiking prices as robust AI demand fuels capex, projected to rise 25% YoY to over $136B in 2026 — TAIPEI — Asia's smaller chip companies are joining their bigger peers in hiking prices as robust AI demand fuels record levels …

2 часа назад @ techmeme.com
The UK government commits an initial £40M to an AI research lab, modeled on its DARPA-inspired ARIA, seeking breakthroughs in science, healthcare, and transport (Madhumita Murgia/Financial Times)
The UK government commits an initial £40M to an AI research lab, modeled on its DARPA-inspired ARIA, seeking breakthroughs in science, healthcare, and transport (Madhumita Murgia/Financial Times) The UK government commits an initial £40M to an AI research lab, modeled on its DARPA-inspired ARIA, seeking breakthroughs in science, healthcare, and transport (Madhumita Murgia/Financial Times)

Madhumita Murgia / Financial Times:

The UK government commits an initial £40M to an AI research lab, modeled on its DARPA-inspired ARIA, seeking breakthroughs in science, healthcare, and transport — New state-backed body seeks AI breakthroughs in science, healthcare and transport — The UK is launching …

2 часа назад @ techmeme.com
Sea's NY-listed shares fell as much as 27% on March 3, their worst intraday drop since 2023, after reporting Q4 net income up 73% YoY to $410.9M, vs. $442M est. (Olivia Poh/Bloomberg)
Sea's NY-listed shares fell as much as 27% on March 3, their worst intraday drop since 2023, after reporting Q4 net income up 73% YoY to $410.9M, vs. $442M est. (Olivia Poh/Bloomberg) Sea's NY-listed shares fell as much as 27% on March 3, their worst intraday drop since 2023, after reporting Q4 net income up 73% YoY to $410.9M, vs. $442M est. (Olivia Poh/Bloomberg)

Olivia Poh / Bloomberg:

Sea's NY-listed shares fell as much as 27% on March 3, their worst intraday drop since 2023, after reporting Q4 net income up 73% YoY to $410.9M, vs. $442M est. — Sea Ltd. shares fell by the most in more than two years after its quarterly earnings missed analysts' estimates …

2 часа назад @ techmeme.com
Lockheed Martin to follow US federal ban on Anthropic, as government contracting attorneys say defense contractors are expected to comply with the DOD's order (Reuters)
Lockheed Martin to follow US federal ban on Anthropic, as government contracting attorneys say defense contractors are expected to comply with the DOD's order (Reuters) Lockheed Martin to follow US federal ban on Anthropic, as government contracting attorneys say defense contractors are expected to comply with the DOD's order (Reuters)

Reuters:

Lockheed Martin to follow US federal ban on Anthropic, as government contracting attorneys say defense contractors are expected to comply with the DOD's order — U.S. defense contractors, like Lockheed Martin (LMT.N), are expected to follow the Pentagon's order to purge Anthropic's prized AI tools …

3 часа назад @ techmeme.com
Security researchers successfully prompted the AI behind a Utah prescription renewal pilot to reclassify meth as an "unrestricted therapeutic", and more (Sam Sabin/Axios)
Security researchers successfully prompted the AI behind a Utah prescription renewal pilot to reclassify meth as an "unrestricted therapeutic", and more (Sam Sabin/Axios) Security researchers successfully prompted the AI behind a Utah prescription renewal pilot to reclassify meth as an "unrestricted therapeutic", and more (Sam Sabin/Axios)

Sam Sabin / Axios:

Security researchers successfully prompted the AI behind a Utah prescription renewal pilot to reclassify meth as an “unrestricted therapeutic”, and more — Security researchers used relatively simple jailbreaking techniques to trick the AI system powering Utah's new prescription refill bot.

3 часа назад @ techmeme.com
Dario Amodei says Anthropic has a higher retention than OpenAI, emphasizing its "mission" as a way to reinforce staff loyalty and fend off competitors' offers (The Information)
Dario Amodei says Anthropic has a higher retention than OpenAI, emphasizing its "mission" as a way to reinforce staff loyalty and fend off competitors' offers (The Information) Dario Amodei says Anthropic has a higher retention than OpenAI, emphasizing its "mission" as a way to reinforce staff loyalty and fend off competitors' offers (The Information)

The Information:

Dario Amodei says Anthropic has a higher retention than OpenAI, emphasizing its “mission” as a way to reinforce staff loyalty and fend off competitors' offers — Anthropic CEO Dario Amodei on Tuesday touted the company's ability to fend off its competitors from recruiting its staff …

4 часа назад @ techmeme.com
TikTok won't add E2EE to DMs because it would prevent police and safety teams from reading messages if needed, saying it wants to protect young users from harm (Joe Tidy/BBC)
TikTok won't add E2EE to DMs because it would prevent police and safety teams from reading messages if needed, saying it wants to protect young users from harm (Joe Tidy/BBC) TikTok won't add E2EE to DMs because it would prevent police and safety teams from reading messages if needed, saying it wants to protect young users from harm (Joe Tidy/BBC)

Joe Tidy / BBC:

TikTok won't add E2EE to DMs because it would prevent police and safety teams from reading messages if needed, saying it wants to protect young users from harm — TikTok will not introduce end-to-end encryption (E2EE) - the controversial privacy feature used by nearly all its rivals - arguing it makes users less safe.

5 часов назад @ techmeme.com
OpenAI's red lines within its DOD agreement are built upon legal language that the NSA has redefined over decades to permit the things they appear to prohibit (Mike Masnick/Techdirt)
OpenAI's red lines within its DOD agreement are built upon legal language that the NSA has redefined over decades to permit the things they appear to prohibit (Mike Masnick/Techdirt) OpenAI's red lines within its DOD agreement are built upon legal language that the NSA has redefined over decades to permit the things they appear to prohibit (Mike Masnick/Techdirt)

Mike Masnick / Techdirt:

OpenAI's red lines within its DOD agreement are built upon legal language that the NSA has redefined over decades to permit the things they appear to prohibit — Within hours on Friday, the Pentagon blacklisted one AI company for refusing to drop its safety commitments on surveillance …

5 часов назад @ techmeme.com
KeyCare, a virtual care platform built on the Epic EHR, raised $27.4M led by HealthX Ventures, bringing its total funding to over $55M (Jessica Hagen/MobiHealthNews)
KeyCare, a virtual care platform built on the Epic EHR, raised $27.4M led by HealthX Ventures, bringing its total funding to over $55M (Jessica Hagen/MobiHealthNews) KeyCare, a virtual care platform built on the Epic EHR, raised $27.4M led by HealthX Ventures, bringing its total funding to over $55M (Jessica Hagen/MobiHealthNews)

Jessica Hagen / MobiHealthNews:

KeyCare, a virtual care platform built on the Epic EHR, raised $27.4M led by HealthX Ventures, bringing its total funding to over $55M — The new funding brings the company's total raise to more than $55 million. — Global Investing — KeyCare, a virtual care platform built on the Epic EHR …

6 часов назад @ techmeme.com
Google details Coruna, an exploit kit used to hijack iPhones via malicious websites; iVerify suggests it may have been originally built for the US government (Andy Greenberg/Wired)
Google details Coruna, an exploit kit used to hijack iPhones via malicious websites; iVerify suggests it may have been originally built for the US government (Andy Greenberg/Wired) Google details Coruna, an exploit kit used to hijack iPhones via malicious websites; iVerify suggests it may have been originally built for the US government (Andy Greenberg/Wired)

Andy Greenberg / Wired:

Google details Coruna, an exploit kit used to hijack iPhones via malicious websites; iVerify suggests it may have been originally built for the US government — A highly sophisticated set of iPhone hijacking techniques has likely infected tens of thousands of phones or more.

7 часов назад @ techmeme.com
Self-driving software startup Oxa raised a $103M Series D, with $50M coming from the UK government's National Wealth Fund; Nvidia's NVentures also invested (Tom Nugent/Sifted)
Self-driving software startup Oxa raised a $103M Series D, with $50M coming from the UK government's National Wealth Fund; Nvidia's NVentures also invested (Tom Nugent/Sifted) Self-driving software startup Oxa raised a $103M Series D, with $50M coming from the UK government's National Wealth Fund; Nvidia's NVentures also invested (Tom Nugent/Sifted)

Tom Nugent / Sifted:

Self-driving software startup Oxa raised a $103M Series D, with $50M coming from the UK government's National Wealth Fund; Nvidia's NVentures also invested — Oxa develops self-driving software for industrial use cases, with customers including BP, DHL and Vantec

7 часов назад @ techmeme.com
Sources: the White House is debating whether to allow Tencent to maintain stakes in US and Finnish video game companies; Tencent holds a 28% stake in Epic Games (Financial Times)
Sources: the White House is debating whether to allow Tencent to maintain stakes in US and Finnish video game companies; Tencent holds a 28% stake in Epic Games (Financial Times) Sources: the White House is debating whether to allow Tencent to maintain stakes in US and Finnish video game companies; Tencent holds a 28% stake in Epic Games (Financial Times)

Financial Times:

Sources: the White House is debating whether to allow Tencent to maintain stakes in US and Finnish video game companies; Tencent holds a 28% stake in Epic Games — Chinese company's investments in ‘Fortnite’ creator Epic Games and other creators have faced long-running US security review

7 часов назад @ techmeme.com
As experts warn about cyberattacks from Iran on the US, CISA is operating under a partial government shutdown and dealing with leadership changes (Samantha Subin/CNBC)
As experts warn about cyberattacks from Iran on the US, CISA is operating under a partial government shutdown and dealing with leadership changes (Samantha Subin/CNBC) As experts warn about cyberattacks from Iran on the US, CISA is operating under a partial government shutdown and dealing with leadership changes (Samantha Subin/CNBC)

Samantha Subin / CNBC:

As experts warn about cyberattacks from Iran on the US, CISA is operating under a partial government shutdown and dealing with leadership changes — As the fighting in the Middle East roars on, cyber experts are increasingly warning of online attacks from Iran on U.S. businesses and infrastructure.

8 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Junyang Lin, a tech lead on Alibaba's Qwen team, abruptly steps down; two other members of the Qwen team also leave (Jagmeet Singh/TechCrunch)
Junyang Lin, a tech lead on Alibaba's Qwen team, abruptly steps down; two other members of the Qwen team also leave (Jagmeet Singh/TechCrunch) Junyang Lin, a tech lead on Alibaba's Qwen team, abruptly steps down; two other members of the Qwen team also leave (Jagmeet Singh/TechCrunch)

Jagmeet Singh / TechCrunch:

Junyang Lin, a tech lead on Alibaba's Qwen team, abruptly steps down; two other members of the Qwen team also leave — Alibaba's Qwen AI project has lost one of its most visible technical leaders just a day after the Chinese tech giant unveiled its new Qwen 3.5 open-weight small models.

8 часов назад @ techmeme.com
Intel says board chair Frank Yeary, who has served on the board since 2009, will retire after Intel's annual meeting in May and be replaced by Craig Barratt (Max A. Cherney/Reuters)
Intel says board chair Frank Yeary, who has served on the board since 2009, will retire after Intel's annual meeting in May and be replaced by Craig Barratt (Max A. Cherney/Reuters) Intel says board chair Frank Yeary, who has served on the board since 2009, will retire after Intel's annual meeting in May and be replaced by Craig Barratt (Max A. Cherney/Reuters)

Max A. Cherney / Reuters:

Intel says board chair Frank Yeary, who has served on the board since 2009, will retire after Intel's annual meeting in May and be replaced by Craig Barratt — Intel (INTC.O) said on Tuesday that board chair Frank Yeary plans to retire following the company's annual meeting in May and will be replaced by Craig Barratt.

8 часов назад @ techmeme.com
Sources: Anthropic recently surpassed $19B in run-rate revenue, up from $9B at the end of 2025 and roughly $14B a few weeks ago (Shirin Ghaffary/Bloomberg)
Sources: Anthropic recently surpassed $19B in run-rate revenue, up from $9B at the end of 2025 and roughly $14B a few weeks ago (Shirin Ghaffary/Bloomberg) Sources: Anthropic recently surpassed $19B in run-rate revenue, up from $9B at the end of 2025 and roughly $14B a few weeks ago (Shirin Ghaffary/Bloomberg)

Shirin Ghaffary / Bloomberg:

Sources: Anthropic recently surpassed $19B in run-rate revenue, up from $9B at the end of 2025 and roughly $14B a few weeks ago — Anthropic PBC is on track to generate annual revenue of almost $20 billion, a projection based on current performance, more than doubling its run rate from late last year …

8 часов назад @ techmeme.com
President Trump says the GENIUS Act is being "threatened and undermined" by banks, following their opposition to stablecoin yield payouts (Nikhilesh De/CoinDesk)
President Trump says the GENIUS Act is being "threatened and undermined" by banks, following their opposition to stablecoin yield payouts (Nikhilesh De/CoinDesk) President Trump says the GENIUS Act is being "threatened and undermined" by banks, following their opposition to stablecoin yield payouts (Nikhilesh De/CoinDesk)

Nikhilesh De / CoinDesk:

President Trump says the GENIUS Act is being “threatened and undermined” by banks, following their opposition to stablecoin yield payouts — U.S. President Donald Trump said in a post on Truth Social that the banking industry is trying to undermine the stablecoin bill he signed into law last year.

8 часов назад @ techmeme.com
In an all-hands meeting, Sam Altman said OpenAI does not "get to make operational decisions" regarding how its technology is used by the Department of Defense (Ashley Capoot/CNBC)
In an all-hands meeting, Sam Altman said OpenAI does not "get to make operational decisions" regarding how its technology is used by the Department of Defense (Ashley Capoot/CNBC) In an all-hands meeting, Sam Altman said OpenAI does not "get to make operational decisions" regarding how its technology is used by the Department of Defense (Ashley Capoot/CNBC)

Ashley Capoot / CNBC:

In an all-hands meeting, Sam Altman said OpenAI does not “get to make operational decisions” regarding how its technology is used by the Department of Defense — OpenAI CEO Sam Altman told employees in an all-hands meeting on Tuesday that the company doesn't “get to make operational decisions” …

9 часов назад @ techmeme.com
Source: OpenAI is developing an alternative to GitHub; the project is nascent, and the decision came after OpenAI engineers experienced an increase in outages (The Information)
Source: OpenAI is developing an alternative to GitHub; the project is nascent, and the decision came after OpenAI engineers experienced an increase in outages (The Information) Source: OpenAI is developing an alternative to GitHub; the project is nascent, and the decision came after OpenAI engineers experienced an increase in outages (The Information)

The Information:

Source: OpenAI is developing an alternative to GitHub; the project is nascent, and the decision came after OpenAI engineers experienced an increase in outages — OpenAI is developing an alternative to GitHub, Microsoft's popular code repository that lets software engineers store …

9 часов назад @ techmeme.com
TikTok USDS says users "may temporarily experience lags in posting content" due to an issue at Oracle's Ashburn data center, the second Oracle outage in a month (Stevie Bonifield/The Verge)
TikTok USDS says users "may temporarily experience lags in posting content" due to an issue at Oracle's Ashburn data center, the second Oracle outage in a month (Stevie Bonifield/The Verge) TikTok USDS says users "may temporarily experience lags in posting content" due to an issue at Oracle's Ashburn data center, the second Oracle outage in a month (Stevie Bonifield/The Verge)

Stevie Bonifield / The Verge:

TikTok USDS says users “may temporarily experience lags in posting content” due to an issue at Oracle's Ashburn data center, the second Oracle outage in a month — TikTok users in the US may experience lag while trying to post content until the outage is resolved.

9 часов назад @ techmeme.com
CrowdStrike reports Q4 revenue up 23% YoY to $1.31B, vs. $1.30B est., a profit of $38.7M, compared with a loss of $86.3M a year earlier (Katherine Hamilton/Wall Street Journal)
CrowdStrike reports Q4 revenue up 23% YoY to $1.31B, vs. $1.30B est., a profit of $38.7M, compared with a loss of $86.3M a year earlier (Katherine Hamilton/Wall Street Journal) CrowdStrike reports Q4 revenue up 23% YoY to $1.31B, vs. $1.30B est., a profit of $38.7M, compared with a loss of $86.3M a year earlier (Katherine Hamilton/Wall Street Journal)

Katherine Hamilton / Wall Street Journal:

CrowdStrike reports Q4 revenue up 23% YoY to $1.31B, vs. $1.30B est., a profit of $38.7M, compared with a loss of $86.3M a year earlier — The cybersecurity company posted a profit of $38.7 million, or 15 cents a share, compared with a loss of $86.3 million, or 35 cents a share, a year earlier

9 часов назад @ techmeme.com
An internal DHS document shows CBP used location data sourced from the online ad industry to track phone locations; ICE has bought access to similar tools (Joseph Cox/404 Media)
An internal DHS document shows CBP used location data sourced from the online ad industry to track phone locations; ICE has bought access to similar tools (Joseph Cox/404 Media) An internal DHS document shows CBP used location data sourced from the online ad industry to track phone locations; ICE has bought access to similar tools (Joseph Cox/404 Media)

Joseph Cox / 404 Media:

An internal DHS document shows CBP used location data sourced from the online ad industry to track phone locations; ICE has bought access to similar tools — An internal DHS document obtained by 404 Media shows for the first time CBP used location data sourced from the online advertising industry to track phone locations.

10 часов назад @ techmeme.com
Amazon tells users it is shutting down the Wondery podcast app and Wondery+ subscription service "in the coming months"; some shows will be available on Audible (Todd Spangler/Variety)
Amazon tells users it is shutting down the Wondery podcast app and Wondery+ subscription service "in the coming months"; some shows will be available on Audible (Todd Spangler/Variety) Amazon tells users it is shutting down the Wondery podcast app and Wondery+ subscription service "in the coming months"; some shows will be available on Audible (Todd Spangler/Variety)

Todd Spangler / Variety:

Amazon tells users it is shutting down the Wondery podcast app and Wondery+ subscription service “in the coming months”; some shows will be available on Audible — Amazon is pulling the plug on the Wondery dedicated podcast app and subscription service.

10 часов назад @ techmeme.com
Sources: Meta has signed a multiyear AI content licensing deal with News Corp worth $50M per year; the deal will run for at least three years (Alexandra Bruell/Wall Street Journal)
Sources: Meta has signed a multiyear AI content licensing deal with News Corp worth $50M per year; the deal will run for at least three years (Alexandra Bruell/Wall Street Journal) Sources: Meta has signed a multiyear AI content licensing deal with News Corp worth $50M per year; the deal will run for at least three years (Alexandra Bruell/Wall Street Journal)

Alexandra Bruell / Wall Street Journal:

Sources: Meta has signed a multiyear AI content licensing deal with News Corp worth $50M per year; the deal will run for at least three years — The multiyear pact gives Meta access to content for training and to retrieve information for users of its AI tools

10 часов назад @ techmeme.com
Google adds a feature to let users with a Pixel 8 and newer connect their device to an external monitor via USB-C for a "desktop-like multi-window experience" (Emma Roth/The Verge)
Google adds a feature to let users with a Pixel 8 and newer connect their device to an external monitor via USB-C for a "desktop-like multi-window experience" (Emma Roth/The Verge) Google adds a feature to let users with a Pixel 8 and newer connect their device to an external monitor via USB-C for a "desktop-like multi-window experience" (Emma Roth/The Verge)

Emma Roth / The Verge:

Google adds a feature to let users with a Pixel 8 and newer connect their device to an external monitor via USB-C for a “desktop-like multi-window experience” — The Pixel 8 and up will display a desktop-like experience when connected to an external monitor.

11 часов назад @ techmeme.com
Sources: Amazon Publisher Services, which helps websites run ad auctions, is exploring offering technology to help other apps and sites sell ads in AI chatbots (Catherine Perloff/The Information)
Sources: Amazon Publisher Services, which helps websites run ad auctions, is exploring offering technology to help other apps and sites sell ads in AI chatbots (Catherine Perloff/The Information) Sources: Amazon Publisher Services, which helps websites run ad auctions, is exploring offering technology to help other apps and sites sell ads in AI chatbots (Catherine Perloff/The Information)

Catherine Perloff / The Information:

Sources: Amazon Publisher Services, which helps websites run ad auctions, is exploring offering technology to help other apps and sites sell ads in AI chatbots — Amazon is exploring offering technology to help other apps and sites sell ads in AI chatbots, according to two people who have talked to the company about its plans.

11 часов назад @ techmeme.com
All-hands: Sam Altman defended OpenAI's DOD deal, saying it was the right decision with "extremely difficult brand consequences and very negative" short-term PR (Berber Jin/Wall Street Journal)
All-hands: Sam Altman defended OpenAI's DOD deal, saying it was the right decision with "extremely difficult brand consequences and very negative" short-term PR (Berber Jin/Wall Street Journal) All-hands: Sam Altman defended OpenAI's DOD deal, saying it was the right decision with "extremely difficult brand consequences and very negative" short-term PR (Berber Jin/Wall Street Journal)

Berber Jin / Wall Street Journal:

All-hands: Sam Altman defended OpenAI's DOD deal, saying it was the right decision with “extremely difficult brand consequences and very negative” short-term PR — Startup's deal to do classified work with Defense Department drew backlash from staff and other AI researchers

11 часов назад @ techmeme.com
Anthropic says voice mode for Claude Code is now live for about 5% of users, with a broader rollout planned in the coming weeks (Lauren Forristal/TechCrunch)
Anthropic says voice mode for Claude Code is now live for about 5% of users, with a broader rollout planned in the coming weeks (Lauren Forristal/TechCrunch) Anthropic says voice mode for Claude Code is now live for about 5% of users, with a broader rollout planned in the coming weeks (Lauren Forristal/TechCrunch)

Lauren Forristal / TechCrunch:

Anthropic says voice mode for Claude Code is now live for about 5% of users, with a broader rollout planned in the coming weeks — Anthropic is bringing Voice Mode to Claude Code, the company's AI coding assistant for developers. The launch of voice mode marks a significant step toward more hands-free …

11 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 5 часов назад
ruvnet/RuView
ruvnet/RuView ruvnet/RuView

WiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video.

The CSI signal field acts as a "sixth sense" for detecting humans in the environment without requiring line-of-sight.

It reads WiFi signal data and makes decisions locally in under 10 ms. ADR-041 defines 60 modules across 13 categories — all 60 are implemented with 609 tests passing.

Raw WiFi CSI (56 subcarriers, noisy) | +-- ruvector-mincut ---------- Which channels carry body-motion signal?

Fine-tune ESP32 CSI + camera pseudo-labels Environment-specific multipath adaptation ruvector-solver for Fresnel geometry, ruvector-attn…

5 часов назад @ github.com
xpzouying/xiaohongshu-mcp
xpzouying/xiaohongshu-mcp xpzouying/xiaohongshu-mcp

Saved searches Use saved searches to filter your results more quicklyWe read every piece of feedback, and take your input very seriously.

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

5 часов назад @ github.com
alibaba/OpenSandbox
alibaba/OpenSandbox alibaba/OpenSandbox

Sandbox Protocol : Defines sandbox lifecycle management APIs and sandbox execution APIs so you can extend custom sandbox runtimes.

: Defines sandbox lifecycle management APIs and sandbox execution APIs so you can extend custom sandbox runtimes.

git clone https://github.com/alibaba/OpenSandbox.git cd OpenSandbox/server uv sync cp example.config.toml ~ /.sandbox.toml # Copy configuration file uv run python -m src.main # Start the service2.

Create a sandbox sandbox = await Sandbox .

Create a code interpreter interpreter = await CodeInterpreter .

1 day, 6 hours назад @ github.com
shareAI-lab/learn-claude-code
shareAI-lab/learn-claude-code shareAI-lab/learn-claude-code

/ \ yes no | | execute tools return text append results loop back -----------------> messages[] That's the minimal loop.

create ( model = MODEL , system = SYSTEM , messages = messages , tools = TOOLS , ) messages .

append ({ "role" : "user" , "content" : results })Every session layers one mechanism on top of this loop -- without changing the loop itself.

Cron -- the agent can schedule its own future tasks, executed automatically when the time comes.

claw0 is our companion teaching repo that deconstructs these mechanisms from scratch:claw agent = agent core + heartbeat + cron + IM chat + memory + soullearn-claude-code claw0 (agent runtime core: (proactive always-on assistant: loop, tools, pl…

1 day, 6 hours назад @ github.com
moeru-ai/airi
moeru-ai/airi moeru-ai/airi

Project AIRIRe-creating Neuro-sama, a soul container of AI waifu / virtual characters to bring them into our world.

Note We've got a whole dedicated organization @proj-airi for all the sub-projects born from Project AIRI.

Have you dreamed about having a cyber living being (cyber waifu, digital pet) or digital companion that could play with and talk to you?

Therefore, this project, AIRI, offers another possibility here: let you own your digital life, cyber living, easily, anywhere, anytime.

pnpm i pnpm devStage Web (Browser Version at airi.moeru.ai)pnpm devStage Tamagotchi (Desktop Version)pnpm dev:tamagotchiA Nix package for Tamagotchi is included.

1 day, 6 hours назад @ github.com
moonshine-ai/moonshine
moonshine-ai/moonshine moonshine-ai/moonshine

This means calling the speech to text model repeatedly over time as a sentence is spoken.

The main steps involved are microphone capture, voice activity detection (to break a continuous stream of audio into sections of speech), speech to text, speaker identification, and intent recognition.

text } " ) transcriber .

start () # Loop through the audio data in chunks to simulate live streaming # from a microphone or other source.

log_output_text : If this is enabled then the results of the speech to text model will be logged to the console.

3 days, 6 hours назад @ github.com
NVlabs/GR00T-WholeBodyControl
NVlabs/GR00T-WholeBodyControl NVlabs/GR00T-WholeBodyControl

It hosts model checkpoints and scripts for training, evaluating, and deploying advanced whole-body controllers for humanoid robots.

In this repo, we will release SONIC's training code, deployment framework, model checkpoints, and teleoperation stack for data collection.

VR Whole-Body TeleoperationSONIC supports real-time whole-body teleoperation via PICO VR headset, enabling natural human-to-robot motion transfer for data collection and interactive control.

The NVIDIA Open Model License permits commercial use with attribution and requires compliance with NVIDIA's Trustworthy AI terms.

Decoupled WBCFor the Decoupled WBC used in GR00T N1.5 and N1.6 models, please refer to the Decoupled WBC do…

3 days, 6 hours назад @ github.com
abhigyanpatwari/GitNexus
abhigyanpatwari/GitNexus abhigyanpatwari/GitNexus

GitNexus lets you analyze it — because a knowledge graph tracks every relationship, not just descriptions.

CLI + MCP (recommended)The CLI indexes your repository and runs an MCP server that gives AI agents deep codebase awareness.

When an AI agent starts, the MCP server reads the registry and can serve any indexed repo.

name , r . confidence ORDER BY r . confidence DESCWiki GenerationGenerate LLM-powered documentation from your knowledge graph:# Requires an LLM API key (OPENAI_API_KEY, etc.)

gitnexus wiki # Use a custom model or provider gitnexus wiki --model gpt-4o gitnexus wiki --base-url https://api.anthropic.com/v1 # Force full regeneration gitnexus wiki --forceThe wiki generator reads …

3 days, 6 hours назад @ github.com
anthropics/claude-code
anthropics/claude-code anthropics/claude-code

Claude CodeClaude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands.

Install Claude Code: MacOS/Linux (Recommended): curl -fsSL https://claude.ai/install.sh | bash Homebrew (MacOS/Linux): brew install --cask claude-code Windows (Recommended): irm https: // claude.ai / install.ps1 | iex WinGet (Windows): winget install Anthropic.ClaudeCode NPM (Deprecated): npm install -g @anthropic-ai/claude-code Navigate to your project directory and run claude .

PluginsThis repository includes several Claude Code plugins tha…

3 days, 6 hours назад @ github.com
vxcontrol/pentagi
vxcontrol/pentagi vxcontrol/pentagi

Accessing PentAGI from External NetworksBy default, PentAGI binds to 127.0.0.1 (localhost only) for security.

Podman Rootful ModeIf you're running Podman in rootful mode (with sudo), you can use the default configuration without modifications.

base_url } /api/v1/graphql" , json = { "query" : query , "variables" : { "provider" : provider , "input" : target } }, headers = self .

By setting LLM_SERVER_PROVIDER=moonshot , you can use the same provider configuration file for both direct API access and LiteLLM proxy access without modifications.

While typical agent workflows consume around 64K tokens, PentAGI uses 110K context size for safety margin and handling complex penetration testing scenar…

4 days, 6 hours назад @ github.com
bytedance/deer-flow
bytedance/deer-flow bytedance/deer-flow

🦌 DeerFlow - 2.0DeerFlow (Deep Exploration and Efficient Research Flow) is an open-source super agent harness that orchestrates sub-agents, memory, and sandboxes to do almost anything — powered by extensible skills.

If you're looking for the original Deep Research framework, it's maintained on the 1.x branch — contributions there are still welcome.

From Deep Research to Super Agent HarnessDeerFlow started as a Deep Research framework — and the community ran with it.

The lead agent can spawn sub-agents on the fly — each with its own scoped context, tools, and termination conditions.

Regression coverage includes Docker sandbox mode detection and provisioner kubeconfig-path handling tests in b…

4 days, 6 hours назад @ github.com
clockworklabs/SpacetimeDB
clockworklabs/SpacetimeDB clockworklabs/SpacetimeDB

Development at the speed of light.

InstallationYou can run SpacetimeDB as a standalone database server via the spacetime CLI tool.

# Clone SpacetimeDB git clone https: // github.com / clockworklabs / SpacetimeDB # Build and install the CLI cd SpacetimeDB cargo build -- locked -- release - p spacetimedb - standalone - p spacetimedb - update - p spacetimedb - cli # Create directories $stdbDir = " $HOME \AppData\Local\SpacetimeDB " $stdbVersion = & " .\target\release\spacetimedb-cli " -- version | Select-String - Pattern ' spacetimedb tool version ([0-9.

# %USERPROFILE%\AppData\Local\SpacetimeDB # Set the current version spacetime version use $STDB_VERSIONYou can verify that the correct versio…

5 days, 5 hours назад @ github.com
blackboardsh/electrobun
blackboardsh/electrobun blackboardsh/electrobun

ElectrobunGet started with a templatenpx electrobun initWhat is Electrobun?

Electrobun aims to be a complete solution-in-a-box for building, updating, and shipping ultra fast, tiny, and cross-platform desktop applications written in Typescript.

Under the hood it uses bun to execute the main process and to bundle webview typescript, and has native bindings written in zig.

Project GoalsWrite typescript for the main process and webviews without having to think about it.

Isolation between main and webview processes with fast, typed, easy to implement RPC between them.

5 days, 5 hours назад @ github.com
RichardAtCT/claude-code-telegram
RichardAtCT/claude-code-telegram RichardAtCT/claude-code-telegram

Claude Code Telegram BotA Telegram bot that gives you remote access to Claude Code.

PrerequisitesPython 3.11+ -- Download here-- Download here Claude Code CLI -- Install from here-- Install from here Telegram Bot Token -- Get one from @BotFather2.

Configurecp .env.example .env # Edit .env with your settings:Minimum required:TELEGRAM_BOT_TOKEN=1234567890:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 TELEGRAM_BOT_USERNAME=my_claude_bot APPROVED_DIRECTORY=/Users/yourname/projects ALLOWED_USERS=123456789 # Your Telegram user ID4.

Authenticate on your server with gh auth login , then work with repos conversationally:You: List my repos related to monitoring Bot: [Claude runs gh repo list, shows results] You…

5 days, 5 hours назад @ github.com
ruvnet/ruvector
ruvnet/ruvector ruvnet/ruvector

unwrap ( ) ; // Compute attention scores let attention = TopologicalAttention :: new ( Default :: default ( ) ) ; let scores = attention .

addEdge ( scan , filter ) ; // Apply attention const attention = new TopologicalAttention ( ) ; const scores = attention .

` ) ; // GNN embeddings const embeddings = await db .

; let embeddings = pipeline .

( "Landauer cost: {:.2e} J" , cost ) ; SIMD Pattern Retrieval use exo_manifold :: { ManifoldEngine , cosine_similarity_simd , batch_distances } ; // 54x faster similarity search let query = vec !

6 days, 5 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 3 часа назад
Dear Meta Smart Glasses Wearers: You're Being Watched, Too
Dear Meta Smart Glasses Wearers: You're Being Watched, Too Dear Meta Smart Glasses Wearers: You're Being Watched, Too

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

3 часа назад @ reddit.com
TikTok Is Experiencing Oracle-Related Server Issues Again
TikTok Is Experiencing Oracle-Related Server Issues Again TikTok Is Experiencing Oracle-Related Server Issues Again

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

3 часа назад @ reddit.com
AI memory crunch forces DRAM market into 'hourly pricing' model, report claims — small and medium-sized businesses fighting for survival
AI memory crunch forces DRAM market into 'hourly pricing' model, report claims — small and medium-sized businesses fighting for survival AI memory crunch forces DRAM market into 'hourly pricing' model, report claims — small and medium-sized businesses fighting for survival

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

4 часа назад @ reddit.com
David Zaslav Cashes In Over $100 Million Of Warner Bros Discovery Stock
David Zaslav Cashes In Over $100 Million Of Warner Bros Discovery Stock David Zaslav Cashes In Over $100 Million Of Warner Bros Discovery Stock

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

5 часов назад @ reddit.com
Scientists Discover Plant Compound That Forces Aggressive Breast Cancer Cells Into Self-Destruction
Scientists Discover Plant Compound That Forces Aggressive Breast Cancer Cells Into Self-Destruction Scientists Discover Plant Compound That Forces Aggressive Breast Cancer Cells Into Self-Destruction

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

5 часов назад @ reddit.com
A stolen Gemini API key turned a $180 bill into $82,000 in two days
A stolen Gemini API key turned a $180 bill into $82,000 in two days A stolen Gemini API key turned a $180 bill into $82,000 in two days

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

5 часов назад @ reddit.com
Sam Altman tells OpenAI staffers that military's 'operational decisions' are up to the government
Sam Altman tells OpenAI staffers that military's 'operational decisions' are up to the government Sam Altman tells OpenAI staffers that military's 'operational decisions' are up to the government

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

6 часов назад @ reddit.com
FCC chair calls Paramount/WBD merger "a lot cleaner" than defunct Netflix deal | FCC to review foreign debt, but Brendan Carr indicates it will be a formality.
FCC chair calls Paramount/WBD merger "a lot cleaner" than defunct Netflix deal | FCC to review foreign debt, but Brendan Carr indicates it will be a formality. FCC chair calls Paramount/WBD merger "a lot cleaner" than defunct Netflix deal | FCC to review foreign debt, but Brendan Carr indicates it will be a formality.

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

6 часов назад @ reddit.com
Facebook accounts unavailable in worldwide outage
Facebook accounts unavailable in worldwide outage Facebook accounts unavailable in worldwide outage

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

9 часов назад @ reddit.com
Facebook down LIVE as worldwide outage impacts UK and US. Facebook is down for users across the world, with reports of an outage flooding in from the UK, US, Indonesia, Ireland, Canada, the Philippines, Greece and Australia
Facebook down LIVE as worldwide outage impacts UK and US. Facebook is down for users across the world, with reports of an outage flooding in from the UK, US, Indonesia, Ireland, Canada, the Philippines, Greece and Australia Facebook down LIVE as worldwide outage impacts UK and US. Facebook is down for users across the world, with reports of an outage flooding in from the UK, US, Indonesia, Ireland, Canada, the Philippines, Greece and Australia

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

9 часов назад @ reddit.com
Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS
Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS

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

9 часов назад @ reddit.com
Accenture acquires Downdetector as part of $1.2 billion deal
Accenture acquires Downdetector as part of $1.2 billion deal Accenture acquires Downdetector as part of $1.2 billion deal

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

9 часов назад @ reddit.com
What your Meta smart glasses record doesn’t stay on your smart glasses, ‘data labeling’ contractors say
What your Meta smart glasses record doesn’t stay on your smart glasses, ‘data labeling’ contractors say What your Meta smart glasses record doesn’t stay on your smart glasses, ‘data labeling’ contractors say

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

9 часов назад @ reddit.com
Replacing actors with AI is "dumb as hell," says Clair Obscur: Expedition 33 and Baldur's Gate 3 star Jennifer English, because "humanness" is what makes these RPGs "so beloved"
Replacing actors with AI is "dumb as hell," says Clair Obscur: Expedition 33 and Baldur's Gate 3 star Jennifer English, because "humanness" is what makes these RPGs "so beloved" Replacing actors with AI is "dumb as hell," says Clair Obscur: Expedition 33 and Baldur's Gate 3 star Jennifer English, because "humanness" is what makes these RPGs "so beloved"

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

10 часов назад @ reddit.com
Iranian Ayatollah Khamenei’s Death Sparks Revolt Among Kalshi Customers. How Kalshi decided to settle a market tied to Iran’s supreme leader prompted anger among traders who felt the rules weren’t clear.
Iranian Ayatollah Khamenei’s Death Sparks Revolt Among Kalshi Customers. How Kalshi decided to settle a market tied to Iran’s supreme leader prompted anger among traders who felt the rules weren’t clear. Iranian Ayatollah Khamenei’s Death Sparks Revolt Among Kalshi Customers. How Kalshi decided to settle a market tied to Iran’s supreme leader prompted anger among traders who felt the rules weren’t clear.

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

11 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 2 часа назад
Resources | GPVM
Resources | GPVM Resources | GPVM

ResourcesThis page contains a collection of graphics programming and adjacent resources curated by our meetup attendees.

Check our curated beginner friendly resources.

See guide for adding resources.

Even though it is an OpenGL tutorial, it also teaches rendering techniques at the same time.

Edge-Avoiding À-Trous Wavelet Transform for fast Global Illumination Filtering (2010) Classic paper introducing a fast and simple filter for ray tracing denoising.

2 часа назад @ develop--gpvm-website.netlify.app
WebHaptics – Haptic feedback for the mobile web.
WebHaptics – Haptic feedback for the mobile web. WebHaptics – Haptic feedback for the mobile web.

Didn’t know this was possible!

2 часа назад @ haptics.lochie.me
Meta’s AI Smart Glasses and Data Privacy Concerns: Workers Say “We See Everything”
Meta’s AI Smart Glasses and Data Privacy Concerns: Workers Say “We See Everything” Meta’s AI Smart Glasses and Data Privacy Concerns: Workers Say “We See Everything”

Several of them work specifically with annotating videos, images and speech for Meta’s AI systems.

If you start asking questions, you are gone.”Sees bank cards and naked bodies“We see everything – from living rooms to naked bodies.

This in turn links to other pages, such as the Terms of Use for Meta’s AI services.

According to him, few people truly consider what they are agreeing to when they start using services such as Meta’s glasses.

How the Meta glasses work The Meta glasses can take pictures and record video with sound in two ways: When pressing a physical button on the glasses.

2 часа назад @ svd.se
You don’t have to if you don’t want to. § Scott Smitelli
You don’t have to if you don’t want to. § Scott Smitelli You don’t have to if you don’t want to. § Scott Smitelli

You don’t have to if you don’t want to.

They don’t move around, they don’t produce much light, there are no important chemical reactions occurring inside, and they’re specifically engineered not to emit strong radio waves or electromagnetic fields.

I don’t know if some people just flat-out don’t understand where care and craft come from.

Personally, I don’t know how to fix the software engineering profession because I can’t even articulate exactly what’s broken about it.

I won’t tell you what to do, aside from this one thing: Don’t doubt yourself.

2 часа назад @ scottsmitelli.com
How I run 4–8 parallel coding agents with tmux and Markdown specs — Manuel Schipper
How I run 4–8 parallel coding agents with tmux and Markdown specs — Manuel Schipper How I run 4–8 parallel coding agents with tmux and Markdown specs — Manuel Schipper

How I run 4–8 parallel coding agents with tmux and Markdown specsI’ve been running parallel coding agents with a lightweight setup for a few months now with tmux, Markdown files, bash aliases, and six slash commands.

So I built /fd-verify - it commits current state, does a proofread pass and executes a verification plan.

In my original project, I also created dedicated testing slash commands like /test-cli that run full verification against live data.

/fd-explore ← Load project context 4.

Context window limits.

2 часа назад @ schipper.ai
How to Kill the Code Review
How to Kill the Code Review How to Kill the Code Review

Humans already couldn’t keep up with code review when humans wrote code at human speed.

Code review wasn’t even ubiquitous until around 2012-2014, one veteran engineer told me, there just aren’t enough of us around to remember.

On top of that, developers keep saying that reviewing AI-generated code requires more effort than reviewing code written by their colleagues.

AI code review is still reviewAI code review tools are just buying us time.

In rule form: Code must not be written by humans Code must not be reviewed by humansLLMs are not great at following commands.

2 часа назад @ latent.space
U.S. Troops Were Told Iran War Is for “Armageddon,” Return of Jesus
U.S. Troops Were Told Iran War Is for “Armageddon,” Return of Jesus U.S. Troops Were Told Iran War Is for “Armageddon,” Return of Jesus

A combat-unit commander told non-commissioned officers at a briefing Monday that the Iran war is part of God’s plan and that Pres.

One complainant identified themselves as a non-commissioned officer (NCO) in a unit currently outside the Iran combat zone but in Ready-Support status, deployable at any time.

It’s led by a preacher who says God commands America to support Israel.

It remains to be seen whether and how wholesale Christianization of the Iran war will be opposed by officials inside the Pentagon, or political and legal advocates for secular values outside it.

He said that “President Trump has been anointed by Jesus to light the signal fire in Iran to cause Armageddon and mark his re…

2 часа назад @ jonathanlarsen.substack.com
Switch to Claude without starting over | Claude
Switch to Claude without starting over | Claude Switch to Claude without starting over | Claude

Import what matters in under a minuteYou’ve spent months teaching another AI how you work.

That context shouldn’t disappear because you want to try something new.

Claude can import what matters, so your first conversation feels like your hundredth.

2 часа назад @ claude.com
Claude Blattman · AI for Researchers & Managers • Chris Blattman
Claude Blattman · AI for Researchers & Managers • Chris Blattman Claude Blattman · AI for Researchers & Managers • Chris Blattman

In January 2026 I started building AI workflows with Claude Code.

Send Claude Blattman a note.

No Claude Code required Start with the essentials: which chatbot to use, prompt engineering that works, hands-free dictation, and meeting transcription.

The EssentialsClaude Code for Newbies Set up Claude Code, configure your CLAUDE.md, connect your email and calendar, and install your first skills.

Learn the loopProject Management with Claude Code A system for tracking complex projects across email, docs, meetings, and messaging.

2 часа назад @ claudeblattman.com
Welcome (back) to Macintosh ~ take
Welcome (back) to Macintosh ~ take

The only solution has been to start over, to not inherit backup state and to manually delete the old backup.

Querying for a file type and a tag often returns only a subset of the most recent files with the tags.

Creating a new folder in the Finder in the affected folder, that new folder does appear, but things that did not originate from within the Finder - no.

For several years, switching to a window in a full screen space often does not necessarily focus the window.

But with things having gotten this bad over so many years, my question is: does Apple even have the organizational acuity to understand, value and focus on these problems?

2 часа назад @ take.surf
Apple introduces MacBook Pro with all-new M5 Pro and M5 Max - Apple
Apple introduces MacBook Pro with all-new M5 Pro and M5 Max - Apple Apple introduces MacBook Pro with all-new M5 Pro and M5 Max - Apple

14- and 16-inch MacBook Pro with M5 Pro deliver:2Up to 7.8x faster AI image generation performance when compared to MacBook Pro with M1 Pro, and up to 3.7x faster than MacBook Pro with M4 Pro.

MacBook Pro with M5 Pro now comes standard with 1TB of storage, while MacBook Pro with M5 Max now comes standard with 2TB.

Even More Value for UpgradersThe new 14- and 16-inch MacBook Pro with M5 Pro and M5 Max mark a major leap for pro users.

The 14‑inch MacBook Pro with M5 Pro starts at $2,199 (U.S.) and $2,049 (U.S.) for education; and the 16‑inch MacBook Pro with M5 Pro starts at $2,699 (U.S.) and $2,499 (U.S.) for education.

The 14‑inch MacBook Pro with M5 Max starts at $3,599 (U.S.) and $3,299 (…

2 часа назад @ apple.com
Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering
Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering

This whole thing started with a simple question: can you train a model on Apple’s Neural Engine?

Here we cover the reverse engineering — how we peeled back the layers to understand what the M4 Neural Engine actually is and how to talk to it directly.

Load program onto ANE hardware [client loadModel:model options:@{} qos:21 error:&err]; // → programHandle assigned, queueDepth = 127 // 5.

Implication: The ANE hardware likely has a small set of fixed compute primitives (convolution, matrix multiply, elementwise) that are parameterized by tensor shape descriptors.

In Part 3, we’ll do the thing Apple says you can’t: train a neural network on the Neural Engine.

2 часа назад @ maderix.substack.com
MCP is dead. Long live the CLI
MCP is dead. Long live the CLI MCP is dead. Long live the CLI

CLI tools don’t care.

gh uses gh auth login .

When auth breaks, I fix it the way I always would: aws sso login , gh auth refresh .

Using multiple MCP tools?

Ship a good API, then ship a good CLI.

2 часа назад @ ejholmes.github.io
CBP Tapped Into the Online Advertising Ecosystem To Track Peoples’ Movements
CBP Tapped Into the Online Advertising Ecosystem To Track Peoples’ Movements CBP Tapped Into the Online Advertising Ecosystem To Track Peoples’ Movements

Customs and Border Protection (CBP) bought data from the online advertising ecosystem to track peoples’ precise movements over time, in a process that often involves siphoning data from ordinary apps like video games, dating services, and fitness trackers, according to an internal Department of Homeland Security (DHS) document obtained by 404 Media.

The document shows in stark terms the power, and potential risk, of online advertising data and how it can be leveraged by government agencies for surveillance purposes.

The news comes after Immigration and Customs Enforcement (ICE) purchased similar tools that can monitor the movements of phones in entire neighbourhoods.

ICE also recently said …

2 часа назад @ 404media.co
Atlas | Flexport Ships Map
Atlas | Flexport Ships Map 1 day, 2 hours назад @ atlas.flexport.com
Changelog Changelog
последний пост 1 day, 11 hours назад
Finale & Friends
Finale & Friends Finale & Friends

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

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

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

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

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

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

4 days, 10 hours назад @ changelog.com
The mythical agent-month
The mythical agent-month The mythical agent-month

Changelog News!

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

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

1 week, 1 day назад @ changelog.com
Selling SDKs in the era of many Claudes
Selling SDKs in the era of many Claudes Selling SDKs in the era of many Claudes

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

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

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

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

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

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

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

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

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

4 weeks, 1 day назад @ 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 назад @ 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 назад @ changelog.com
Clawdbot triggers a run on Mac Minis
Clawdbot triggers a run on Mac Minis Clawdbot triggers a run on Mac Minis

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
The state of homelab tech (2026)
The state of homelab tech (2026) The state of homelab tech (2026)

It’s like, I don’t know if you’re a golfer, Tim, but that’s what golf folks say as well.

And golf tech, like any tech, is just limitless really what they can fine tune and dial in.

I’m being facetious, but you know, golf rounds aren’t cheap, golf trips with friends aren’t cheap, golf clubs are not cheap.

And so that today is my TrueNAS box.

I kind of want my TrueNAS box to do everything.

1 month, 1 week назад @ changelog.com
ZDNet ZDNet
последний пост 5 часов назад
Is that message spam or real? This Android trick helps you ID the scams
Is that message spam or real? This Android trick helps you ID the scams Is that message spam or real? This Android trick helps you ID the scams

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.

5 часов назад @ zdnet.com
Love to customize your Linux desktop? This lightweight distro is great fun for newbies and experts
Love to customize your Linux desktop? This lightweight distro is great fun for newbies and experts Love to customize your Linux desktop? This lightweight distro is great fun for newbies and experts

Based on Debian and sporting the OpenBox desktop, BunsenLabs feels to me like a combination of Bodhi Linux and Ubuntu.

On the BunsenLabs desktop, you have a vertical panel with a desktop menu that smacks of Ubuntu, a green theme, and a right-click desktop menu a la Bodhi Linux.

A community-driven Linux distribution, BunsenLabs is the successor to CrunchBang Linux, a popular lightweight distro that faded far too fast.

Omega Linux can make it feel new again - here's howBunsenLabs Carbon is a mishmash of Linux desktop components, which shines through when you go to customize the desktop.

Also: The best Linux distros for beginnersPersonally, I love a good desktop customization, so BunsenLabs Ca…

6 часов назад @ zdnet.com
Google Pixel 10a vs. Pixel 10: I compared the two midrange phones, and this model wins
Google Pixel 10a vs. Pixel 10: I compared the two midrange phones, and this model wins Google Pixel 10a vs. Pixel 10: I compared the two midrange phones, and this model wins

Unlike last year, Google's latest affordable Pixel 10a is closer to its predecessor than the base flagship model, the Pixel 10.

The Pixel 10a doesn't compete with the Pixel 10 the way the 9a did with the 9.

Despite its modest improvements, the Pixel 10a remains a solid option under $500 and even beats the Pixel 10 in some areas.

You should buy the Google Pixel 10a if…Kerry Wan/ZDNET1.

Also: Google Pixel 10a vs. Pixel 9a: How much of an upgrade is the new affordable phone?

6 часов назад @ zdnet.com
How to watch hundreds of TV channels with this $20 antenna box (and ditch the streaming services)
How to watch hundreds of TV channels with this $20 antenna box (and ditch the streaming services)

Over-the-air TV antennas give you access to local news, sports, and entertainment channels for free, making them a great alternative to streaming services.

11 часов назад @ zdnet.com
3 tiny gadgets that quietly protect your devices from surges and snooping
3 tiny gadgets that quietly protect your devices from surges and snooping 3 tiny gadgets that quietly protect your devices from surges and snooping

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.

11 часов назад @ zdnet.com
I can't wait for Motorola's GrapheneOS phones: Why they're a win for privacy and open source
I can't wait for Motorola's GrapheneOS phones: Why they're a win for privacy and open source I can't wait for Motorola's GrapheneOS phones: Why they're a win for privacy and open source

Security and privacy are the big selling points of Motorola's GrapheneOS phones.

For those folks, alternative operating systems -- such as e/OS, the Free Software Foundation (FSF) LibrePhone, and the GrapheneOS Foundation's GrapheneOS -- are attractive options.

GrapheneOS runs most Google Play appsThe operating system includes other open-source programs, like the security-hardened Vanadium browser.

If you'd rather wait for a new, official GrapheneOS phone, Motorola and GrapheneOS will co-develop hardware that meets strict standards, such as memory tagging and multi-year updates.

The company describes the GrapheneOS partnership as an "added new era of smartphone security," not a platform swi…

12 часов назад @ zdnet.com
The March Pixel Drop just landed with 8 big upgrades for your Android device - what's new
The March Pixel Drop just landed with 8 big upgrades for your Android device - what's new The March Pixel Drop just landed with 8 big upgrades for your Android device - what's new

The March Pixel Drop is here, and while it's bringing some new features to Pixel phones and watches, the biggest updates are coming to every Android device.

Share your live location in MessagesProbably the most useful updates are coming to Android in general and center around location.

Never leave your phone behindPixel Watch is getting two significant upgrades, including one that makes sure you never leave your phone behind.

Also: 4 Google Pixel phone tricks every user should know8.

Express PayAdditionally, your Pixel Watch now has Express Pay, which allows you to pay by just turning and tapping your Pixel Watch to a retail terminal without needing to open the Wallet app.

13 часов назад @ zdnet.com
The new MacBook Pro gives you M5 Pro and Max power now - for a bigger price
The new MacBook Pro gives you M5 Pro and Max power now - for a bigger price The new MacBook Pro gives you M5 Pro and Max power now - for a bigger price

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

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

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

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

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

15 часов назад @ zdnet.com
Linux PC booting slowly? This handy tool shows why in seconds - here's how
Linux PC booting slowly? This handy tool shows why in seconds - here's how Linux PC booting slowly? This handy tool shows why in seconds - here's how

ZDNET's key takeawaysIf your Linux machine's boot is slow, try this tool.

At some point, you might get curious as to what's slowing down the boot time of your Linux machine.

systemd-analyzeThe tool in question is a part of the systemd init system, and it's called systemd-analyze.

The systemd-analyze tool is handy to have around.

With it, you can begin to troubleshoot issues that cause your system to boot more slowly than expected.

16 часов назад @ zdnet.com
The new MacBook Air M5 costs $100 more - here's what that gets you
The new MacBook Air M5 costs $100 more - here's what that gets you The new MacBook Air M5 costs $100 more - here's what that gets you

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.

16 часов назад @ zdnet.com
Need a microSD? I trust this 1TB card with all my footage - and that says a lot
Need a microSD? I trust this 1TB card with all my footage - and that says a lot Need a microSD? I trust this 1TB card with all my footage - and that says a lot

I remember when 1TB microSD cards were considered moonshot technology, complete with moonshot price tags.

That's why I was excited to test Lexar's 1TB Silver Plus microSDXC card, a high-capacity card aimed at enthusiasts and semi-professionals.

Lexar's microSD card lineup explainedBefore diving into the details, let's address Lexar's somewhat confusing microSD lineup.

However, since the Gold cards are only available in 128GB and 256GB capacities, the Silver Plus 1TB microSD card is the fastest 1TB option in Lexar's lineup.

However, with a pricetag of $270 to $300, it's far from the cheapest 1TB microSD card on the market.

17 часов назад @ zdnet.com
I tested Shark's new robot vacuum and mop - and only one thing wasn't perfect
I tested Shark's new robot vacuum and mop - and only one thing wasn't perfect

The Shark UV Reveal is ideal for mostly hard floors and obstacle avoidance. Plus: It's bagless.

18 часов назад @ zdnet.com
Hands-on with Lenovo's modular laptop: a promising concept (and not too far fetched)
Hands-on with Lenovo's modular laptop: a promising concept (and not too far fetched) Hands-on with Lenovo's modular laptop: a promising concept (and not too far fetched)

ZDNET's key takeawaysLenovo unveiled a modular proof of concept ThinkBook at Mobile World Congress 2026.

It features a detachable dual screen and keyboard, and swappable ports.

Just keep in mind, however, you have to keep it connected with a USB-C cable to the laptop itself.

Whereas the Framework's ports are plastic modular ports that all connect via integrated USB-C connections, however, the ThinkBook's I/O are not.

That laptop saw a redesigned, double-sided motherboard to improve access and part replacement for the end user, and on a flagship laptop lineup no less.

1 day, 11 hours назад @ zdnet.com
Lenovo's new PCs offer a glimpse of the future - and it's modular
Lenovo's new PCs offer a glimpse of the future - and it's modular Lenovo's new PCs offer a glimpse of the future - and it's modular

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

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

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

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

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

1 day, 11 hours назад @ zdnet.com
Ditching ChatGPT for Claude AI just got much easier - how to import your memories
Ditching ChatGPT for Claude AI just got much easier - how to import your memories Ditching ChatGPT for Claude AI just got much easier - how to import your memories

ZDNET's key takeawaysClaude AI now lets you copy memories from another AI service.

Now Anthropic's Claude AI has cooked up a quick and simple way to incorporate memories from elsewhere.

With the new memory import option, you can transfer memories to Claude from another AI, such as ChatGPT, Google Gemini, or Microsoft Copilot.

Even if you're not quitting another AI but simply want to give Claude the same memories, you can still use the memory import tool.

A free or paid plan will suffice, as you can perform the memory import either way.

1 day, 12 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 7 часов назад
Why AI startups are selling the same equity at two different prices
Why AI startups are selling the same equity at two different prices

Some AI founders are using a novel valuation mechanism to manufacture unicorn status.

7 часов назад @ techcrunch.com
A suite of government hacking tools targeting iPhones is now being used by cybercriminals
A suite of government hacking tools targeting iPhones is now being used by cybercriminals

Security researchers say exploits used by governments to hack into iPhones have been found to be used by cybercriminals. They warned of an emerging market for "secondhand" exploits.

8 часов назад @ techcrunch.com
Alibaba’s Qwen tech lead steps down after major AI push
Alibaba’s Qwen tech lead steps down after major AI push

Reactions rippled through Alibaba's Qwen team after tech lead Junyang Lin stepped down following a major model launch.

8 часов назад @ techcrunch.com
Just three companies dominated the $189B in VC investments last month
Just three companies dominated the $189B in VC investments last month

Crunchbase data shows a record $189 billion of global venture capital flowed to startups last month, with AI startups nabbing 90% of the capital.

9 часов назад @ techcrunch.com
TikTok down for some in US, thanks to second Oracle outage since sale
TikTok down for some in US, thanks to second Oracle outage since sale

TikTok experienced a similar outage just days after ByteDance divested the app's U.S. operations.

9 часов назад @ techcrunch.com
AI companies are spending millions to thwart this former tech exec’s congressional bid
AI companies are spending millions to thwart this former tech exec’s congressional bid

A tech billionaire-backed super PAC is spending $125 million to undercut candidates pushing for AI regulation. New York's Alex Bores, a former tech executive himself, is one of them.

10 часов назад @ techcrunch.com
ChatGPT’s new GPT-5.3 Instant model will stop telling you to calm down
ChatGPT’s new GPT-5.3 Instant model will stop telling you to calm down

The company says the new model will reduce the "cringe" that's been annoying its users for months.

11 часов назад @ techcrunch.com
Anduril aims at $60 billion valuation in new funding round
Anduril aims at $60 billion valuation in new funding round

The funding round would come less than a year after Anduril's Series G, which closed in June with $2.5 billion against a $30 billion valuation.

12 часов назад @ techcrunch.com
Claude Code rolls out a voice mode capability
Claude Code rolls out a voice mode capability

Anthropic is stepping up its game in the AI coding space with the rollout of Voice Mode in Claude Code.

12 часов назад @ techcrunch.com
Android users can now share tracker tag info with airlines to help locate lost luggage
Android users can now share tracker tag info with airlines to help locate lost luggage

More than 10 global airlines now accept Find Hub locations as part of their baggage recovery process.

13 часов назад @ techcrunch.com
X says it will suspend creators from revenue-sharing program for unlabeled AI posts of ‘armed conflict’
X says it will suspend creators from revenue-sharing program for unlabeled AI posts of ‘armed conflict’

Creators who break the rules will get a three-month suspension, and if they continue to violate the policy, they'll be permanently banned.

13 часов назад @ techcrunch.com
The new MacBook Pro laptops are up to $400 more expensive than their predecessors, thanks to the RAM shortage
The new MacBook Pro laptops are up to $400 more expensive than their predecessors, thanks to the RAM shortage

With the demands for more computers and data centers to power AI, the market is experiencing a shortage of RAM, causing memory prices to surge.

14 часов назад @ techcrunch.com
Hacked traffic cams and hijacked TVs: How cyber operations supported the war against Iran
Hacked traffic cams and hijacked TVs: How cyber operations supported the war against Iran

After U.S. and Israeli forces started bombing Iran, reports say cyber operations have disrupted communications, supporting surveillance activities, and have been used in psychological operations.

14 часов назад @ techcrunch.com
Activist investor Elliot takes a $1B stake in Pinterest, betting on AI-driven growth
Activist investor Elliot takes a $1B stake in Pinterest, betting on AI-driven growth

Activist Investor Elliott Investment Management has taken a $1 billion stake in Pinterest.

14 часов назад @ techcrunch.com
Apple’s rumored MacBook Neo, a lower-cost, colorful laptop, could launch this week
Apple’s rumored MacBook Neo, a lower-cost, colorful laptop, could launch this week

This would mark the first time Apple competes with cheaper hardware like the Chromebook.

14 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
NASA Repairs Artemis 2 Rocket, Continues Eyeing April Moon Launch
NASA Repairs Artemis 2 Rocket, Continues Eyeing April Moon Launch NASA Repairs Artemis 2 Rocket, Continues Eyeing April Moon Launch

NASA is eyeing an April launch window for the upcoming Artemis II mission after it repaired a helium-flow issue on the Space Launch System upper stage rocket. "Work on the rocket and spacecraft will continue in the coming weeks as NASA prepares for rolling the rocket out to the launch pad again later this month ahead of a potential launch in April," NASA wrote in an update on Tuesday. Space.com reports: The repair work occurred inside the huge Vehicle Assembly Building (VAB) at NASA's Kennedy Space Center (KSC) in Florida. Artemis 2's SLS and Orion crew capsule have been in the VAB since Feb. 25, when they rolled back to the hangar from KSC's Launch Pad 39B. Just a few days earlier, the Art…

1 час назад @ science.slashdot.org
A Possible US Government iPhone-Hacking Toolkit Is Now In the Hands of Foreign Spies, Criminals
A Possible US Government iPhone-Hacking Toolkit Is Now In the Hands of Foreign Spies, Criminals A Possible US Government iPhone-Hacking Toolkit Is Now In the Hands of Foreign Spies, Criminals

Security researchers say a highly sophisticated iPhone exploitation toolkit dubbed "Coruna," which possibly originated from a U.S. government contractor, has spread from suspected Russian espionage operations to crypto-stealing criminal campaigns. Apple has patched the exploited vulnerabilities in newer iOS versions, but tens of thousands of devices may have already been compromised. An anonymous reader quotes an excerpt from Wired's report: Security researchers at Google on Tuesday released a report describing what they're calling "Coruna," a highly sophisticated iPhone hacking toolkit that includes five complete hacking techniques capable of bypassing all the defenses of an iPhone to sile…

5 часов назад @ apple.slashdot.org
OpenAI Is Developing an Alternative To GitHub
OpenAI Is Developing an Alternative To GitHub OpenAI Is Developing an Alternative To GitHub

OpenAI is reportedly developing a code-hosting platform that could compete with GitHub, The Information reported on Tuesday. "If OpenAI does sell the product, it would mark a bold move by the creator of ChatGPT to compete directly against Microsoft, which holds a significant stake in the firm," notes Reuters. From the report: Engineers from OpenAI encountered a rise in service disruptions that rendered GitHub unavailable in recent months, which ultimately prompted the decision to develop the new product, the report said. The OpenAI project is in its early stages and likely will not be completed for months, according to The Information. Employees working on it have considered making the code…

7 часов назад @ developers.slashdot.org
Google Chrome Is Switching To a Two-Week Release Cycle
Google Chrome Is Switching To a Two-Week Release Cycle Google Chrome Is Switching To a Two-Week Release Cycle

Google is accelerating Chrome's major release cadence from four weeks to two starting with version 153 on September 8th. "...our goal is to ensure developers and users have immediate access to the latest performance improvements, fixes and new capabilities," says Google. "Building on our history of adapting our release process to match the demands of a modern web, Chrome is moving to a two-week release cycle." The company says the "smaller scope" of these releases "minimizes disruption and simplifies post-release debugging." They also cite "recent process enhancements" that will "maintain [Chrome's] high standards for stability." 9to5Google reports: There will still be weekly security updat…

9 часов назад @ tech.slashdot.org
LibreOffice Says Its UI Is Way Better Than Microsoft Office's
LibreOffice Says Its UI Is Way Better Than Microsoft Office's LibreOffice Says Its UI Is Way Better Than Microsoft Office's

darwinmac writes: While many users choose Microsoft Office over LibreOffice because of its support for the proprietary formats (.docx, .xlsx, and .pptx), others prefer Office for its "better" ribbon interface. These users often criticize LibreOffice for having a "clunky" UI instead of the "standard" ribbon interface you would find in Word, Excel, and other Office apps. Now, Neowin reports that LibreOffice is fighting back, arguing that its UI is actually superior because it is customizable, with several modes such as the classic toolbar interface, an Office-inspired ribbon layout, a sidebar-focused design, and more. Furthermore, it argues that there is no evidence that the ribbon offers "su…

10 часов назад @ tech.slashdot.org
Meta's AI Display Glasses Reportedly Share Intimate Videos With Human Moderators
Meta's AI Display Glasses Reportedly Share Intimate Videos With Human Moderators Meta's AI Display Glasses Reportedly Share Intimate Videos With Human Moderators

An anonymous reader quotes a report from Engadget: Users of Meta's AI smart glasses in Europe may be unknowingly sharing intimate video and sensitive financial information with moderators outside of the bloc, according to a report from Sweden's Svenska Dagbladet released last week. Employees in Kenya doing AI "annotation" told the journalists that they've seen people nude, using the toilet and engaging in sexual activity, along with credit card numbers and other sensitive information. With Meta's Ray-Ban Display and other glasses with AI capabilities, users can record what they're looking at or get answers to questions via a Meta AI assistant. If a wearer wants to make use of that AI, thoug…

11 часов назад @ yro.slashdot.org
OpenAI Amends Pentagon Deal As Sam Altman Admits It Looks 'Sloppy'
OpenAI Amends Pentagon Deal As Sam Altman Admits It Looks 'Sloppy' OpenAI Amends Pentagon Deal As Sam Altman Admits It Looks 'Sloppy'

OpenAI is amending its Pentagon contract after CEO Sam Altman acknowledged it appeared "opportunistic and sloppy." On Monday night, Altman said the company would explicitly restrict its technology from being used by intelligence agencies and for mass domestic surveillance. The Guardian reports: OpenAI, which has more than 900 million users of ChatGPT, made the deal almost immediately after the Pentagon's existing AI contractor, Anthropic, was dropped. [...] The deal prompted an online backlash against OpenAI, with users of X and Reddit encouraging a "delete ChatGPT" campaign. One post read: "You're now training a war machine. Let's see proof of cancellation." In a message to employees repos…

12 часов назад @ yro.slashdot.org
Accenture Acquires Ookla, Downdetector As Part of $1.2 Billion Deal
Accenture Acquires Ookla, Downdetector As Part of $1.2 Billion Deal Accenture Acquires Ookla, Downdetector As Part of $1.2 Billion Deal

Accenture is acquiring Downdetector parent company Ookla from Ziff Davis in a $1.2 billion deal to bolster its network analytics and visibility tools for telecoms, hyperscalers, and enterprises. "The deal, which will transfer all of Ziff Davis's Connectivity division to Accenture, includes Ookla's Speedtest, Ekahau, and RootMetrics," notes The Register reports: "Modern networks have evolved from simple infrastructure into business-critical platforms," said Accenture CEO Julie Sweet in a canned statement. "Without the ability to measure performance, organizations cannot optimize experience, revenue, or security." Ookla is meant to let them do just that. Data captured at the network and devic…

13 часов назад @ news.slashdot.org
India's Top Court Angry After Junior Judge Cites Fake AI-Generated Orders
India's Top Court Angry After Junior Judge Cites Fake AI-Generated Orders India's Top Court Angry After Junior Judge Cites Fake AI-Generated Orders

An anonymous reader quotes a report from the BBC: India's Supreme Court has threatened legal consequences after a judge was found to have adjudicated on a property dispute using fake judgements generated by artificial intelligence. The top court, which was responding to an appeal by the defendants, will now examine the ruling given by the lower court in the southern state of Andhra Pradesh. The Supreme Court called the case a matter of "institutional concern" and said fake AI-generated judgements had "a direct bearing on integrity of adjudicatory process." [...] Coming down sternly against the fake judgements, the top court last Friday stayed the lower court's order on the property dispute.…

14 часов назад @ yro.slashdot.org
Apple Launches New M5 Chips, MacBook Pro, and First New Monitors In Years
Apple Launches New M5 Chips, MacBook Pro, and First New Monitors In Years Apple Launches New M5 Chips, MacBook Pro, and First New Monitors In Years

Today, Apple updated the MacBook Pro and MacBook Air with support for its new M5 chips. It also unveiled a pair of all-new Studio Display XDR monitors. Longtime Slashdot reader jizmonkey shares details about the M5 Pro and M5 Max chips, which look to be fairly major updates from the previous generation: Apple announced its newest CPUs today, which it claims has the fastest single-threaded performance in the world. Both the M5 Pro and M5 Max have eighteen-core designs, versus twelve or fourteen in the M4 Pro and fourteen or sixteen in the M4 Max. However, the number of higher-performing cores has been reduced significantly. In the older M4 designs, the chips had eight, ten, or twelve "perfor…

15 часов назад @ apple.slashdot.org
AI-Generated Art Can't Be Copyrighted After Supreme Court Declines To Review the Rule
AI-Generated Art Can't Be Copyrighted After Supreme Court Declines To Review the Rule AI-Generated Art Can't Be Copyrighted After Supreme Court Declines To Review the Rule

The Supreme Court of the United States declined to review a case challenging the U.S. Copyright Office's stance that AI-generated works lack the required human authorship for copyright protection, leaving lower court rulings intact. The Verge reports: The Monday decision comes after Stephen Thaler, a computer scientist from Missouri, appealed a court's decision to uphold a ruling that found AI-generated art can't be copyrighted. In 2019, the U.S. Copyright Office rejected Thaler's request to copyright an image, called A Recent Entrance to Paradise, on behalf of an algorithm he created. The Copyright Office reviewed the decision in 2022 and determined that the image doesn't include "human au…

16 часов назад @ yro.slashdot.org
ChatGPT Uninstalls Surged By 295% After Pentagon Deal
ChatGPT Uninstalls Surged By 295% After Pentagon Deal ChatGPT Uninstalls Surged By 295% After Pentagon Deal

After OpenAI announced a partnership with the U.S. Department of Defense, U.S. uninstalls of ChatGPT surged 295% in a single day. Meanwhile, rival Anthropic "gained enough popularity to earn the number one spot on the App Store's Top Free Apps leaderboard," reports Engadget. TechCrunch reports: This data, which comes from market intelligence provider Sensor Tower, represents a sizable increase compared with ChatGPT's typical day-over-day uninstall rate of 9%, as measured over the past 30 days. [...] In addition, ChatGPT's download growth was impacted by the news of its DoD partnership, with its U.S. downloads dropping by 13% day-over-day on Saturday, shortly after the news of its deal went …

17 часов назад @ yro.slashdot.org
Hacked Tehran Traffic Cameras Fed Israeli Intelligence Before Strike On Khamenei
Hacked Tehran Traffic Cameras Fed Israeli Intelligence Before Strike On Khamenei Hacked Tehran Traffic Cameras Fed Israeli Intelligence Before Strike On Khamenei

An anonymous reader shares a CTech article with the caption: "A brilliantly executed operation." From the report: Years before the air strike that killed Ayatollah Ali Khamenei, Israeli intelligence had been quietly mapping the daily rhythms of Tehran. According to reporting by the Financial Times (paywalled), nearly all of the Iranian capital's traffic cameras had been hacked years earlier, their footage encrypted and transmitted to Israeli servers. One camera angle near Pasteur Street, close to Khamenei's compound, allowed analysts to observe the routines of bodyguards and drivers: where they parked, when they arrived and whom they escorted. That data was fed into complex algorithms that …

18 часов назад @ tech.slashdot.org
Amazon Cloud Unit's Data Centers In UAE, Bahrain Damaged In Drone Strikes
Amazon Cloud Unit's Data Centers In UAE, Bahrain Damaged In Drone Strikes Amazon Cloud Unit's Data Centers In UAE, Bahrain Damaged In Drone Strikes

sizzlinkitty shares a Reuters report detailing how drone strikes in the Middle East conflict with Iran damaged AWS data centers in the UAE and Bahrain, disrupting core cloud services and causing "prolonged" outages. Following the initial report, where Reuters said "objects" had triggered a fire at the data centers, the article was updated with additional information: A strike on the UAE facility marks the first time a major U.S. tech company's data center has been disrupted by military action. It raises questions around Big Tech's pace of expansion in the region. "In the UAE, two of our facilities were directly struck, while in Bahrain, a drone strike in close proximity to one of our facili…

19 часов назад @ tech.slashdot.org
The 19th Century Silent Film That First Captured a Robot Attack
The 19th Century Silent Film That First Captured a Robot Attack The 19th Century Silent Film That First Captured a Robot Attack

The Library of Congress has restored Gugusse et l'Automate, an 1897 short by Georges Melies that likely features the first robot ever shown on film. Long thought lost, the reel was discovered in a box of decaying nitrate films donated from a Michigan family collection. NPR reports: The film, which can be viewed on the Library of Congress' website, depicts a child-sized robot clown who grows to the size of an adult and then attacks a human clown with a stick. The human then decimates the machine with a hammer. In an Instagram post, Library of Congress moving image curator Jason Evans Groth said the film represents, "probably the first instance of a robot ever captured in a moving image." (Th…

22 часа назад @ hardware.slashdot.org
Блоги людей
Anthropic and Alignment
Anthropic and Alignment Anthropic and Alignment

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

1 day, 21 hours назад @ 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]: …

4 days, 20 hours назад @ nedbatchelder.com
>Street guesser
Street guesser Street guesser

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

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

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

1 week, 3 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.

2 weeks назад @ stratechery.com
EdText
EdText

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

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

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

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

1 month назад @ 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 назад @ stratechery.com
>Важность рефлексии растет
Важность рефлексии растет

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

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

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

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

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

testing, and linked to pytest docs and a

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

pytest.raises as a context manager, and have

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

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

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

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

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

Промт

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 months, 4 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 назад @ stratechery.com
>Сайд-бай-сайб 0.2.0
Сайд-бай-сайб 0.2.0 Сайд-бай-сайб 0.2.0

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

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

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

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

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

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

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

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

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

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

3 months назад @ 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…

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3 months, 3 weeks назад @ 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”…

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

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

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

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

4 months, 3 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.

4 months, 4 weeks назад @ stratechery.com
Hobby Hilbert Simplex
Hobby Hilbert Simplex Hobby Hilbert Simplex

I saw a generative art piece I liked and wanted to learn how it was made.

Starting with the artist’s Kotlin code, I dug into three new algorithms, hacked

together some Python code, experimented with alternatives, and learned a lot.

Now I can explain it to you.It all started with this post by

aBe on Mastodon:

I love how these lines separate and reunite. And the fact that I can express this idea in 3 or 4 lines of code.For me they’re lives represented by closed paths that end where they started, spending part of the journey together, separating while we go in different directions and maybe reconnecting again in the future.#CreativeCoding #algorithmicart #proceduralArt #OPENRNDR #Kotlin — aBe …

5 months, 1 week назад @ nedbatchelder.com
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: PulseWatch – AI-powered website change monitoring with visual selectors
Show HN: PulseWatch – AI-powered website change monitoring with visual selectors Show HN: PulseWatch – AI-powered website change monitoring with visual selectors

monitor.js1 // Monitor any website with PulseWatch API 2 const response = await fetch(url, { 3 method: 'POST', 4 headers: { 5 'X-API-Key': 'your_api_key', 6 'Content-Type': 'application/json' 7 }, 8 body: JSON.stringify({ 9 name: 'Product Page Monitor', 10 url: 'https://example.com/products', 11 checkIntervalMinutes: 60, 12 notifyOnChange: true 13 }) 14 }); 15 16 const watch = await response.json(); 17 console.log('Monitoring:', watch.id);

1 час назад @ pulsewatch.watch
Show HN: Mcpfs – Mount MCP servers as FUSE filesystems
Show HN: Mcpfs – Mount MCP servers as FUSE filesystems Show HN: Mcpfs – Mount MCP servers as FUSE filesystems

mcpfsMount any MCP server as a filesystem.

# Reads — just cat | jq cat /mnt/mcpfs/posthog/dashboards.json | jq ' .

[].name ' cat /mnt/mcpfs/stripe/balance.json | jq ' .available[].amount ' cat /mnt/mcpfs/linear/issues.json | jq ' .

Writes (proxy) : tool schemas captured from upstream MCP servers, embedded via //go:embed , proxied through CLI.

Proxies tools/call to upstream MCP server (HTTP or stdio).

1 час назад @ github.com
Show HN: Cloudwright – validate, cost, and export cloud architectures from text
Show HN: Cloudwright – validate, cost, and export cloud architectures from text Show HN: Cloudwright – validate, cost, and export cloud architectures from text

Every module — design, cost, compliance, export, diff, lint, score — reads and writes it.

Architecture Linter10 anti-pattern checks:cloudwright lint spec.yaml cloudwright lint spec.yaml --strict # fail on warnings tooErrors: unencrypted data stores, single-AZ databases, missing load balancer, public databases, single point of failure.

cloudwright analyze spec.yaml cloudwright analyze spec.yaml --component api_gateway # focus on one componentFor each component: direct dependents, transitive dependents, blast radius, SPOF status, and tier position.

cloudwright drift spec.yaml terraform.tfstate cloudwright drift spec.yaml cloudformation-template.yamlProduces a drift score (0.0-1.0) with lists …

1 час назад @ github.com
Show HN: SPOTLYTT - STANDOUT AND GET DISCOVERED BY SKILLS
Show HN: SPOTLYTT - STANDOUT AND GET DISCOVERED BY SKILLS Show HN: SPOTLYTT - STANDOUT AND GET DISCOVERED BY SKILLS

Hello Everyone,I built Spotlytt (www.spotlytt.com). Looking for everybody to try it out. Not marketing and promoting here. As of now only 3 users have signed up from the launch date (i.e. 24th Feb,2026). 30-40 unique visitors daily.Just looking for straight feedback, if you guys might be interested in trying out something new in professional networking. Website is live. Have to take little pain to sign up but still can try it out. All functions are working.WHY I AM PURSUING THIS IDEA.------PROBLEM STATMENT-----

Existing platforms are broken and everyone knows it. The feed, posts, stories don't really show what candidates can actually do. They are just text or bad content based formats and i…

1 час назад @ spotlytt.com
Show HN: Armalo – The Infrastructure for Agent Networks
Show HN: Armalo – The Infrastructure for Agent Networks Show HN: Armalo – The Infrastructure for Agent Networks

Hey HN — I'm Ryan, founder of Armalo AI ( https://armalo.ai ).

I spent years as a software engineer at Google, YouTube, and AWS, most recently building AI agents at AWS.

Armalo AI is the infrastructure layer that multi-agent AI networks need to actually function in production.

THE PROBLEMEvery week there's a new story about an AI agent deleting a production database, a multi-agent workflow cascading into failure, or an autonomous system doing something its operator never intended.

PRICINGFree tier (1 agent, 3 evals/month), Pro at $99 USDC/month (10 agents, unlimited evals, escrow, jury access), Enterprise at $2,999/month.

1 час назад @ news.ycombinator.com
Show HN: Yare.io – 1v1 JavaScript coding game
Show HN: Yare.io – 1v1 JavaScript coding game Show HN: Yare.io – 1v1 JavaScript coding game

// This is an example code to help you get started.

// First challenge: create a function to calculate distances // so that you move towards and pew only the closest cats.

// ====================================================== // Learn more details in the Documentation/How to play.

for (let cat of my_cats) { if (cat.sight.enemies.length == 0) continue; let enemy = cats[cat.sight.enemies[0]]; cat.move(enemy.position); cat.pew(enemy); }

1 час назад @ yare.io
Show HN: Yet another colour palette generator, but it's a cool one
Show HN: Yet another colour palette generator, but it's a cool one Show HN: Yet another colour palette generator, but it's a cool one

Choose up to two colours to guide generation.

Fixed Colour A Pick

1 час назад @ fungiboletus.github.io
Show HN: Deploy OpenClaw in Seconds
Show HN: Deploy OpenClaw in Seconds Show HN: Deploy OpenClaw in Seconds

Article URL: https://deplyclaw.ai/

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

Points: 2

# Comments: 2

1 час назад @ deplyclaw.ai
Show HN: Hacking Sony A6000 for Fun
Show HN: Hacking Sony A6000 for Fun Show HN: Hacking Sony A6000 for Fun

from libsonyapi.camera import Camera from libsonyapi.actions import Actions from pprint import pprint camera = Camera () # create camera instance camera_info = camera.

info () # get camera camera_info print (camera_info) print (camera.name) # print name of camera print (camera.api_version) # print api version of camera result = camera.

😔{ 'ResolutionUnit' : 2 , 'ExifOffset' : 246 , 'ImageDescription' : ' ' , 'Make' : 'SONY' , 'Model' : 'ILCE -6000 ' , 'Software' : 'ILCE -6000 v 3.21 ' , 'Orientation' : 1 , 'DateTime' : ' 2023 : 06 : 14 13 : 36 : 06 ' , 'YCbCrPositioning' : 2 , 'XResolution' : 350.0 , 'YResolution' : 350.0 , 'ExifVersion' : b' 0230 ' , 'ComponentsConfiguration' : b'\x 01 \x …

1 час назад @ docodethatmatters.com
Show HN: PardusAI – Data Science Agent (Not 2026 YC)
Show HN: PardusAI – Data Science Agent (Not 2026 YC) Show HN: PardusAI – Data Science Agent (Not 2026 YC)

Article URL: https://pardusai.org/

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

Points: 1

# Comments: 0

2 часа назад @ pardusai.org
Show HN: Deploy OpenClaw in 60 Seconds
Show HN: Deploy OpenClaw in 60 Seconds

New Introducing DeployClawThe AI that actuallydoes things.

Your personal OpenClaw instance — deployed to your own server in 60 seconds.

No setup, no configuration, no hassle.

Free during beta.

You only pay DigitalOcean for hosting.

2 часа назад @ deployclaw.ai
Show HN: I can't code – I built a bonded execution engine for AI agents anyway
Show HN: I can't code – I built a bonded execution engine for AI agents anyway Show HN: I can't code – I built a bonded execution engine for AI agents anyway

Not "I took a class once" zero — I mean I have never written a line of code in my life.

I could see the architecture in my head — the bond model, the exposure lifecycle, the settlement logic — but I had no way to turn that into software.

The Red Team PhaseThis is the part I'm most proud of, and it's also the part that best illustrates what I mean by "I architected it but didn't code it."

But I can look at a bond model and tell you whether the exposure accounting is sound.

AI didn't tear down that wall.

2 часа назад @ github.com
Show HN: HumanRoot – Signed proof of human authorization for AI agents
Show HN: HumanRoot – Signed proof of human authorization for AI agents Show HN: HumanRoot – Signed proof of human authorization for AI agents

When a chain of agents acts — Agent A delegating to Agent B delegating to Agent C — the original human intent disappears entirely.

Installpip install humanrootQuickstartfrom humanroot import delegate drc = delegate ( human_id = "[email protected]" , agent_id = "my-agent-v1" , scopes = [ "email.read" , "calendar.write" ], expires_in = "24h" , ) # DRC propagates automatically through all agent calls agent .

run ( task , drc = drc )What is a DRC?

A Delegation Root Certificate is a signed, structured, machine-readable record of a human delegation act.

anthropic_claude import HumanRootAnthropic drc = delegate ( human_id = "[email protected]" , agent_id = "claude-agent" , scopes = [ "text.generat…

2 часа назад @ github.com
Show HN: Mindspend – Track how you feel about your spending, not just numbers
Show HN: Mindspend – Track how you feel about your spending, not just numbers Show HN: Mindspend – Track how you feel about your spending, not just numbers

Mindful spending, simplifiedMindspend — The mindful way to track your spendingNo banks.

No accounts.

Just clarity and calm.

Reflect on how your money makes you feel and build better habits.

2 часа назад @ mindspend.app
Show HN: Offline AI That Analyzes Your Health Data with Evidence-Based Reasoning
Show HN: Offline AI That Analyzes Your Health Data with Evidence-Based Reasoning

Article URL: https://twitter.com/AshtonBars/status/2028612540444651995

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

Points: 1

# Comments: 0

2 часа назад @ twitter.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 10 часов назад
Seeking Technical Cofounder for B2B/SaaS Project
Seeking Technical Cofounder for B2B/SaaS Project Seeking Technical Cofounder for B2B/SaaS Project

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

10 часов назад @ rss.app
Quitting his job with no plan and hitting $14.5k MRR with a hybrid agency
Quitting his job with no plan and hitting $14.5k MRR with a hybrid agency Quitting his job with no plan and hitting $14.5k MRR with a hybrid agency

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

15 часов назад @ rss.app
The uncomfortable problem I’m seeing in technical hiring
The uncomfortable problem I’m seeing in technical hiring The uncomfortable problem I’m seeing in technical hiring

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 Quit Reading Analyst Reports and Built an AI That Does It Better — Here's What 3 Months of Solo Building Taught MeI have
I Quit Reading Analyst Reports and Built an AI That Does It Better — Here's What 3 Months of Solo Building Taught MeI have I Quit Reading Analyst Reports and Built an AI That Does It Better — Here's What 3 Months of Solo Building Taught MeI have

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

1 day, 10 hours назад @ rss.app
Building in public: I’m realizing most problems aren’t what they seem.
Building in public: I’m realizing most problems aren’t what they seem. Building in public: I’m realizing most problems aren’t what they seem.

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

1 day, 11 hours назад @ rss.app
How do you manage SOPs and internal processes at your company?
How do you manage SOPs and internal processes at your company? How do you manage SOPs and internal processes at your company?

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, 16 hours назад @ rss.app
Your AI Agent and You Should Share a Brain. Here's How
Your AI Agent and You Should Share a Brain. Here's How Your AI Agent and You Should Share a Brain. Here's How

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

2 days назад @ rss.app
Help me pick: 3 micro-SaaS ideas for underserved niches — which would you pay for?
Help me pick: 3 micro-SaaS ideas for underserved niches — which would you pay for? Help me pick: 3 micro-SaaS ideas for underserved niches — which would you pay for?

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

2 days, 11 hours назад @ rss.app
Superless: Serverless Redis-compatible data store (waitlist is open!).
Superless: Serverless Redis-compatible data store (waitlist is open!). Superless: Serverless Redis-compatible data store (waitlist is open!).

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, 14 hours назад @ rss.app
I launched 2 apps on Product Hunt and both were featured — here's what I learned
I launched 2 apps on Product Hunt and both were featured — here's what I learned I launched 2 apps on Product Hunt and both were featured — here's what I learned

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

2 days, 20 hours назад @ rss.app
Wasting time exporting CSVs from Stripe
Wasting time exporting CSVs from Stripe Wasting time exporting CSVs from Stripe

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, 12 hours назад @ rss.app
Seeking Technical Co-Founder/Partner for B2C Mobile Project
Seeking Technical Co-Founder/Partner for B2C Mobile Project Seeking Technical Co-Founder/Partner for B2C Mobile Project

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, 14 hours назад @ rss.app
Stop Building Features: Why 80% of Your Roadmap is a Waste of Time
Stop Building Features: Why 80% of Your Roadmap is a Waste of Time Stop Building Features: Why 80% of Your Roadmap is a Waste of Time

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, 16 hours назад @ rss.app
I thought founders needed an AI marketing generator. Turns out they needed something else entirely.
I thought founders needed an AI marketing generator. Turns out they needed something else entirely. I thought founders needed an AI marketing generator. Turns out they needed something else entirely.

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, 19 hours назад @ rss.app
Looking for a Video Subscription Platform to Launch?
Looking for a Video Subscription Platform to Launch? Looking for a Video Subscription Platform to Launch?

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, 2 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 13 минут назад
My side project: a sales tracking app for sales reps
My side project: a sales tracking app for sales reps

Hi everyone, I work in sales and for years I had the same problem: tracking deals, commissions and targets was always a mess. At first I used Excel. Then notes. Then different apps. Nothing really worked the way I needed it to. So I started building something for myself. Over time it turned into a proper app called SalesTrackr. https://apps.apple.com/de/app/salestrackr/id6759499360 The idea is simple: a clean way to track sales, commissions and goals without spreadsheets. Some things the app does: • Track deals and revenue quickly • Automatically calculate commissions • Monitor monthly and yearly goals • See your sales performance in a dashboard • Export reports if needed • Everything store…

13 минут назад @ reddit.com
Build a confessions app
Build a confessions app

In the first week I got 120 downloads but started getting in my own head and negative about the growth. Just seems like an impossible hill to climb, the hardest part is getting the initial posts that I can then use on social media for organic growth. It is an mvp right now and I have plans to make it more interesting and different from just the confessions Reddit page. Any support would be appreciated submitted by /u/Glum-Childhood-2862 [link] [comments]

13 минут назад @ reddit.com
I built a tool that generates viral hooks for YouTube Shorts
I built a tool that generates viral hooks for YouTube Shorts I built a tool that generates viral hooks for YouTube Shorts

I run a small faceless YouTube channel and always struggled with recording voiceovers. So I built a simple AI tool that converts a script into a “hook-style” voice used in viral Shorts. Example script I tested: “Nobody talks about this hidden iPhone feature…” The generated voice actually sounds like those viral facts channels. I’m curious what creators think — would something like this be useful for your content workflow? submitted by /u/Particular-Ratio-963 [link] [comments]

20 минут назад @ reddit.com
Day 1 of building in public: scaling my Saas app to 100k a month
Day 1 of building in public: scaling my Saas app to 100k a month

I started posting a video series until I hit $100k/month on my saas app. I am building schedpilot which is a social media scheduler app and I am going to document every single day until i hit 100k/mo. Posting on all platforms including reddit Here is the first video Day 1 of growing my social media scheduler app to $100k/mo https://reddit.com/link/1rkfiwu/video/qco9okwghzmg1/player submitted by /u/Andreiaiosoftware [link] [comments]

21 минуту назад @ reddit.com
CSS Selectors Keep Breaking? Why It Happens and How to Fix It
CSS Selectors Keep Breaking? Why It Happens and How to Fix It

You set up a website monitor. You pick the element you want to track, configure your CSS selector, and everything works perfectly. For days, maybe weeks, the monitor hums along — capturing changes, sending alerts, doing exactly what it should. Then one morning you check your dashboard and find nothing. No data. The selector stopped matching. This is the single most common reason website change monitors stop working. Not bot blocking, not rate limiting, not CAPTCHAs — selector breakage. The element you were targeting still exists on the page, the value you care about is still there, but the path your selector used to reach it no longer works. The monitor sees an empty result and, depending o…

31 минуту назад @ reddit.com
I'm a solo dev who built an AI listing generator for Amazon sellers — giving away 4 free Pro subs for feedback
I'm a solo dev who built an AI listing generator for Amazon sellers — giving away 4 free Pro subs for feedback I'm a solo dev who built an AI listing generator for Amazon sellers — giving away 4 free Pro subs for feedback

Built this over the past few months. Takes a single product photo and generates a complete Amazon listing — all 5 images + A+ Content (desktop + mobile). Looking for honest feedback from anyone who sells on Amazon or does e-commerce. Giving away 4 free Pro subscriptions — comment below or DM me and I'll send a code. reddstudio.ai Would love to hear what works, what doesn't, and what you'd want added. submitted by /u/ScoreMysterious6910 [link] [comments]

43 минуты назад @ reddit.com
Hey, 2 days ago I launched my new iOS fishing app, please let me know your thoughts on it 🙏🏻
Hey, 2 days ago I launched my new iOS fishing app, please let me know your thoughts on it 🙏🏻 Hey, 2 days ago I launched my new iOS fishing app, please let me know your thoughts on it 🙏🏻

I've been working on something new — and I'm really excited to share it. The idea is simple: instead of just saving places or results, you track the whole process. That way you can look back and relive exactly how things unfolded — great for memories, and even better for improving next time. I added important information as forecast, solunar, fish activity, so it’s not just track, you can view and plan your trip on better conditions. This is an MVP. A lot things still missing, but a lot of functionality planned for the future updates. This version should tell users the main idea and direction of the app. It would be really helpful to hear honest feedback on it! submitted by /u/Sufficient_Tr…

1 час назад @ reddit.com
Building a Cross Platform Research Workspace for PDFs
Building a Cross Platform Research Workspace for PDFs Building a Cross Platform Research Workspace for PDFs

I’ve been working on a cross-platform PDF research workspace and wanted to share a quick demo before release. Honestly, I built this because I was tired of jumping between a pdf viewer and an ai chat window every time I was reading something technical. I just wanted one proper workspace where I could read my PDFs and have an assistant right there to help me think through things , i tried finding feasible solutions but couldn't find one that fits my usecase. Note: Its still under development , so a lot of things will be added and fixed. submitted by /u/Maleficent-Edge-6930 [link] [comments]

1 час назад @ reddit.com
I built a tool that finds Reddit posts where people are looking for your product
I built a tool that finds Reddit posts where people are looking for your product

One thing I noticed about Reddit: People constantly ask things like “What tool should I use for X?” But finding those posts manually is painful. You either: search constantly or scroll for hours. So I built a tool that monitors Reddit for keywords and shows posts where people are actively looking for a solution. It also scores the posts and draft replies you can edit before posting. The goal is simple: help founders find their first customers without ads. Just launched it recently and would love honest feedback. https://indiepilot.app - 2$/m submitted by /u/Virtual_Clothes2547 [link] [comments]

1 час назад @ reddit.com
I built out a tool for optimizing rewards and sharing credit card wallet "builds"
I built out a tool for optimizing rewards and sharing credit card wallet "builds"

Hey all, I've been a long time lurker in many personal finance subreddits and very into credit card rewards. When others ask me about credit card setups, I've had trouble answering anything other than "it depends" and sending a lot of text to explain different options that might work for them. I built out https://cardclues.com/ to allow easy sharing of credit card wallet "builds", showing earn rates, what's best for what category, and customizable point values and settings. With no affiliates, referrals or accounts required. It's easily shareable on Reddit, or elsewhere on social media. Happy to shoot around ideas or discuss your wallet builds here or on r/CreditCardBuilds or r/cardclues He…

1 час назад @ reddit.com
I built 2 free cricket analytics tools for IPL fans - team comparison and player head-to-head
I built 2 free cricket analytics tools for IPL fans - team comparison and player head-to-head

I am a lifelong cricket fan. Every IPL season, the same arguments explode in every group chat - "CSK is the greatest franchise" vs "MI has more trophies" and "Kohli is better than Rohit" with zero data behind any of it. So I built two free tools to settle these debates with actual numbers. TOOL 1: Team vs Team Comparison Pick any two IPL teams and see their stats side by side: head-to-head record, overall win percentage, and key metrics compared. Try it: - CSK vs MI (the classic rivalry): https://www.cricketkhaber.com/tools/team-comparison?t1=csk&t2=mi&format=ipl - KKR vs RCB: https://www.cricketkhaber.com/tools/team-comparison?t1=kkr&t2=rcb&format=ipl TOOL 2: Player vs Player Head-to-Head …

1 час назад @ reddit.com
I built a subscription box for people who are tired of being entertained
I built a subscription box for people who are tired of being entertained

The irony of marketing an offline product on Reddit is not lost on me. I'm building The Boring Club — a bi-weekly subscription box of deliberately boring, screen-free analog activities. Crochet kits, writing prompts, clay, puzzles, build-a-harmonica and learn a song, etc. The kind of stuff you wish you liked but can never get away form your phone to learn The thesis is simple: most of us are overstimulated and under-occupied. We don't need another app that gamifies touching grass. We need a box that shows up and says "here, do this boring thing with your hands for an hour." And the cool part is, I want to make it a community. Send in what you created or made form the kit and maybe get featu…

2 часа назад @ reddit.com
What SideProject are you working on this Wednesday?
What SideProject are you working on this Wednesday?

Hey, Share your project down below and if you have any revenue yet! I'll start: Building Auto-Ranked — an AI tool that rewrites YouTube titles/tags/descriptions so creators get better search rankings. 2 Paying customers right now! submitted by /u/Nothingclever9791 [link] [comments]

2 часа назад @ reddit.com
I built an app to talk to yourself privately (and sometimes burn the message)
I built an app to talk to yourself privately (and sometimes burn the message)

Hey everyone 👋 As a solo Android developer, I've been experimenting with small apps that solve very specific problems. One thing I noticed about journaling apps is that they often feel like work. Too many fields, too many templates, too much structure. Sometimes you just want to write a thought and move on. So I built Still. It's a simple private space where you can: • Write thoughts to yourself • Talk to yourself like a chat • Save memories privately • Or burn the message so it disappears That last one is actually one of my favorite features. Sometimes writing something and watching it vanish feels… strangely relieving. The idea is simple: No social feed. No likes. No pressure. Just you an…

3 часа назад @ reddit.com
built a project to turn rough sketches into full animations frame by frame
built a project to turn rough sketches into full animations frame by frame built a project to turn rough sketches into full animations frame by frame

https://reddit.com/link/1rkc4n7/video/f58uvynhjymg1/player I always sucked at drawing growing up, so I could never create animations even tho I watched a lot of cartoons, anime, e.t.c lol. So I built a project to turn my rough sketches into polished ones, and then you can animate it with annotations/a text prompt and turn it into a full video. It's called FlowBoard, and we're open source! If you like what you see, drop a star on github :) https://github.com/austinjiann submitted by /u/ostebn [link] [comments]

3 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 2 часа назад
Fix in Cursor
Fix in Cursor

GitHub PR comment to Cursor prompt in one click Discussion | Link

2 часа назад @ producthunt.com
Vocova
Vocova

Transcribe audio & video from 1,000+ platforms Discussion | Link

4 часа назад @ producthunt.com
Gemini 3.1 Flash-Lite
Gemini 3.1 Flash-Lite

Best-in-class intelligence for your high-volume workloads Discussion | Link

5 часов назад @ producthunt.com
Code Bonito
Code Bonito

Template marketplace for AI-built sites. Pick, copy, paste. Discussion | Link

6 часов назад @ producthunt.com
moltdj
moltdj

SoundCloud for OpenClaw agents to create, stream, earn Discussion | Link

6 часов назад @ producthunt.com
Locally AI + Qwen
Locally AI + Qwen

Run Qwen's latest models locally on your iPhone Discussion | Link

9 часов назад @ producthunt.com
ClawOffice
ClawOffice

Real Office for your Open Claw Agents Discussion | Link

9 часов назад @ producthunt.com
AssemblyAI
AssemblyAI

The most accurate streaming speech model for voice agents. Discussion | Link

9 часов назад @ producthunt.com
Gemini Code Harvester
Gemini Code Harvester

Extract & download all Gemini AI code blocks in one click Discussion | Link

10 часов назад @ producthunt.com
Personal AI Memory
Personal AI Memory

Captures and stores your chat from various AI platforms Discussion | Link

10 часов назад @ producthunt.com
Picsart Persona & Storyline
Picsart Persona & Storyline

Design your AI influencer and create any story with it. Discussion | Link

10 часов назад @ producthunt.com
NOVA
NOVA

AI coding that goes beyond suggestions Discussion | Link

13 часов назад @ producthunt.com
GPT‑5.3 Instant in ChatGPT
GPT‑5.3 Instant in ChatGPT

More accurate, less cringe, smoother & useful daily chats! Discussion | Link

13 часов назад @ producthunt.com
Floyd enterprise world model
Floyd enterprise world model

Enterprise world model that learns how you would do tasks Discussion | Link

14 часов назад @ producthunt.com
ScreenTranslate
ScreenTranslate

Translate any on-screen text with a simple drag Discussion | Link

22 часа назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 4 months назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

4 months назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

4 months назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

4 months, 1 week назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 1 week назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

4 months, 1 week назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 11 часов назад
Lau Shui Heung Reservoir in Hong Kong
Lau Shui Heung Reservoir in Hong Kong Lau Shui Heung Reservoir in Hong Kong

Situated in the west of scenic Pat Sin Leng Country Park, near the border with China. Lau Shui Heung is a picturesque reservoir, often referred to by locals as 'the mirror of the sky',

That moniker arose from the vivid reflections of the surrounding environment on the surface of Lau Shui Heung's calm waters, visible all year round. The reservoir is particularly popular around late December/early January. During these few weeks, the reflections become even more evocative, due to the reddening leaves of the cypress trees on the reservoir's western edge.

Lau Shui Heung translates to 'the sound of flowing water', which is quite often the only sound to be heard at this peaceful location. During …

11 часов назад @ atlasobscura.com
Vimean Sokha Museum in Krong Siem Reap, Cambodia
Vimean Sokha Museum  in Krong Siem Reap, Cambodia Vimean Sokha Museum in Krong Siem Reap, Cambodia

This is such a weird but wonderful place to go. It’s family owned and definitely something different than just about everything else in the city. You walk in to first see a huge amount of motorbikes the owner rebuilt.

Walk inside to and you’re surrounded by yet more motorbikes and more bicycles from nearly every era. Want to see antique cameras, watches, phones, and phonographs? Just walk upstairs!

The owner’s daughter will gladly accompany you to tell you about what you’re seeing, when and where it comes from. Such an eclectic assortment of items.

13 часов назад @ atlasobscura.com
McRaven Tour Home in Vicksburg, Mississippi
McRaven Tour Home in Vicksburg, Mississippi McRaven Tour Home in Vicksburg, Mississippi

McRaven Tour Home is Mississippi's most haunted house. It's strictly a tour home built in 1797 by highwayman Andrew Glass as a hideout. It was added on in 1836 and again in 1849, but the original portion of the house remains 1797. Civil War buffs will love learning about how McRaven was used as a field camp and later field hospital during the Siege of Vicksburg.

Open daily for history tours, haunted tours and paranormal investigations. Featured on several television shows such as "Ghost Adventures", "Haunted Towns" and "Looking Around Mississippi with Walt Grayson." McRaven has also hosted several paranormal investigators such as Richel Stratton, Brian Murray from "Ghost Hunters" and Youtub…

15 часов назад @ atlasobscura.com
Cave Creek Tubercular Cabin in Cave Creek, Arizona
Cave Creek Tubercular Cabin in Cave Creek, Arizona Cave Creek Tubercular Cabin in Cave Creek, Arizona

Today, much of the world is fortunate to have sufficient sanitation and methods of treatment to prevent widespread tuberculosis (TB). In the early 20th century, however, this was not the case, and the disease was much more poorly understood and a massive issue. Prior to the discovery of antibiotics, TB patients (known as "lungers") would often seek treatment at sanatoria in places with healthier air. Arizona was especially considered an ideal place because of its warm and dry climate. Several were located in the then-sparsely populated Cave Creek area alone.

With thousands of patients coming to the state, the sanatoria were overloaded with many being forced to stay in tents. Better-equipped…

16 часов назад @ atlasobscura.com
Hull Lifesaving Museum in Hull, Massachusetts
Hull Lifesaving Museum in Hull, Massachusetts Hull Lifesaving Museum in Hull, Massachusetts

Massachusetts has a rich maritime history and the Hull Lifesaving Museum recalls an important part of that history: recognizing the efforts of brave rescuers embarking to save lives at the mouth of Boston Harbor. Housed in the former Point Allerton Life Saving Station, which opened in 1889, the museum honors those who risked their own lives to save others'.

Joshua James was the station's first keeper and saved an estimated 500 lives after ships wrecked while entering Boston Harbor. Heavy northeast storms imperiled many ships entering the harbor from the Atlantic Ocean as Boston established itself as one of the world's shipping hubs. James and his crews brought many mariners to safety.

The m…

1 day, 11 hours назад @ atlasobscura.com
Los Lagartos Statue in El Paso, Texas
Los Lagartos Statue in El Paso, Texas Los Lagartos Statue in El Paso, Texas

Los Lagartos is a statue by sculptor Luis Jiminez which stands at the center of San Jacinto Plaza, where live alligators once were kept in a pond. The alligators were eventually moved out of the Plaza due to pranks and vandals.

The alligators were first brought to the plaza in the 1880's and moved to the El Paso Zoo in 1965. They made a brief reappearance from 1972-1974, before the pond was permanently removed.

1 day, 13 hours назад @ atlasobscura.com
Nantwich Canal Aqueduct and Embankment in Nantwich, England
Nantwich Canal Aqueduct and Embankment in Nantwich, England Nantwich Canal Aqueduct and Embankment in Nantwich, England

This aqueduct carries the Shropshire Union Canal over the road from Nantwich Town Centre towards Chester. It was designed by Thomas Telford using a cast iron trough instead of stonework. It was built by Telford who was a pioneer of the use of cast iron box sections — see photo taken in the 1950s, when it was drained for maintenance, and this is an early example which was completed in 1826. Either side of the aqueduct is an embankment which stretches for 1.5km and provides a walk south which runs along the west side of Nantwich. Walk 1km north and you reach Bridge 92 which has a view of the site of the Battle of Nantwich - 1644. This is remembered every January by the 'Sealed Knot Society' w…

1 day, 15 hours назад @ atlasobscura.com
Neon Retro Arcade in Pasadena, California
Neon Retro Arcade in Pasadena, California Neon Retro Arcade in Pasadena, California

Mark Guenther and Mia Mazadiego met in college, back when Mark had a pinball machine in his dorm room that he invited Mia over to play. The couple continued collecting and restoring dozens of classic games over the years until 2015, when they decided to open Neon Retro Arcade: an homage to the arcade’s heyday in the heart of Old Pasadena.

This colorful venue, with a light-up interior befitting its name, might be a little slicker and less sticky than an arcade from back in the good old days, but the games are just how you remember them. The owners’ goal has been to introduce classic arcade games to a new generation that perhaps is more familiar with Minecraft than Street Fighter. The popular…

1 day, 16 hours назад @ atlasobscura.com
Villa Stenersen in Oslo, Norway
Villa Stenersen in Oslo, Norway Villa Stenersen in Oslo, Norway

This striking villa, completed by renowned architect Arne Korsmo in 1939, is one of the most important works in the functionalist style in Norway. The house was built for Rolf Stenersen, a businessman, olympic athlete, author, codebreaker and longtime friend of Edvard Munch - Munch actually painted works specifically for this villa (today copies hang in their place).

The outbreak of WW2 forced Stenersen to flee to Sweden, and he was not able to return to his house until the end of the war. In 1974 he donated his house to the state, intending it to become an official residence for the government. In fact, one prime minister, Oddvar Nordli, did occupy the house for a while. Later the house wa…

1 day, 17 hours назад @ atlasobscura.com
Aircraft Mechanics Creed Monument in Kalfafellsstadur, Iceland
Aircraft Mechanics Creed Monument in Kalfafellsstadur, Iceland Aircraft Mechanics Creed Monument in Kalfafellsstadur, Iceland

On an isolated stretch of the Ring Road in South Iceland, a portion of a white wing from an Icelandair Boeing 757-200, has been mounted. It is dedicated to the service of aviation mechanics. The aircraft mechanic’s oath is printed on the wing. The wing is set against the stunning backdrop of sheer mountain cliffs and the island’s wilderness. It is not the location of an airplane wreck, and, there is no indication why this out-of-the-way location was chosen.

4 days, 11 hours назад @ atlasobscura.com
Po Toi Island in Hong Kong
Po Toi Island in Hong Kong Po Toi Island in Hong Kong

Referred to by locals as Hong Kong's 'South Pole', Po Toi is the territory's southernmost island. Covering an area of 3.69 square kilometres, the car-free island is one of Hong Kong's least populated islands, home to only 20 residents.

Once on the island, three hiking trails of varying difficulty allow visitors to reach the main points of interest. Among which are rock formations like Buddha's Palm Cliff or Tortoise Rock, the supposedly haunted ruins of Mo's old house, and the Tin Hau Temple.

Most historically significant are the Bronze age rock carvings, speculated to be over 3000 years old and supposedly hewn to appease sea gods. Po Toi is also a popular destination for campers and starga…

4 days, 13 hours назад @ atlasobscura.com
Music Box Theatre in Chicago, Illinois
Music Box Theatre in Chicago, Illinois Music Box Theatre in Chicago, Illinois

The theater shows a mix of first-run indie, foreign and repertory films, classic double features, and specialty screenings throughout the year. It’s known for unique events like a 70 mm film festival, regular Rocky Horror Picture Show with shadow casts, and long-running classics.

A signature tradition at the Music Box is its house organist, who performs before weekend screenings. The theater houses a custom organ that honors its silent-film era roots.

Architecturally, the Music Box features a deep blue, cove-lit ceiling dotted with twinkling stars designed to mimic an Italian courtyard. This creates the feeling of watching a film under an open night sky.

Beyond the main screen, the venue in…

4 days, 15 hours назад @ atlasobscura.com
Piedra del Concejo in Collado Villalba, Spain
Piedra del Concejo   in Collado Villalba, Spain Piedra del Concejo in Collado Villalba, Spain

Long before Collado Villalba had a town hall, it had a rock. Known as the Piedra del Concejo, this massive granite outcrop once served as the beating heart of local decision-making, where neighbors gathered in the open air to debate land disputes, local laws, and communal concerns in a form of direct democracy that predates modern institutions.

In 1724, the town’s mayor, known as Señor Sanz, ordered the stone to be reshaped with five carved steps, transforming it into a more comfortable civic platform. Chiseled into its surface are symbols, including a mysterious bird—interpreted as either a dove or the now-extinct francolin—that later became an emblem of the town itself.

Yet the stone’s st…

4 days, 17 hours назад @ atlasobscura.com
Fernkloof Nature Reserve in Hermanus, South Africa
Fernkloof Nature Reserve  in Hermanus, South Africa Fernkloof Nature Reserve in Hermanus, South Africa

When thinking about rich biodiversity, the rainforest would come to mind for most people, but when it comes to plants it's actually a small nature reserve in southern South Africa. With an area of just 7 square miles (18 square km), the park is sizable, but no bigger than other nature reserves. Still it contains over 1800 species, 14% of all plants in South Africa, more than the entirety of the UK, and most other countries. When walking there this high density makes it so that you can find a new plant every minute of your hike.

5 days, 11 hours назад @ atlasobscura.com
Chicano Park in San Diego, California
Chicano Park in San Diego, California Chicano Park in San Diego, California

Tourists and even locals sometimes miss one of the most historic and colorful free outdoor attractions in San Diego when they drive over the Coronado Bay Bridge to visit the sandy shores of Coronado. Underneath the pre-stressed concrete and steal of the bridge lies Chicano Park, home to one of the largest collections of outdoor murals in the United States. The vibrant murals are not just colorful artwork, but all have a meaningful message of Chicano Pride and the Hispanic history of oppression and resistance. That’s because this park would not exist if it weren’t for the Chicano movement in the 1970’s.

In the late1960’s the largely Hispanic neighborhood of Barrio Logan had five thousand res…

5 days, 13 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 13 минут назад
GHARAGE Ventures unveils €40 million Fund I, anchored by Gebr. Heinemann, to back travel and RetailTech startups
GHARAGE Ventures unveils €40 million Fund I, anchored by Gebr. Heinemann, to back travel and RetailTech startups

Berlin- and Singapore-based independent venture capital platform GHARAGE Ventures today announces the launch of its inaugural fund to drive technological resilience in global travel and trade. Fund I amounts to €40 million and is anchored by Hamburg-based leading travel retailer and distributor Gebr. Heinemann. It will also collaborate with further strategic investors, including airports, brands, […]

The post GHARAGE Ventures unveils €40 million Fund I, anchored by Gebr. Heinemann, to back travel and RetailTech startups appeared first on EU-Startups.

13 минут назад @ eu-startups.com
Oslo’s Photoncycle raises €15 million to enable households to store surplus summer solar power for winter use
Oslo’s Photoncycle raises €15 million to enable households to store surplus summer solar power for winter use

Photoncycle, an Oslo-based energy storage scaleup, has raised €15 million in Series A funding to enable households to store surplus summer solar power for winter heating and electricity. The round was led by NordicNinja and Voima Ventures, with participation from existing investors Lifeline Ventures, Eviny Ventures, Luminar Ventures, and Momentum. “Europe is beginning to solve […]

The post Oslo’s Photoncycle raises €15 million to enable households to store surplus summer solar power for winter use appeared first on EU-Startups.

2 часа назад @ eu-startups.com
Cambridge-based Mutable Tactics closes €1.8 million pre-Seed to power coordinated drone team autonomy using AI
Cambridge-based Mutable Tactics closes €1.8 million pre-Seed to power coordinated drone team autonomy using AI

Mutable Tactics, a Cambridge-based DefenceTech startup specialising in agentic AI for defence and security, has closed a €1.8 million ($2.1 million) pre‑Seed funding round. The round was led by Seraphim Space, with support from the UK’s National Security Strategic Investment Fund, Koro, Entrepreneurs First, and Transpose. The funding will accelerate the development of AI software […]

The post Cambridge-based Mutable Tactics closes €1.8 million pre-Seed to power coordinated drone team autonomy using AI appeared first on EU-Startups.

9 часов назад @ eu-startups.com
Xsensio’s wearable chip that analyses proteins and hormones in real time draws €6 million
Xsensio’s wearable chip that analyses proteins and hormones in real time draws €6 million

Xsensio, a Lausanne-based DeepTech company developing near real-time continuous biochemical monitoring, announced the successful closing of a €6 million ($7 million) oversubscribed Series A financing round. The round was led by VC firm WI Harper, with participation from Privilège Ventures, the European Innovation Council, and private investors across the United States, Europe, and Asia. “This […]

The post Xsensio’s wearable chip that analyses proteins and hormones in real time draws €6 million appeared first on EU-Startups.

15 часов назад @ eu-startups.com
Zoltan Vardy, sales & GTM advisor, author, and founder of The Launch Code returns to the EU-Startups Summit 2026!
Zoltan Vardy, sales & GTM advisor, author, and founder of The Launch Code returns to the EU-Startups Summit 2026!

We are pleased to announce that Zoltan Vardy, sales & GTM advisor, author, and Founder of The Launch Code, will return to the stage at the EU-Startups Summit 2026 on May 7-8 in sunny Malta. With more than 30 years of experience across C-suite leadership, entrepreneurship, and investment, Zoltan has built and led high-performing global […]

The post Zoltan Vardy, sales & GTM advisor, author, and founder of The Launch Code returns to the EU-Startups Summit 2026! appeared first on EU-Startups.

18 часов назад @ eu-startups.com
Milan-based ISAAC raises €14 million to expand earthquake resilience technology for the construction sector
Milan-based ISAAC raises €14 million to expand earthquake resilience technology for the construction sector

Italy’s ISAAC antisismica announced the closing of a €14 million investment round to develop proprietary active mass damper systems that protect existing buildings from seismic events, without invasive structural modifications or operational disruption. CDP Venture Capital, 360 Capital Partners (also through Fondo Parallelo LV 360 – Lombardia Venture), Axon Partners Group, Gruppo Azimut, Ring Capital […]

The post Milan-based ISAAC raises €14 million to expand earthquake resilience technology for the construction sector appeared first on EU-Startups.

19 часов назад @ eu-startups.com
Backed by €113.8 million, Dutch startup RIFT to deliver 340 GWh of industrial heat annually and avoid over 1 million tonnes of CO₂,
Backed by €113.8 million, Dutch startup RIFT to deliver 340 GWh of industrial heat annually and avoid over 1 million tonnes of CO₂,

Eindhoven-based CleanTech company RIFT has secured €113.8 million in combined financing (Series B + EU grant) to advance its Iron Fuel Technology from pilot projects toward commercial deployment, as well as develop its first commercial production facility. The funding consists of an €83.1 million Series B round led by PGGM, with participation from Invest-NL, the […]

The post Backed by €113.8 million, Dutch startup RIFT to deliver 340 GWh of industrial heat annually and avoid over 1 million tonnes of CO₂, appeared first on EU-Startups.

21 час назад @ eu-startups.com
Amsterdam-based Delphyr raises €1.75 million to reduce healthcare administrative workloads with AI
Amsterdam-based Delphyr raises €1.75 million to reduce healthcare administrative workloads with AI

Delphyr, an Amsterdam-based AI platform that supports medical professionals with AI agents, today announced it has raised €1.75 million to accelerate its mission to reduce the administrative burden on healthcare professionals. Multiple investors participated in the round, including the founders of Hugging Face and DEGIRO. Michel Abdel Malek, CEO and founder of Delphyr, explained, “Healthcare […]

The post Amsterdam-based Delphyr raises €1.75 million to reduce healthcare administrative workloads with AI appeared first on EU-Startups.

21 час назад @ eu-startups.com
Romania on the rise: 10 of the most promising startups shaping the country in 2026
Romania on the rise: 10 of the most promising startups shaping the country in 2026

Following up on our country deep-dive series, we now turn to Romania, a fast-growing tech ecosystem in Southeast Europe that continues to strengthen its position across AI, defence, blockchain, SaaS, agritech, and digital platforms. With Bucharest as its main hub and emerging activity in cities such as Brașov and Șelimbăr, Romania combines strong engineering talent […]

The post Romania on the rise: 10 of the most promising startups shaping the country in 2026 appeared first on EU-Startups.

22 часа назад @ eu-startups.com
Denmark’s Mycoverse raises €2.4 million to develop fungal-based biological alternatives to chemical pesticides
Denmark’s Mycoverse raises €2.4 million to develop fungal-based biological alternatives to chemical pesticides

Mycoverse, a Danish AgTech developing biological crop protection using fungi, today announced that it has raised €2.4 million in pre-Seed equity funding to develop its first solution targeting potato late blight, one of Europe’s most destructive crop diseases. The round was led by co-led by Future Food Fund and High-Tech Gründerfonds (HTGF), with participation from […]

The post Denmark’s Mycoverse raises €2.4 million to develop fungal-based biological alternatives to chemical pesticides appeared first on EU-Startups.

1 day назад @ eu-startups.com
LUMO Labs’ €100 million impact VC fund receives €6 million from Spain’s state-owned investment arm SETT
LUMO Labs’ €100 million impact VC fund receives €6 million from Spain’s state-owned investment arm SETT

Impact-driven VC fund LUMO Fund, managed by the Eindhoven-based LUMO Labs, receives €6 million from the Spanish Society for Technological Transformation (SETT), a public entity of the Spanish Ministry for Digital Transformation and the Civil Service, to support startups across Spain and Europe. The new LUMO Fund is a €100 million multi-stage (Pre-Seed to Series […]

The post LUMO Labs’ €100 million impact VC fund receives €6 million from Spain’s state-owned investment arm SETT appeared first on EU-Startups.

1 day, 2 hours назад @ eu-startups.com
Paris’ baCta raises €7 million to use microorganisms as programmable molecular factories for industrial ingredients
Paris’ baCta raises €7 million to use microorganisms as programmable molecular factories for industrial ingredients

baCta, a Paris-based industrial BioTech startup focused on AI-powered bioproduction of industrial ingredients, has today announced a €7 million Seed funding round. The round was led by LocalGlobe and Daphni, with participation from OVNI Capital and notable business angels, including founders of Phagos, Genomines and MistralAI. “We are entering a new era where microorganisms can […]

The post Paris’ baCta raises €7 million to use microorganisms as programmable molecular factories for industrial ingredients appeared first on EU-Startups.

1 day, 9 hours назад @ eu-startups.com
Five Danish startups enter BII’s Venture House 8 cohort with €1.3 million follow-on backing
Five Danish startups enter BII’s Venture House 8 cohort with €1.3 million follow-on backing

BioInnovation Institute (BII), a Novo Nordisk Foundation Initiative, has provided an additional €1.3 million in follow-on funding to five portfolio startups – Synuca Therapeutics, Gefjon Pharma, MicroMiner, DARERL and Diasense – bringing the total support for each company to €1.8 million. These five startups are now entering BII’s ‘Venture House 8’ cohort. The funding is […]

The post Five Danish startups enter BII’s Venture House 8 cohort with €1.3 million follow-on backing appeared first on EU-Startups.

1 day, 15 hours назад @ eu-startups.com
Germany’s Minit Games secures €1.7 million to advance AI-driven short-form gaming feed
Germany’s Minit Games secures €1.7 million to advance AI-driven short-form gaming feed

Hamburg-based Minit Games, an innovator in feed-based gaming discovery, today announced its exit from stealth and a €1.7 million ($2 million) pre-Seed funding round to support the expansion of their team and accelerate the platform’s technical rollout – they are currently preparing for its invite-only early Alpha launch. The investment is led by LVP and […]

The post Germany’s Minit Games secures €1.7 million to advance AI-driven short-form gaming feed appeared first on EU-Startups.

1 day, 17 hours назад @ eu-startups.com
German logistics tech firm cargo.one adds Cargofive in €17 million-backed multimodal expansion
German logistics tech firm cargo.one adds Cargofive in €17 million-backed multimodal expansion

cargo.one, a Berlin-based AI technology provider for logistics, today announced the acquisition of Lisbon’s ocean rate platform Cargofive – complemented by a near €17 million ($20 million) investment round. The round saw participation from investors including Bessemer Venture Partners. Today also sees the launch of an AI-native OS for multimodal freight. The platform unifies air […]

The post German logistics tech firm cargo.one adds Cargofive in €17 million-backed multimodal expansion appeared first on EU-Startups.

1 day, 19 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 14 минут назад
GHARAGE Ventures launches Fund I and opens global travel platform
GHARAGE Ventures launches Fund I and opens global travel platform GHARAGE Ventures launches Fund I and opens global travel platform

GHARAGE Ventures haslaunched its €40 million Fund I, positioning itself as an independent venturecapital platform focused on early-stage technologies shaping the future ofglobal travel and retail. Anc...

14 минут назад @ tech.eu
UK self-driving startup Oxa raises $103M to scale industrial deployments
UK self-driving startup Oxa raises $103M to scale industrial deployments UK self-driving startup Oxa raises $103M to scale industrial deployments

British self-driving startup Oxa has raised $103 millionfrom investors to expand autonomous vehicle operations at ports, airports,warehouses and other industrial sites, Reuters reports. The company sa...

1 час назад @ tech.eu
Photoncycle raises €15M to scale seasonal energy storage in Europe
Photoncycle raises €15M to scale seasonal energy storage in Europe Photoncycle raises €15M to scale seasonal energy storage in Europe

Norwegianenergy storage scale-up Photoncycle has raised €15 million in Series A fundingto address a key renewable energy challenge in Europe: enabling households tostore surplus summer solar power for...

2 часа назад @ tech.eu
Brilliant Labs, Neuphonic and TheStage AI partner to bring privacy-first, cloud-free AI to smart glasses
Brilliant Labs, Neuphonic and TheStage AI partner to bring privacy-first, cloud-free AI to smart glasses Brilliant Labs, Neuphonic and TheStage AI partner to bring privacy-first, cloud-free AI to smart glasses

Startups Brilliant Labs, Neuphonic and TheStage AI today announced a strategic partnership to enable frontier AI in wearable technology without the latency and privacy compromises of cloud computing. ...

16 часов назад @ tech.eu
Groundhawk raises €2M to digitise Europe’s underground infrastructure
Groundhawk raises €2M to digitise Europe’s underground infrastructure Groundhawk raises €2M to digitise Europe’s underground infrastructure

Finnish infrastructure software technology company Groundhawk has raised €2 million in Seed funding to transform how underground utilities are mapped and documented. As Europe invests heavily in elec...

16 часов назад @ tech.eu
From Mac utilities to AI ecosystem: MacPaw’s next act
From Mac utilities to AI ecosystem: MacPaw’s next act From Mac utilities to AI ecosystem: MacPaw’s next act

Founded in Kyiv in 2008, MacPaw has grown into a global technology company building a digital ecosystem designed to supercharge productivity for Mac users. With an office opened in Boston in 2023 and ...

18 часов назад @ tech.eu
DeepIP secures $25M Series B to embed AI across the patent lifecycle
DeepIP secures $25M Series B to embed AI across the patent lifecycle DeepIP secures $25M Series B to embed AI across the patent lifecycle

AI patent platform DeepIP has raised $25 million in Series B funding, bringing total capital raised to $40 million. DeepIP is a workflow-native AI platform built to support patent professionals acros...

18 часов назад @ tech.eu
Antiverse secures $9.3M Series A for AI antibody platform
Antiverse secures $9.3M Series A for AI antibody platform Antiverse secures $9.3M Series A for AI antibody platform

UK-based Antiverse, abiotech company developing AI-designed therapeutic antibodies forhard-to-target disease targets, has closed a $9.3 million Series A round led bySoulmates Ventures, with participat...

19 часов назад @ tech.eu
BioInnovation Institute backs five startups with €1.3M in follow-on funding
BioInnovation Institute backs five startups with €1.3M in follow-on funding BioInnovation Institute backs five startups with €1.3M in follow-on funding

BioInnovation Institute (BII), an initiative of the Novo Nordisk Foundation,has awarded an additional €1.3 million in follow-on funding to five portfoliostartups, bringing total support per company to...

22 часа назад @ tech.eu
Bindbridge raises $3.8M for next-generation crop protection
Bindbridge raises $3.8M for next-generation crop protection Bindbridge raises $3.8M for next-generation crop protection

Cambridge-basedBindbridge has secured $3.8 million in early-stage funding from Speedinvest andNucleus Capital to advance next-generation crop protection aimed at improvingcrop resilience and agricultu...

22 часа назад @ tech.eu
baCta secures €7M to advance programmable microbial factories
baCta secures €7M to advance programmable microbial factories baCta secures €7M to advance programmable microbial factories

Paris-based baCta, an industrial biotechstartup developing an AI-powered bioproduction platform for industrialingredients, has closed a €7 million seed funding round led by LocalGlobe andDaphni, with ...

22 часа назад @ tech.eu
Qura secures €1.5M to rethink health management in Europe
Qura secures €1.5M to rethink health management in Europe Qura secures €1.5M to rethink health management in Europe

Milan-based Qura, an AI-powered full-stackhealth platform, has closed a €1.5 million pre-seed round led by United Ventures, with participation from Vento, Italian Angels for Growth (IAG) andseveral in...

23 часа назад @ tech.eu
Mycoverse raises €2.4M pre-seed to tackle potato late blight in Europe
Mycoverse raises €2.4M pre-seed to tackle potato late blight in Europe Mycoverse raises €2.4M pre-seed to tackle potato late blight in Europe

Mycoverse, an agritechspin-out from the Technical University of Denmark (DTU) developing fungal-basedbiological crop protection, has raised €2.4 million in pre-seed equity funding.The round was co-led...

23 часа назад @ tech.eu
Flink lands $100M to advance targeted expansion
Flink lands $100M to advance targeted expansion Flink lands $100M to advance targeted expansion

Berlin-based Flink, a quick commerce operator active in Germany and theNetherlands, has secured around $100 million in new growth capital. The roundwas led by Prosus and other existing investors, with...

23 часа назад @ tech.eu
AI adoption reshapes female-led innovation in Europe: Female Innovation Index 2026
AI adoption reshapes female-led innovation in Europe: Female Innovation Index 2026 AI adoption reshapes female-led innovation in Europe: Female Innovation Index 2026

The newly released Female Innovation Index 2026, Europe’s largest report examining the innovation and funding pipeline driven by female entrepreneurs, shows that female founders across the regi...

1 day назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 2 weeks назад
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.

2 weeks назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

3 weeks, 5 days назад @ 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, 1 week назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

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

4 months, 2 weeks назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

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

5 months, 2 weeks назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

5 months, 2 weeks назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

7 months назад @ 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, […]

7 months, 3 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.

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

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