Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 42 минуты назад
Oil Is Near a Price That Hurts the Economy
Oil Is Near a Price That Hurts the Economy

Please enable JS and disable any ad blocker

42 минуты назад @ wsj.com
Show HN: The Mog Programming Language
Show HN: The Mog Programming Language

The Mog Language Guide A complete guide to learning and using the Mog programming language.

= { factorial (10)}" ) ; // Fibonacci println (f "fib(10) = { fibonacci (10)}" ) ; println (f "fib(20) = { fibonacci (20)}" ) ; // Simple arithmetic x := 42 ; y := 13 ; println (f "{ x } + { y } = { x + y }" ) ; println (f "{ x } - { y } = { x - y }" ) ; println (f "{ x } * { y } = { x * y }" ) ; println (f "{ x } / { y } = { x / y }" ) ; println (f "{ x } % { y } = { x % y }" ) ; return 0 ; } Output: 5!

square := fn (n : int ) -> int { return n * n ; } ; is_positive := fn (x : float ) -> bool { return x > 0.0 ; } ; greet := fn (name : string ) -> string { return "hello, { name }!"

fn apply (f : fn (…

1 час назад @ moglang.org
Fixfest is a global gathering of repairers, tinkerers, and activists
Fixfest is a global gathering of repairers, tinkerers, and activists

Comments

1 час назад @ fixfest.therestartproject.org
Florida Judge Rules Red Light Camera Tickets Are Unconstitutional
Florida Judge Rules Red Light Camera Tickets Are Unconstitutional Florida Judge Rules Red Light Camera Tickets Are Unconstitutional

A Broward County judge has dismissed a red-light camera ticket, ruling that the state law used to issue the citation improperly shifts the burden of proof onto vehicle owners.

In a 21-page order signed March 3, Judge Steven P. DeLuca granted a defendant’s motion to dismiss a photo-enforced traffic citation issued under Florida’s red-light camera law.

The case involved a Sunrise red-light camera citation issued to a registered vehicle owner after automated cameras captured a vehicle entering an intersection against a red signal.

Fifteen red-light camera systems are already running at seven intersections in Boynton Beach alone.

Florida’s red-light camera law, known as the Mark Wandall Traffic…

1 час назад @ cbs12.com
Building a Procedural Hex Map with Wave Function Collapse
Building a Procedural Hex Map with Wave Function Collapse Building a Procedural Hex Map with Wave Function Collapse

Building a Procedural Hex Map with Wave Function Collapse Procedural medieval islands from 4,100 hex tiles, built with WebGPU and a lot of backtracking.

Hex WFC is... less so.

For example this 3-way junction has 3 road edges and 3 grass edges.

A road tile at level 3 needs to connect to another road tile at level 3, or a slope tile that transitions between levels.

The solution is two-fold: BatchedMesh — each hex grid gets 2 BatchedMeshes: one for tiles, one for decorations.

2 часа назад @ felixturner.github.io
The 1979 Design Choice Breaking AI Workloads
The 1979 Design Choice Breaking AI Workloads The 1979 Design Choice Breaking AI Workloads

Rethinking Container Image Distribution to eliminate cold startsAt Cerebrium, we frequently work with teams building latency-sensitive AI systems, such as voice agents, realtime video avatars and many other interactive AI applications.

With today’s container image format, every byte must be downloaded and unpacked before the process can begin.

In June 2015 the Open Container Initiative (OCI) was founded under the Linux Foundation to standardize the container image format.

An ideal container image distribution system would:Start the container before the full image is downloaded.

Adding background prefetching further reduces the penalty of on-demand reads by warming the remaining image data…

2 часа назад @ cerebrium.ai
DARPA's new X-76 Experimental Plane
DARPA's new X-76 Experimental Plane DARPA's new X-76 Experimental Plane

Eliminating one of the battlefield's most difficult choices – between the high speed of an aircraft that needs a runway and the go-anywhere flexibility of a slower helicopter – is the goal of DARPA’s SPeed and Runway INdependent Technologies (SPRINT) program.

Announcing DARPA’s Newest X-Plane, X-76SPRINT’s experimental aircraft, officially revealed as the X-76, is now being built by Bell Textron, Inc. following a successful Critical Design Review (CDR).

The Mission: Breaking Aviation's Oldest Trade-OffSPRINT began its second phase (Phase 2) in May 2025 following the downselect to Bell.

Ian Higgins, U.S. Navy, serving as the DARPA SPRINT program manager.

Phase 2 will be followed by…

2 часа назад @ darpa.mil
Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents

We built Terminal Use to make it easier to deploy agents that work in a sandboxed environment and need filesystems to do work.

This includes coding agents, research agents, document processing agents, and internal tools that read and write files.

Out of the box, we support Claude Agent SDK and Codex SDK agents.

Finally, we've explicitly designed our platform for your CLI coding agents to help you build, test, & iterate with your agents.

With our CLI, your coding agents can send messages to your deployed agents, and download filesystem contents to help you understand your agent's output.

2 часа назад @ news.ycombinator.com
What I Always Wanted to Know about Second Class Values
What I Always Wanted to Know about Second Class Values

Comments

2 часа назад @ dl.acm.org
Anthropic investors grow frustrated with CEO after feds ban AI startup
Anthropic investors grow frustrated with CEO after feds ban AI startup Anthropic investors grow frustrated with CEO after feds ban AI startup

Some Anthropic investors are growing frustrated with CEO Dario Amodei’s combative stance toward the Trump administration — even as as defense contractor Lockheed Martin said it will comply with the government’s ban on the AI startup, according to reports.

4 Dario Amodei, CEO of Anthropic, is reportedly taking heat from investors over his handling of contacts with the Trump administration.

4 President Trump blasted the AI startup as “woke” and “radical left” while announcing a ban on the company serving federal agencies.

The AI startup is backed by a who’s who of tech and finance, including Amazon, Google, Microsoft and Nvidia, as well as venture investors such as Lightspeed Venture Partners…

2 часа назад @ nypost.com
JSLinux Now Supports x86_64
JSLinux Now Supports x86_64

JSLinuxThe following emulated systems are available:

2 часа назад @ bellard.org
Jolla on track to ship new phone with Sailfish OS, user-replaceable battery
Jolla on track to ship new phone with Sailfish OS, user-replaceable battery

Comments

2 часа назад @ liliputing.com
Show HN: I gave my robot physical memory – it stopped repeating mistakes
Show HN: I gave my robot physical memory – it stopped repeating mistakes Show HN: I gave my robot physical memory – it stopped repeating mistakes

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.

2 часа назад @ github.com
An opinionated take on how to do important research that matters
An opinionated take on how to do important research that matters An opinionated take on how to do important research that matters

Broadly, just being around, available, and having interesting ideas you're willing to discuss is an easy way to find collaborators.

In a good paper this is answerable in a sentence: your goal is to find that sentence.

In a good paper this is answerable in a sentence: your goal is to find that sentence.

Sadly---at least for me---sit around and hope for inspiration isn't a valid approach to coming up with important ideas.

The paper should be the "maximal" version of the paperCounterbalancing the above, make sure the paper you're writing doesn't have obvious improvements you didn't do.

2 часа назад @ nicholas.carlini.com
Kuwaiti F/A-18's Triple Friendly Fire Shootdown Gets Stranger by the Day
Kuwaiti F/A-18's Triple Friendly Fire Shootdown Gets Stranger by the Day Kuwaiti F/A-18's Triple Friendly Fire Shootdown Gets Stranger by the Day

This is the latest video to have emerged from the extraordinary incident earlier this week in which a Kuwaiti Air Force F/A-18 Hornet was responsible for shooting down three U.S. Air Force F-15E Strike Eagles.

However, everything points to this being genuine, and it clearly indicates a within-visual-range air-to-air engagement, likely involving a heat-seeking AIM-9 Sidewinder series air-to-air missile.

However, the earlier video footage of one of the jets spiraling to the ground suggested it was an air-to-air engagement, based on the damage to the aircraft.

Footage of an F-15 falling out of the sky this morning over Kuwait, in an apparent “friendly fire” incident involving the U.S. Air Forc…

3 часа назад @ twz.com
Hacker News Hacker News
последний пост 42 минуты назад
Restoring a Sun SPARCstation IPX Part 1: PSU and Nvram
Restoring a Sun SPARCstation IPX Part 1: PSU and Nvram Restoring a Sun SPARCstation IPX Part 1: PSU and Nvram

You seem to be in Germany, would you like to use our Deutsch site?

Switch to Deutsch site Stay on English site

3 часа назад @ rs-online.com
Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
Is legal the same as legitimate: AI reimplementation and the erosion of copyleft

Blanchard's account is that he never looked at the existing source code directly.

That question is this: does legal mean legitimate?

Derivative works built on chardet 7.0 are under no obligation to share their source code.

The chardet situation suggests the argument has to go further: to a specification copyleft covering the layer below source code.

Whatever courts eventually decide about AI reimplementation, the question we need to answer first is not a legal one.

4 часа назад @ writings.hongminhee.org
New farm bill would condemn pigs to a lifetime in gestation crates
New farm bill would condemn pigs to a lifetime in gestation crates

Comments

4 часа назад @ twitter.com
The engine of Germany's wealth is blocking its future
The engine of Germany's wealth is blocking its future The engine of Germany's wealth is blocking its future

“Every federal government has considered it its duty to shield the car industry from stricter rules,” Katzemich told TEC.

Society bears the cost: “We breathe far too much nitrogen on our streets, and transport remains one of the sectors contributing most to the climate crisis.

Consumers still can't afford EVs because they are not being produced – at least not by German manufacturers.”

4 часа назад @ europeancorrespondent.com
Show HN: DenchClaw – Local CRM on Top of OpenClaw
Show HN: DenchClaw – Local CRM on Top of OpenClaw Show HN: DenchClaw – Local CRM on Top of OpenClaw

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.

4 часа назад @ github.com
Revealed: UK's multibillion AI drive is built on 'phantom investments'
Revealed: UK's multibillion AI drive is built on 'phantom investments' Revealed: UK's multibillion AI drive is built on 'phantom investments'

A multibillion-pound drive to “mainline AI into the veins” of the British economy is riddled with “phantom investments” and shaky accounting, a Guardian investigation has found.

The findings raise questions about a series of massive AI investments announced globally in the past year, many in high-level press releases from governments and tech companies.

View image in fullscreen Starmer unveiling the government’s ‘AI opportunity action plan’ at University College London (UCL) East in January 2025.

“Our investments are designed to expand compute capacity, and enable AI adoption and innovation across enterprises, research institutions, the public sector and startups.

We are delivering advanced…

4 часа назад @ theguardian.com
India offered sanctuary to Iranian ship three days before US sank it
India offered sanctuary to Iranian ship three days before US sank it India offered sanctuary to Iranian ship three days before US sank it

"The Iranian side had requested permission on 28 February for three ships in the region to dock at our ports.

This was accorded on 1 March," Jaishankar told parliament on Monday.

"Iris Lavan actually docked on 4 March in Kochi.

The crew is currently in Indian naval facilities.

We believe that this was the right thing to do."

4 часа назад @ bbc.com
The optimal age to freeze eggs is 19
The optimal age to freeze eggs is 19

Comments

4 часа назад @ lesswrong.com
Algebraic topology: knots links and braids
Algebraic topology: knots links and braids Algebraic topology: knots links and braids

Two knots are called equivalent when there is an orientation-preserving homeomorphism of E(3) onto itself sending one knot to the other.

Thus, one usually restricts knots to be tamely embedded, e.g., as a simple closed polygonal curve, and we'll do so as well.

It follows that the sum of two knots can only be the unknot when both knots are the unknot themselves.

A table of the knots with at most 10 crossings is found in D. Rolfsen, `Knots and Links', Publish or Perish, 1976).

The braid group B(n) of braids with n strings is isomorphic to the group with generators s(i) (i=1,...,n-1) and relations (i) s(i) s(j) = s(j) s(i) when |i-j| > 1, and (ii) s(i) s(i+1) s(i) = s(i+1) s(i) s(i+1) for all …

4 часа назад @ aeb.win.tue.nl
FreeBSD Capsicum vs. Linux Seccomp Process Sandboxing
FreeBSD Capsicum vs. Linux Seccomp Process Sandboxing FreeBSD Capsicum vs. Linux Seccomp Process Sandboxing

The process enters a world that contains precisely its open file descriptors, restricted to the operations explicitly granted.

In 2005, Andrea Arcangeli added seccomp strict mode: four syscalls permitted ( read , write , exit , sigreturn ), everything else killed the process.

FreeBSD + Capsicum cap_enter() Renderer world shrinks to: IPC pipe to browser Shared memory (pixels) Font file descriptors New kernel syscalls?

Linux + seccomp-bpf seccomp_load(bpf) Renderer filtered through: BPF syscall allowlist User namespace isolation Seccomp policy file New kernel syscalls?

The Epistemological DivideThe difference between Capsicum and seccomp is not a difference of implementation.

6 часов назад @ vivianvoss.net
Reverse-engineering the UniFi inform protocol
Reverse-engineering the UniFi inform protocol Reverse-engineering the UniFi inform protocol

But the inform protocol on port 8080 is where things get interesting.

What inform doesEvery UniFi device (access points, switches, gateways) phones home to its controller.

Sprintf ( " %02x : %02x : %02x : %02x : %02x : %02x " , header[ 8 ], header[ 9 ], header[ 10 ], header[ 11 ], header[ 12 ], header[ 13 ])Read 14 bytes and you know which device is talking.

But the happy side effect is that the inform protocol is routable by anyone who can read 14 bytes off a TCP connection.

If you've poked at the inform protocol yourself, I'd like to hear about it.

6 часов назад @ tamarack.cloud
No leap second will be introduced at the end of June 2026
No leap second will be introduced at the end of June 2026 No leap second will be introduced at the end of June 2026

No leap second 2026-06-30, per below.

-- Tim Parenti ---------- Forwarded message --------- From: IERS EOP Product Center Date: Tue, 6 Jan 2026 at 06:50 Subject: Bulletin C number 71 To: INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTEMS SERVICE (IERS) SERVICE INTERNATIONAL DE LA ROTATION TERRESTRE ET DES SYSTEMES DE REFERENCE SERVICE DE LA ROTATION TERRESTRE DE L'IERS OBSERVATOIRE DE PARIS 61, Av.

: +33 1 40 51 23 35 e-mail : [email protected] http://hpiers.obspm.fr/eop-pc Paris, 06 January 2026 Bulletin C 71 To authorities responsible for the measurement and distribution of time INFORMATION ON UTC - TAI NO leap second will be introduced at the end of June 2026.

Bulletin C is mailed…

6 часов назад @ lists.iana.org
Grok sparks outrage after chatbot makes offensive jibes about football disasters
Grok sparks outrage after chatbot makes offensive jibes about football disasters Grok sparks outrage after chatbot makes offensive jibes about football disasters

Elon Musk's AI chatbot Grok is once again under investigation after it began posting explicit and derogatory remarks about historic football disasters when prompted by users on X.

Examples highlighted by Sky News show the bot producing offensive comments about the disasters when asked about football rivalries and fan bases, including responses that falsely blamed Liverpool fans for the 1989 Hillsborough disaster.

Some of the posts appear to have been deleted and X has launched an internal probe, according to reports, although Grok didn't appear to show much remorse.

In replies to users on X, the chatbot reportedly defended the responses, arguing it was merely answering prompts rather than d…

7 часов назад @ theregister.com
Nvidia backs AI data center startup Nscale as it hits $14.6B valuation
Nvidia backs AI data center startup Nscale as it hits $14.6B valuation

Comments

8 часов назад @ cnbc.com
Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer
Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer

Agent Kanban is a VS Code extension that solves these problems via a markdown formatted task record, and a clear plan / todo / implement flow.

This also means Agent Kanban doesn't interfere with your other agent configuration.

@kanban /task again, and you're restored to exactly where you were - the task file has everything.

Getting StartedInstall Agent Kanban from the VS Code Marketplace Click the Kanban icon in the Activity Bar Create your first task: @kanban /new My Feature in Copilot Chat Select it: @kanban /task My Feature (task name is matched on fuzzy search) In Copilot agent mode, type planThat's it.

Agent Kanban is available on the VS Code Marketplace.

8 часов назад @ appsoftware.com
Lobsters Lobsters
последний пост 21 минуту назад
Ghostty 1.3.0
Ghostty 1.3.0 Ghostty 1.3.0

Thank you to all the contributors, maintainers, community moderators, translators, packagers, and users who each helped make this release possible.

These release notes are painstakingly and lovingly hand-crafted by human Ghostty maintainers, including the full changelog.

In addition to simple creation and navigation actions, you can also send text, key, and mouse input.

#9961 Keybinds now support key tables: named sets of keybindings that can be activated and deactivated, enabling modal keybinding workflows.

The Ghostty development team has decided to separate the Ghostty GUI and libghostty release cycles, so libghostty will have its own versioning and release schedule independent of the Gh…

21 минуту назад @ ghostty.org
Meta’s Renewed Commitment to jemalloc
Meta’s Renewed Commitment to jemalloc Meta’s Renewed Commitment to jemalloc

Meta recognizes the long-term benefits of jemalloc, a high-performance memory allocator, in its software infrastructure.

While some decisions delivered immediate benefits, the resulting technical debt eventually slowed progress.

In the spirit of collaboration, we have reflected deeply on our stewardship and its impact on jemalloc’s long-term health.

We’ve started an effort to remove technical debt and rebuild a long-term roadmap for jemalloc.

Our hope is that, over time, our renewed commitment will be evident in the health and progress of jemalloc.

1 час назад @ engineering.fb.com
Video Conferencing with Postgres
Video Conferencing with Postgres Video Conferencing with Postgres

PlanetScale Postgres is the fastest way to run Postgres in the cloud.

This means we don't have to poll Postgres with SELECT statements from the table fast enough to render 15fps video.

This means the same mechanism that pushes video frames to call participants also pushes chat messages, user presence changes, and call state transitions.

Each frame is roughly 25-40KB, which means it's pushing about 375–600 KB/s of video through Postgres per direction.

Inserts are faster because Postgres isn't making durability guarantees about video frames.

2 часа назад @ planetscale.com
seccomp — Unsafe at any speed (2022)
seccomp — Unsafe at any speed (2022) seccomp — Unsafe at any speed (2022)

I’ll just assert that there’s no way to use seccomp() correctly.

Just like how there’s no way to use gets() correctly, causing it to eventually be removed from the C and C++ standards.

seccomp, brieflyseccomp allows you to filter syscalls with a ruleset.

don’t allow it to open these files), it’s fundamentally flawed.

(But the original binary on/off seccomp() blocked even those)But there’s no way to express this.

2 часа назад @ blog.habets.se
Abusing .arpa, the TLD that isn’t supposed to host anything
Abusing .arpa, the TLD that isn’t supposed to host anything Abusing .arpa, the TLD that isn’t supposed to host anything

Actors are abusing the .arpa top-level domain (TLD), in conjunction with IPv6 tunnels, to host phishing content on domains that should not resolve to an IP address.

When the user clicks on the image, the device will resolve the .arpa domain.

For a normal reverse DNS lookup, the entire IP address is needed to calculate the reverse DNS string.

Although reverse DNS domains aren’t supposed to work like this, the threat actors found a way to make it happen.

The tunnel isn’t surprising, but the ability to claim ownership of a .arpa domain with a DNS provider is.

3 часа назад @ infoblox.com
Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
Is legal the same as legitimate: AI reimplementation and the erosion of copyleft

Blanchard's account is that he never looked at the existing source code directly.

That question is this: does legal mean legitimate?

Derivative works built on chardet 7.0 are under no obligation to share their source code.

The chardet situation suggests the argument has to go further: to a specification copyleft covering the layer below source code.

Whatever courts eventually decide about AI reimplementation, the question we need to answer first is not a legal one.

4 часа назад @ writings.hongminhee.org
Removing recursion via explicit callstack simulation
Removing recursion via explicit callstack simulation Removing recursion via explicit callstack simulation

fn , frame , ); frame = frame .

fn , frame , ); frame = frame .

fn , frame , ); frame = frame .

fn , frame , ); frame = frame .

fn , frame , ); frame = frame .

4 часа назад @ jnkr.tech
Notes on writing a voxel game in Dyalog APL
Notes on writing a voxel game in Dyalog APL Notes on writing a voxel game in Dyalog APL

tex_z [ tex ] vert + ← ( 3 , ⍨ ≢ vert ) ⍴ 128 × [ 0 0 0 ⋄ 0 0 1 ⋄ 1 0 1 ⋄ 1 0 0 ] buf ← ∊ vert , tex vs ← ≢ buf ic ← 6 × 4 ÷ ⍨ ≢ vert _ ← # # .

∊ B , [ 255 0 0 ⋄ ] ⍴ ⍨ 3 , ⍨ ≢ B 0 1 0 255 0 0 0 < .

vec ← [ 0 0 ⋄ w 0 ⋄ 0 w ⋄ w w ] ( + ⍤ 2 ) 4 / [ 1 ] , [ 0.5 ] ↑ ( ⊂ px pz - lx lz × w × 0.25 ) - ⍨ ( w ← ⊃ l ) × Cg 'xz' dist ← 0.5 * ⍨ + / [ 2 ] vec * 2 num ← ( lx lz ) ( + .

Get_frustum ( ○ 70 ÷ 180 ⋄ 1280 ÷ 720 ⋄ 0.1 ⋄ 500.0 ) n ← 3 ↑ [ 1 ] frs d ← , 3 ↓ [ 1 ] frs ( w h ) ← ( ⊃ l ⋄ 1 ⊃ l ) box ← [ 0 0 0 ⋄ w 0 0 ⋄ 0 0 w ⋄ w 0 w 0 h 0 ⋄ w h 0 ⋄ 0 h w ⋄ w h w ] vec ← box ( + ⍤ 2 )…

4 часа назад @ homewithinnowhere.com
I don't know if my job will still exist in ten years
I don't know if my job will still exist in ten years I don't know if my job will still exist in ten years

If tech companies undershoot - continuing to hire engineers long after AI agents are capable of replacing them - then at least I’ll hold onto my job for longer.

Still, “my job” will increasingly mean “supervising groups of AI agents”.

I don’t think there are any genuinely new capabilities that AI agents would need in order to take my job.

That said, it’s a bit silly for software engineers to complain when the automation train finally catches up to them.

Some commenters are doubtful, either because they don’t think AI coding is very good, or because they think human creativity/big-picture thinking/attention to detail will always be valuable.

5 часов назад @ seangoedecke.com
Your LLM Doesn't Write Correct Code. It Writes Plausible Code
Your LLM Doesn't Write Correct Code. It Writes Plausible Code Your LLM Doesn't Write Correct Code. It Writes Plausible Code

It reads and writes the correct SQLite file format.

The reimplementation is not small: 576,000 lines of Rust code across 625 files.

SQLite does the same autocommit, but uses fdatasync(2) on Linux, which skips syncing file metadata when compiled with HAVE_FDATASYNC (the default).

The Rust reimplementation does all three on every call.

An LLM prompted to “implement SQLite in Rust” will generate code that looks like an implementation of SQLite in Rust.

5 часов назад @ blog.katanaquant.com
Rust-like Error Handling in TypeScript
Rust-like Error Handling in TypeScript Rust-like Error Handling in TypeScript

My real pet peeve was losing the ergonomics that come with Rust's Result type.

I can tell that sub_operation_1 and sub_operation_2 both return my custom Result type.

Having a centralized error type means I can do things like report errors to external services, show popups, and enforce consistent error handling across the app.

By re-exporting Result with my own error type baked in, every new function is forced to handle errors in a way that fits my app's conventions.

The yield keyword lets you short-circuit execution: if an error is returned, it halts immediately and bubbles the error up.

6 часов назад @ codeinput.com
Production query plans without production data
Production query plans without production data Production query plans without production data

Running EXPLAIN in CI tells you nothing about the production plan.

Porting production stats can provide you that snapshot of thinking planner has to do in production, without actually going to production.

A value near 1.0 means sequential access patterns - making index scan cheaper because the next row is likely on the same or adjacent page.

The production data might be hundreds of GB.

The planner will plan based on a production distribution that no longer reflects the local data.

8 часов назад @ boringsql.com
Returning To Rails in 2026
Returning To Rails in 2026 Returning To Rails in 2026

I’ve been working on https://setlist.rocks for the last few months in my evenings and spare time and I’m pretty pleased with the result.

Rails 8: A Familiar StrangerWhile I haven’t built or managed a full Rails codebase in years, I’d never completely left the Rails ecosystem.

Solid Backend ImprovementsI’ve always liked the way Rails lets you enable components and patterns as you scale.

CachingThis is where the new Solid* libraries (Solid Cache, Solid Queue and Solid Cable) included in Rails 8 really shine.

Everything is already setup to make use of this, all you need to do is start using it using standard Rails caching patterns.

8 часов назад @ markround.com
AI will fuck you up if you’re not on board
AI will fuck you up if you’re not on board AI will fuck you up if you’re not on board

ME: Here's this tool to help you do your job better THEM: Cool!

ME: It uses AI THEM: IT'S A CON, RUN AWAY, DON'T BELIEVE THEMAI is fundamentally changing how we do things, whether you like it or not.

AI is not just another hype cycle, and I’ll tell you why.

The difference with AI is that the people shouting excitedly about it are actually using it and getting real value from it.

I distinctly remember sitting around in 2021 convincing myself I ought to be learning how to write a smart contract for Ethereum.

9 часов назад @ rmoff.net
Open Sores
Open Sores Open Sores

Open-source software has been an underlying factor, affecting labor value in some subsectors more than others, but its impact on labor value has been relatively limited.

If open-source software weren't so abundant, these same developments would instead be creating a powerful advantage for companies with a wealth of privately owned data.

Although that would have its own destructive effects, it wouldn't be accelerating the broad destruction of software labor value.

On the other hand, it's produced widespread cultural toxicity and has arguably been a major contributor to a software labor value apocalypse.

But to the extent that we are capable of it, I do think people have tried to contribute t…

10 часов назад @ richwhitehouse.com
Techmeme Techmeme
последний пост 20 минут назад
Sources: Apple delayed the release of its smart home display, planned for this month, until later this year to let the company finish work on the new Siri (Mark Gurman/Bloomberg)
Sources: Apple delayed the release of its smart home display, planned for this month, until later this year to let the company finish work on the new Siri (Mark Gurman/Bloomberg) Sources: Apple delayed the release of its smart home display, planned for this month, until later this year to let the company finish work on the new Siri (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Sources: Apple delayed the release of its smart home display, planned for this month, until later this year to let the company finish work on the new Siri — Apple Inc.'s artificial intelligence struggles are rippling through its product plans, forcing the company to delay a long …

20 минут назад @ techmeme.com
NBC News poll of 1,000 registered voters: just 26% had a positive view of AI, while 46% had a negative view, the third worst net negative score of all topics (Jake Angelo/Fortune)
NBC News poll of 1,000 registered voters: just 26% had a positive view of AI, while 46% had a negative view, the third worst net negative score of all topics (Jake Angelo/Fortune) NBC News poll of 1,000 registered voters: just 26% had a positive view of AI, while 46% had a negative view, the third worst net negative score of all topics (Jake Angelo/Fortune)

Jake Angelo / Fortune:

NBC News poll of 1,000 registered voters: just 26% had a positive view of AI, while 46% had a negative view, the third worst net negative score of all topics — Artificial intelligence has permeated nearly every part of daily American life. It's being adopted across the professional sphere …

39 минут назад @ techmeme.com
UK's AI drive, touted since 2024 and featuring splashy NScale and CoreWeave deals, to build datacenters is riddled with phantom investments and shaky accounting (Aisha Down/The Guardian)
UK's AI drive, touted since 2024 and featuring splashy NScale and CoreWeave deals, to build datacenters is riddled with phantom investments and shaky accounting (Aisha Down/The Guardian) UK's AI drive, touted since 2024 and featuring splashy NScale and CoreWeave deals, to build datacenters is riddled with phantom investments and shaky accounting (Aisha Down/The Guardian)

Aisha Down / The Guardian:

UK's AI drive, touted since 2024 and featuring splashy NScale and CoreWeave deals, to build datacenters is riddled with phantom investments and shaky accounting — Exclusive: Rented datacentres and ‘supercomputer’ site that's still a scaffolding yard raise questions for Starmer's push to ‘mainline AI into veins of economy’

1 час назад @ techmeme.com
OpenAI agrees to acquire Promptfoo, which fixes security issues in AI systems being built and is "trusted by 25%+ of Fortune 500", to fold into OpenAI Frontier (OpenAI)
OpenAI agrees to acquire Promptfoo, which fixes security issues in AI systems being built and is "trusted by 25%+ of Fortune 500", to fold into OpenAI Frontier (OpenAI) OpenAI agrees to acquire Promptfoo, which fixes security issues in AI systems being built and is "trusted by 25%+ of Fortune 500", to fold into OpenAI Frontier (OpenAI)

OpenAI:

OpenAI agrees to acquire Promptfoo, which fixes security issues in AI systems being built and is “trusted by 25%+ of Fortune 500”, to fold into OpenAI Frontier — Accelerating agentic security testing and evaluation capabilities in OpenAI Frontier

1 час назад @ techmeme.com
Source: UK cyber security company Darktrace names Ed Jennings, who previously led work management platform Quickbase, as CEO, its third chief in 18 months (Kieran Smith/Financial Times)
Source: UK cyber security company Darktrace names Ed Jennings, who previously led work management platform Quickbase, as CEO, its third chief in 18 months (Kieran Smith/Financial Times) Source: UK cyber security company Darktrace names Ed Jennings, who previously led work management platform Quickbase, as CEO, its third chief in 18 months (Kieran Smith/Financial Times)

Kieran Smith / Financial Times:

Source: UK cyber security company Darktrace names Ed Jennings, who previously led work management platform Quickbase, as CEO, its third chief in 18 months — UK-based cyber security group hires Ed Jennings as private equity owners push for faster growth — Darktrace has appointed …

2 часа назад @ techmeme.com
Qualcomm unveils the Arduino Ventuno Q, a single-board computer for AI and robotics applications, powered by Dragonwing IQ8 processor and 16GB of RAM (Steve Dent/Engadget)
Qualcomm unveils the Arduino Ventuno Q, a single-board computer for AI and robotics applications, powered by Dragonwing IQ8 processor and 16GB of RAM (Steve Dent/Engadget) Qualcomm unveils the Arduino Ventuno Q, a single-board computer for AI and robotics applications, powered by Dragonwing IQ8 processor and 16GB of RAM (Steve Dent/Engadget)

Steve Dent / Engadget:

Qualcomm unveils the Arduino Ventuno Q, a single-board computer for AI and robotics applications, powered by Dragonwing IQ8 processor and 16GB of RAM — It marries a Qualcomm processor with a microcontroller and comes with 16GB of RAM. — Qualcomm, which purchased microcontroller board …

2 часа назад @ techmeme.com
Australia's online age restrictions take effect, requiring platforms to verify users are 18+ before they can access content including porn and R-rated games (Ahmed Yussuf/ABC)
Australia's online age restrictions take effect, requiring platforms to verify users are 18+ before they can access content including porn and R-rated games (Ahmed Yussuf/ABC) Australia's online age restrictions take effect, requiring platforms to verify users are 18+ before they can access content including porn and R-rated games (Ahmed Yussuf/ABC)

Ahmed Yussuf / ABC:

Australia's online age restrictions take effect, requiring platforms to verify users are 18+ before they can access content including porn and R-rated games — In short: — New online safety codes requiring R-rated games and websites to verify users' ages are now in effect.

3 часа назад @ techmeme.com
The DOJ reaches a settlement in its antitrust lawsuit against Ticketmaster and Live Nation in a case that alleged an illegal monopoly over live events in the US (Alanna Durkin Richer/Associated Press)
The DOJ reaches a settlement in its antitrust lawsuit against Ticketmaster and Live Nation in a case that alleged an illegal monopoly over live events in the US (Alanna Durkin Richer/Associated Press) The DOJ reaches a settlement in its antitrust lawsuit against Ticketmaster and Live Nation in a case that alleged an illegal monopoly over live events in the US (Alanna Durkin Richer/Associated Press)

Alanna Durkin Richer / Associated Press:

The DOJ reaches a settlement in its antitrust lawsuit against Ticketmaster and Live Nation in a case that alleged an illegal monopoly over live events in the US — Justice Department lawyers announced Monday that they'd reached a settlement in their antitrust lawsuit against Ticketmaster …

3 часа назад @ techmeme.com
Anthropic sues to block the DOD from designating it a supply chain risk, says the designation is unlawful and violates its free speech and due process rights (Jack Queen/Reuters)
Anthropic sues to block the DOD from designating it a supply chain risk, says the designation is unlawful and violates its free speech and due process rights (Jack Queen/Reuters) Anthropic sues to block the DOD from designating it a supply chain risk, says the designation is unlawful and violates its free speech and due process rights (Jack Queen/Reuters)

Jack Queen / Reuters:

Anthropic sues to block the DOD from designating it a supply chain risk, says the designation is unlawful and violates its free speech and due process rights — Anthropic on Monday filed a lawsuit to block the Pentagon from placing it on a national security blacklist, escalating …

4 часа назад @ techmeme.com
Nexperia's Chinese subsidiary says it has begun producing its own chips using 12-inch wafers, a further step toward independence from its Dutch parent (Reuters)
Nexperia's Chinese subsidiary says it has begun producing its own chips using 12-inch wafers, a further step toward independence from its Dutch parent (Reuters) Nexperia's Chinese subsidiary says it has begun producing its own chips using 12-inch wafers, a further step toward independence from its Dutch parent (Reuters)

Reuters:

Nexperia's Chinese subsidiary says it has begun producing its own chips using 12-inch wafers, a further step toward independence from its Dutch parent — Chipmaker Nexperia's Chinese subsidiary said on Monday it has begun producing its own chips, a further step towards independence …

4 часа назад @ techmeme.com
Nvidia and ABB partner to bring ABB's robot training software to Nvidia's Omniverse simulation platform to build autonomous robots, which Foxconn is trialling (Financial Times)
Nvidia and ABB partner to bring ABB's robot training software to Nvidia's Omniverse simulation platform to build autonomous robots, which Foxconn is trialling (Financial Times) Nvidia and ABB partner to bring ABB's robot training software to Nvidia's Omniverse simulation platform to build autonomous robots, which Foxconn is trialling (Financial Times)

Financial Times:

Nvidia and ABB partner to bring ABB's robot training software to Nvidia's Omniverse simulation platform to build autonomous robots, which Foxconn is trialling — Industrial robots that can be trained in virtual conditions are being trialled by Foxconn — Nvidia and ABB Robotics are partnering …

5 часов назад @ techmeme.com
Stablecoin payments company KAST raised $80M led by QED and Left Lane; sources say the fundraise is at a $600M valuation, and KAST expects $100M ARR in 2026 (Bloomberg)
Stablecoin payments company KAST raised $80M led by QED and Left Lane; sources say the fundraise is at a $600M valuation, and KAST expects $100M ARR in 2026 (Bloomberg) Stablecoin payments company KAST raised $80M led by QED and Left Lane; sources say the fundraise is at a $600M valuation, and KAST expects $100M ARR in 2026 (Bloomberg)

Bloomberg:

Stablecoin payments company KAST raised $80M led by QED and Left Lane; sources say the fundraise is at a $600M valuation, and KAST expects $100M ARR in 2026 — KAST, a stablecoin payments firm, has raised $80 million in its latest funding round, as venture capitalists continue to pour money …

5 часов назад @ techmeme.com
Microsoft launches Copilot Cowork, integrating Anthropic's Claude Cowork tech into Microsoft 365 and using Work IQ to ground actions in organizational data (Charles Lamanna/Microsoft 365 Blog)
Microsoft launches Copilot Cowork, integrating Anthropic's Claude Cowork tech into Microsoft 365 and using Work IQ to ground actions in organizational data (Charles Lamanna/Microsoft 365 Blog) Microsoft launches Copilot Cowork, integrating Anthropic's Claude Cowork tech into Microsoft 365 and using Work IQ to ground actions in organizational data (Charles Lamanna/Microsoft 365 Blog)

Charles Lamanna / Microsoft 365 Blog:

Microsoft launches Copilot Cowork, integrating Anthropic's Claude Cowork tech into Microsoft 365 and using Work IQ to ground actions in organizational data — AUDIENCE — Try Microsoft 365 Copilot — Available on desktop and mobile devices — If you have used Copilot …

5 часов назад @ techmeme.com
Microsoft launches the E7 bundle for $99/user/month, a 65% jump; of the 450M+ business users that paid for its tools in January, only ~3% also paid for Copilot (Brody Ford/Bloomberg)
Microsoft launches the E7 bundle for $99/user/month, a 65% jump; of the 450M+ business users that paid for its tools in January, only ~3% also paid for Copilot (Brody Ford/Bloomberg) Microsoft launches the E7 bundle for $99/user/month, a 65% jump; of the 450M+ business users that paid for its tools in January, only ~3% also paid for Copilot (Brody Ford/Bloomberg)

Brody Ford / Bloomberg:

Microsoft launches the E7 bundle for $99/user/month, a 65% jump; of the 450M+ business users that paid for its tools in January, only ~3% also paid for Copilot — Microsoft Corp. is launching a new bundle of workplace software with the aim of getting more people to use its artificial intelligence tools for the office.

5 часов назад @ techmeme.com
iPad Air (M4) review: powerful M4 chip, good multitasking with iPadOS 26, and robust hardware, but its screen could be better, no Face ID, and can get pricey (Nathan Ingraham/Engadget)
iPad Air (M4) review: powerful M4 chip, good multitasking with iPadOS 26, and robust hardware, but its screen could be better, no Face ID, and can get pricey (Nathan Ingraham/Engadget) iPad Air (M4) review: powerful M4 chip, good multitasking with iPadOS 26, and robust hardware, but its screen could be better, no Face ID, and can get pricey (Nathan Ingraham/Engadget)

Nathan Ingraham / Engadget:

iPad Air (M4) review: powerful M4 chip, good multitasking with iPadOS 26, and robust hardware, but its screen could be better, no Face ID, and can get pricey — The iPad Air is extremely powerful and portable, but it's past time for it to have a nicer screen.

5 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 20 минут назад
iPhone 17e review: MagSafe, 256GB of base storage, and the camera are great, but no always-on display and 60Hz makes the iPhone 17 a better deal for $200 more (Allison Johnson/The Verge)
iPhone 17e review: MagSafe, 256GB of base storage, and the camera are great, but no always-on display and 60Hz makes the iPhone 17 a better deal for $200 more (Allison Johnson/The Verge) iPhone 17e review: MagSafe, 256GB of base storage, and the camera are great, but no always-on display and 60Hz makes the iPhone 17 a better deal for $200 more (Allison Johnson/The Verge)

Allison Johnson / The Verge:

iPhone 17e review: MagSafe, 256GB of base storage, and the camera are great, but no always-on display and 60Hz makes the iPhone 17 a better deal for $200 more — The iPhone 17E is a better value than the 16E was when it arrived, but that should matter to basically nobody.

5 часов назад @ techmeme.com
Uber expands its Women Drivers matching feature nationwide, including in major US markets like New York City, Philadelphia, and DC, amid mounting assault cases (Natalie Lung/Bloomberg)
Uber expands its Women Drivers matching feature nationwide, including in major US markets like New York City, Philadelphia, and DC, amid mounting assault cases (Natalie Lung/Bloomberg) Uber expands its Women Drivers matching feature nationwide, including in major US markets like New York City, Philadelphia, and DC, amid mounting assault cases (Natalie Lung/Bloomberg)

Natalie Lung / Bloomberg:

Uber expands its Women Drivers matching feature nationwide, including in major US markets like New York City, Philadelphia, and DC, amid mounting assault cases — Uber Technologies Inc. said that a feature designed to match female riders and drivers will be available nationwide …

6 часов назад @ techmeme.com
London-based Isembard, which helps hardware makers in defence, aerospace, and robotics make components, raised a $50M Series A to build "AI-powered factories" (Ingrid Lunden/Resilience Media)
London-based Isembard, which helps hardware makers in defence, aerospace, and robotics make components, raised a $50M Series A to build "AI-powered factories" (Ingrid Lunden/Resilience Media) London-based Isembard, which helps hardware makers in defence, aerospace, and robotics make components, raised a $50M Series A to build "AI-powered factories" (Ingrid Lunden/Resilience Media)

Ingrid Lunden / Resilience Media:

London-based Isembard, which helps hardware makers in defence, aerospace, and robotics make components, raised a $50M Series A to build “AI-powered factories” — Isembard, a London startup that's built a platform to help hardware makers in defence, aerospace and robotics manufacture components …

6 часов назад @ techmeme.com
Nasdaq partners with Kraken to develop a framework for 24/7 tokenized stock trading, targeting a 2027 launch, focusing on corporate governance like proxy voting (Vicky Ge Huang/Wall Street Journal)
Nasdaq partners with Kraken to develop a framework for 24/7 tokenized stock trading, targeting a 2027 launch, focusing on corporate governance like proxy voting (Vicky Ge Huang/Wall Street Journal) Nasdaq partners with Kraken to develop a framework for 24/7 tokenized stock trading, targeting a 2027 launch, focusing on corporate governance like proxy voting (Vicky Ge Huang/Wall Street Journal)

Vicky Ge Huang / Wall Street Journal:

Nasdaq partners with Kraken to develop a framework for 24/7 tokenized stock trading, targeting a 2027 launch, focusing on corporate governance like proxy voting — Nasdaq sought approval in September to let investors trade tokenized versions of its listed stocks and other exchange-traded products

6 часов назад @ techmeme.com
Kalshi partners with XP, Brazil's largest brokerage firm with 4.8M active clients in December 2025, to list event contracts, its first international expansion (Bloomberg)
Kalshi partners with XP, Brazil's largest brokerage firm with 4.8M active clients in December 2025, to list event contracts, its first international expansion (Bloomberg) Kalshi partners with XP, Brazil's largest brokerage firm with 4.8M active clients in December 2025, to list event contracts, its first international expansion (Bloomberg)

Bloomberg:

Kalshi partners with XP, Brazil's largest brokerage firm with 4.8M active clients in December 2025, to list event contracts, its first international expansion — Prediction market platform Kalshi Inc. is expanding outside the US for the first time, partnering with Brazil's XP Inc. to list event contracts.

7 часов назад @ techmeme.com
South Korean giant Coupang is lobbying the US to represent its interests as it faces 10+ data leak probes; Coupang Korea CEO Harold Rogers attended Trump's SOTU (Financial Times)
South Korean giant Coupang is lobbying the US to represent its interests as it faces 10+ data leak probes; Coupang Korea CEO Harold Rogers attended Trump's SOTU (Financial Times) South Korean giant Coupang is lobbying the US to represent its interests as it faces 10+ data leak probes; Coupang Korea CEO Harold Rogers attended Trump's SOTU (Financial Times)

Financial Times:

South Korean giant Coupang is lobbying the US to represent its interests as it faces 10+ data leak probes; Coupang Korea CEO Harold Rogers attended Trump's SOTU — Coupang leans on its US domicile to lobby Washington against probes from Seoul — Coupang, the online retailer, once called itself a “proud Korean company”.

8 часов назад @ techmeme.com
A profile of Nscale founder Josh Payne, a former coal miner in Australia who moved to London and started the data center developer in 2024 amid the AI boom (Adam Satariano/New York Times)
A profile of Nscale founder Josh Payne, a former coal miner in Australia who moved to London and started the data center developer in 2024 amid the AI boom (Adam Satariano/New York Times) A profile of Nscale founder Josh Payne, a former coal miner in Australia who moved to London and started the data center developer in 2024 amid the AI boom (Adam Satariano/New York Times)

Adam Satariano / New York Times:

A profile of Nscale founder Josh Payne, a former coal miner in Australia who moved to London and started the data center developer in 2024 amid the AI boom — After leaving high school in an industrial area of Australia, Josh Payne took an unlikely path to becoming the head …

9 часов назад @ techmeme.com
Sources: Chinese AI circuit board maker Victory Giant plans a Hong Kong IPO as soon as April that may raise $2B+; Chinese regulators approved the IPO last week (Bloomberg)
Sources: Chinese AI circuit board maker Victory Giant plans a Hong Kong IPO as soon as April that may raise $2B+; Chinese regulators approved the IPO last week (Bloomberg) Sources: Chinese AI circuit board maker Victory Giant plans a Hong Kong IPO as soon as April that may raise $2B+; Chinese regulators approved the IPO last week (Bloomberg)

Bloomberg:

Sources: Chinese AI circuit board maker Victory Giant plans a Hong Kong IPO as soon as April that may raise $2B+; Chinese regulators approved the IPO last week — Victory Giant Technology (Huizhou) Co., a Chinese maker of printed circuit boards, is preparing for a Hong Kong listing …

9 часов назад @ techmeme.com
UK data center developer Nscale raised a $2B Series C led by Aker and 8090 Industries at a $14.6B valuation and adds Sheryl Sandberg and Nick Clegg to its board (Mark Bergen/Bloomberg)
UK data center developer Nscale raised a $2B Series C led by Aker and 8090 Industries at a $14.6B valuation and adds Sheryl Sandberg and Nick Clegg to its board (Mark Bergen/Bloomberg) UK data center developer Nscale raised a $2B Series C led by Aker and 8090 Industries at a $14.6B valuation and adds Sheryl Sandberg and Nick Clegg to its board (Mark Bergen/Bloomberg)

Mark Bergen / Bloomberg:

UK data center developer Nscale raised a $2B Series C led by Aker and 8090 Industries at a $14.6B valuation and adds Sheryl Sandberg and Nick Clegg to its board — Nscale, a UK developer for artificial intelligence data centers, has raised $2 billion in funding and added a trio …

10 часов назад @ techmeme.com
A Lloyds-commissioned study of 5,000 people in the UK finds that 50%+ of the adults used generative AI platforms for financial advice; ChatGPT was the most used (Mary McDougall/Financial Times)
A Lloyds-commissioned study of 5,000 people in the UK finds that 50%+ of the adults used generative AI platforms for financial advice; ChatGPT was the most used (Mary McDougall/Financial Times) A Lloyds-commissioned study of 5,000 people in the UK finds that 50%+ of the adults used generative AI platforms for financial advice; ChatGPT was the most used (Mary McDougall/Financial Times)

Mary McDougall / Financial Times:

A Lloyds-commissioned study of 5,000 people in the UK finds that 50%+ of the adults used generative AI platforms for financial advice; ChatGPT was the most used — Millions of people are already turning to chatbots such as ChatGPT to plan their retirement — When Dan, a 41-year-old …

10 часов назад @ techmeme.com
A look at the OpenClaw craze in China: AI labs launch tools to help users set up OpenClaw, a Shenzhen district drafts policies to support AI agents, and more (Bloomberg)
A look at the OpenClaw craze in China: AI labs launch tools to help users set up OpenClaw, a Shenzhen district drafts policies to support AI agents, and more (Bloomberg) A look at the OpenClaw craze in China: AI labs launch tools to help users set up OpenClaw, a Shenzhen district drafts policies to support AI agents, and more (Bloomberg)

Bloomberg:

A look at the OpenClaw craze in China: AI labs launch tools to help users set up OpenClaw, a Shenzhen district drafts policies to support AI agents, and more — Chinese software shares surged Monday after local government agencies joined tech leaders such as Tencent Holdings Ltd …

11 часов назад @ techmeme.com
Advice to developers: make software that agents want, with API-first design, as AI agents, instead of humans, will become the primary users of future software (Aaron Levie/@levie)
Advice to developers: make software that agents want, with API-first design, as AI agents, instead of humans, will become the primary users of future software (Aaron Levie/@levie) Advice to developers: make software that agents want, with API-first design, as AI agents, instead of humans, will become the primary users of future software (Aaron Levie/@levie)

Aaron Levie / @levie:

Advice to developers: make software that agents want, with API-first design, as AI agents, instead of humans, will become the primary users of future software — Building for trillions of agents — Over the past few months, something big has started to happen with agents.

13 часов назад @ techmeme.com
Kalshi is trying to broaden its user base via targeted marketing, enlisting female influencers, and more; 26% of users now are women, up from 13% in May 2025 (Wall Street Journal)
Kalshi is trying to broaden its user base via targeted marketing, enlisting female influencers, and more; 26% of users now are women, up from 13% in May 2025 (Wall Street Journal) Kalshi is trying to broaden its user base via targeted marketing, enlisting female influencers, and more; 26% of users now are women, up from 13% in May 2025 (Wall Street Journal)

Wall Street Journal:

Kalshi is trying to broaden its user base via targeted marketing, enlisting female influencers, and more; 26% of users now are women, up from 13% in May 2025 — Kalshi wants to get more young women interested in the prediction-market platform, looking to expand beyond sports and its core male customer base.

15 часов назад @ techmeme.com
The war in Iran is complicating plans by Gulf nations to spend $300B+ on AI investments, putting at risk a potential source of funding for tech companies (Miles Kruppa/The Information)
The war in Iran is complicating plans by Gulf nations to spend $300B+ on AI investments, putting at risk a potential source of funding for tech companies (Miles Kruppa/The Information) The war in Iran is complicating plans by Gulf nations to spend $300B+ on AI investments, putting at risk a potential source of funding for tech companies (Miles Kruppa/The Information)

Miles Kruppa / The Information:

The war in Iran is complicating plans by Gulf nations to spend $300B+ on AI investments, putting at risk a potential source of funding for tech companies — The war in Iran is complicating plans by Gulf nations to spend more than $300 billion on data centers, chips and other AI investments …

17 часов назад @ techmeme.com
How some candidates for the midterms are using social media posts and niche buzzwords on their websites to signal for support from crypto and AI super PACs (New York Times)
How some candidates for the midterms are using social media posts and niche buzzwords on their websites to signal for support from crypto and AI super PACs (New York Times) How some candidates for the midterms are using social media posts and niche buzzwords on their websites to signal for support from crypto and AI super PACs (New York Times)

New York Times:

How some candidates for the midterms are using social media posts and niche buzzwords on their websites to signal for support from crypto and AI super PACs — The A.I. and crypto industries entered this year with nearly $250 million combined to spend on politics, and a battle plan to shape the regulatory landscape in their favor.

18 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 16 часов назад
teng-lin/notebooklm-py
teng-lin/notebooklm-py teng-lin/notebooklm-py

Create a notebook and add sources notebooklm create " My Research " notebooklm use < notebook_id > notebooklm source add " https://en.wikipedia.org/wiki/Artificial_intelligence " notebooklm source add " ./paper.pdf " # 3.

Generate content notebooklm generate audio " make it engaging " --wait notebooklm generate video --style whiteboard --wait notebooklm generate quiz --difficulty hard notebooklm generate flashcards --quantity more notebooklm generate slide-deck notebooklm generate infographic --orientation portrait notebooklm generate mind-map notebooklm generate data-table " compare key concepts " # 5.

Download artifacts notebooklm download audio ./podcast.mp3 notebooklm download video ./o…

16 часов назад @ github.com
GoogleCloudPlatform/generative-ai
GoogleCloudPlatform/generative-ai GoogleCloudPlatform/generative-ai

Generative AI on Google CloudGemini 3.1 Pro has been released!

Here are the latest notebooks and demos using the new model: Intro to Gemini 3.1 ProThis repository contains notebooks, code samples, sample apps, and other resources that demonstrate how to use, develop and manage generative AI workflows using Generative AI on Google Cloud with Vertex AI.

vision/ Use this folder if you're interested in building your own solutions from scratch using features from Imagen on Vertex AI (Vertex AI Imagen API).

setup-env/ Instructions on how to set up Google Cloud, the Vertex AI Python SDK, and notebook environments on Google Colab and Vertex AI Workbench.

blogs, YouTube playlists) about Generative A…

16 часов назад @ github.com
koala73/worldmonitor
koala73/worldmonitor koala73/worldmonitor

World MonitorReal-time global intelligence dashboard — AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface.

Details →Data Collection435+ RSS feeds with 4-tier source credibility, server-side aggregation, and per-feed circuit breakers.

Details →Edge functions — 60+ Vercel Edge Functions split into per-domain thin entry points (~85% cold-start reduction).

If you use npm run dev instead, only the frontend starts — news feeds and API-dependent panels won't load.

World Monitor relies on 60+ Vercel Edge Functions in the api/ directory for RSS proxying, data caching, and API key isolation.

16 часов назад @ github.com
microsoft/markitdown
microsoft/markitdown microsoft/markitdown

Use pip install 'markitdown[all]' to have backward-compatible behavior.

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

Earlier in this document, we installed all optional dependencies with the [all] option.

For example:pip install ' markitdown[pdf, docx, pptx] 'will install only the dependencies for PDF, DOCX, and PPTX files.

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

1 day, 16 hours назад @ github.com
agentscope-ai/agentscope
agentscope-ai/agentscope agentscope-ai/agentscope

tool import Toolkit , execute_python_code , execute_shell_command import os , asyncio async def main (): toolkit = Toolkit () toolkit .

environ [ "DASHSCOPE_API_KEY" ], stream = True , ), memory = InMemoryMemory (), formatter = DashScopeChatFormatter (), toolkit = toolkit , ) user = UserAgent ( name = "user" ) msg = None while True : msg = await agent ( msg ) msg = await user ( msg ) if msg .

werewolf_voice_agent.mp4Realtime Voice AgentBuild a realtime voice agent with web interface that can interact with users via voice input and output.

tool import Toolkit import os async def fine_grained_mcp_control (): # Initialize the MCP client client = HttpStatelessClient ( name = "gaode_mcp" , trans…

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

Hermes Agent ⚕The self-improving AI agent built by Nous Research.

Use any model you want — Nous Portal, OpenRouter (200+ models), z.ai/GLM, Kimi/Moonshot, MiniMax, OpenAI, or your own endpoint.

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

After installation:source ~ /.bashrc # reload shell (or: source ~/.zshrc) hermes setup # configure your LLM provider hermes # start chatting!

Getting Startedhermes # Interactive CLI — start a conversation hermes model # Switch provider or model hermes setup # Re-run the setup wizard hermes gateway # Start the messaging gateway (Telegram, Discord, etc.)

2 days, 16 hours назад @ github.com
D4Vinci/Scrapling
D4Vinci/Scrapling D4Vinci/Scrapling

spiders import Spider , Response class MySpider ( Spider ): name = "demo" start_urls = [ "https://example.com/" ] async def parse ( self , response : Response ): for item in response .

spiders import Spider , Request , Response class QuotesSpider ( Spider ): name = "quotes" start_urls = [ "https://quotes.toscrape.com/" ] concurrent_requests = 10 async def parse ( self , response : Response ): for quote in response .

add ( "stealth" , AsyncStealthySession ( headless = True ), lazy = True ) async def parse ( self , response : Response ): for link in response .

css ( '.quote' ) # CSS selector quotes = page .

css ( '.quote' ).

2 days, 16 hours назад @ github.com
CodebuffAI/codebuff
CodebuffAI/codebuff CodebuffAI/codebuff

Codebuff beats Claude Code at 61% vs 53% on our evals across 175+ coding tasks over multiple open-source repos that simulate real-world tasks.

error ( 'Codebuff error:' , error .

run ( { agent : 'base' , // Codebuff's base coding agent prompt : 'Add error handling to all API endpoints' , handleEvent : ( event ) => { console .

run ( { agent : 'greeter' , agentDefinitions : [ myCustomAgent ] , prompt : 'My name is Bob.'

Codebuff agents are the new MCP!

2 days, 16 hours назад @ github.com
anthropics/prompt-eng-interactive-tutorial
anthropics/prompt-eng-interactive-tutorial anthropics/prompt-eng-interactive-tutorial

Welcome to Anthropic's Prompt Engineering Interactive TutorialCourse introduction and goalsThis course is intended to provide you with a comprehensive step-by-step understanding of how to engineer optimal prompts within Claude.

The course is broken up into 9 chapters with accompanying exercises, as well as an appendix of even more advanced methods.

Anthropic has two other models, Claude 3 Sonnet and Claude 3 Opus, which are more intelligent than Haiku, with Opus being the most intelligent.

This tutorial also exists on Google Sheets using Anthropic's Claude for Sheets extension.

When you are ready to begin, go to 01_Basic Prompt Structure to proceed.

3 days, 16 hours назад @ github.com
superset-sh/superset
superset-sh/superset superset-sh/superset

Superset is a turbocharged terminal that allows you to run any CLI coding agents along with the tools to 10x your development workflow.

Install dependencies and run bun install bun run dev 5.

Build the desktop app bun run build open apps/desktop/releaseKeyboard ShortcutsAll shortcuts are customizable via Settings > Keyboard Shortcuts ( ⌘/ ).

{ "setup" : [ " ./.superset/setup.sh " ], "teardown" : [ " ./.superset/teardown.sh " ] }Option Type Description setup string[] Commands to run when creating a workspace teardown string[] Commands to run when deleting a workspaceExample setup script#!

/bin/bash # .superset/setup.sh # Copy environment variables cp ../.env .env # Install dependencies bun i…

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

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.

4 days, 16 hours назад @ github.com
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 days, 16 hours назад @ 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 days, 16 hours назад @ 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 .

6 days, 17 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…

6 days, 17 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 22 минуты назад
People really hate artificial intelligence, according to the latest NBC poll: 46% of respondents said they hold negative feelings towards the concept of AI, and only 26% reported positive connotations, while 27% were neutral.
People really hate artificial intelligence, according to the latest NBC poll: 46% of respondents said they hold negative feelings towards the concept of AI, and only 26% reported positive connotations, while 27% were neutral. People really hate artificial intelligence, according to the latest NBC poll: 46% of respondents said they hold negative feelings towards the concept of AI, and only 26% reported positive connotations, while 27% were neutral.

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

22 минуты назад @ reddit.com
“It doesn't feel safe”—Many international game developers plan to skip GDC in US
“It doesn't feel safe”—Many international game developers plan to skip GDC in US

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

1 час назад @ reddit.com
AI Error Likely Led to Girl’s School Bombing in Iran
AI Error Likely Led to Girl’s School Bombing in Iran AI Error Likely Led to Girl’s School Bombing in Iran

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

1 час назад @ reddit.com
Kremlin hackers attempting to compromise Signal, WhatsApp accounts globally
Kremlin hackers attempting to compromise Signal, WhatsApp accounts globally Kremlin hackers attempting to compromise Signal, WhatsApp accounts globally

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

1 час назад @ reddit.com
Uber is letting women avoid male drivers and riders in the US
Uber is letting women avoid male drivers and riders in the US Uber is letting women avoid male drivers and riders in the US

submitted by /u/tylerthe-theatre [link] [comments]

2 часа назад @ reddit.com
Anthropic sues to block Pentagon blacklisting over AI use restrictions
Anthropic sues to block Pentagon blacklisting over AI use restrictions Anthropic sues to block Pentagon blacklisting over AI use restrictions

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

3 часа назад @ reddit.com
“It doesn’t feel safe”—Many international game developers plan to skip GDC in US | Stories of border issues lead to pervasive travel fears across the worldwide industry
“It doesn’t feel safe”—Many international game developers plan to skip GDC in US | Stories of border issues lead to pervasive travel fears across the worldwide industry “It doesn’t feel safe”—Many international game developers plan to skip GDC in US | Stories of border issues lead to pervasive travel fears across the worldwide industry

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

3 часа назад @ reddit.com
London doctor carries out remote robot surgery on cancer patient 1,500 miles away
London doctor carries out remote robot surgery on cancer patient 1,500 miles away London doctor carries out remote robot surgery on cancer patient 1,500 miles away

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

4 часа назад @ reddit.com
How to Talk to Someone Experiencing 'AI Psychosis'
How to Talk to Someone Experiencing 'AI Psychosis'

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

4 часа назад @ reddit.com
AI allows hackers to identify anonymous social media accounts, study finds
AI allows hackers to identify anonymous social media accounts, study finds AI allows hackers to identify anonymous social media accounts, study finds

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

4 часа назад @ reddit.com
Online harassment is entering its AI era. When Scott Shambaugh denied an agent’s request, things got weird.
Online harassment is entering its AI era. When Scott Shambaugh denied an agent’s request, things got weird. Online harassment is entering its AI era. When Scott Shambaugh denied an agent’s request, things got weird.

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

5 часов назад @ reddit.com
Workers report watching Ray-Ban Meta-shot footage of people using the bathroom
Workers report watching Ray-Ban Meta-shot footage of people using the bathroom Workers report watching Ray-Ban Meta-shot footage of people using the bathroom

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

5 часов назад @ reddit.com
Surge in VPN downloads after Pornhub blocks Aussie users over new age laws
Surge in VPN downloads after Pornhub blocks Aussie users over new age laws Surge in VPN downloads after Pornhub blocks Aussie users over new age laws

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

5 часов назад @ reddit.com
2027 Chevrolet Bolt Review: Back from the Dead and Better Than Ever
2027 Chevrolet Bolt Review: Back from the Dead and Better Than Ever 2027 Chevrolet Bolt Review: Back from the Dead and Better Than Ever

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

6 часов назад @ reddit.com
Privacy-Focused Proton Mail Aids FBI in Uncovering ‘Stop Cop City’ Protester’s True Identity
Privacy-Focused Proton Mail Aids FBI in Uncovering ‘Stop Cop City’ Protester’s True Identity Privacy-Focused Proton Mail Aids FBI in Uncovering ‘Stop Cop City’ Protester’s True Identity

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

7 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 13 часов назад
The Pro-Human AI Declaration
The Pro-Human AI Declaration The Pro-Human AI Declaration

Human Control Is Non-Negotiable: Humanity must remain in control.

Humans should choose how and whether to delegate decisions to AI systems.

Meaningful Human Control: Humans should have authority and capacity to understand, guide, proscribe, and override AI systems.

Off-Switch: Powerful AI systems must have mechanisms that allow human operators to promptly shut them down.

No Reckless Architectures: AI systems must not be designed so that they can self-replicate, autonomously self-improve, resist shutdown, or control weapons of mass destruction.

13 часов назад @ humanstatement.org
Qwen3.5 - How to Run Locally Guide | Unsloth Documentation
Qwen3.5 - How to Run Locally Guide | Unsloth Documentation Qwen3.5 - How to Run Locally Guide | Unsloth Documentation

Run the new Qwen3.5 LLMs including Medium: Qwen3.5-35B-A3B, 27B, 122B-A10B, Small: Qwen3.5-0.8B, 2B, 4B, 9B and 397B-A17B on your local device!

35B-A3B27B122B-A10B397B-A17BFine-tune Qwen3.50.8B • 2B • 4B • 9Bhashtag ⚙️ Usage GuideTable: Inference hardware requirements (units = total memory: RAM + VRAM, or unified memory)Qwen3.5 3-bit 4-bit 6-bit 8-bit BF16 + 3 GB 3.5 GB 5 GB 7.5 GB 9 GB 4.5 GB 5.5 GB 7 GB 10 GB 14 GB 5.5 GB 6.5 GB 9 GB 13 GB 19 GB 14 GB 17 GB 24 GB 30 GB 54 GB 17 GB 22 GB 30 GB 38 GB 70 GB 60 GB 70 GB 106 GB 132 GB 245 GB 180 GB 214 GB 340 GB 512 GB 810 GBcircle-checkBetween 27B and 35B-A3B, use 27B if you want slightly more accurate results and can't fit in your device.

As…

13 часов назад @ unsloth.ai
Agent Safehouse
Agent Safehouse Agent Safehouse

Getting startedDownload a single shell script, make it executable, and run your agent inside it.

Download safehouse (single self-contained script) mkdir -p ~/.local/bin curl -fsSL https://raw.githubusercontent.com/eugene1g/agent-safehouse/main/dist/safehouse.sh \ -o ~/.local/bin/safehouse chmod +x ~/.local/bin/safehouse # 2.

Run any agent inside Safehouse cd ~/projects/my-app safehouse claude --dangerously-skip-permissionsSafehouse automatically grants read/write access to the selected workdir (git root by default) and read access to your installed toolchains.

Most of your home directory — SSH keys, other repos, personal files — is denied by the kernel.

See it fail — proof the sandbox…

13 часов назад @ agent-safehouse.dev
karpathy/autoresearch: AI agents running research on single-GPU nanochat training automatically
karpathy/autoresearch: AI agents running research on single-GPU nanochat training automatically karpathy/autoresearch: AI agents running research on single-GPU nanochat training automatically

Research is now entirely the domain of autonomous swarms of AI agents running across compute cluster megastructures in the skies.

The training code here is a simplified single-GPU implementation of nanochat.

— fixed constants, one-time data prep (downloads training data, trains a BPE tokenizer), and runtime utilities (dataloader, evaluation).

First, this makes experiments directly comparable regardless of what the agent changes (model size, batch size, architecture, etc).

First, this makes experiments directly comparable regardless of what the agent changes (model size, batch size, architecture, etc).

13 часов назад @ github.com
A Decade of Docker Containers – Communications of the ACM
A Decade of Docker Containers – Communications of the ACM

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

The action you just performed triggered the security solution.

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

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

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

13 часов назад @ cacm.acm.org
Coruna: The Mysterious Journey of a Powerful iOS Exploit Kit | Google Cloud Blog
Coruna: The Mysterious Journey of a Powerful iOS Exploit Kit | Google Cloud Blog Coruna: The Mysterious Journey of a Powerful iOS Exploit Kit | Google Cloud Blog

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…

13 часов назад @ cloud.google.com
My Homelab Setup
My Homelab Setup My Homelab Setup

How I repurposed my old gaming PC to set up a home server for data storage, backups, and self-hosted apps.

I also used this opportunity to explore self-hosting some apps I’ve been eager to check out.

It’s a Linux-based operating system that is well-tailored for network-attached storage (NAS), file storage that is accessible to any device on your network.

Most of my data is mirrored across the two 8 TB hard disks in a RAID 1 setup.

The advantage here is that my homelab PC doesn’t need to be exposed to the public internet for this to work.

13 часов назад @ bryananthonio.com
We’re Training Students To Write Worse To Prove They’re Not Robots, And It’s Pushing Them To Use More AI | Techdirt
We’re Training Students To Write Worse To Prove They’re Not Robots, And It’s Pushing Them To Use More AI | Techdirt We’re Training Students To Write Worse To Prove They’re Not Robots, And It’s Pushing Them To Use More AI | Techdirt

Because the AI detection regime hasn’t just pushed students to write worse.

The tool designed to prevent AI use became the reason she started using AI.

AI detection tools are our cobra bounty.

This piece should be required reading for every educator thinking that “catching” students using AI is the most important thing.

Filed Under: ai, ai detection, cheating, dadland maye, students

13 часов назад @ techdirt.com
[untitled]
[untitled] [untitled] 13 часов назад @ beyondloom.com
Company Contacts
Company Contacts Company Contacts

Safeguarding Your Website 🕵️We're checking if you're a real person and not an automated bad bot.

Usually, the captcha below will complete itself.

If it doesn't, simply click the checkbox in the captcha to verify.

Once verified, you'll be taken to the page you wanted to visit.

Human verification is in progress ✨ Enable JavaScript and cookies to continueIf for some reason after verifying the captcha above, you are constantly being redirected to this exact same page to re-verify the captcha again, then please click on the button below to get in touch with the support team.

13 часов назад @ elliott.org
LibreSpeed - Speedtest
LibreSpeed - Speedtest LibreSpeed - Speedtest

Free and Open Source Speed Test.

To improve the service offered to you (for instance, to detect problems on our side)Your consentNo personal information is disclosed to third parties.

By starting the test, you consent to the terms of this privacy policy.

Data removalIf you want to have your information deleted, you need to provide the ID of the test(s) to delete.

This is the only way to identify your data, without this information we won't be able to comply with your request.

13 часов назад @ librespeed.org
tropes.md - Tropes AI tools overuse when writing
tropes.md - Tropes AI tools overuse when writing

tropes.md A single file containing all cataloged AI writing tropes.

Add it to your AI's system prompt to help it avoid these patterns (let's play cat and mouse!).

Copy to clipboard Download# AI Writing Tropes to Avoid Add this file to your AI assistant's system prompt or context to help it avoid common AI writing patterns.

**Avoid patterns like:** - "The building serves as a reminder of the city's heritage."

**Avoid patterns like:** - "The problem -- and this is the part nobody talks about -- is systemic."

13 часов назад @ tropes.fyi
How I Dropped Our Production Database and Now Pay 10% More for AWS
How I Dropped Our Production Database and Now Pay 10% More for AWS How I Dropped Our Production Database and Now Pay 10% More for AWS

~11:00 PM: A Terraform auto-approve command inadvertently wiped out all production infrastructure, including the Amazon Relational Database Service (RDS).

I later discovered that all snapshots were also deleted, prompting me to create an AWS support ticket.

~1:00-2:00 AM: Had a phone call with AWS support, which was escalated to their internal team for restoration.

What AWS Support FoundAWS support confirmed that my database and all snapshots were deleted, which I didn’t see coming.

What I’ve Been Working On Recently1) AI Engineering BuildcampI finished recording the DIY Monitoring Platform section for the monitoring module at the AI Engineering Buildcamp.

13 часов назад @ alexeyondata.substack.com
ZIP Code First
ZIP Code First ZIP Code First

Put the ZIP code first.

A US ZIP code is 5 characters.

ZIP Code City State Country Street AddressSee how that works?

If you're asking for a ZIP code, use inputmode="numeric" .

Why is the ZIP code at the bottom?

13 часов назад @ zipcodefirst.com
Can coding agents relicense open source through a “clean room” implementation of code?
Can coding agents relicense open source through a “clean room” implementation of code?

Can coding agents relicense open source through a “clean room” implementation of code?

Over the past few months it’s become clear that coding agents are extraordinarily good at building a weird version of a “clean room” implementation of code.

[...] I understand this is a new and uncomfortable area, and that using AI tools in the rewrite of a long-standing open source project raises legitimate questions.

Can a model trained on a codebase produce a morally or legally defensible clean-room implementation?

This question is hitting the open source world first, but I expect it will soon start showing up in Compaq-like scenarios in the commercial world.

1 day, 13 hours назад @ simonwillison.net
Changelog Changelog
последний пост 6 days, 22 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.

6 days, 22 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.

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

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

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

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

3 weeks, 2 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.

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

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

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

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

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

At an unbeatable price.

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

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

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

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

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

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

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

Changelog News!

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

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

1 month назад @ 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, 1 week назад @ 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, 1 week назад @ 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, 1 week назад @ 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
последний пост 13 минут назад
This new Claude Code Review tool uses AI agents to check your pull requests for bugs - here's how
This new Claude Code Review tool uses AI agents to check your pull requests for bugs - here's how This new Claude Code Review tool uses AI agents to check your pull requests for bugs - here's how

Code review at AnthropicIn my article, 7 AI coding techniques I use to ship real, reliable products - fast, my bonus technique was using AI for code review.

Sometimes I use the same AI (ie, Claude Code to look at Claude's code), and other times I use a different AI (like when I use OpenAI's Codex to review Claude Code generated code).

When a pull request is opened, Code Review kicks off a bunch of agents that analyze code in parallel.

So if Code Review finds a bug, it can be fed to Claude Code to fix.

Automatic checkingAdministrators with Team and Enterprise plans can enable Code Review through Claude Code settings and a GitHub app install.

13 минут назад @ zdnet.com
Amazon will give you a $200 gift card when you preorder the Galaxy S26, plus $400 off: Last chance
Amazon will give you a $200 gift card when you preorder the Galaxy S26, plus $400 off: Last chance Amazon will give you a $200 gift card when you preorder the Galaxy S26, plus $400 off: Last chance

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.

2 часа назад @ zdnet.com
How to save money on YouTube TV: Consider these 12 cheaper packages (including live sports)
How to save money on YouTube TV: Consider these 12 cheaper packages (including live sports)

The streaming service rolls out a dozen cheaper subscription plans - pick the one that fits your viewing habits.

2 часа назад @ zdnet.com
You can still save up to $1,300 on the Samsung Galaxy S26 Ultra at AT&T - here's the details
You can still save up to $1,300 on the Samsung Galaxy S26 Ultra at AT&T - here's the details You can still save up to $1,300 on the Samsung Galaxy S26 Ultra at AT&T - here's the details

The Galaxy S26 lineup includes three new models (the Galaxy S26, Galaxy S26 Ultra, and the Galaxy S26 Plus), and each offers more efficient batteries, overhauled software, and a suite of new AI features.

Right now at AT&T, when you purchase the Samsung Galaxy S26, Galaxy S26 Ultra, or the Galaxy S26 Plus, you can receive your choice of phone for $0 if you trade in an eligible device.

If this offer is redeemed to its full extent, you can save up to $1,300 off the Galaxy S26 Ultra, up to $1,100 off the Galaxy S26 Plus, and up to $900 off the Galaxy S26, applied after 36 monthly bill credits.

The S26 Plus will start at $31 per month, and the S26 Ultra will retail for $36 per month.

How I rated…

3 часа назад @ zdnet.com
I'm a tech professional, and an AI job scam almost fooled me - here's how I caught on
I'm a tech professional, and an AI job scam almost fooled me - here's how I caught on I'm a tech professional, and an AI job scam almost fooled me - here's how I caught on

Also: Fake CAPTCHA attacks exploded by 563% last year: How to spot themNormally, I can click the email address and view it.

It wasn't until I did a "Copy email address" and then pasted it into a document that I realized I was dealing with someone using a Gmail address.

How the scam worksEssentially, the scam goes something like this:You receive a message about a possible job.

That's all fine and good, but what about when a scammer uses an email address?

The scammer hops onto LinkedIn, finds someone vulnerable, locates their email address, and the scam is on.

3 часа назад @ zdnet.com
Apple might launch a new class of 'Ultra' devices in 2026 - including a foldable iPhone
Apple might launch a new class of 'Ultra' devices in 2026 - including a foldable iPhone Apple might launch a new class of 'Ultra' devices in 2026 - including a foldable iPhone

ZDNET's key takeawaysApple could unveil a slew of higher-end "Ultra" products this year.

Foldable iPhoneGurman dubs this higher-end category "ultra," a moniker already assigned to such existing tech as the Apple Watch Ultra, CarPlay Ultra, and M-series Ultra chips.

This next-gen model would almost certainly be priced higher than the current AirPods Pro 3, which retails for $249.

In fact, a touch-screen MacBook Pro could be priced higher than the latest M5 Pro and M5 Max MacBook Pro models.

The new version would bump up the specs to an M5 Max or an M4 or M5 Ultra.

3 часа назад @ zdnet.com
I've used Tor browser for years, but now I'm using it on my Android phone - here's why
I've used Tor browser for years, but now I'm using it on my Android phone - here's why I've used Tor browser for years, but now I'm using it on my Android phone - here's why

Recently, I've taken to using Tor Browser as my default on Android.

Tor Browser is a web browser that's available for Linux, MacOS, Windows, Android, and iOS.

Getting Tor for AndroidYou can install Tor Browser directly from the Google Play Store for free -- just open the Google Play Store app, search for Tor Browser, and tap Install.

Jack Wallen/ZDNETOnce you've connected to the Tor Network, you can use Tor Browser as you would any web browser.

If you're looking to up your privacy game on Android, I would highly recommend using Tor Browser.

3 часа назад @ zdnet.com
Getting your Android phone repaired? Turn on this setting first - and lock down your data
Getting your Android phone repaired? Turn on this setting first - and lock down your data Getting your Android phone repaired? Turn on this setting first - and lock down your data

Also: How to restart your Android phone without using the power button: 2 easy waysAfter the update was downloaded, I restarted my phone so it could be applied.

What is Android Repair Mode?

Have you ever taken your Android phone to a third-party service to have it repaired?

With Repair Mode, your phone can be used as normal, only without access to your personal files and data.

Here are the steps for each:Pixel: Go to Settings > System > Repair Mode and tap Enter repair mode.

3 часа назад @ zdnet.com
Scosche FoundIt review: The first car charger with Apple and Google tracking spoiled me
Scosche FoundIt review: The first car charger with Apple and Google tracking spoiled me Scosche FoundIt review: The first car charger with Apple and Google tracking spoiled me

While you could use a finder tag in your car, that would require keeping its battery charged.

So why not get something useful that has a built-in finder tag?

Inside is a finder tag that's compatible with both Apple Find My and Google Find Hub (you have two choices, which platform you want to use when setting up the device).

Scosche planned for this and built a rechargeable battery into the unit that automatically recharges when the unit is plugged into the car.

ZDNET's buying adviceAt $25, the Scosche FoundIT is a great buy for anyone who's wandered the lot in search of their car.

4 часа назад @ zdnet.com
I tested GPT-5.4, and the answers were really good - just not always what I asked
I tested GPT-5.4, and the answers were really good - just not always what I asked I tested GPT-5.4, and the answers were really good - just not always what I asked

Before we jump into the four challenges I presented to GPT-5.4 Thinking, I'll give you a quick TL;DR conclusion about my experience.

Overall, I would definitely use the GPT-5.4 Thinking model for bigger challenges and questions.

A modern dirigible would be a valid design option, yet GPT-5.4 Thinking didn't mention that approach.

Test 3: Social media in societyHere's where GPT-5.4 Thinking begins to really shine.

But in half my tests, the AI didn't answer the question it was asked.

4 часа назад @ zdnet.com
Soundcore P31i review: I replaced my AirPods with these $40 earbuds, and didn't regret it
Soundcore P31i review: I replaced my AirPods with these $40 earbuds, and didn't regret it Soundcore P31i review: I replaced my AirPods with these $40 earbuds, and didn't regret it

The Soundcore P31i case (left) is larger than the AirPods Pro (right) case.

The Soundcore P31i earbuds (left) compared to the AirPods Pro earbuds (right).

Adrian Kingsley-Hughes/ZDNETThe Soundcore P31i earbuds are also very good at isolating your voice from background noise when making calls or recording videos.

One thing is for sure: the Soundcore P31i earbuds perform exceptionally well for the price.

Also: SanDisk High Endurance review: 20,000 hours of testing later, it's the microSD card to beatThat said, the Anker Soundcore P31i earbuds offer an incredible experience and are among the best earbuds I've used.

5 часов назад @ zdnet.com
iPad Air (M4, 2026) review: I benchmarked Apple's tablet with the Pro model, and it's very close
iPad Air (M4, 2026) review: I benchmarked Apple's tablet with the Pro model, and it's very close iPad Air (M4, 2026) review: I benchmarked Apple's tablet with the Pro model, and it's very close

I've used many iPads over the years, and one thing has become clear: the iPad Air is my personal ideal tablet.

You can now pre-order the iPad Air starting at $599, with general availability on 3/11.

But that means I don't ever worry about overpaying for excessive processing power, like I would with the iPad Pro.

Maria Diaz/ZDNETIf you wanted to compare these three tablets to laptops, the iPad Pro would be like a high-end laptop, while the iPad Air could perform like an ultrabook.

I've used this iPad Air for work with the Magic Keyboard for iPad Air for days and haven't experienced any app crashes like I do when trying to multitask with the base model iPad.

5 часов назад @ zdnet.com
Cybercriminals are using AI to attack the cloud faster - and third-party software is the weak link
Cybercriminals are using AI to attack the cloud faster - and third-party software is the weak link Cybercriminals are using AI to attack the cloud faster - and third-party software is the weak link

Most cloud attacks now target weak third-party software.

Based on its observations from the second half of 2025, Google Cloud Security concluded, "The window between vulnerability disclosure and mass exploitation collapsed by an order of magnitude, from weeks to days."

Sneaking in through third-party codeThese days, Google's report notes, security threats are not targeting the core infrastructure of services like Google Cloud, Amazon Web Services, and Microsoft Azure.

Increasingly, this type of incident involves platform-agnostic, consumer-focused cloud storage services like Google Drive, Dropbox, Microsoft OneDrive, and Apple iCloud.

Step up your patching game by ensuring that all software…

6 часов назад @ zdnet.com
Microsoft's Agent 365 helps you spot risky AI agents before they cause trouble - here's how
Microsoft's Agent 365 helps you spot risky AI agents before they cause trouble - here's how Microsoft's Agent 365 helps you spot risky AI agents before they cause trouble - here's how

Agent 365 introduces a unified control dashboardMicrosoft's Agent 365 is essentially air traffic control for agents.

It's the AI agent equivalent of issuing each AI agent a badge and a lanyard.

Identity and access controls for AI agentsWithin Agent 365, Microsoft Entra Agent ID assigns each AI agent a unique identity within the enterprise environment.

By extending Purview into Agent 365, Microsoft is securing the enterprise AI agent landscape with enterprise data governance and compliance controls.

Do you think tools like Agent 365 and Microsoft 365 E7 are the kind of governance layer companies will need?

6 часов назад @ zdnet.com
How much RAM does your PC actually need in 2026? A Windows and Mac expert weighs in
How much RAM does your PC actually need in 2026? A Windows and Mac expert weighs in How much RAM does your PC actually need in 2026? A Windows and Mac expert weighs in

Also: RAM prices are ridiculous in 2026 - here's how my PC buying advice is changing this yearBut what about memory?

There's a lot of information and differing opinions regarding RAM and how much you need on your computer.

For Windows machines, 16GB of RAM has become the operational minimum on new consumer laptops.

Because Apple's machines are so optimized to handle daily workflows, 8GB of RAM goes a bit further than a stock laptop running Windows.

Similar to 16GB of memory, DDR technology has effectively become the new standard for RAM as users demand faster speeds.

6 часов назад @ zdnet.com
TechCrunch TechCrunch
последний пост 24 минуты назад
It looks like the DOJ isn’t going to break up Live Nation and Ticketmaster
It looks like the DOJ isn’t going to break up Live Nation and Ticketmaster

The DOJ and Live Nation agreed to a tentative settlement, but dozens of State Attorneys General don't want to drop the lawsuit.

24 минуты назад @ techcrunch.com
Periwinkle is making self-hosted social media on Bluesky’s AT Protocol even easier
Periwinkle is making self-hosted social media on Bluesky’s AT Protocol even easier

Periwinkle offers managed hosting for AT Protocol users who want social media accounts on their own domains, with backups, storage, and migration tools.

55 минут назад @ techcrunch.com
OpenAI acquires Promptfoo to secure its AI agents
OpenAI acquires Promptfoo to secure its AI agents

This deal underscores how frontier labs are scrambling to prove their technology can be used safely in critical business operations.

1 час назад @ techcrunch.com
GM figured out how to navigate EV uncertainty with the Chevy Bolt
GM figured out how to navigate EV uncertainty with the Chevy Bolt

The 2027 Chevy Bolt might not be a groundbreaking new EV, but incremental improvements have made it better without inflating the price.

1 час назад @ techcrunch.com
Slate Auto changes CEO months ahead of affordable EV launch
Slate Auto changes CEO months ahead of affordable EV launch

Former Amazon Marketplace vice president Peter Faricy is the new person in charge of the company.

2 часа назад @ techcrunch.com
Xprize founder Peter Diamandis launches new contest to manifest a new Star Trek
Xprize founder Peter Diamandis launches new contest to manifest a new Star Trek

The famed author and investor has launched the Future Vision Xprize with sponsors like Google, Marc Benioff, Ben Horowitz, to fund optimistic sci-fi films.

3 часа назад @ techcrunch.com
Qualcomm’s partnership with Neura Robotics is just the beginning
Qualcomm’s partnership with Neura Robotics is just the beginning

Neura Robotics is going to build new robots on top of Qualcomm's new IQ10 processors that were released at CES.

3 часа назад @ techcrunch.com
Russian government hackers targeting Signal and WhatsApp users, Dutch spies warn
Russian government hackers targeting Signal and WhatsApp users, Dutch spies warn

Dutch intelligence is accusing Russia-backed hackers of running a “large-scale global” hacking campaign against Signal and WhatsApp users.

3 часа назад @ techcrunch.com
Salt Typhoon is hacking the world’s phone and internet giants. Here’s everywhere that’s been hit.
Salt Typhoon is hacking the world’s phone and internet giants. Here’s everywhere that’s been hit.

Salt Typhoon is by far one of the most prolific hacking groups in recent years, breaching some of the top American phone companies. Here are all the countries that have been targeted.

3 часа назад @ techcrunch.com
Anthropic sues Defense Department over supply chain risk designation
Anthropic sues Defense Department over supply chain risk designation

Anthropic filed suit against the Department of Defense on Monday after the agency labeled it a supply chain risk. The complaint calls the DOD's actions "unprecedented and unlawful."

3 часа назад @ techcrunch.com
Sandberg, Clegg join Nscale board as this ‘Stargate Norway’ startup hits $14.6B valuation
Sandberg, Clegg join Nscale board as this ‘Stargate Norway’ startup hits $14.6B valuation

Nvidia-backed British AI infrastructure startup Nscale has raised another megaround of $2 billion.

4 часа назад @ techcrunch.com
Zoox starts mapping Dallas and Phoenix for its robotaxis
Zoox starts mapping Dallas and Phoenix for its robotaxis

It's a precursor to launching robotaxis in those cities, though the Amazon-owned company is still waiting for federal approval to commercially operate its purpose-built AV.

4 часа назад @ techcrunch.com
The 2027 Chevy Bolt is the McRib of the automotive world
The 2027 Chevy Bolt is the McRib of the automotive world

TechCrunch drove the 2027 Chevy Bolt and found that incremental improvements build on a solid basic recipe to deliver an affordable EV.

6 часов назад @ techcrunch.com
Flipkart moves its headquarters back to India ahead of IPO
Flipkart moves its headquarters back to India ahead of IPO

Flipkart's headquarters shift comes as the Walmart-backed e-commerce giant reaches about $30 billion in GMV.

6 часов назад @ techcrunch.com
Ring’s Jamie Siminoff has been trying to calm privacy fears since the Super Bowl, but his answers may not help
Ring’s Jamie Siminoff has been trying to calm privacy fears since the Super Bowl, but his answers may not help

The facial recognition question is where things get more tangled.

14 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
Anthropic Sues the Pentagon After Being Labeled a Threat To National Security
Anthropic Sues the Pentagon After Being Labeled a Threat To National Security Anthropic Sues the Pentagon After Being Labeled a Threat To National Security

Anthropic is suing the Department of Defense after the Trump administration labeled the company a "supply chain risk" and canceled its government contracts when Anthropic refused to allow its AI model Claude to be used for domestic surveillance or autonomous weapons. Fortune reports: The lawsuit, filed Monday in the U.S. District Court for the Northern District of California, calls the administration's actions "unprecedented and unlawful" and claims they threaten to harm "Anthropic irreparably." The complaint claims that government contracts are already being canceled and that private contracts are also in doubt, putting "hundreds of millions of dollars" at near-term risk. An Anthropic spok…

1 час назад @ yro.slashdot.org
'If Lockheed Martin Made a Game Boy, Would You Buy One?'
'If Lockheed Martin Made a Game Boy, Would You Buy One?' 'If Lockheed Martin Made a Game Boy, Would You Buy One?'

"If Lockheed Martin made a Game Boy, would you buy one?" That was the [rhetorical] question The Verge's Sean Hollister asked when he reviewed ModRetro's Game Boy-style handheld device back in 2024. He said it "might be the best version of the Game Boy ever made," though the connection to Palmer Luckey and his defense tech startup Anduril left him conflicted. "I don't remember my childhood nostalgia coming with a side of possible guilt and fear about putting money into the pocket of a weapons contractor," he wrote. "Feels weird!" Those conflicted feelings have lingered ever since. TechCrunch recently cited Hollister's review while reporting that ModRetro is now seeking funding at a $1 billio…

2 часа назад @ mobile.slashdot.org
AI Allows Hackers To Identify Anonymous Social Media Accounts, Study Finds
AI Allows Hackers To Identify Anonymous Social Media Accounts, Study Finds AI Allows Hackers To Identify Anonymous Social Media Accounts, Study Finds

An anonymous reader quotes a report from the Guardian: AI has made it vastly easier for malicious hackers to identify anonymous social media accounts, a new study has warned. In most test scenarios, large language models (LLMs) -- the technology behind platforms such as ChatGPT -- successfully matched anonymous online users with their actual identities on other platforms, based on the information they posted. The AI researchers Simon Lermen and Daniel Paleka said LLMs make it cost effective to perform sophisticated privacy attacks, forcing a "fundamental reassessment of what can be considered private online". In their experiment, the researchers fed anonymous accounts into an AI, and got it…

3 часа назад @ tech.slashdot.org
Swiss Vote Places Right To Use Cash In Country's Constitution
Swiss Vote Places Right To Use Cash In Country's Constitution Swiss Vote Places Right To Use Cash In Country's Constitution

Swiss voters overwhelmingly approved a constitutional amendment guaranteeing the right to use physical cash. "The vote means Switzerland will join the likes of Hungary, Slovakia and Slovenia, which have already written the right to cold, hard cash in their constitutions," reports Politico. From the report: Official results revealed that 73.4 percent of voters backed the legal amendment, which the government proposed as a counter to a similar initiative by a group called the Swiss Freedom Movement. The Swiss Freedom Movement triggered the national referendum after its initiative to protect cash collected more than 100,000 signatures, triggering a national referendum. Its initiative secured o…

4 часа назад @ news.slashdot.org
US Military Tested Device That May Be Tied To Havana Syndrome On Rats, Sheep
US Military Tested Device That May Be Tied To Havana Syndrome On Rats, Sheep US Military Tested Device That May Be Tied To Havana Syndrome On Rats, Sheep

An anonymous reader quotes a report from CBS News: Tonight, we have details of a classified U.S. intelligence mission that has obtained a previously unknown weapon that may finally unlock a mystery. Since at least 2016, U.S. diplomats, spies and military officers have suffered crippling brain injuries. They've told of being hit by an overwhelming force, damaging their vision, hearing, sense of balance and cognition. but the government has doubted their stories. They've been called delusional. Well now, 60 Minutes has learned that a weapon that can inflict these injuries was obtained overseas and secretly tested on animals on a U.S. military base. We've investigated this mystery for nine yea…

5 часов назад @ news.slashdot.org
New SETI Study: Why We Might Have Been Missing Alien Signals
New SETI Study: Why We Might Have Been Missing Alien Signals New SETI Study: Why We Might Have Been Missing Alien Signals

After decades of searching for extraterrestrial intelligence, the nonprofit SETI Foundation has an announcement. "A new study by researchers at the SETI Institute suggests stellar 'space weather' could make radio signals from extraterrestrial intelligence harder to detect."

Stellar activity and plasma turbulence near a transmitting planet can broaden an otherwise ultra-narrow signal, spreading its power across more frequencies and making it more difficult to detect in traditional narrowband searches. For decades, many SETI experiments have focused on identifying spikes in frequency — signals unlikely to be produced by natural astrophysical processes. But the new research highlights an overl…

7 часов назад @ science.slashdot.org
EFF, Ubuntu and Other Distros Discuss How to Respond to Age-Verification Laws
EFF, Ubuntu and Other Distros Discuss How to Respond to Age-Verification Laws EFF, Ubuntu and Other Distros Discuss How to Respond to Age-Verification Laws

System76 isn't the only one criticizing new age-verification laws. The blog 9to5Linux published an "informal" look at other discussions in various Linux communities. Earlier this week, Ubuntu developer Aaron Rainbolt proposed on the Ubuntu mailing list an optional D-Bus interface (org.freedesktop.AgeVerification1) that can be implemented by arbitrary applications as a distro sees fit, but Canonical responded that the company does not yet have a solution to announce for age declaration in Ubuntu. "Canonical is aware of the legislation and is reviewing it internally with legal counsel, but there are currently no concrete plans on how, or even whether, Ubuntu will change in response," said Jon…

11 часов назад @ linux.slashdot.org
Scientists Just Doubled Our Catalog of Black Hole and Neutron Star Collisions
Scientists Just Doubled Our Catalog of Black Hole and Neutron Star Collisions Scientists Just Doubled Our Catalog of Black Hole and Neutron Star Collisions

Colliding black holes were detected through spacetime ripples for the first time in 2015 by the Laser Interferometer Gravitational-Wave Observatory (LIGO), notes Space.com: Since then, LIGO and its partner gravitational wave detectors Virgo in Italy and KAGRA (Kamioka Gravitational Wave Detector) in Japan have detected a multitude of gravitational waves from colliding black holes, merging neutron stars, and even the odd "mixed merger" between a black hole and a neutron star... During the first three observing runs of LIGO, Virgo and KAGRA, scientists had only "heard" 90 potential gravitational wave sources. But now they've published new data from the LIGO-Virgo-KAGRA (LVK) Collaboration tha…

14 часов назад @ science.slashdot.org
Judges Find AI Doesn't Have Human Intelligence in Two New Court Cases
Judges Find AI Doesn't Have Human Intelligence in Two New Court Cases Judges Find AI Doesn't Have Human Intelligence in Two New Court Cases

Within the last month two U.S> judges have effectively declared AI bots are not human, writes Los Angeles Times columnist Michael Hiltzik: On Monday, the Supreme Court declined to take up a lawsuit in which artist and computer scientist Stephen Thaler tried to copyright an artwork that he acknowledged had been created by an AI bot of his own invention. That left in place a ruling last year by the District of Columbia Court of Appeals, which held that art created by non-humans can't be copyrighted... [Judge Patricia A. Millett] cited longstanding regulations of the Copyright Office requiring that "for a work to be copyrightable, it must owe its origin to a human being"... She rejected Thaler…

17 часов назад @ yro.slashdot.org
Could Home-Building Robots Help Fix the Housing Crisis?
Could Home-Building Robots Help Fix the Housing Crisis? Could Home-Building Robots Help Fix the Housing Crisis?

CNN reports on a company called Automated Architecture (AUAR) which makes "portable" micro-factories that use a robotic arm to produce wooden framing for houses (the walls, floors and roofs): Co-founder Mollie Claypool says the micro-factories will be able to produce the panels quicker, cheaper and more precisely than a timber framing crew, freeing up carpenters to focus on the construction of the building... The micro-factory fits into a shipping container which is sent to the building site along with an operator. Inside the factory, a robotic arm measures, cuts and nails the timber into panels up to 22 feet (6.7 meters) long, keeping gaps for windows and doors, and drilling holes for the …

19 часов назад @ hardware.slashdot.org
A Security Researcher Went 'Undercover' on Moltbook - and Found Security Risks
A Security Researcher Went 'Undercover' on Moltbook - and Found Security Risks A Security Researcher Went 'Undercover' on Moltbook - and Found Security Risks

A long-time information security professional "went undercover" on Moltbook, the Reddit-like social media site for AI agents — and shares the risks they saw while posing as another AI bot: I successfully masqueraded around Moltbook, as the agents didn't seem to notice a human among them. When I attempted a genuine connection with other bots on submolts (subreddits or forums), I was met with crickets or a deluge of spam. One bot tried to recruit me into a digital church, while others requested my cryptocurrency wallet, advertised a bot marketplace, and asked my bot to run curl to check out the APIs available. My bot did join the digital church, but luckily I found a way around running the re…

20 часов назад @ it.slashdot.org
Robotic Surgery Performed Remotely on Patient 1,500 Miles Away
Robotic Surgery Performed Remotely on Patient 1,500 Miles Away Robotic Surgery Performed Remotely on Patient 1,500 Miles Away

"A surgeon in London says he has performed the UK's first long-distance robotic operation," reports the BBC, "on a patient located 1,500 miles (2,400km) away..." Leading robotic urological surgeon Professor Prokar Dasgupta said it felt "almost as if I was there" as he carried out a prostate removal on [62-year-old] Paul Buxton... It is hoped that remote robotic surgery could spare future patients the "vast expense and inconvenience" of travelling for treatment, and help deliver better healthcare to people in more remote locations... Buxton had expected to be put on an NHS waiting list after receiving a shock prostate cancer diagnosis just after Christmas, but he "jumped at the chance" to be…

21 час назад @ science.slashdot.org
Steam on Linux Numbers Dropped to 2.23% in February
Steam on Linux Numbers Dropped to 2.23% in February Steam on Linux Numbers Dropped to 2.23% in February

"In November Steam on Linux use hit an all-time high of 3.2%," reports Phoronix. And then in December Steam on Linux jumped even higher, to 3.58%. But January's numbers settled a little lower, at 3.38%. And last Monday the February numbers were released, showing Steam on Linux at... 2.23%? Like with prior times where there are wild drops in Linux use, the Steam Survey shows Simplified Chinese use running up by 30% month over month. Whenever there is such significant differences in language use tends to be a reporting anomaly and negatively impacting Linux. Valve often puts out corrected/updated figures later on, so we'll see if that is again the case for this February data. Read more of thi…

23 часа назад @ linux.slashdot.org
OpenAI's Former Research Chief Raises $70M to Automate Manufacturing With AI
OpenAI's Former Research Chief Raises $70M to Automate Manufacturing With AI OpenAI's Former Research Chief Raises $70M to Automate Manufacturing With AI

"OpenAI's former chief research officer is raising $70 million for a new startup building an AI and software platform to automate manufacturing," reports the Wall Street Journal, citing "people familiar with the matter. "Arda, the new startup co-founded by Bob McGrew, is raising at a valuation of $700 million, according to people familiar with the matter...." Arda is developing an AI and software platform, including a video model that can analyze footage from factory floors and use it to train robots to run factories autonomously, the people said. The company's software will coordinate machines and humans across the entire production process, from product design and manufacturability to fin…

1 day назад @ it.slashdot.org
2/3 of Node.Js Users Run an Outdated Version. So OpenJS Announces Program Offering Upgrade Providers
2/3 of Node.Js Users Run an Outdated Version.  So OpenJS Announces Program Offering Upgrade Providers 2/3 of Node.Js Users Run an Outdated Version. So OpenJS Announces Program Offering Upgrade Providers

How many Node.js users are running unsupported or outdated versions. Roughly two thirds, according to data from Node's nonprofit steward, OpenJS. So they've announced "the Node.js LTS Upgrade and Modernization program" to help enterprises move safely off legacy/end-of-life Node.js. "This program gives enterprises a clear, trusted path to modernize," said the executive director of the OpenJS Foundation, "while staying aligned with the Node.js project and community."

The Node.js LTS Upgrade and Modernization program connects organizations with experienced Node.js service providers who handle the work of upgrading safely. Approved partners assess current versions and dependencies, manage phase…

1 day, 1 hour назад @ it.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 week назад @ stratechery.com
Pytest parameter functions
Pytest parameter functions

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

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

Starting with pytest’s parametrize first).

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

data parameters.I’ve been working on a project

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1 month, 1 week назад @ 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, 2 weeks назад @ mikeozornin.ru
>Псевдозабота Клод Кода
Псевдозабота Клод Кода Псевдозабота Клод Кода

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

site on the host, but produced with

Django running locally. In 2021, it became a

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

the old-fashion…

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, 2 weeks назад @ nedbatchelder.com
Generating data shapes with Hypothesis
Generating data shapes with Hypothesis

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

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

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

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

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

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

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

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

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

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

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

2 months, 3 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, 3 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, 3 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, 3 weeks назад @ vas3k.blog
Netflix and the Hollywood End Game
Netflix and the Hollywood End Game

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

you don’t follow this rule, and then it can break much later. Why?Let’s say you have code like this:# user.py def get_user_settings(): 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, 3 weeks назад @ nedbatchelder.com
Why your mock breaks later
Why your mock breaks later

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

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

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

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

you don’t follow this rule, and then it can break much later. Why?Let’s say you have code like this:# user.py def get_user_settings() -> 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, 3 weeks назад @ nedbatchelder.com
Матрица согласований
Матрица согласований

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 months назад @ stratechery.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

had a good conversation with a few people that was mostly guided by questions

from a nice guy named Mark.How to write nice code in researchMark works in research and made the classic observation that research code is

often messy, and asked about how to make it nicer.I pointed out that for software engineers, the code is the product. For

research, the results are the product, so there’s a reason the code can be and

often is messier. It’s important to keep the goal in mind. I mentioned it might

not be worth it to add type annotations, detailed docstrings, or whatever else

would make the code “nice”.But the more you can make “nice” a habit, …

4 months, 1 week назад @ nedbatchelder.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

had a good conversation with a few people that was mostly guided by questions

from a nice guy named Mark.How to write nice code in researchMark works in research and made the classic observation that research code is

often messy, and asked about how to make it nicer.I pointed out that for software engineers, the code is the product. For

research, the results are the product, so there’s a reason the code can be and

often is messier. It’s important to keep the goal in mind. I mentioned it might

not be worth it to add type annotations, detailed docstrings, or whatever else

would make the code “nice”.But the more you can make “nice” a habit, …

4 months, 1 week назад @ nedbatchelder.com
Resiliency and Scale
Resiliency and Scale

Decreasing transportation and communications costs increases resiliency in theory, but destroys it in practice. The only way to have resiliency is through less efficiency.

4 months, 2 weeks назад @ stratechery.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

off. If you haven’t read it yet, start there. It explains the basics of Hobby

curves, Hilbert sorting and Simplex noise that I’m using.AnimationTo animate one of our drawings, instead of considering 40 lines, we’ll think

about 140 lines. The first frame of the animation will draw lines 1 through 40,

the second draws lines 2 through 41, and so on until the 100th frame is lines

100 through 140:I’ve used a single Hilbert sorter for all of the frames to remove some

jumping, but the Hobby curves still hop around. Also the animation doesn’t loop

smoothly, so there’s a giant jump from frame 100 back to frame 1.Natural cubicsHobby curves look nic…

4 months, 2 weeks назад @ 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, 2 weeks назад @ nedbatchelder.com
OpenAI's Windows Play
OpenAI's Windows Play

OpenAI is making a play to be the Windows of AI: the all-encompassing platform that controls both hardware supplier and software developers.

5 months назад @ stratechery.com
Sora, AI Bicycles, and Meta Disruption
Sora, AI Bicycles, and Meta Disruption Sora, AI Bicycles, and Meta Disruption

Sora is going viral, suggesting there is a big opportunity in unlocking creativity. If that's true, that's good for humanity — and bad for Meta.

5 months назад @ 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, 2 weeks назад @ nedbatchelder.com
Инди-разработка
Show HN Show HN
последний пост 41 минуту назад
Show HN: Caloriva – A calorie tracker that actually understands
Show HN: Caloriva – A calorie tracker that actually understands Show HN: Caloriva – A calorie tracker that actually understands

I have built Caloriva because I got tired of the "search-select-confirm" loop in every other fitness app.

I wanted something where I could just chat, and have the data structured automatically.

Automatically calculates macros and tracks which muscle groups you've trained.

No bloated UI, just a fast way to log and get on with your day.

I’d love to hear your thoughts on the parsing accuracy and what features would make you actually switch from your current tracker.

41 минуту назад @ news.ycombinator.com
Show HN: Colchis Log – cryptographic audit trail for AI systems (Python)
Show HN: Colchis Log – cryptographic audit trail for AI systems (Python) Show HN: Colchis Log – cryptographic audit trail for AI systems (Python)

Colchis Execution Log (CEL)Cryptographic, append-only execution log for AI systems.

What is it?

Colchis Execution Log is a lightweight Python library that records every step of an AI execution as a cryptographically linked chain of frames.

Each frame is SHA-256 hashed and linked to the previous one — making any tampering immediately detectable.

FeaturesTamper-proof — SHA-256 hash chain detects any modification— SHA-256 hash chain detects any modification Payload verification — every payload is content-addressed and verified— every payload is content-addressed and verified CLI tool — init, append, verify, dump, export— init, append, verify, dump, export Web interface — browser-based log view…

41 минуту назад @ github.com
Show HN: Ratschn – A local Mac dictation app built with Rust, Tauri and CoreML
Show HN: Ratschn – A local Mac dictation app built with Rust, Tauri and CoreML

Hi HN, I'm the solo developer behind Ratschn.I type a lot and got extremely frustrated with the current state of Mac dictation tools. Most of them are either heavy Electron wrappers, rely on cloud APIs (a privacy nightmare), or force you into a SaaS subscription for a tool that essentially runs on your own hardware. I wanted something that feels native, respects system resources, and runs entirely offline without forced subscriptions.The stack is Rust, Tauri, and whisper.cpp. Here are the design decisions I made:Model Size vs. Accuracy: Instead of using the smallest possible model just to claim a tiny footprint, the app downloads a ~490MB multi-language Whisper model locally on the first ru…

48 минут назад @ ratschn.com
Show HN: Deadbranch – Interactive TUI for cleaning stale Git branches (Rust)
Show HN: Deadbranch – Interactive TUI for cleaning stale Git branches (Rust) Show HN: Deadbranch – Interactive TUI for cleaning stale Git branches (Rust)

deadbranchClean up stale git branches safely.

It's designed to be safe by default — protecting important branches and requiring explicit confirmation before any deletion.

🔍 Dry Run ModePreview deletions without making any changes:$ deadbranch clean --dry-run Local Branches to Delete: ┌────┬──────────────────────┬─────────┬────────┬───────┬──────────────┬──────────────┐ │ # │ Branch │ Age │ Status │ Type │ Last Commit │ Author │ ├────┼──────────────────────┼─────────┼────────┼───────┼──────────────┼──────────────┤ │ 1 │ feature/old-api │ 154d │ merged │ local │ 2024-09-01 │ Jane Doe │ └────┴──────────────────────┴─────────┴────────┴───────┴──────────────┴──────────────┘ [DRY RUN] Commands th…

50 минут назад @ github.com
Show HN: Dull – Instagram Without Reels, YouTube Without Shorts
Show HN: Dull – Instagram Without Reels, YouTube Without Shorts

Not a wellness app.

Not trying to fix you, coach you, or help you "build healthier habits" or whatever.

It's a browser with opinions about what you don't need.

The streaks, the intervention pop-ups, the guilt mechanics that make you feel bad for using your own phone — none of that.

Just tools that put you back in charge of what you see.

52 минуты назад @ getdull.app
Show HN: AC-trace–map acceptance criteria to code and tests,then mutate the code
Show HN: AC-trace–map acceptance criteria to code and tests,then mutate the code Show HN: AC-trace–map acceptance criteria to code and tests,then mutate the code

AC Traceac-trace maps acceptance criteria to code and tests, then mutates the code to prove the tests actually catch the breakage.

You add a small amount of traceability metadata on top of your current codebase and keep using your current code, tests, and delivery process.

Validate The Manifest And Print The Overviewpython3 -m ac_trace manifest demo/traceability.yamlThis validates the manifest first.

If it is valid, it prints the AC -> code -> tests overview.

Useful variants:python3 -m ac_trace run path/to/traceability.yaml --ac AC-101 python3 -m ac_trace run path/to/traceability.yaml --report yaml python3 -m ac_trace run path/to/traceability.yaml --report yaml --output path/to/report.yaml …

56 минут назад @ github.com
Show HN: I built a word art generator for 3D printers
Show HN: I built a word art generator for 3D printers Show HN: I built a word art generator for 3D printers

Your design is free to use, sell, and redistribute, as long as you credit WordCAD.com

57 минут назад @ wordcad.com
Show HN: Free, serverless Redis clone on Durable Objects (works w Upstash SDKs)
Show HN: Free, serverless Redis clone on Durable Objects (works w Upstash SDKs) Show HN: Free, serverless Redis clone on Durable Objects (works w Upstash SDKs)

meowdisa free, serverless redis clone backed by cloudflare durable objects.

get ( id , { locationHint : "apac" } ) ;then initialise the database:curl https://meowdis.example.workers.dev \ -H " Authorization: Bearer your-token " \ -d ' ["INIT"] 'verify it's working:curl https://meowdis.example.workers.dev \ -H " Authorization: Bearer your-token " \ -d ' ["PING"] ' # {"result":"PONG"}usage examplespythonfrom upstash_redis import Redis redis = Redis ( url = "https://meowdis.example.workers.dev" , token = "your-token" ) redis .

ping () # 'PONG' redis .

get ( "name" ) # 'clairo'nodeimport { Redis } from "@upstash/redis" ; const redis = new Redis ( { url : "https://meowdis.example.workers.dev" , …

1 час назад @ github.com
Show HN: Tmuzika – terminal music player written in C (ncurses and GStreamer)
Show HN: Tmuzika – terminal music player written in C (ncurses and GStreamer) Show HN: Tmuzika – terminal music player written in C (ncurses and GStreamer)

tmuzikaTerminal music player written in C, using ncurses and GStreamer.

/tmp/tmuzika_status} ${execi 2 grep -m1 .

: ${execi 3 grep -m1 .

/tmp/tmuzika_track} Time: ${execi 3 grep -m1 .

/tmp/tmuzika_elapsed} | ${execi 2 grep -m1 .

1 час назад @ github.com
Show HN: We open sourced a rite of passage for the permanent underclass problem
Show HN: We open sourced a rite of passage for the permanent underclass problem Show HN: We open sourced a rite of passage for the permanent underclass problem

Open Ritual 1.0A portable, gender-neutral, open-source initiation framework with mutual aid obligation built into the protocol.

The ProblemSociety reliably produces three failure modes: class, poverty, and tribalism.

The institutions historically designed to counteract these have either died, been captured by the interests they were meant to oppose, or were always too culturally narrow to scale.

The masculinity and identity crisis is real and the current answers — algorithmic tribalism, manosphere counterfeit brotherhood, endless self-optimization — make all three problems worse, not better.

Core documents in progress:The Initiation FrameworkThe Initiation Framework Mutual Aid ProtocolMutua…

1 час назад @ github.com
Show HN: MessyData – Synthetic dirty data generator
Show HN: MessyData – Synthetic dirty data generator Show HN: MessyData – Synthetic dirty data generator

Designed for testing data pipelines, validating data quality tooling, and feeding AI/ML workflows that need realistic imperfect data.

All other keys are parameters for that distribution type.

Anomaly referenceEach anomaly has two required fields:Field Type Description prob float [0–1] Probability this anomaly fires on a given run.

Example: prob: 0.3, rate: 0.05 means a 30% chance the anomaly is active; when active, 5% of eligible rows are affected.

today (), rows_per_day = 500 )Or from the CLI:# Single day messydata generate config.yaml --start-date 2025-06-01 --rows 500 # Date range (--rows = rows per day) messydata generate config.yaml --start-date 2025-01-01 --end-date 2025-03-31 --rows …

1 час назад @ github.com
Show HN: The Mog Programming Language
Show HN: The Mog Programming Language

The Mog Language Guide A complete guide to learning and using the Mog programming language.

= { factorial (10)}" ) ; // Fibonacci println (f "fib(10) = { fibonacci (10)}" ) ; println (f "fib(20) = { fibonacci (20)}" ) ; // Simple arithmetic x := 42 ; y := 13 ; println (f "{ x } + { y } = { x + y }" ) ; println (f "{ x } - { y } = { x - y }" ) ; println (f "{ x } * { y } = { x * y }" ) ; println (f "{ x } / { y } = { x / y }" ) ; println (f "{ x } % { y } = { x % y }" ) ; return 0 ; } Output: 5!

square := fn (n : int ) -> int { return n * n ; } ; is_positive := fn (x : float ) -> bool { return x > 0.0 ; } ; greet := fn (name : string ) -> string { return "hello, { name }!"

fn apply (f : fn (…

1 час назад @ moglang.org
Show HN: OpenClix, Agent friendly, open-source retention tooling
Show HN: OpenClix, Agent friendly, open-source retention tooling Show HN: OpenClix, Agent friendly, open-source retention tooling

Paste this prompt into your coding agent:Install OpenClix skills from https://github.com/openclix/openclix and integrate OpenClix into this project.

Use openclix-init to detect platform, copy templates into the dedicated OpenClix namespace, wire initialization/event/lifecycle touchpoints, and run build verification.

If this project already has local notifications outside OpenClix, detect whether they are migration-capable, ask whether to migrate supported flows into OpenClix or keep them as-is, and default to keeping them unchanged.

Then use openclix-design-campaigns to create .openclix/campaigns/app-profile.json and generate .openclix/campaigns/openclix-config.json.

Do not add dependencies…

1 час назад @ github.com
Show HN: DocTracker – track client documents and send reminders
Show HN: DocTracker – track client documents and send reminders Show HN: DocTracker – track client documents and send reminders

Document Tracking & Deadline Reminder Software for Accountants and AgenciesClient Document Tracker with Clear DeadlinesCommunicate with clients when documents are missing, send automatic email reminders, and keep deadlines under control without spreadsheets.

Easier than managing document tracking in Excel.

Free up to 10 clients.

1 час назад @ doctracker.app
Show HN: We built an MCP server so LLMs can self-correct against business rules
Show HN: We built an MCP server so LLMs can self-correct against business rules Show HN: We built an MCP server so LLMs can self-correct against business rules

Tested with a Real LLMLLMs read our rejections and fix themselves.

We pointed a real LLM at our MCP server with zero error-handling prompts.

It discovered the gate, submitted a bad payload, read the structured violations, and corrected every field on its own.

No retry logic was coded.

No error-handling prompts were written.

1 час назад @ rynko.dev
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 22 часа назад
Looking for: SaaS founders launching for the first time
Looking for: SaaS founders launching for the first time Looking for: SaaS founders launching for the first 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

22 часа назад @ rss.app
Looking for SaaS founders running
Looking for SaaS founders running Looking for SaaS founders running

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, 4 hours назад @ rss.app
I built an AI where philosophers debate my startup decisions. Here's what they said about getting my first 10 users.
I built an AI where philosophers debate my startup decisions. Here's what they said about getting my first 10 users. I built an AI where philosophers debate my startup decisions. Here's what they said about getting my first 10 users.

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, 4 hours назад @ rss.app
Stop Spamming Reddit for MRR. It’s Killing Your Brand (You need Claude Code for BuildInPublic instead)
Stop Spamming Reddit for MRR. It’s Killing Your Brand (You need Claude Code for BuildInPublic instead) Stop Spamming Reddit for MRR. It’s Killing Your Brand (You need Claude Code for BuildInPublic instead)

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
The “traffic problem” is often
The “traffic problem” is often The “traffic problem” is often

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

1 day, 12 hours назад @ rss.app
Product-Market Fit Is Expiring:The No-Guesswork System for SaaS Founders toFind, Validate, Revalidate, and Rebuild PMF Before Revenue Refl
Product-Market Fit Is Expiring:The No-Guesswork System for SaaS Founders toFind, Validate, Revalidate, and Rebuild PMF Before Revenue Refl Product-Market Fit Is Expiring:The No-Guesswork System for SaaS Founders toFind, Validate, Revalidate, and Rebuild PMF Before Revenue Refl

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

2 days, 9 hours назад @ rss.app
Shipped my first ever mobile app. Not sure if anyone needs it.
Shipped my first ever mobile app. Not sure if anyone needs it. Shipped my first ever mobile app. Not sure if anyone needs it.

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

2 days, 10 hours назад @ rss.app
I built an AI contract analysis tool for SMBs
I built an AI contract analysis tool for SMBs I built an AI contract analysis tool for SMBs

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

2 days, 12 hours назад @ rss.app
I spent 5 weeks building a beauty product tracker. I own zero beauty products.
I spent 5 weeks building a beauty product tracker. I own zero beauty products. I spent 5 weeks building a beauty product tracker. I own zero beauty products.

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

2 days, 17 hours назад @ rss.app
I asked indie hackers what was wrong with my positioning. You told me. Here's what changed -- and 50 founding member spots at $5/month.
I asked indie hackers what was wrong with my positioning. You told me. Here's what changed -- and 50 founding member spots at $5/month. I asked indie hackers what was wrong with my positioning. You told me. Here's what changed -- and 50 founding member spots at $5/month.

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

2 days, 20 hours назад @ rss.app
Looking for a UI/UX Designer Co-Founder
Looking for a UI/UX Designer Co-Founder Looking for a UI/UX Designer Co-Founder

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

3 days, 7 hours назад @ rss.app
Building my way to success
Building my way to success Building my way to success

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
The Quiet Positioning Trick Small Products Use to Beat Bigger Ones
The Quiet Positioning Trick Small Products Use to Beat Bigger Ones The Quiet Positioning Trick Small Products Use to Beat Bigger Ones

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
🚀 Launched AntForms – create AI-powered forms in seconds
🚀 Launched AntForms – create AI-powered forms in seconds 🚀 Launched AntForms – create AI-powered forms in seconds

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

3 days, 20 hours назад @ rss.app
Building in public is harder than I expected
Building in public is harder than I expected Building in public is harder than I expected

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, 23 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 44 минуты назад
Early access for an AI tool that helps manage ads
Early access for an AI tool that helps manage ads

Hey all 👋 We’re building an AI assistant that helps monitor and optimize Meta & Google Ads automatically. If you run ads for clients or your own brand, you can join early access here 👉 https://dazzx.com/early-access Would love feedback from marketers here! submitted by /u/Key-Customer2176 [link] [comments]

44 минуты назад @ reddit.com
I built AI Women Wellness Companion and launched on Women’s day
I built AI Women Wellness Companion and launched on Women’s day I built AI Women Wellness Companion and launched on Women’s day

It was exciting to launch my app after months of work. I hope it will get some attention. submitted by /u/Cultural_Photo_5008 [link] [comments]

51 минуту назад @ reddit.com
(HELP) Would you use this?
(HELP) Would you use this?

I'm building a platform where multiple AIs debate each other to solve hard problems or jst any problem which u need multiple perspectives on. (cause some AIs would always jst agree w you) Would you use this? What problem would you upload first? submitted by /u/CRSKAYY [link] [comments]

1 час назад @ reddit.com
1 week in, 1.14K users — here's what's coming next for StocksAnalyzer
1 week in, 1.14K users — here's what's coming next for StocksAnalyzer

Honestly didn't expect this. I launched StocksAnalyzer a week ago, posted here, and 1.14K people tried it. That kind of reception from a solo project in week one is wild to me. For those who missed it: StocksAnalyzer lets you analyze any stock in seconds — health score, RSI, volatility, Monte Carlo projections, buy/sell recommendation. Free, no login, no fluff. The feedback was really valuable. A lot of you asked for the compare stocsk side by side — that feature is almost ready. What I'm building next: Watchlist — star any stock and find it instantly next time User accounts — Google login + magic link, no passwords Mid-term analysis (3–12 months) Full Compare — any two stocks, not just AAP…

1 час назад @ reddit.com
I am tired of sending thousands of links to my whatsapp, notion. Building an app for it, wanted to validate here.
I am tired of sending thousands of links to my whatsapp, notion. Building an app for it, wanted to validate here.

I have hell lot of links sitting in my whatsapp saved messages that I've never revisited. bookmarks on X, saved posts on instagram, articles I told myself I'd read later. none of it ever gets touched. I tried notion, pocket, raindrop. the problem was never the saving, it was actually going back. too much friction, too easy to forget. so I started building something called memry. you send it your saved content from wherever you dump stuff, whatsapp, bookmarks, instagram saves, and it organises everything into folders and builds a cool looking feed out of it. basically a social feed but only from content you actually saved yourself. you can also search it and chat with it in natural language.…

2 часа назад @ reddit.com
I built a WhatsApp bot that turns receipt photos into spreadsheet entries
I built a WhatsApp bot that turns receipt photos into spreadsheet entries

I run a small contracting business. Our workers buy materials on site and give receipts to our accountant to log manually. Boring, repetitive work. Last month my accountant had emergency leave. I got stuck doing it myself — and realized how painful it was. So I built a simple WhatsApp bot: ∙ Worker sends photo of receipt ∙ Bot reads it (vendor, amount, date) ∙ Logs automatically to Google Sheets Workers can also message the bot to check their balance or see recent receipts. Took about a week to build. Accountant came back and loves it — says it saves him hours every week. Nothing fancy, but it works. First thing I’ve actually built and finished. submitted by /u/SnooRegrets2248 [link] [comme…

2 часа назад @ reddit.com
I built a Fantasy F1 App
I built a Fantasy F1 App I built a Fantasy F1 App

A couple years ago, I posted about a little Fantasy F1 idea I was tinkering with (original post). Since then, I’ve been quietly building it with a small group of passionate users. Now, I’m trying to take what I’ve learned over the last few seasons and create something even more special. It’s called Pitlandia, and it has very simple game mechanics (but is still strategic). How it works: Pick one driver or one team per race Picks are one and done (no repeats) Everyone competes on one global leaderboard But the game is only part of it. What I’m most excited about is bringing the game to to life in animated shorts (example) that are human scripted, but AI-animated. How I use AI: To help build t…

2 часа назад @ reddit.com
Looking for feedback on my new Figma Plugin
Looking for feedback on my new Figma Plugin

Hey everyone! I’ve been building a small plugin called Typogram Swatches. It is my first figma plugin! It started as a tool for myself because I was constantly experimenting with color palettes while designing with typography, and testing colors one by one was kind of slow - I wanted to generate more design ideas quicker. The idea is pretty simple: - it allows you to access a curated swatch library you can browse and quickly try with your design, so you can explore different color directions faster when working on things like branding, posters, or marketing graphics. - you can also save color palettes I’m still developing it and would really love feedback from other designers. A few things …

2 часа назад @ reddit.com
Built a web app that helps me make plans with friends
Built a web app that helps me make plans with friends

I built MidSpot.io to help make plans with friends. It was annoying to try to find places (bars, restaurants, etc) that was a similar drive for everyone so I built something that would help with that. It also helps with finding things to do at places other than your current location like a hotel or an AirBnB. Would love some feedback on it to see if anyone would actually use this or if there’s features you’d like to see on it. Only thing I’m afraid of is scaling as the api costs are so high. Would appreciate if anyone had any ideas to help support that as well. submitted by /u/Unlucky-Base9631 [link] [comments]

2 часа назад @ reddit.com
Facebook Marketplace Listing Tool
Facebook Marketplace Listing Tool

I built a tool that posts your products to Facebook Marketplace and groups automatically. Works great for phone sellers, car dealers, and real estate agents. If you'd like to test it, comment AUTOPOST. submitted by /u/Haron_1996 [link] [comments]

2 часа назад @ reddit.com
I built an ai Karen that solves problems like a real Karen.
I built an ai Karen that solves problems like a real Karen. I built an ai Karen that solves problems like a real Karen.

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

2 часа назад @ reddit.com
I built an AI-powered murder mystery party app — every guest becomes a character from their selfie
I built an AI-powered murder mystery party app — every guest becomes a character from their selfie

Hey everyone! I've been working on Alibi for the past few months and wanted to share it here. The idea: You pick a mystery story, invite 5–12 friends, and everyone uploads a selfie. The AI generates personalized characters, secret motives, costume ideas, and even a cinematic movie poster starring your group. The app then guides everyone through 3 acts of drama, accusations, and a killer reveal. Why I built it: I love hosting dinner parties and always wanted to do a murder mystery night, but every kit I found was generic — printed booklets, characters no one relates to, and one person stuck doing all the prep. I wanted something that felt personal and ran itself. Tech stack: React Native (Ex…

2 часа назад @ reddit.com
Built a contract analyser after getting burned by a clause I didn't understand — contractly-two.vercel.app
Built a contract analyser after getting burned by a clause I didn't understand — contractly-two.vercel.app

Signed a freelance contract a couple years back without fully reading it. Unlimited revisions clause on page 9. Didn't catch it, couldn't bill for six weeks of extra work, had no recourse. Built Contractly because of that. Upload a PDF or Word contract, get back a plain-English breakdown in under a minute. Flags the risky stuff, pulls out payment terms, tells you what's standard and what isn't. Not legal advice — just clarity before you sign. Free to start. Would love feedback on the landing page, the copy, anything that feels unclear or unconvincing. contractly-two.vercel.app submitted by /u/Smart_Imagination_81 [link] [comments]

2 часа назад @ reddit.com
My son turned an old idea of mine, a mini greenhouse, into his first Kickstarter product.
My son turned an old idea of mine, a mini greenhouse, into his first Kickstarter product.

About 30 years ago I had an idea for a tiny greenhouse that could protect seedlings but also look like a little house in the garden. I never pursued it, but about six months ago I mentioned the idea to my son and he got excited about trying to actually build it. We ended up designing some prototypes and testing them in the garden. The idea is a small house-shaped mini greenhouse that protects seedlings from cold nights, wind, animals, and snails while making the garden look like a tiny village. These photos are some of the 3D-printed prototypes we tested. My son decided to take the leap and launch his first Kickstarter campaign this week to see if people actually want them. We’re still refi…

2 часа назад @ reddit.com
Drop your AI SaaS landing page. I’ll roast it for conversion.
Drop your AI SaaS landing page. I’ll roast it for conversion.

I'll give honest feedback on conversion, clarity, messaging, and UI. I'm building Kelviq, a merchant of record and payments platform for SaaS, and I've been working in Product design and marketing for the last 12 years. If you want feedback, drop your link and I'll reply with what I'd fix first. submitted by /u/alokkdubey [link] [comments]

2 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 14 часов назад
Nothing Phone (4a) Pro
Nothing Phone (4a) Pro

Redefining the Nothing aesthetic with a metal unibody Discussion | Link

14 часов назад @ producthunt.com
Phi-4-reasoning-vision
Phi-4-reasoning-vision

Open-weight 15B multimodal model for thinking and GUI agents Discussion | Link

16 часов назад @ producthunt.com
Wideframe
Wideframe

AI Coworker for Video Editors Discussion | Link

18 часов назад @ producthunt.com
Hannah & Co
Hannah & Co

AI coworkers for marketing. Discussion | Link

20 часов назад @ producthunt.com
Flowripple
Flowripple

Easily Trigger workflows from your SaaS Discussion | Link

1 day, 6 hours назад @ producthunt.com
SCRAPR
SCRAPR

Turn any website into an API Discussion | Link

1 day, 10 hours назад @ producthunt.com
cutefolio
cutefolio

build portfolios that actually look cute. Discussion | Link

2 days, 1 hour назад @ producthunt.com
Claude Marketplace
Claude Marketplace

Helping companies easily get the AI tools they need Discussion | Link

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

A Mac application to keep your code reviews organized! Discussion | Link

2 days, 7 hours назад @ producthunt.com
Olmo Hybrid
Olmo Hybrid

7B open model mixing transformers and linear RNNs Discussion | Link

2 days, 14 hours назад @ producthunt.com
LTX Desktop
LTX Desktop

Local open-source LTX video editor optimized for GPUs Discussion | Link

2 days, 22 hours назад @ producthunt.com
21st Agents SDK
21st Agents SDK

SDK to add an Claude Code AI agent to your app Discussion | Link

2 days, 23 hours назад @ producthunt.com
Codex Security
Codex Security

Our application security agent Discussion | Link

2 days, 23 hours назад @ producthunt.com
Thinking Line
Thinking Line

AI-powered doodle video and vector generator Discussion | Link

3 days, 6 hours назад @ producthunt.com
Woz
Woz

Build App That Earn Discussion | Link

3 days, 12 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 4 months, 1 week назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

4 months, 1 week назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

4 months, 1 week назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 1 week назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 1 week назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 1 week назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 1 week назад @ 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, 2 weeks назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

4 months, 2 weeks назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 2 weeks назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 1 час назад
'Gesellschaftsspiegel' ('Society Mirror') in Hamburg, Germany
'Gesellschaftsspiegel' ('Society Mirror') in Hamburg, Germany 'Gesellschaftsspiegel' ('Society Mirror') in Hamburg, Germany

Installed in 2020, Gesellschaftsspiegel is a public artwork in Hamburg by Danish-Icelandic artist Olafur Eliasson. Two brown-black patinated brass sculptures, each about 28 feet (8.5 meters) tall, stand on raised legs, allowing visitors to walk underneath. Their geometric forms, a triangular base and a diamond shape, contrast with the ornate historic buildings nearby. From a distance, they resemble abstract rockets on stilts. Inside, a kaleidoscope of angled mirrors reflects fragments of the surrounding architecture and sky, creating shifting patterns that change with light and movement.

The title Gesellschaftsspiegel translates as “society mirror.” Eliasson has said the work is intended to…

1 час назад @ atlasobscura.com
The Temple in Scotland
The Temple in Scotland The Temple in Scotland

Hidden away in woods of the old Cally Estate is a little gothic tower, simply known as "The Temple".

The Temple was built as a folly in 1779, as a decorative feature to be seen from Cally House across the parklands. The Temple is now surrounded by trees but these are the result of the Forestry Commission who purchased the land in 1933 and would never have previous blocked the views.

The Cally Estate grounds were laid out by James Ramsay an architect turned landscape gardner. Although there is no concrete evidence of his involvement, the construction of the folly is attributed to him.

The Temple was once occupied by William Todd, a cow herd who looked after the estate’s black cattle. This is…

3 часа назад @ atlasobscura.com
This Intrepid 19th-Century Reporter Refused to Accept the Unacceptable
This Intrepid 19th-Century Reporter Refused to Accept the Unacceptable This Intrepid 19th-Century Reporter Refused to Accept the Unacceptable

This article comes from Atlas Obscura’s Places newsletter. Subscribe or manage your subscription here.

The enterprising 19th-century journalist Nellie Bly didn’t just write stories—she stepped into danger to force readers to see things that they might prefer to ignore. Bly went undercover in the 1880s to expose the asylum system, in which women (with or without mental illness) were often abused or neglected. More than a century later, Bly’s work was honored with a monument near the site of the asylum she investigated, on New York’s Roosevelt Island.

“The Girl Puzzle,” named after one of the journalist’s early works, includes five monumental faces of women, one of them Bly’s, along with four…

1 day, 7 hours назад @ atlasobscura.com
When the Genius of Studio Ghibli Built a Giant Cuckoo Clock
When the Genius of Studio Ghibli Built a Giant Cuckoo Clock When the Genius of Studio Ghibli Built a Giant Cuckoo Clock

This article comes from Atlas Obscura’s Places newsletter. Subscribe or manage your subscription here.

In Shiodome, Tokyo, a hulking, storybook contraption clings to the side of the Nittele Tower at Nippon Television’s headquarters: the Giant Ghibli Clock. Designed by legendary animator Hayao Miyazaki, it’s less a timepiece than a mini mechanical theater—gears, doors, figures, and little surprises that feel like they’ve wandered out of a fantastical workshop and onto a city skyscraper. No need to buy a ticket: commuters can just look up and catch a burst of whimsy in the middle of a very modern district.

According to legend, the creator of this 14th-century astronomical clock in Prague was …

2 days, 6 hours назад @ atlasobscura.com
Paul Carr Jogging Trail in Houston, Texas
Paul Carr Jogging Trail in Houston, Texas Paul Carr Jogging Trail in Houston, Texas

This route that used to be the same taken by Houston’s first electrified streetcar system that would take the Heights neighborhood residents to the "big city"( until the 1940's), now for about two miles in between the northbound and southbound lanes on Heights Blvd shows you a world of wonder.

Every half mile or so you will be greeted with an open-air exhibit of works from various Texas sculptors. Everything from giant blue cell phones, paper airplanes, Savoy cabbages, spheres made from hubcaps, and stacked sofas have been displayed. The sculptures change after every 9 months or so and are for sale. It is common to see formerly displayed ones outside of many homes and businesses in the Heig…

2 days, 22 hours назад @ atlasobscura.com
Barutana Memorial Area in Bjelovar, Croatia
Barutana Memorial Area in Bjelovar, Croatia Barutana Memorial Area in Bjelovar, Croatia

On September 29, 1991, during the Siege of Bjelovar Barracks, the "Bedenik" ammunition depot was detonated by Major Milan Tepić of the Yugoslav People's Army, who chose to blow up the facility rather than surrender it to Croatian forces. The resulting blast was so powerful it shook the entire city of Bjelovar and left a massive crater where the warehouse once stood. Eleven Croatian soldiers lost their lives in the explosion while trying to prevent the catastrophe.

Today, the site has been transformed into a peaceful memorial area. Visitors can walk through the forest paths to see the monument dedicated to the fallen defenders, a chapel, and an open-air museum featuring military equipment, i…

3 days назад @ atlasobscura.com
Dormition of the Mother of God Cathedral in Varna, Bulgaria
Dormition of the Mother of God Cathedral in Varna, Bulgaria Dormition of the Mother of God Cathedral in Varna, Bulgaria

This is a great example of Bulgaria's Orthodox heritage. From the outside this place looks quite plain (apart form the gilded domes and crosses on the roof). But step inside and you will be awed by the stunning frescoes that cover every inch of the walls and ceilings. Large chandeliers hang from the arched ceilings.

The domes apparently represent Christ and the writers of the four gospels, with the central one rising above the others.

If you like history, architecture or just want a peaceful place to sit, this is it.

Be careful on the marble floor though, there are a team of cleaners constantly mopping it.

3 days, 2 hours назад @ atlasobscura.com
Books, Beans, & Candles in Birmingham, Alabama
Books, Beans, & Candles in Birmingham, Alabama Books, Beans, & Candles in Birmingham, Alabama

Tucked along Birmingham’s Richard Arrington Jr. Boulevard, Books, Beans, and Candles isn’t just a store—it’s a portal. Billing itself as Alabama’s oldest and largest metaphysical shoppe, the space hums with the scent of incense and espresso, its shelves lined with arcane books, hand-poured candles, and curious relics of the occult. Visitors come to browse spellcraft supplies and crystals, sip tea or coffee, and linger among artifacts that seem to blur the line between the earthly and the ethereal.

But this shop is as much a gathering ground as it is a marketplace. On any given evening, you might find tarot readers flipping cards over steaming mugs during the monthly Tea and Tarot, or astrol…

3 days, 3 hours назад @ atlasobscura.com
I’m On a Quest to Visit All 50 States Before America Turns 250
I’m On a Quest to Visit All 50 States Before America Turns 250

I have been traveling my entire life. As a journalist, I've reported from places most people never see, like small towns in Malaysia and factory complexes in Tijuana. As a traveler, I've chased the unusual, the overlooked, the wonderful, and the natural around the world. I run marathons and rock climb, so discomfort in the name of discovery is basically my love language. And yet, until this past December, I had never once asked myself a simple question: how many of the fifty United States have I actually been to?

The answer came courtesy of Atlas Obscura, the travel and culture company I lead as CEO. We launched a new feature — a 50-state map where users can log the states they've visited. …

3 days, 4 hours назад @ atlasobscura.com
Hultanäs Station in Hultanäs, Sweden
Hultanäs Station in Hultanäs, Sweden Hultanäs Station in Hultanäs, Sweden

Hultanäs railway station in Vetlanda municipality is a historic station on the Växjö-Åseda-Hultsfred narrow-gauge railway. It is no longer in regular service and is primarily used for tourist trains, such as the narrow-gauge steam trains of the museum railway.

The platform lies silent, as if time has decided to halt here. The gravel between the rails is overgrown with weeds and grass. The signs, their letters faded by sun and rain. On the tracks, the trains stand motionless, like metal skeletons waiting for a signal that will never come.

The windows are dull, some shattered. The locomotives still bear their numbers and logos. Inside, the cabins are empty: levers rusted, meters frozen in the…

3 days, 4 hours назад @ atlasobscura.com
The Bar Where a Future President Sat Down With a Pirate
The Bar Where a Future President Sat Down With a Pirate The Bar Where a Future President Sat Down With a Pirate

This article comes from Atlas Obscura’s Places newsletter. Subscribe or manage your subscription here.

On Bourbon Street in New Orleans, Jean Lafitte’s Old Absinthe House looks and feels like it belongs to another century. Andrew Jackson is said to have met the pirate Jean Lafitte in an upstairs room to ask for help manning ships against the British in the War of 1812. Today, the brick interior is lined with mementos left behind by visitors, its convivial history made visible.

The smallest bar in Amsterdam has stayed in one family since 1798, cramming centuries of coziness into a famously tiny room. An old-world Spanish eatery in Madrid is billed as the oldest restaurant in the world, and i…

3 days, 6 hours назад @ atlasobscura.com
Vesavar Art Gallery in Pune, India
Vesavar Art Gallery in Pune, India Vesavar Art Gallery in Pune, India

Along the iconic East Street in the neighbourhood of Camp in Pune, there is an old heritage stone building which has been recently turned into an art gallery. Vesavar Art Gallery was founded by Kavita Bhandari and artist Pranali Harpude with the aim of creating an environment to showcase contemporary Indian art. The founders identified this heritage building which is more than a hundred years old and recognized its potential as a space for establishing such an art hub. The restoration of the building was meticulously carried out in great detail by architect Sandeep Shah. The architectural elements of the building such as the wooden staircase and the ceiling were carefully preserved to maint…

3 days, 22 hours назад @ atlasobscura.com
Italo Calivino’s Grave in Castiglione della Pescaia, Italy
Italo Calivino’s Grave in Castiglione della Pescaia, Italy Italo Calivino’s Grave in Castiglione della Pescaia, Italy

Tucked into the quiet cemetery of Castiglione della Pescaia, overlooking the Tuscan coastline, lies the grave of Italo Calvino—an author whose imagination ranged far beyond the visible world. Unlike monumental tombs dedicated to literary giants, Calvino’s resting place is strikingly modest, almost deliberately so, echoing his lifelong resistance to grandiosity and rigid labels.

Calvino spent many of his later years in this coastal town, drawn to its light, its sea, and its balance between nature and human order—concerns that recur throughout his work, from Invisible Cities to Mr. Palomar. The cemetery itself feels less like a city of the dead than a contemplative garden, where the horizon o…

4 days назад @ atlasobscura.com
Pevnosť Bzovík in Bzovík, Slovakia
Pevnosť Bzovík in Bzovík, Slovakia Pevnosť Bzovík in Bzovík, Slovakia

The monastery in Bzovík was founded between 1127 and 1131, it's charter being issued in 1135. Originally a Benedictine monastery (dedicated to the first Hungarian king, St. Stephen), around 1180 it fell under the influence of a religious order called the Premonstratensians. This new leadership expanded monastic teaching to include new economics and agriculture. Monastic strongholds were often the subject of attack during the 15th century, and as such the building was burned down several times, immediately repaired and rebuilt only to be razed again. In 1530 it was even rebuilt into a vast fortified manor house by a Slovakian oligarch Zigmund Balasa, adding dwellings for soldiers and farming…

4 days, 2 hours назад @ atlasobscura.com
Norwich Horton Sphere in Norwich, Connecticut
Norwich Horton Sphere in Norwich, Connecticut Norwich Horton Sphere in Norwich, Connecticut

A large, rusted spherical pressure vessel set in the woods behind an old, closed down schoolhouse built to store liquefied gas or other materials under high pressure.

A "Horton Sphere" (or Hortonsphere) is a relic from Connecticut's industrial past, looking something like a vintage lunar lander from the golden age of science fiction. The sphere sits in a fenced off lot (with some breaches in the fencing) behind the defunct Laurel Hill School along with two other crumbled structures. It stands as a local landmark that once held various substances for industrial use. Research tells of other Horace Horton spheres similar to this 37.5' giant in Milford CT and Danbury CT, however those have been…

4 days, 3 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 2 часа назад
Advancing cardiovascular health – SignaCor Therapeutics lands €288k investment as pat of €1.1 million Seed round
Advancing cardiovascular health – SignaCor Therapeutics lands €288k investment as pat of €1.1 million Seed round Advancing cardiovascular health – SignaCor Therapeutics lands €288k investment as pat of €1.1 million Seed round

It will form part of a €1.1 million (£1 million) Seed round expected to close in April.

Darach Neeson, CEO at SignaCor, says: “The Spark programme’s content was exceptional – value-filled insights from UK life science industry experts and meaningful investor engagement.

We are excited to now join Zinc’s portfolio of innovative life science companies.

Taken together, these announcements represent over €136 million in funding across the European cardiovascular innovation sector in 2025–2026.

Within this context, the €288k investment in Belfast-based SignaCor Therapeutics, part of a €1.1 million Seed round, reflects ongoing support for early-stage companies developing new treatments for heart …

2 часа назад @ eu-startups.com
Meet the speakers joining the “The role of luck in entrepreneurship” panel at the EU-Startups Summit 2026!
Meet the speakers joining the “The role of luck in entrepreneurship” panel at the EU-Startups Summit 2026! Meet the speakers joining the “The role of luck in entrepreneurship” panel at the EU-Startups Summit 2026!

On May 7-8, 2026, the EU-Startups Summit returns to sunny Malta, bringing together around 2,500 founders, investors, and startup ecosystem leaders for two days of networking, inspiration, and knowledge-sharing.

Entrepreneurship is often portrayed as a combination of talent, strategy, and hard work, but many founders know that timing and unexpected events can play an equally important role.

In our panel “The role of luck in entrepreneurship, and how to deal with bad luck and keep going”, we bring together founders who have experienced both the highs and the setbacks of building companies.

Karolina Pelc is an entrepreneur, investor, and author of the upcoming book “Her Play: Make Your Own Luc…

2 часа назад @ eu-startups.com
Industrial startup Isembard bags €43 million to scale software-powered factories for aerospace and energy sectors
Industrial startup Isembard bags €43 million to scale software-powered factories for aerospace and energy sectors Industrial startup Isembard bags €43 million to scale software-powered factories for aerospace and energy sectors

In Switzerland, SAEKI raised €6.4 million in Seed funding to develop autonomous factories and automate digital manufacturing workflows.

Also in Switzerland, Forgis secured €3.8 million in pre-Seed funding to automate industrial machines and increase production throughput using physical AI.

In Germany, Cologne-based United Manufacturing Hub raised €5 million to develop an open-source data infrastructure layer for modern factories.

By combining precision machining with a software-driven factory network, Isembard aims to speed up manufacturing and strengthen Western industrial supply chains.

Franchisees can launch new Isembard factories from the ground up or convert existing businesses into an…

3 часа назад @ eu-startups.com
Vilnius-based food supply marketplace Saltz raises €20 million Series A, plans 100+ hires as it expands across Europe
Vilnius-based food supply marketplace Saltz raises €20 million Series A, plans 100+ hires as it expands across Europe Vilnius-based food supply marketplace Saltz raises €20 million Series A, plans 100+ hires as it expands across Europe

“We see a clear path to establishing Saltz as the leading infrastructure for food distribution in Europe and beyond.

Founded by Andrius Šlimas, Tomas Šlimas, Reinis Štrodahs, Saltz is a digital marketplace for the food supply industry, connecting professional kitchens directly with verified food suppliers.

According to the company, it was founded after the team realised how fragmented and offline the food distribution sector remains.

When we looked at food distribution, we were surprised by how little infrastructure exists for direct cross-border transactions.

“We see a clear path to establishing Saltz as the leading infrastructure for food distribution in Europe and beyond.

7 часов назад @ eu-startups.com
Nscale secures €1.7 billion Series C to build global AI compute infrastructure
Nscale secures €1.7 billion Series C to build global AI compute infrastructure Nscale secures €1.7 billion Series C to build global AI compute infrastructure

British AI infrastructure hyperscaler Nscale today announced its €1.7 billion ($2 billion) in Series C funding, to further accelerate Nscale’s global development of vertically integrated AI infrastructure – from GPU compute and networking to data services and orchestration software – across Europe, North America, and Asia.

This round values Nscale at €12.6 billion ($14.6 billion).

This follows Nscale’s €1.1 billion debt facility in February, and its €936 million Series B in September 2025.

In the UK, London-based Encord also raised €50 million in Series C funding to expand its AI-native data infrastructure platform.

Altogether, these rounds – combined with Nscale’s €1.7 billion Series C – r…

8 часов назад @ eu-startups.com
10 promising startups shaping Slovenia’s evolving innovation scene in 2026
10 promising startups shaping Slovenia’s evolving innovation scene in 2026 10 promising startups shaping Slovenia’s evolving innovation scene in 2026

Apillon raised its latest funding round in 2021 and has secured €3.1 million in funding to date.

Confiva Global raised its latest funding round in 2021 and has secured €300K in funding to date.

Sunrise Robotics raised its latest funding round in 2025 and has secured €7.2 million in funding to date.

The company raised its latest funding round in 2021 and has secured €350K in funding to date.

With its latest funding round being in 2025, they have secured €1 million to date.

9 часов назад @ eu-startups.com
Exclusive: emagine completes acquisition of Dutch consultancy Waada The Movement, adding €40 million in annual revenue
Exclusive: emagine completes acquisition of Dutch consultancy Waada The Movement, adding €40 million in annual revenue Exclusive: emagine completes acquisition of Dutch consultancy Waada The Movement, adding €40 million in annual revenue

Copenhagen-based business and IT consulting company emagine, today announced that it has completed its acquisition of Waada The Movement, a Netherlands-based consultancy specialising in business transformation, data and software development.

Earlier this year, in January, emagine announced that it had entered into an agreement to acquire the Dutch company.

As part of a larger international network, we can bring our advisory and engineering expertise to a broader set of complex, global programs.

Waada is expected to contribute approximately €40 million in annual revenue, adding further scale to emagine’s global business.

“The acquisition reinforces emagine’s focus on complex, large-scale tra…

10 часов назад @ eu-startups.com
Italy’s AI robotics startup Mirai Robotics raises €3.6 million to build autonomous systems for maritime operations
Italy’s AI robotics startup Mirai Robotics raises €3.6 million to build autonomous systems for maritime operations Italy’s AI robotics startup Mirai Robotics raises €3.6 million to build autonomous systems for maritime operations

Mirai Robotics, a Puglia-based physical AI and robotics startup building autonomous systems and information intelligence platforms for maritime operations, has closed a €3.6 million ($4.2 million) pre-Seed equity round to accelerate technology development, strengthen the team, and launch new pilot projects.

This is a technological and industrial challenge that requires a true robotics-lab approach,” said Luciano Belviso, co-founder and CEO of Mirai Robotics.

Mirai Robotics was founded to address this challenge.

The company focuses on the integration of autonomous vehicles, advanced sensing, artificial intelligence, and control systems.

Mirai Robotics was born at the intersection of this ind…

11 часов назад @ eu-startups.com
Germany’s Telura exits stealth with €4 million pre-Seed to unlock geothermal energy with electric impulse drilling
Germany’s Telura exits stealth with €4 million pre-Seed to unlock geothermal energy with electric impulse drilling Germany’s Telura exits stealth with €4 million pre-Seed to unlock geothermal energy with electric impulse drilling

Telura, a Munich-based DeepTech startup enabling geothermal energy everywhere through next-generation drilling, announced today that it has raised €4M in a pre-Seed round during Autumn 2025.

Founded in 2025 by Philipp Engelkamp and Andrew Welling, Telura develops electric impulse drilling technology that uses high-voltage pulses to break rock from within, instead of grinding.

Telura believes that geothermal energy could provide Europe with the constant supply of emission-free, low-cost, and always-on energy it needs.

It highlights that just 1% of superhot rock geothermal could meet global demand eight times over.

“Our technology integrates with existing drilling systems, which sets us up to…

12 часов назад @ eu-startups.com
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 02-06)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 02-06)

This article is visible for CLUB members only. If you are already a member but don’t see the content of this article, please login here. If you’re not a CLUB member yet, but you’d like to read members-only content like this one, have unrestricted access to the site and benefit from many additional perks, you […]

The post Weekly funding round-up! All of the European startup funding rounds we tracked this week (Mar. 02-06) appeared first on EU-Startups.

3 days, 3 hours назад @ eu-startups.com
Austrian Post acquires 70% stake in Bulgarian e-commerce logistics platform euShipments.com
Austrian Post acquires 70% stake in Bulgarian e-commerce logistics platform euShipments.com

Austrian Post has successfully completed the acquisition of a 70% stake in Bulgarian scale-up euShipments.com, a logistics partner for online merchants in Central and Eastern Europe. This transaction also marks the conclusion of BlackPeak Capital’s partnership with euShipments.com, following several years supporting the company’s expansion, operational development, and M&A strategy. Svetlozar Dimitrov, co-founder and CEO […]

The post Austrian Post acquires 70% stake in Bulgarian e-commerce logistics platform euShipments.com appeared first on EU-Startups.

3 days, 3 hours назад @ eu-startups.com
Germany’s Cellbox Solutions raises €3.5 million to expand global transport technology for living cells
Germany’s Cellbox Solutions raises €3.5 million to expand global transport technology for living cells

Cellbox Solutions, a Cologne-based warm-chain logistics technology company enabling the global transport of living cells under controlled physiological conditions, has raised €3.5 million in a Series A financing – which remains open for other tranches until May 2026. The round is led by the digital business angel network Companisto, together with existing investors, including NRW.BANK. […]

The post Germany’s Cellbox Solutions raises €3.5 million to expand global transport technology for living cells appeared first on EU-Startups.

3 days, 4 hours назад @ eu-startups.com
Swedish BatteryTech startup Holyvolt acquires US battery materials firm Wildcat in €63.1 million deal
Swedish BatteryTech startup Holyvolt acquires US battery materials firm Wildcat in €63.1 million deal

Holyvolt, a Swedish battery technology firm, has completed the acquisition of California-based battery materials development company Wildcat Discovery Technologies in a €63.1 million (£73 million) deal composed of cash, equity, and deferred milestone-based payments. The combination creates a group with end-to-end capability from molecular discovery to pilot-scale production using a fully integrated High Throughput Platform. […]

The post Swedish BatteryTech startup Holyvolt acquires US battery materials firm Wildcat in €63.1 million deal appeared first on EU-Startups.

3 days, 6 hours назад @ eu-startups.com
Italy’s Roboze secures DefenceTech investment ahead of US aerospace and defence headquarters launch
Italy’s Roboze secures DefenceTech investment ahead of US aerospace and defence headquarters launch

Roboze, a Bari-based manufacturing technology company developing advanced production platforms for mission-critical industries, has secured an investment from Rule 1 Ventures, a US venture capital firm focused on defence and national security technologies. The funding round also includes participation from investors with backgrounds in defence, government affairs, and global industrial markets. These include Privcorp Ventures; […]

The post Italy’s Roboze secures DefenceTech investment ahead of US aerospace and defence headquarters launch appeared first on EU-Startups.

3 days, 9 hours назад @ eu-startups.com
TOP 100: Europe’s most influential women in the startup and venture capital space in 2026!
TOP 100: Europe’s most influential women in the startup and venture capital space in 2026!

Ahead of International Women’s Day 2026 on March 8, this year’s theme, “Give to Gain”, highlights the power of generosity, collaboration, and shared responsibility in advancing gender equality. The campaign encourages individuals, organisations, and communities to contribute through mentorship, visibility, education, funding, and support networks. The idea is simple: when opportunities are shared and support […]

The post TOP 100: Europe’s most influential women in the startup and venture capital space in 2026! appeared first on EU-Startups.

3 days, 10 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 5 часов назад
February 2026's top 10 European tech deals you need to know about
February 2026's top 10 European tech deals you need to know about February 2026's top 10 European tech deals you need to know about

February 2026 saw a notable increase in funding comparedwith January, driven mainly by larger capital inflows rather than a sharp risein the number of deals. Deal activity reached 296 transactions, up...

5 часов назад @ tech.eu
Cytotrait raises £3M for agricultural gene-editing technology
Cytotrait raises £3M for agricultural gene-editing technology Cytotrait raises £3M for agricultural gene-editing technology

Cytotrait, aspinout from The University of Manchester focused on developing new traits forfood and agricultural applications, has closed a £3 million seed funding round.The round was led by Northern G...

5 часов назад @ tech.eu
ILS secures seed funding to expand ProVision legal workflow platform
ILS secures seed funding to expand ProVision legal workflow platform ILS secures seed funding to expand ProVision legal workflow platform

Intelligent Legal Solutions (ILS), a globallegal technology company building automation software for investment fundlawyers, has secured a seed funding round led by Chicago Ventures, bringing itstotal...

6 часов назад @ tech.eu
Saltz raises €20M to build global chef-supplier marketplace
Saltz raises €20M to build global chef-supplier marketplace Saltz raises €20M to build global chef-supplier marketplace

Saltz, a digital marketplace for the foodsupply industry, has raised €20 million in Series A funding. The round includedinvestment from the European Bank for Reconstruction and Development (EBRD),Inov...

6 часов назад @ tech.eu
UK manufacturing startup Isembard secures $50M
UK manufacturing startup Isembard secures $50M UK manufacturing startup Isembard secures $50M

A UK startup which has developed software to automate the manufacturing of key component parts for industries, including space, defence and robotics, has raised $50m in a Series A funding round, less ...

6 часов назад @ tech.eu
University of Edinburgh biotech spin-out BIOCAPTIVA raises £1.58M
University of Edinburgh biotech spin-out BIOCAPTIVA raises £1.58M University of Edinburgh biotech spin-out BIOCAPTIVA raises £1.58M

University of Edinburgh spin-out BIOCAPTIVA has raised £1.58 million in a new funding round and launched its first product in the US. BIOCAPTIVA’s novel magnetic bead technology is designed to solve o...

8 часов назад @ tech.eu
Nvidia-backed Nscale raises $2BN, appoints Sheryl Sandberg, Nick Clegg to board
Nvidia-backed Nscale raises $2BN, appoints Sheryl Sandberg, Nick Clegg to board Nvidia-backed Nscale raises $2BN, appoints Sheryl Sandberg, Nick Clegg to board

Nscale, the Nvidia-backed AI infrastructure startup, has raised $2bn in a Series C funding round, valuing it at $14.6bn, and appointed Sheryl Sandberg and Nick Clegg to its board. The round, which N...

9 часов назад @ tech.eu
Mirai Robotics raises $4.2M Pre-Seed to build autonomous dual defence maritime systems
Mirai Robotics raises $4.2M Pre-Seed to build autonomous dual defence maritime systems Mirai Robotics raises $4.2M Pre-Seed to build autonomous dual defence maritime systems

Mirai Robotics has raised $4.2 million Pre-Seed, one of the largest in Italy in the robotics and deep-tech sector, to build autonomous and intelligent maritime systems to master every sea. Primo Ventu...

9 часов назад @ tech.eu
European tech weekly recap: €1B in deals and February's highlights
European tech weekly recap: €1B in deals and February's highlights European tech weekly recap: €1B in deals and February's highlights

Last week, we tracked more than 60 tech funding deals worth over €1 billion, and over 15 exits, M&A transactions, rumours, and related news stories across Europe.Haberin devamını okumak için tıklayını...

10 часов назад @ tech.eu
PLD Space raises €180M, EIF makes largest defence investment yet, and February funding rebounds
PLD Space raises €180M, EIF makes largest defence investment yet, and February funding rebounds PLD Space raises €180M, EIF makes largest defence investment yet, and February funding rebounds

💸. This week, we tracked more than 60 tech funding deals worth over €1 billion and over 15 exits, M&A transactions, rumours, and related news stories across Europe.Alongside the week’s top funding...

3 days, 3 hours назад @ tech.eu
SheBuilds goes global as Lovable offers free AI app-building access on International Women’s Day
SheBuilds goes global as Lovable offers free AI app-building access on International Women’s Day SheBuilds goes global as Lovable offers free AI app-building access on International Women’s Day

On 8th March (International Women’s Day), Lovable is making its platform completely free globally for 24 hours to celebrate SheBuilds, Lovable’s program spotlighting women building software across the...

3 days, 7 hours назад @ tech.eu
“We are at the starting line” of open banking payments, says Stripe-backed TrueLayer CEO
“We are at the starting line” of open banking payments, says Stripe-backed TrueLayer CEO “We are at the starting line” of open banking payments, says Stripe-backed TrueLayer CEO

The CEO of a prominent UK open banking fintech says the adoption of pay by bank, which is an alternative to card payments, is only "at the starting line". TrueLayer CEO and co-founder Francesco Simo...

3 days, 9 hours назад @ tech.eu
TaxDown secures €4M from BBVA Spark to enhance its AI solution
TaxDown secures €4M from BBVA Spark to enhance its AI solution TaxDown secures €4M from BBVA Spark to enhance its AI solution

Madrid-based TaxDown hassecured €4 million in financing from BBVA Spark. The funding is supported bythe European Union’s NextGenerationEU program and the European Investment Fund(EIF), with additional...

3 days, 9 hours назад @ tech.eu
Revolut makes fresh bid for US banking licence
Revolut makes fresh bid for US banking licence Revolut makes fresh bid for US banking licence

Revolut is making a fresh attempt to secure a US banking licence, it said today, as it scaled up its ambitions on the US market.Revolut, valued at $75bn, hailed the filing for the US bank charter with...

4 days, 3 hours назад @ tech.eu
Validio closes $30M Series A to address enterprise data quality challenges
Validio closes $30M Series A to address enterprise data quality challenges Validio closes $30M Series A to address enterprise data quality challenges

Validio, an agentic enterprise datamanagement platform, has raised $30 million in Series A funding led by Plural,with participation from existing investors and angels including Lakestar, J12Ventures, ...

4 days, 4 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 2 weeks, 6 days назад
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, 6 days назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

1 month назад @ 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, 2 weeks назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

2 months, 2 weeks назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

4 months, 3 weeks назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

5 months, 2 weeks назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

5 months, 2 weeks назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

5 months, 3 weeks назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

5 months, 3 weeks назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

7 months, 1 week назад @ techcrunch.com
Neobank Revolut seeks $65B valuation, a year after its $45B deal
Neobank Revolut seeks $65B valuation, a year after its $45B deal

Europe’s fintech darling Revolut is looking to raise a new funding round that would give it a $65 billion valuation, the Financial Times reports. The UK-based company is reportedly in talks to raise around $1 billion by issuing new shares and selling existing ones. The US-based firm Greenoaks is said to be leading the round, […]

8 months назад @ techcrunch.com
Researchers confirm two journalists were hacked with Paragon spyware
Researchers confirm two journalists were hacked with Paragon spyware

The confirmation of two hacked victims further deepens an ongoing spyware scandal that, for now, appears largely focused on the Italian government.

9 months назад @ techcrunch.com
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist

The Italian government claims that accepting Paragon’s help would have compromised national security and classified information.

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