Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer
Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer

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.

1 час назад @ github.com
Deploytarot.com – tarot card reading for deployments
Deploytarot.com – tarot card reading for deployments

Comments

1 час назад @ deploytarot.com
The Little Book of C
The Little Book of C

You include these in .c files using quotes:As your C programs grow, you’ll quickly outgrow the single-file “hello.c” style.

Every C program you’ll ever write follows this basic shape.

You’ve just written and run your first C program, a direct conversation between you and the machine.

You’ve now moved beyond syntax, you’ve built a working, reusable C program that interacts with real users.

A C compiler (like gcc or clang ) performs four major stages internally:Let’s unpack what happens between your .c file and the final executable.

1 час назад @ little-book-of.github.io
New York City hospitals drop Palantir as controversial AI firm expands in UK
New York City hospitals drop Palantir as controversial AI firm expands in UK New York City hospitals drop Palantir as controversial AI firm expands in UK

New York City’s public hospital system announced that it would not be renewing its contract with Palantir as controversy mounts in the UK over the data analytics and AI firm’s government contract.

The president of the US’ largest municipal public healthcare system, Dr Mitchell Katz, testified last week before the New York city council that the agreement with Palantir would expire in October.

The group obtained the NYC Health + Hospitals contract with Palantir through a public records request, and shared the document with the Intercept and the Guardian.

Groups with the “No Palantir in our NHS” campaign in the UK are hoping New York City’s public hospital system’s decision to let the Palantir…

1 час назад @ theguardian.com
Using FireWire on a Raspberry Pi
Using FireWire on a Raspberry Pi Using FireWire on a Raspberry Pi

Using FireWire on a Raspberry PiAfter learning Apple killed off FireWire (IEEE 1394) support in macOS 26 Tahoe, I started looking at alternatives for old FireWire equipment like hard drives, DV cameras, and A/V gear.

On a Raspberry Pi, I can plug in this GeeekPi Mini PCIe HAT, and connect a StarTech Mini PCIe FireWire adapter.

Recompile the Linux Kernel with Firewire supportRecompile the Linux kernel, enabling the following features:CONFIG_FIREWIRE (Device Drivers -> IEEE 1394 (FireWire) support -> FireWire driver stack)(Device Drivers -> IEEE 1394 (FireWire) support -> FireWire driver stack) CONFIG_FIREWIRE_OHCI (Device Drivers -> IEEE 1394 (FireWire) support -> FireWire driver stack -> OH…

2 часа назад @ jeffgeerling.com
We Haven't Seen the Worst of What Gambling and Prediction Markets Will Do
We Haven't Seen the Worst of What Gambling and Prediction Markets Will Do We Haven't Seen the Worst of What Gambling and Prediction Markets Will Do

Following the 2018 Supreme Court decision Murphy vs. NCAA, sports gambling was unleashed into the world, and the leagues haven’t looked back.

And now here come the prediction markets, such as Polymarket and Kalshi, whose combined 2025 revenue came in around $50 billion.

“These predictive markets are the logical endpoint of the online gambling boom,” Coppins told me on my podcast Plain English.

People will sometimes ask me what business I have worrying about online gambling when people should be free to spend their money however they like.

Is it really so unbelievable that a politician might tip off a friend, or assuage an enemy, by giving them inside information that would allow them to pro…

2 часа назад @ derekthompson.org
How much precision can you squeeze out of a table?
How much precision can you squeeze out of a table? How much precision can you squeeze out of a table?

The biggest source of error is typically the size of the gap between tabulated x values, not the precision of the tabulated values.

In fact, the interpolation error is on the order of 10−8 using 5th order interpolation, and that’s the best you can do.

The book includes a table of sine values, tabulated to 23 decimal places, in increments of h = 0.001 radians.

It says that 11th order interpolation will give you four decimal places of precision.

A large number of decimal places are needed in the tabulated values relative to the output precision because the spacing between points is so wide.

2 часа назад @ johndcook.com
CERN to host Europe's flagship open access publishing platform
CERN to host Europe's flagship open access publishing platform CERN to host Europe's flagship open access publishing platform

When the new ORE platform is launched later this year, authorship eligibility will be expanded to include researchers affiliated with institutions in the countries that participate in the consortium.

By hosting ORE, CERN will provide a neutral, reliable and sustainable environment, drawing on expertise gained through flagship open science initiatives such as Zenodo, Invenio and SCOAP3.

“For CERN, hosting Open Research Europe is a natural extension of our commitment to an open, community-led scientific infrastructure,” said Mar Capeáns, CERN Director for Site Operations.

“By ensuring open access to high-quality research, ORE facilitates the circulation of the latest research findings and amp…

3 часа назад @ home.cern
Show HN: Layerleak – Like Trufflehog, but for Docker Hub
Show HN: Layerleak – Like Trufflehog, but for Docker Hub Show HN: Layerleak – Like Trufflehog, but for Docker Hub

layerleak the Docker Hub Secret ScannerCheck CONTRIBUTING.md for development and contribution guidelines.

Docker Hub / OCI image secret scanner that analyzes image layers, config metadata, and image history, then stores deduplicated findings by manifest digest.

Traditional secret scanners often treat a container image as a flat blob or depend on a local Docker daemon.

LAYERLEAK_TAG_PAGE_SIZE controls Docker Hub tag-list pagination for repository-wide scans.

How to startShow the CLI help:./layerleak --help ./layerleak scan --helpRun a scan against a public Docker Hub image:./layerleak scan ubuntu ./layerleak scan library/nginx:latest --format json ./layerleak scan alpine:latest --platform li…

3 часа назад @ github.com
Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3
Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3 Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3

The answer is large pages: turbolite defaults to 64KB pages.

InstallationPython: pip install turbolite — see packages/python/import turbolite # Local compressed (no S3 needed) conn = turbolite .

The chunk+manifest model resembles turbolite's page groups + manifest, but Verneuil is a replication tool - you query local disk, not S3.

The chunk+manifest model resembles turbolite's page groups + manifest, but Verneuil is a replication tool - you query local disk, not S3.

SQLCipher: Page-level AES-256 encryption for local SQLite.

3 часа назад @ github.com
John Bradley, author of xv, has passed away
John Bradley, author of xv, has passed away John Bradley, author of xv, has passed away

John Bradley, the longtime member of this community who was the founder, producer, and lead guitarist of Booster Patrol, died on March 20.

I couldn’t think of a better way to pay tribute to the man who was both a bandmate and a friend than to write a song for him in the style of which he was a master.

You can hear the first mix of the song here; when I finish it properly, I’ll put it up on Unauthorized in the Booster Patrol section.

Johnny B laid down his burden late on a Friday nightWith the music of his band still ringing in the fading lightSaint Peter met him at the gate, said Son, we heard you playLeo Fender built this gold guitar and he saved it for this dayThe choir’s been singing aca…

3 часа назад @ voxday.net
Taming LLMs: Using Executable Oracles to Prevent Bad Code
Taming LLMs: Using Executable Oracles to Prevent Bad Code

The software tools that can help us accomplish this are executable oracles.

Summary: By pinching the LLM’s results between opposing executable oracles for soundness and precision, synthesis of dataflow transfer functions worked really well.

Later in the post, the author talks about adding executable oracles for correctness (using a fuzzer) and for performance.

Summary: Creative use of existing and new executable oracles led to an impressive overall result.

In general, the playbook that you write should explain how to resolve conflicts where different executable oracles are giving different feedback.

4 часа назад @ john.regehr.org
Colibri – chat platform built on the AT Protocol for communities big and small
Colibri – chat platform built on the AT Protocol for communities big and small Colibri – chat platform built on the AT Protocol for communities big and small

Absolutely.

If you're running your own Personal Data Server, Colibri works with it out of the box.

Just sign in with your handle or DID and we'll connect to your PDS directly.

You stay in full control of where your data lives - that's the whole point of the AT Protocol.

5 часов назад @ colibri.social
The Oxford Comma – Why and Why Not
The Oxford Comma – Why and Why Not The Oxford Comma – Why and Why Not

It is the grammaticians who argue about the Oxford comma (though the grammarians would certainly be offended if they saw incorrect comma use in writing).

So, without further ado, what is the Oxford comma?

The Oxford comma (also known as the series comma, the Cambridge comma or the Harvard comma) is the comma before the last item in a list – before 'and.'

The Oxford comma is called for.

All the style guides – APA, Chicago, MLA and AP (no need for an Oxford comma in that list) require or strongly recommend use of the Oxford comma, to avoid confusion.

5 часов назад @ deborahcourtbooks.com
Building a Blog with Elixir and Phoenix
Building a Blog with Elixir and Phoenix Building a Blog with Elixir and Phoenix

TL;DR: it’s an Elixir app using Phoenix server side rendered pages, with the blog post pages generated from Markdown using NimblePublisher.

NimblePublisherMy setup closely matches the original Dashbit blog post Welcome to our blog: how it was made!, which led to the creation of NimblePublisher.

sort_by ( @posts , & &1 . date , { :desc , Date } ) # Let's also get all tags @tags @posts |> Enum .

find ( all_posts ( ) , fn post -> post .

loc } #{ if params [ :lastmod ] , do : " #{ params .

5 часов назад @ jola.dev
Hacker News Hacker News
последний пост 1 час назад
OpenTelemetry Profiles Enters Public Alpha
OpenTelemetry Profiles Enters Public Alpha OpenTelemetry Profiles Enters Public Alpha

OpenTelemetry Profiles Enters Public AlphaSince OpenTelemetry first introduced Profiles, momentum has only grown towards building a unified industry standard for continuous production profiling, standing alongside traces, metrics, and logs.

With OpenTelemetry Profiles, we’re introducing an industry-wide standard for production profiling, with true vendor neutrality and powered by community and ecosystem support.

This allows validating that the exported profiles adhere to the technical specifications and semantic conventions of OpenTelemetry Profiles.

Some notable examples of the horizontal integration of Profiles include:OTel Collector now includes support for receiving Profiles data in spe…

6 часов назад @ opentelemetry.io
Stripe Projects: Provision and manage services from the CLI
Stripe Projects: Provision and manage services from the CLI Stripe Projects: Provision and manage services from the CLI

Comments

6 часов назад @ projects.dev
Show HN: Claude skill that evaluates B2B vendors by talking to their AI agents
Show HN: Claude skill that evaluates B2B vendors by talking to their AI agents Show HN: Claude skill that evaluates B2B vendors by talking to their AI agents

A Claude skill that conducts structured, evidence-based evaluations of B2B software vendors on behalf of buyers.

It:Global install (recommended):Per-project install:In Claude Code or Claude desktop:Then provide:Example:The skill handles everything from there.

Click to expand a sample evaluation (truncated)For a mid-market SaaS company evaluating customer success platforms: Gainsight is the strongest fit for teams that need deep analytics and enterprise-grade health scoring, but comes at a premium.

Adversarial question exchange (1 of 4 shown)Evaluator → Gainsight AI agent:"Your health scores use a weighted multi-signal model.

Gainsight AI agent →"The model flags divergence explicitly.

6 часов назад @ github.com
My minute-by-minute response to the LiteLLM malware attack
My minute-by-minute response to the LiteLLM malware attack My minute-by-minute response to the LiteLLM malware attack

I'm the engineer who got PyPI to quarantine litellm.

AI tooling has sped up not just the creation of malware but also the detection.

This is the Claude Code conversation transcript from discovering and responding to the litellm 1.82.8 supply chain attack on March 24, 2026.

The session began as a routine investigation into a frozen laptop and escalated into a full malware analysis and public disclosure, all within a single conversation.

See our disclosure post for the full writeup.

6 часов назад @ futuresearch.ai
French e, è, é, ê, ë – what's the difference?
French e, è, é, ê, ë – what's the difference? French e, è, é, ê, ë – what's the difference?

The diaeresis (the two dots) signifies that the underlying “e” is pronounced as /ɛ/ (as “e” in “bet”, i.e.

È with the grave accent denotes the pronunciation /ɛ/ (as “e” in “bet”, that is, the open e).

É with the acute accent denotes the pronunciation /e/ (as “e” in “hey”; somewhere between “e” in “bet” and “ee” in “see”).

It used wherever the pronunciation requires this sound, but the general rules would dictate otherwise if no accent were used.

Anyway, since “ê” is basically just a form of writing “es”, which makes the syllable closed (see the next section), “ê” is usually pronounced /ɛ/ (as “e” in “bet”).

7 часов назад @ jakubmarian.com
Cory Doctorow: Interoperability Can Save the Open Web
Cory Doctorow: Interoperability Can Save the Open Web Cory Doctorow: Interoperability Can Save the Open Web

Cory Doctorow Jonathan WorthCory Doctorow: Over the decades that I’ve been involved in technology, the entities that are on the user’s side have really changed.

I think interoperability being interrupted explains “Why are tech companies bad when they used to be good?” It’s because the users can’t leave.

So how has tech interoperability become interrupted?

It’s a pretty good standard and its deficiencies can be remedied more easily than we can design a new standard.

The reason the tech industry treats people like the music industry treated them 20 years ago is that unity.

7 часов назад @ spectrum.ieee.org
Intel Announces Arc Pro B70 and Arc Pro B65 GPUs
Intel Announces Arc Pro B70 and Arc Pro B65 GPUs Intel Announces Arc Pro B70 and Arc Pro B65 GPUs

Automated bot check in progressYour browser must support JavascriptThis should only take a few seconds.

If you have issues, please do contact us, we want to learn about any problems.

Drag the handle to the targetNeed help?

Contact Us.

Please mention your IP: 23.88.109.5

7 часов назад @ techpowerup.com
Meta and YouTube Found Negligent in Social-Media Addiction Trial
Meta and YouTube Found Negligent in Social-Media Addiction Trial

Please enable JS and disable any ad blocker

7 часов назад @ wsj.com
Newly purchased Vizio TVs now require Walmart accounts to use smart features
Newly purchased Vizio TVs now require Walmart accounts to use smart features Newly purchased Vizio TVs now require Walmart accounts to use smart features

Prospective Vizio TV buyers should know there’s a good chance the set won’t work properly without a Walmart account.

In an attempt to better serve advertisers, Walmart, which bought Vizio in December 2024, announced this week that select newly purchased Vizio TVs now require a Walmart account for setup and accessing smart TV features.

A Walmart spokesperson confirmed to Ars Technica that Walmart accounts will be mandatory on “select new Vizio OS TVs” for owners to complete onboarding and to use smart TV features.

The representative added:Customers who already have an existing Vizio account are being given the option to merge their Vizio account with their Walmart account.

Customers with an …

7 часов назад @ arstechnica.com
Olympic Committee bars transgender athletes from women’s events
Olympic Committee bars transgender athletes from women’s events

Please enable JS and disable any ad blocker

8 часов назад @ nytimes.com
Show HN: Agent Skill Harbor – a GitHub-native skill platform for teams
Show HN: Agent Skill Harbor – a GitHub-native skill platform for teams Show HN: Agent Skill Harbor – a GitHub-native skill platform for teams

There are already many services for discovering public skills, and many ways to manage your own personal skills.

What still feels missing is the middle layer: how teams and organizations share AI agent skills, track provenance, and keep them safe to use.

Agent Skill Harbor is an OSS skill management platform for that layer.

It is GitHub-native, DB-less, and serverless by design, because skills are mostly text artifacts that already fit naturally in Git.

It collects skills from GitHub repos, tracks provenance, supports governance and safety checks, and publishes a static catalog site with GitHub Actions and GitHub Pages.

8 часов назад @ news.ycombinator.com
Moving from GitHub to Codeberg, for lazy people
Moving from GitHub to Codeberg, for lazy people Moving from GitHub to Codeberg, for lazy people

Moving from GitHub to Codeberg, for lazy peopleI’ve just started to migrate some repositories from GitHub to Codeberg.

I recommend looking into cross-compilation for your programming language, and to self-host a runner for Forgejo Actions, to solve those problems respectively.

Yes, absolutely, in fact the documentation for Forgejo Actions on Codeberg is out of date right now, but Forgejo Actions will just feel way more familiar coming from GitHub Actions.

For example, where my GitHub Actions workflow would say uses: dtolnay/rust-toolchain , my Forgejo Actions workflow would just change to uses: https://github.com/dtolnay/rust-toolchain .

If you absolutely need macOS runners I’d recommend st…

8 часов назад @ unterwaditzer.net
Marriage over, €100k down; AI users whose lives were wrecked by delusion
Marriage over, €100k down; AI users whose lives were wrecked by delusion Marriage over, €100k down; AI users whose lives were wrecked by delusion

Yet within months of downloading ChatGPT, Biesma had sunk €100,000 (about £83,000) into a business startup based on a delusion, been hospitalised three times and tried to kill himself.

Now, though, there are concerns that chatbots can make anyone vulnerable to “AI psychosis”.

It knows exactly what you like and what you want to hearLast year, the first support group for people whose lives have been derailed by AI psychosis was formed.

An AI chatbot is optimised for engagement, programmed to be attentive, obliging, complimentary and validating.

An AI chatbot can also be trained to pull users back from delusion.

9 часов назад @ theguardian.com
European Parliament decided that Chat Control 1.0 must stop
European Parliament decided that Chat Control 1.0 must stop European Parliament decided that Chat Control 1.0 must stop

JavaScript RequiredThis is a heavily interactive web application, and JavaScript is required.

Simple HTML interfaces are possible, but that is not what this is.

Learn more about Bluesky at bsky.social and atproto.com.

10 часов назад @ bsky.app
End of "Chat Control": EU Parliament Stops Mass Surveillance in Voting Thriller
End of "Chat Control": EU Parliament Stops Mass Surveillance in Voting Thriller

Comments

10 часов назад @ patrick-breyer.de
Lobsters Lobsters
последний пост 1 час назад
Tutorial: Analyzing shell scripts
Tutorial: Analyzing shell scripts Tutorial: Analyzing shell scripts

We (me, Konstantinos Kallas, Nikos Vasilakis, and Vagos Lamprou) gave a tutorial at POPL 2026 on the POSIX shell:Recent years have seen a resurgence of research on the shell, from optimizing scripts to better leverage parallel and distributed computational resources, to the analysis of scripts for bug-finding, and even research on the usability and programmability of this simultaneously beloved and reviled programming environment.

Research on the shell has always had opportunities for practical impact and technology transfer; the recent resurgence was kickstarted by key insights on the particularities of the shell and its differences compared to other languages.

In this tutorial, we will te…

1 час назад @ blog.greenberg.science
Using FireWire on a Raspberry Pi
Using FireWire on a Raspberry Pi Using FireWire on a Raspberry Pi

Using FireWire on a Raspberry PiAfter learning Apple killed off FireWire (IEEE 1394) support in macOS 26 Tahoe, I started looking at alternatives for old FireWire equipment like hard drives, DV cameras, and A/V gear.

On a Raspberry Pi, I can plug in this GeeekPi Mini PCIe HAT, and connect a StarTech Mini PCIe FireWire adapter.

Recompile the Linux Kernel with Firewire supportRecompile the Linux kernel, enabling the following features:CONFIG_FIREWIRE (Device Drivers -> IEEE 1394 (FireWire) support -> FireWire driver stack)(Device Drivers -> IEEE 1394 (FireWire) support -> FireWire driver stack) CONFIG_FIREWIRE_OHCI (Device Drivers -> IEEE 1394 (FireWire) support -> FireWire driver stack -> OH…

2 часа назад @ jeffgeerling.com
ssereload(1) introduction
ssereload(1) introduction

#f ) ( define listeners ( list )) ( define ( notify-listeners ) ( write-line "ssereload: reloading listeners" ) ( set!

reload (); } sse.

The Scheme implementation I’ve used is Chicken Scheme, which allowed me to build static binary to drop in ~/bin .

Chicken Scheme has green threads, and the mighty web server called Spiffy, but using the whole shebang for this felt as overkill.

Also, I'm sure that my Scheme code is not idiomatic: if you have tips, don't hesitate to point out the proper style.

2 часа назад @ timmarinin.net
EYG is now open source
EYG is now open source EYG is now open source

A year of EYG development and proper open sourceIt's just over a year since the last EYG update.

EYG is officially open source.

By focusing on the language spec and a good quality first interpreter I'm moving EYG in the direction that most interests me.

All that remains is adding polish so that it can be moved into the open source code base and deployed.

To that end one of my experiments has been to use EYG code as the scripting environment available to an LLM.

2 часа назад @ eyg.run
I can't See Apple's Vision
I can't See Apple's Vision I can't See Apple's Vision

Comments

3 часа назад @ matduggan.com
Ubuntu to adopt ntpd-rs as the default time synchronization client and server - Trifecta Tech Foundation
Ubuntu to adopt ntpd-rs as the default time synchronization client and server - Trifecta Tech Foundation Ubuntu to adopt ntpd-rs as the default time synchronization client and server - Trifecta Tech Foundation

March 26, 2026 – Ubuntu is set to adopt ntpd-rs by default.

We're thrilled to announce that in upcoming releases, Ubuntu will be adopting ntpd-rs as the default time synchronization client and server.

In upcoming releases, Ubuntu will be adopting ntpd-rs as the default time synchronization client and server.

Our initiatives on data compression, time synchronization, and privilege boundary, impact the digital security of millions of people.

Canonical, the publisher of Ubuntu, provides open source software, security, support and services.

4 часа назад @ trifectatech.org
Building a Runtime with QuickJS
Building a Runtime with QuickJS Building a Runtime with QuickJS

typedef struct { double start_time ; // Used by process.uptime() int next_timer_id ; // (We'll add more timers Timer * timers ; // in the next section.)

// ... } RuntimeState ;QuickJS provides a sensible place to store host state via JS_SetRuntimeOpaque(...) , which allows us to associate our own data with the QuickJS runtime abstraction.

// Declaring, then storing, our custom runtime state for later RuntimeState * state ; // .. state = calloc ( 1 , sizeof ( * state ) ) ; now_monotonic ( & state -> start_time ) ; JS_SetRuntimeOpaque ( rt , state ) ;An interesting aside here is how we track uptime (as opposed to wallclock time).

log ( 'A' ) ; // inside timer callback // schedules a QuickJS j…

5 часов назад @ healeycodes.com
Don’t trust software, verify it
Don’t trust software, verify it Don’t trust software, verify it

I want to strongly encourage more users and consumers of software to verify curl.

Credentials of a known curl project member is breached and misinformation gets distributed appearing to be from a known and trusted source.

Something in this list is backed up by an online deep-fake video where a known project member seemingly repeats something incorrect to aid a malicious actor.

If even just a few users verify that they got a curl release signed by the curl release manager and they verify that the release contents is untainted and only contains bits that originate from the git repository, then we are in a pretty good state.

DocumentedI recently added a verify page to the curl website explaini…

8 часов назад @ daniel.haxx.se
When Vectorized Arrays Aren't Enough
When Vectorized Arrays Aren't Enough When Vectorized Arrays Aren't Enough

array([ ... ]) b = np .

array([ ... ]) c = np .

array([ ... ]) b = np .

array([ ... ]) c = np .

The vectorized loop is even shorter: here's the whole of it:.LBB0_9: movupd xmm1, xmmword ptr [r13 + r15] movupd xmm0, xmmword ptr [rbx + r15] mulpd xmm0, xmm1 movupd xmm1, xmmword ptr [rcx + r15] divpd xmm0, xmm1 movapd xmmword ptr [rsp + 80], xmm0 movups xmm1, xmmword ptr [rdx + r15] movaps xmmword ptr [rsp + 96], xmm1 mov r12, rbx mov rbx, rdx call rbp movapd xmmword ptr [rsp + 32], xmm0 movapd xmm0, xmmword ptr [rsp + 80] unpckhpd xmm0, xmm0 movaps xmm1, xmmword ptr [rsp + 96] movhlps xmm1, xmm1 call rbp mov rdx, rbx mov rbx, r12 mov rcx, qword ptr [rsp + 24] mov rax, qword ptr [rsp] movapd x…

9 часов назад @ nrposner.com
Two studies in compiler optimisations
Two studies in compiler optimisations Two studies in compiler optimisations

We can take advantage of this to replace the division with a much cheaper conditional move by writing:unsigned next_cmov ( unsigned cur , unsigned count ) { auto n = cur + 1 ; return n == count ?

0 : n ; }next_cmov ( unsigned int , unsigned int ): lea ecx , [ rdi + 1 ] xor eax , eax cmp ecx , esi cmovne eax , ecx retCould the compiler have done this transformation on its own?

For example, this version of our function is optimised in a similar way when assertions are enabled:unsigned next_assert ( unsigned cur , unsigned count ) { assert ( cur < count ); return ( cur + 1 ) % count ; }Here, the simplification analysis uses the conditional hidden in the assert() macro to figure out that we onl…

9 часов назад @ hmpcabral.com
Optimization lessons from a Minecraft structure locator
Optimization lessons from a Minecraft structure locator Optimization lessons from a Minecraft structure locator

This is typically implemented by invoking DFS from each cell:let mut visited = HashSet:: new (); let mut region_size = 0 ; let mut dfs = |node: ( i32 , i32 )| -> Result <(), ()> { visited.

contains (&(x, z)) { region_size = 0 ; if dfs ((x, z)).

contains (&(x, z)) { region_size = 0 ; if dfs ((x, z)).

pop_at_most_eight (); for coords_index in BitIter:: from ( is_interior (coords)) { let coords = coords[coords_index]; region_size += 1 ; for (dx, dz) in [(- 1 , 0 ), ( 1 , 0 ), ( 0 , - 1 ), ( 0 , 1 )] { let coords1 = (coords.

clear (); loop { for coords_index in BitIter:: from ( is_interior (coords)) { let coords = coords[coords_index]; region_size += 1 ; for (dx, dz) in [(- 1 , 0 ), ( 1 , 0 ), …

10 часов назад @ purplesyringa.moe
CESIL and other programming languages
CESIL and other programming languages

Comments

11 часов назад @ blog.scribblings.com
Deploying Go Apps to Google Cloud Run
Deploying Go Apps to Google Cloud Run Deploying Go Apps to Google Cloud Run

24 Mar, 2026A few of my projects use the same Makefile and Dockerfile to handle deployment to Google Cloud Run.

Why Cloud RunGoogle Cloud Run is one of those tools that does exactly what it says with very little ceremony.

Compared to something like AWS, where deploying a containerized app typically involves Lambda with CloudFront or a load balancer in front, Cloud Run is refreshingly simple.

I wrote more about that tradeoff in my earlier article on Polar Bear Blog, a lightweight Go blogging system I built specifically because Cloud Run made self-hosting feel tractable.

The gcloud CLI has a flag for that:gcloud run services update SERVICE_NAME \ --update-env-vars KEY1=VALUE1,KEY2=VALUE2The f…

12 часов назад @ josephspurrier.com
Engineers do get promoted for writing simple code
Engineers do get promoted for writing simple code Engineers do get promoted for writing simple code

Compare two new engineers: one who writes easy-looking simple code, and one who writes hard-looking complex code.

When they’re each assigned a task, the simple engineer will quickly solve it and move onto the next thing.

Software engineers who can ship features smoothly will be rewarded, and being able to write simple code is a strong predictor of being able to ship.

The ability to write simple code is usually the ability to understand the system well enough to see where a new change most neatly fits.

So good engineers can often deliver simple code at least as quick as complicated code.

13 часов назад @ seangoedecke.com
Fedora moving from Pagure to Forgejo
Fedora moving from Pagure to Forgejo Fedora moving from Pagure to Forgejo

Getting familiar with Fedora Forge now will help ensure your team is ready as the rest of the Fedora ecosystem transitions.

If you’re unsure about what’s happening, please keep readingA Focused Scope for Fedora ForgeHistorically, the Fedora Project utilized pagure.io, which operated as a general-use public forge where Fedora repositories coexisted alongside personal projects, unrelated upstream software, and individual portfolios.

What belongs on Fedora Forge:Infrastructure and Operations: Configuration management, deployment scripts, or tooling used by the Fedora Infrastructure team.

Fedora-Specific Software: Software projects conceptualized and developed primarily to serve the Fedora comm…

14 часов назад @ communityblog.fedoraproject.org
Techmeme Techmeme
последний пост 32 минуты назад
OpenAI has surpassed $100M in annualized revenue from ChatGPT ads, has expanded to 600+ advertisers, and plans to launch self-serve advertiser access in April (Stephanie Palazzolo/The Information)
OpenAI has surpassed $100M in annualized revenue from ChatGPT ads, has expanded to 600+ advertisers, and plans to launch self-serve advertiser access in April (Stephanie Palazzolo/The Information) OpenAI has surpassed $100M in annualized revenue from ChatGPT ads, has expanded to 600+ advertisers, and plans to launch self-serve advertiser access in April (Stephanie Palazzolo/The Information)

Stephanie Palazzolo / The Information:

OpenAI has surpassed $100M in annualized revenue from ChatGPT ads, has expanded to 600+ advertisers, and plans to launch self-serve advertiser access in April — OpenAI has surpassed $100 million in annualized revenue from its ChatGPT ads business, six weeks after the pilot was announced, according to a spokesperson.

32 минуты назад @ techmeme.com
Google releases new tools for its Gemini AI assistant that let users upload chat history and context from other AI apps, making it easier to switch from them (Natalie Lung/Bloomberg)
Google releases new tools for its Gemini AI assistant that let users upload chat history and context from other AI apps, making it easier to switch from them (Natalie Lung/Bloomberg) Google releases new tools for its Gemini AI assistant that let users upload chat history and context from other AI apps, making it easier to switch from them (Natalie Lung/Bloomberg)

Natalie Lung / Bloomberg:

Google releases new tools for its Gemini AI assistant that let users upload chat history and context from other AI apps, making it easier to switch from them — Google released new tools for its Gemini artificial intelligence assistant that will let users upload chat history and context from other AI apps …

47 минут назад @ techmeme.com
Apple discontinues the Mac Pro and says it has no plans to offer future Mac Pro hardware (Chance Miller/9to5Mac)
Apple discontinues the Mac Pro and says it has no plans to offer future Mac Pro hardware (Chance Miller/9to5Mac) Apple discontinues the Mac Pro and says it has no plans to offer future Mac Pro hardware (Chance Miller/9to5Mac)

Chance Miller / 9to5Mac:

Apple discontinues the Mac Pro and says it has no plans to offer future Mac Pro hardware — It's the end of an era: Apple has confirmed to 9to5Mac that the Mac Pro is being discontinued. It is being removed from Apple's website as of Thursday afternoon. The “buy” page on Apple's website …

1 час назад @ techmeme.com
Sources: Apple granted out-of-cycle bonuses worth several hundred thousand dollars to iPhone hardware designers, as OpenAI and others poach its engineers (Mark Gurman/Bloomberg)
Sources: Apple granted out-of-cycle bonuses worth several hundred thousand dollars to iPhone hardware designers, as OpenAI and others poach its engineers (Mark Gurman/Bloomberg) Sources: Apple granted out-of-cycle bonuses worth several hundred thousand dollars to iPhone hardware designers, as OpenAI and others poach its engineers (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Sources: Apple granted out-of-cycle bonuses worth several hundred thousand dollars to iPhone hardware designers, as OpenAI and others poach its engineers — Apple Inc. awarded rare bonuses to iPhone hardware designers this week, aiming to stem a wave of departures to AI startups like OpenAI that are building their own devices.

1 час назад @ techmeme.com
X limits X Pro access to subscribers of the $40/month Premium+ plan without notifying users in advance; it was previously available in the $8/month Premium plan (Juli Clover/MacRumors)
X limits X Pro access to subscribers of the $40/month Premium+ plan without notifying users in advance; it was previously available in the $8/month Premium plan (Juli Clover/MacRumors) X limits X Pro access to subscribers of the $40/month Premium+ plan without notifying users in advance; it was previously available in the $8/month Premium plan (Juli Clover/MacRumors)

Juli Clover / MacRumors:

X limits X Pro access to subscribers of the $40/month Premium+ plan without notifying users in advance; it was previously available in the $8/month Premium plan — Social network X is now limiting X Pro access to customers who subscribe to the X Premium+ plan, which is priced at $40 per month (or $33/month when paid annually).

1 час назад @ techmeme.com
Xona, which aims to build a commercial alternative to GPS by launching a low-Earth orbit satellite constellation, raised a $170M Series C (Sandra Erwin/SpaceNews)
Xona, which aims to build a commercial alternative to GPS by launching a low-Earth orbit satellite constellation, raised a $170M Series C (Sandra Erwin/SpaceNews) Xona, which aims to build a commercial alternative to GPS by launching a low-Earth orbit satellite constellation, raised a $170M Series C (Sandra Erwin/SpaceNews)

Sandra Erwin / SpaceNews:

Xona, which aims to build a commercial alternative to GPS by launching a low-Earth orbit satellite constellation, raised a $170M Series C — The company is scaling up production as it looks to build a 258-satellite network to provide positioning, navigation and timing services

2 часа назад @ techmeme.com
Meta plans to increase its investment in a data center in El Paso, Texas, to more than $10B, a significant rise from the initial $1.5B commitment (Riley Griffin/Bloomberg)
Meta plans to increase its investment in a data center in El Paso, Texas, to more than $10B, a significant rise from the initial $1.5B commitment (Riley Griffin/Bloomberg) Meta plans to increase its investment in a data center in El Paso, Texas, to more than $10B, a significant rise from the initial $1.5B commitment (Riley Griffin/Bloomberg)

Riley Griffin / Bloomberg:

Meta plans to increase its investment in a data center in El Paso, Texas, to more than $10B, a significant rise from the initial $1.5B commitment — Meta Platforms Inc. will spend more than $10 billion to develop a data center in El Paso, Texas, a jump from prior projections and the latest …

2 часа назад @ techmeme.com
Netflix raises US prices following a January 2025 hike; standard with ads rises $1 to $8.99/month; standard with no ads and premium rise $2 to $19.99 and $26.99 (Todd Spangler/Variety)
Netflix raises US prices following a January 2025 hike; standard with ads rises $1 to $8.99/month; standard with no ads and premium rise $2 to $19.99 and $26.99 (Todd Spangler/Variety) Netflix raises US prices following a January 2025 hike; standard with ads rises $1 to $8.99/month; standard with no ads and premium rise $2 to $19.99 and $26.99 (Todd Spangler/Variety)

Todd Spangler / Variety:

Netflix raises US prices following a January 2025 hike; standard with ads rises $1 to $8.99/month; standard with no ads and premium rise $2 to $19.99 and $26.99 — Netflix, for the second time in a little over a year, is raising prices for its three plans in the U.S. The new pricing …

2 часа назад @ techmeme.com
Sources: X let go of 20+ staffers in nontechnical roles ahead of a SpaceX IPO; X staff have been told to focus on growing revenue since xAI brought on a CRO (Wall Street Journal)
Sources: X let go of 20+ staffers in nontechnical roles ahead of a SpaceX IPO; X staff have been told to focus on growing revenue since xAI brought on a CRO (Wall Street Journal) Sources: X let go of 20+ staffers in nontechnical roles ahead of a SpaceX IPO; X staff have been told to focus on growing revenue since xAI brought on a CRO (Wall Street Journal)

Wall Street Journal:

Sources: X let go of 20+ staffers in nontechnical roles ahead of a SpaceX IPO; X staff have been told to focus on growing revenue since xAI brought on a CRO — Redundant roles have been removed as the social-media company tries to boost profit and integrate with Musk's space-exploration company

3 часа назад @ techmeme.com
Italy-based Subbyx, which builds infrastructure that lets businesses offer access-based subscriptions, raised a €30M Series A (Tamara Djurickovic/Tech.eu)
Italy-based Subbyx, which builds infrastructure that lets businesses offer access-based subscriptions, raised a €30M Series A (Tamara Djurickovic/Tech.eu) Italy-based Subbyx, which builds infrastructure that lets businesses offer access-based subscriptions, raised a €30M Series A (Tamara Djurickovic/Tech.eu)

Tamara Djurickovic / Tech.eu:

Italy-based Subbyx, which builds infrastructure that lets businesses offer access-based subscriptions, raised a €30M Series A — Subbyx will use the funding to expand its subscription infrastructure platform, supporting businesses in transitioning from ownership to access-based models …

3 часа назад @ techmeme.com
Fannie Mae will accept crypto-backed mortgages for the first time; Coinbase launches a mortgage product allowing buyers to pledge bitcoin or USDC as collateral (Wall Street Journal)
Fannie Mae will accept crypto-backed mortgages for the first time; Coinbase launches a mortgage product allowing buyers to pledge bitcoin or USDC as collateral (Wall Street Journal) Fannie Mae will accept crypto-backed mortgages for the first time; Coinbase launches a mortgage product allowing buyers to pledge bitcoin or USDC as collateral (Wall Street Journal)

Wall Street Journal:

Fannie Mae will accept crypto-backed mortgages for the first time; Coinbase launches a mortgage product allowing buyers to pledge bitcoin or USDC as collateral — New offering from Better Home & Finance and Coinbase allows home buyers to pledge bitcoin and other cryptocurrencies when making a down payment

3 часа назад @ techmeme.com
Sources: Apple plans to open up Siri to run any AI service via App Store apps in iOS 27, dropping ChatGPT as exclusive partner in Apple Intelligence and Siri (Mark Gurman/Bloomberg)
Sources: Apple plans to open up Siri to run any AI service via App Store apps in iOS 27, dropping ChatGPT as exclusive partner in Apple Intelligence and Siri (Mark Gurman/Bloomberg) Sources: Apple plans to open up Siri to run any AI service via App Store apps in iOS 27, dropping ChatGPT as exclusive partner in Apple Intelligence and Siri (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Sources: Apple plans to open up Siri to run any AI service via App Store apps in iOS 27, dropping ChatGPT as exclusive partner in Apple Intelligence and Siri — Apple Inc. plans to open Siri to outside artificial intelligence assistants, a major move aimed at bolstering the iPhone as an AI platform.

4 часа назад @ techmeme.com
The China Computer Federation calls for a boycott of AI conference NeurIPS after organizers barred submissions from US-sanctioned companies like Huawei (Vincent Chow/South China Morning Post)
The China Computer Federation calls for a boycott of AI conference NeurIPS after organizers barred submissions from US-sanctioned companies like Huawei (Vincent Chow/South China Morning Post) The China Computer Federation calls for a boycott of AI conference NeurIPS after organizers barred submissions from US-sanctioned companies like Huawei (Vincent Chow/South China Morning Post)

Vincent Chow / South China Morning Post:

The China Computer Federation calls for a boycott of AI conference NeurIPS after organizers barred submissions from US-sanctioned companies like Huawei — Move to comply with US sanctions sparks backlash, with China's top computing body threatening to blacklist the AI conference

4 часа назад @ techmeme.com
Google expands Search Live, its AI conversational search feature previously limited to the US and India, to all languages and regions where AI Mode is available (Aisha Malik/TechCrunch)
Google expands Search Live, its AI conversational search feature previously limited to the US and India, to all languages and regions where AI Mode is available (Aisha Malik/TechCrunch) Google expands Search Live, its AI conversational search feature previously limited to the US and India, to all languages and regions where AI Mode is available (Aisha Malik/TechCrunch)

Aisha Malik / TechCrunch:

Google expands Search Live, its AI conversational search feature previously limited to the US and India, to all languages and regions where AI Mode is available — Google announced on Thursday that it's expanding its AI-powered conversational search feature, Search Live …

4 часа назад @ techmeme.com
Meta stock falls 6%+ to a 10-month low after juries in two US trials found the company failed to adequately warn or protect young users (Harshita Mary Varghese/Reuters)
Meta stock falls 6%+ to a 10-month low after juries in two US trials found the company failed to adequately warn or protect young users (Harshita Mary Varghese/Reuters) Meta stock falls 6%+ to a 10-month low after juries in two US trials found the company failed to adequately warn or protect young users (Harshita Mary Varghese/Reuters)

Harshita Mary Varghese / Reuters:

Meta stock falls 6%+ to a 10-month low after juries in two US trials found the company failed to adequately warn or protect young users — Meta (META.O) shares fell 6% to a 10-month low on Thursday after rulings this week found the Facebook parent failed to adequately warn or protect young users …

5 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 32 минуты назад
Cohere launches Transcribe, its first voice model; the 2B-parameter, open-source speech recognition model handles tasks like notetaking and speech analysis (Ivan Mehta/TechCrunch)
Cohere launches Transcribe, its first voice model; the 2B-parameter, open-source speech recognition model handles tasks like notetaking and speech analysis (Ivan Mehta/TechCrunch) Cohere launches Transcribe, its first voice model; the 2B-parameter, open-source speech recognition model handles tasks like notetaking and speech analysis (Ivan Mehta/TechCrunch)

Ivan Mehta / TechCrunch:

Cohere launches Transcribe, its first voice model; the 2B-parameter, open-source speech recognition model handles tasks like notetaking and speech analysis — Enterprise AI company Cohere on Thursday launched its first voice model: Transcribe is an open source automatic speech recognition model …

6 часов назад @ techmeme.com
The US FCC opens a comment period for a proposal to help return outsourced call center jobs to the US; critics say the plan could drive companies to automation (Patience Haggin/Wall Street Journal)
The US FCC opens a comment period for a proposal to help return outsourced call center jobs to the US; critics say the plan could drive companies to automation (Patience Haggin/Wall Street Journal) The US FCC opens a comment period for a proposal to help return outsourced call center jobs to the US; critics say the plan could drive companies to automation (Patience Haggin/Wall Street Journal)

Patience Haggin / Wall Street Journal:

The US FCC opens a comment period for a proposal to help return outsourced call center jobs to the US; critics say the plan could drive companies to automation — Analysts say the proposal, aimed to reduce fraud and language barriers, could drive companies toward automation

6 часов назад @ techmeme.com
ByteDance launches its Dreamina Seedance 2.0 audio and video model in its CapCut editing platform, supporting clips up to 15 seconds across six aspect ratios (Sarah Perez/TechCrunch)
ByteDance launches its Dreamina Seedance 2.0 audio and video model in its CapCut editing platform, supporting clips up to 15 seconds across six aspect ratios (Sarah Perez/TechCrunch) ByteDance launches its Dreamina Seedance 2.0 audio and video model in its CapCut editing platform, supporting clips up to 15 seconds across six aspect ratios (Sarah Perez/TechCrunch)

Sarah Perez / TechCrunch:

ByteDance launches its Dreamina Seedance 2.0 audio and video model in its CapCut editing platform, supporting clips up to 15 seconds across six aspect ratios — OpenAI may be dialing back its efforts in the video generation market with the shutdown of its Sora app, but ByteDance …

6 часов назад @ techmeme.com
A US federal judge dismisses X's antitrust lawsuit that accused the World Federation of Advertisers and a group of major companies of illegally boycotting X (Mike Scarcella/Reuters)
A US federal judge dismisses X's antitrust lawsuit that accused the World Federation of Advertisers and a group of major companies of illegally boycotting X (Mike Scarcella/Reuters) A US federal judge dismisses X's antitrust lawsuit that accused the World Federation of Advertisers and a group of major companies of illegally boycotting X (Mike Scarcella/Reuters)

Mike Scarcella / Reuters:

A US federal judge dismisses X's antitrust lawsuit that accused the World Federation of Advertisers and a group of major companies of illegally boycotting X — A U.S. judge on Thursday dismissed X Corp's antitrust lawsuit that accused the World Federation of Advertisers and a group …

6 часов назад @ techmeme.com
Google launches Gemini 3.1 Flash Live, an audio model with improved tonal understanding and lower latency for real-time dialogue, watermarked with SynthID (Valeria Wu/The Keyword)
Google launches Gemini 3.1 Flash Live, an audio model with improved tonal understanding and lower latency for real-time dialogue, watermarked with SynthID (Valeria Wu/The Keyword) Google launches Gemini 3.1 Flash Live, an audio model with improved tonal understanding and lower latency for real-time dialogue, watermarked with SynthID (Valeria Wu/The Keyword)

Valeria Wu / The Keyword:

Google launches Gemini 3.1 Flash Live, an audio model with improved tonal understanding and lower latency for real-time dialogue, watermarked with SynthID — Our latest voice model has improved precision and lower latency to make voice interactions more fluid, natural and precise.

6 часов назад @ techmeme.com
Wikipedia bans using AI for writing or rewriting articles on its English-language site, citing AI-written articles' tendency to violate "core content policies" (Emma Roth/The Verge)
Wikipedia bans using AI for writing or rewriting articles on its English-language site, citing AI-written articles' tendency to violate "core content policies" (Emma Roth/The Verge) Wikipedia bans using AI for writing or rewriting articles on its English-language site, citing AI-written articles' tendency to violate "core content policies" (Emma Roth/The Verge)

Emma Roth / The Verge:

Wikipedia bans using AI for writing or rewriting articles on its English-language site, citing AI-written articles' tendency to violate “core content policies” — Wikipedia editors can only use AI for basic copy editing or translations. … Wikipedia will no longer allow editors to write or rewrite articles using AI.

7 часов назад @ techmeme.com
Cents, which makes operating and payments software for laundromats, raised a $110M Series C, following a $40M Series B in 2024 (Lucinda Shen/Axios)
Cents, which makes operating and payments software for laundromats, raised a $110M Series C, following a $40M Series B in 2024 (Lucinda Shen/Axios) Cents, which makes operating and payments software for laundromats, raised a $110M Series C, following a $40M Series B in 2024 (Lucinda Shen/Axios)

Lucinda Shen / Axios:

Cents, which makes operating and payments software for laundromats, raised a $110M Series C, following a $40M Series B in 2024 — What to read next

8 часов назад @ techmeme.com
Apple expands its American Manufacturing Program, bringing in Bosch, Cirrus Logic, TDK, and Qnity Electronics to make components in the US for sale worldwide (MacKenzie Sigalos/CNBC)
Apple expands its American Manufacturing Program, bringing in Bosch, Cirrus Logic, TDK, and Qnity Electronics to make components in the US for sale worldwide (MacKenzie Sigalos/CNBC) Apple expands its American Manufacturing Program, bringing in Bosch, Cirrus Logic, TDK, and Qnity Electronics to make components in the US for sale worldwide (MacKenzie Sigalos/CNBC)

MacKenzie Sigalos / CNBC:

Apple expands its American Manufacturing Program, bringing in Bosch, Cirrus Logic, TDK, and Qnity Electronics to make components in the US for sale worldwide — Apple announced a significant expansion of its American Manufacturing Program on Thursday, bringing four new partners — Bosch …

9 часов назад @ techmeme.com
The European Parliament votes to delay EU AI Act deadlines, including pushing compliance for high-risk AI systems back to December 2027, and to ban nudify apps (Robert Hart/The Verge)
The European Parliament votes to delay EU AI Act deadlines, including pushing compliance for high-risk AI systems back to December 2027, and to ban nudify apps (Robert Hart/The Verge) The European Parliament votes to delay EU AI Act deadlines, including pushing compliance for high-risk AI systems back to December 2027, and to ban nudify apps (Robert Hart/The Verge)

Robert Hart / The Verge:

The European Parliament votes to delay EU AI Act deadlines, including pushing compliance for high-risk AI systems back to December 2027, and to ban nudify apps — The proposals would push back looming deadlines for watermarking AI-generated content and high-risk AI systems.

9 часов назад @ techmeme.com
WhatsApp rolls out features and updates: an AI tool to suggest replies based on a user's conversations, the ability to touch up photos with Meta AI, and more (Aisha Malik/TechCrunch)
WhatsApp rolls out features and updates: an AI tool to suggest replies based on a user's conversations, the ability to touch up photos with Meta AI, and more (Aisha Malik/TechCrunch) WhatsApp rolls out features and updates: an AI tool to suggest replies based on a user's conversations, the ability to touch up photos with Meta AI, and more (Aisha Malik/TechCrunch)

Aisha Malik / TechCrunch:

WhatsApp rolls out features and updates: an AI tool to suggest replies based on a user's conversations, the ability to touch up photos with Meta AI, and more — WhatsApp is rolling out a slew of new features and updates, including one that generates AI-powered suggested replies based on your conversations.

9 часов назад @ techmeme.com
Mistral launches Voxtral TTS, an open-source enterprise text-to-speech model that supports nine languages, including Hindi and Arabic, based on Ministral 3B (Ivan Mehta/TechCrunch)
Mistral launches Voxtral TTS, an open-source enterprise text-to-speech model that supports nine languages, including Hindi and Arabic, based on Ministral 3B (Ivan Mehta/TechCrunch) Mistral launches Voxtral TTS, an open-source enterprise text-to-speech model that supports nine languages, including Hindi and Arabic, based on Ministral 3B (Ivan Mehta/TechCrunch)

Ivan Mehta / TechCrunch:

Mistral launches Voxtral TTS, an open-source enterprise text-to-speech model that supports nine languages, including Hindi and Arabic, based on Ministral 3B — French AI company Mistral released a new open-source text-to-speech model on Thursday that can be used by voice AI assistants or in enterprise use cases like customer support.

10 часов назад @ techmeme.com
Defense tech startup Shield AI raised $2B at a $12.7B valuation, up from $5.3B after raising $240M in March 2025; half of its business is autonomous software (Michael J. de la Merced/New York Times)
Defense tech startup Shield AI raised $2B at a $12.7B valuation, up from $5.3B after raising $240M in March 2025; half of its business is autonomous software (Michael J. de la Merced/New York Times) Defense tech startup Shield AI raised $2B at a $12.7B valuation, up from $5.3B after raising $240M in March 2025; half of its business is autonomous software (Michael J. de la Merced/New York Times)

Michael J. de la Merced / New York Times:

Defense tech startup Shield AI raised $2B at a $12.7B valuation, up from $5.3B after raising $240M in March 2025; half of its business is autonomous software — The company, which develops autonomous military technology, also plans to buy a maker of simulation software as interest in next-generation defense soars.

10 часов назад @ techmeme.com
Interviews with 37 Anduril sources detail safety concerns and project challenges at Anduril's manufacturing operations; Anduril calls the claims "inaccurate" (Paresh Dave/Wired)
Interviews with 37 Anduril sources detail safety concerns and project challenges at Anduril's manufacturing operations; Anduril calls the claims "inaccurate" (Paresh Dave/Wired) Interviews with 37 Anduril sources detail safety concerns and project challenges at Anduril's manufacturing operations; Anduril calls the claims "inaccurate" (Paresh Dave/Wired)

Paresh Dave / Wired:

Interviews with 37 Anduril sources detail safety concerns and project challenges at Anduril's manufacturing operations; Anduril calls the claims “inaccurate” — From drones to missiles to submarines, the $30.5 billion defense startup wants to transform how the tools of war are made.

10 часов назад @ techmeme.com
The European Commission launches a DSA investigation into Snapchat for failing to protect children, including assessing its age verification measures (Eliza Gkritsi/Politico)
The European Commission launches a DSA investigation into Snapchat for failing to protect children, including assessing its age verification measures (Eliza Gkritsi/Politico) The European Commission launches a DSA investigation into Snapchat for failing to protect children, including assessing its age verification measures (Eliza Gkritsi/Politico)

Eliza Gkritsi / Politico:

The European Commission launches a DSA investigation into Snapchat for failing to protect children, including assessing its age verification measures — Investigation comes amid growing scrutiny of the impact and liability of technology platforms towards kids.

10 часов назад @ techmeme.com
The EU accuses Pornhub, Stripchat, XNXX, and XVideos of failing to protect kids from exposure to pornographic content, in preliminary DSA investigation findings (Barbara Moens/Financial Times)
The EU accuses Pornhub, Stripchat, XNXX, and XVideos of failing to protect kids from exposure to pornographic content, in preliminary DSA investigation findings (Barbara Moens/Financial Times) The EU accuses Pornhub, Stripchat, XNXX, and XVideos of failing to protect kids from exposure to pornographic content, in preliminary DSA investigation findings (Barbara Moens/Financial Times)

Barbara Moens / Financial Times:

The EU accuses Pornhub, Stripchat, XNXX, and XVideos of failing to protect kids from exposure to pornographic content, in preliminary DSA investigation findings — Pornhub, Stripchat, XNXX and XVideos accused of inadequate checks on users' ages — The EU has accused some of the world's …

10 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 20 часов назад
opendataloader-project/opendataloader-pdf
opendataloader-project/opendataloader-pdf opendataloader-project/opendataloader-pdf

Complex/borderless tables, LaTeX formulas, and AI-generated picture/chart descriptions all via hybrid mode (hybrid mode)— Yes.

Complex/borderless tables, LaTeX formulas, and AI-generated picture/chart descriptions all via hybrid mode (hybrid mode) How do I use this for RAG?

Untagged PDF in → Tagged PDF out.

Auto-tagging generates the Tagged PDF; PDF/UA export is the final step (pipeline)— Converting Tagged PDF to PDF/UA-1 or PDF/UA-2 is an enterprise add-on.

We are committed to keeping the core accessibility pipeline (layout analysis → auto-tagging → Tagged PDF) free and open-source.

20 часов назад @ github.com
harry0703/MoneyPrinterTurbo
harry0703/MoneyPrinterTurbo harry0703/MoneyPrinterTurbo

Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.

To enablerepo look-ups and downloads online, pass 'local files only=False' as input.

Please check your internet connection and try again.

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

解决方法:点击查看如何从网盘手动下载模型反馈建议 📢可以提交 issue 或者 pull request。许可证 📝点击查看 LICENSE 文件

1 day, 20 hours назад @ github.com
Crosstalk-Solutions/project-nomad
Crosstalk-Solutions/project-nomad Crosstalk-Solutions/project-nomad

Project N.O.M.A.D.

is a self-contained, offline-first knowledge and education server packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere.

For a barebones installation of the management application itself, the following minimal specs are required:Note: Project N.O.M.A.D.

Again, Project N.O.M.A.D.

The format is , where: Submit a pull request : Once your changes are ready, submit a pull request to the main repository.

2 days, 20 hours назад @ github.com
TauricResearch/TradingAgents
TauricResearch/TradingAgents TauricResearch/TradingAgents

TradingAgents: Multi-Agents LLM Financial Trading FrameworkNews[2026-03] TradingAgents v0.2.2 released with GPT-5.4/Gemini 3.1/Claude 4.6 model coverage, five-tier rating scale, OpenAI Responses API, Anthropic effort control, and cross-platform stability.

TradingAgents FrameworkTradingAgents is a multi-agent trading framework that mirrors the dynamics of real-world trading firms.

trading_graph import TradingAgentsGraph from tradingagents .

default_config import DEFAULT_CONFIG ta = TradingAgentsGraph ( debug = True , config = DEFAULT_CONFIG .

default_config import DEFAULT_CONFIG config = DEFAULT_CONFIG .

3 days, 19 hours назад @ github.com
voidzero-dev/vite-plus
voidzero-dev/vite-plus voidzero-dev/vite-plus

The Unified Toolchain for the Web runtime and package management, create, dev, check, test, build, pack, and monorepo task caching in a single dependencyVite+ is the unified entry point for local web development.

Vite+ is fully open-source under the MIT license.

Getting StartedInstall Vite+ globally as vp :For Linux or macOS:curl -fsSL https://vite.plus | bashFor Windows:irm https://viteplus.dev/install.ps1 | iexvp handles the full development lifecycle such as package management, development servers, linting, formatting, testing and building for production.

Configuring Vite+Vite+ can be configured using a single vite.config.ts at the root of your project:import { defineConfig } from 'vite-…

3 days, 19 hours назад @ github.com
FujiwaraChoki/MoneyPrinterV2
FujiwaraChoki/MoneyPrinterV2 FujiwaraChoki/MoneyPrinterV2

An Application that automates the process of making money online.

MPV2 (MoneyPrinter Version 2) is, as the name suggests, the second version of the MoneyPrinter project.

Watch the YouTube video hereFeaturesTwitter Bot (with CRON Jobs => scheduler )Twitter Bot (with CRON Jobs => ) YouTube Shorts Automater (with CRON Jobs => scheduler )YouTube Shorts Automater (with CRON Jobs => ) Affiliate Marketing (Amazon + Twitter)Affiliate Marketing (Amazon + Twitter) Find local businesses & cold outreachVersionsMoneyPrinter has different versions for multiple languages developed by the community for the community.

Code of ConductPlease read CODE_OF_CONDUCT.md for details on our code of conduct, and the …

3 days, 19 hours назад @ github.com
unslothai/unsloth
unslothai/unsloth unslothai/unsloth

⚡ QuickstartUnsloth can be used in two ways: through Unsloth Studio, the web UI, or through Unsloth Core, the code-based version.

Unsloth Studio (web UI)Unsloth Studio (Beta) works on Windows, Linux, WSL and macOS.

3.13 winget install -- id = astral - sh.uv - e uv venv unsloth_studio -- python 3.13 .\unsloth_studio\Scripts\activate uv pip install unsloth -- torch - backend = auto unsloth studio setup unsloth studio - H 0.0 .

3.13 winget install -- id = astral - sh.uv - e uv venv unsloth_env -- python 3.13 .\unsloth_env\Scripts\activate uv pip install unsloth -- torch - backend = autoFor Windows, pip install unsloth works only if you have PyTorch installed.

🦥 Unsloth NewsIntroducing Unsloth …

4 days, 19 hours назад @ github.com
shadps4-emu/shadPS4
shadps4-emu/shadPS4 shadps4-emu/shadPS4

shadPS4Bloodborne by From Software Hatsune Miku Project DIVA Future Tone by SEGAYakuza 0 by SEGA DRIVECLUB™ by Evolution StudiosGeneral informationshadPS4 is an early PlayStation 4 emulator for Windows, Linux and macOS written in C++.

To verify that a game works, you can look at shadPS4 Game Compatibility.

Important macOS users need at least macOS 15.4 to run shadPS4.

Controller button Keyboard equivalent LEFT AXIS UP W LEFT AXIS DOWN S LEFT AXIS LEFT A LEFT AXIS RIGHT D RIGHT AXIS UP I RIGHT AXIS DOWN K RIGHT AXIS LEFT J RIGHT AXIS RIGHT L TRIANGLE Numpad 8 or C CIRCLE Numpad 6 or B CROSS Numpad 2 or N SQUARE Numpad 4 or V PAD UP UP PAD DOWN DOWN PAD LEFT LEFT PAD RIGHT RIGHT OPTIONS RETUR…

4 days, 19 hours назад @ github.com
dimensionalOS/dimos
dimensionalOS/dimos dimensionalOS/dimos

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

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

sensor_msgs import Image from dimos .

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

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

5 days, 19 hours назад @ github.com
langchain-ai/open-swe
langchain-ai/open-swe langchain-ai/open-swe

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

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

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

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

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

6 days, 20 hours назад @ github.com
jarrodwatts/claude-hud
jarrodwatts/claude-hud jarrodwatts/claude-hud

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

This is a Claude Code platform limitation.

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

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

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

6 days, 20 hours назад @ github.com
affaan-m/everything-claude-code
affaan-m/everything-claude-code affaan-m/everything-claude-code

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

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

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

6 days, 20 hours назад @ github.com
andrewyng/context-hub
andrewyng/context-hub andrewyng/context-hub

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

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

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

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

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

1 week назад @ github.com
langflow-ai/openrag
langflow-ai/openrag langflow-ai/openrag

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

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

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

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

🛟 Troubl…

1 week назад @ github.com
langchain-ai/deepagents
langchain-ai/deepagents langchain-ai/deepagents

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

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

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

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

Additional resourcesExamples — Working agents and patterns— Working age…

1 week назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 1 час назад
Apple Gives FBI a User’s Real Name Hidden Behind ’Hide My Email’ Feature
Apple Gives FBI a User’s Real Name Hidden Behind ’Hide My Email’ Feature Apple Gives FBI a User’s Real Name Hidden Behind ’Hide My Email’ Feature

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

1 час назад @ reddit.com
Landmark social media trial could cost Meta $1trillion, Facebook whistleblower tells LBC
Landmark social media trial could cost Meta $1trillion, Facebook whistleblower tells LBC Landmark social media trial could cost Meta $1trillion, Facebook whistleblower tells LBC

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

1 час назад @ reddit.com
'I can't believe this is happening': iPhone users are threatening to defect to Android over new iOS age verification push — and I'd do the same
'I can't believe this is happening': iPhone users are threatening to defect to Android over new iOS age verification push — and I'd do the same 'I can't believe this is happening': iPhone users are threatening to defect to Android over new iOS age verification push — and I'd do the same

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

3 часа назад @ reddit.com
Netflix Raising U.S. Prices for Second Time in a Year
Netflix Raising U.S. Prices for Second Time in a Year Netflix Raising U.S. Prices for Second Time in a Year

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

3 часа назад @ reddit.com
Judge Dismisses X Lawsuit Accusing Advertisers of Boycott Conspiracy
Judge Dismisses X Lawsuit Accusing Advertisers of Boycott Conspiracy Judge Dismisses X Lawsuit Accusing Advertisers of Boycott Conspiracy

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

3 часа назад @ reddit.com
COVID vaccines not tied to risk of sudden death, study shows
COVID vaccines not tied to risk of sudden death, study shows COVID vaccines not tied to risk of sudden death, study shows

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

4 часа назад @ reddit.com
Judge tosses lawsuit against companies who stopped advertising on X
Judge tosses lawsuit against companies who stopped advertising on X Judge tosses lawsuit against companies who stopped advertising on X

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

4 часа назад @ reddit.com
Exposing a global ‘online rape academy’ that is teaching men how to abuse women and evade detection
Exposing a global ‘online rape academy’ that is teaching men how to abuse women and evade detection

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

4 часа назад @ reddit.com
Wikipedia Bans AI-Generated Content - 404media
Wikipedia Bans AI-Generated Content - 404media Wikipedia Bans AI-Generated Content - 404media

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

5 часов назад @ reddit.com
Using a VPN May Subject You to NSA Spying
Using a VPN May Subject You to NSA Spying Using a VPN May Subject You to NSA Spying

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

5 часов назад @ reddit.com
A ‘pound of flesh’ from data centers: one senator's answer to AI job losses
A ‘pound of flesh’ from data centers: one senator's answer to AI job losses A ‘pound of flesh’ from data centers: one senator's answer to AI job losses

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

6 часов назад @ reddit.com
It's not just memory anymore: AI data centers are taking all the CPUs, too
It's not just memory anymore: AI data centers are taking all the CPUs, too It's not just memory anymore: AI data centers are taking all the CPUs, too

submitted by /u/Federal-Block-3275 [link] [comments]

7 часов назад @ reddit.com
AI deepfakes of girls are flooding schools. Teachers need more training to help stop it
AI deepfakes of girls are flooding schools. Teachers need more training to help stop it AI deepfakes of girls are flooding schools. Teachers need more training to help stop it

submitted by /u/Cool-Present7260 [link] [comments]

8 часов назад @ reddit.com
GitHub Copilot will use your data for AI training by default, but you can opt out
GitHub Copilot will use your data for AI training by default, but you can opt out GitHub Copilot will use your data for AI training by default, but you can opt out

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

9 часов назад @ reddit.com
Librarian 'gobsmacked' after school use AI to remove 200 books from shelves including Orwell's 1984 and Twilight
Librarian 'gobsmacked' after school use AI to remove 200 books from shelves including Orwell's 1984 and Twilight Librarian 'gobsmacked' after school use AI to remove 200 books from shelves including Orwell's 1984 and Twilight

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

9 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 16 часов назад
Miscellanea: The War in Iran
Miscellanea: The War in Iran Miscellanea: The War in Iran

This post is a set of my observations on the current war in Iran and my thoughts on the broader strategic implications.

Essentially, the futures markets are still hedging on the idea that this war might end and normal trade might resume pretty soon, a position encouraged by the current administration, which claims it has been negotiating with Iran (Iran denied the claim).

A war in which Israel cripples Iran in 2026 but finds itself wholly diplomatically isolated in 2029 is a truly pyrrhic victory.

Of course the war, while quickly becoming an expensive, self-inflicted wound for the United States has also been disastrous for Iran.

Every actor involved in this war – the United States, Iran, ar…

16 часов назад @ acoup.blog
Thoughts on slowing the fuck down
Thoughts on slowing the fuck down Thoughts on slowing the fuck down

Thoughts on slowing the fuck down2026-03-25The turtle's face is me looking at our industryTable of contentsIt's been about a year since coding agents appeared on the scene that could actually build you full projects.

With an orchestrated army of agents, there is no bottleneck, no human pain.

And I would like to suggest that slowing the fuck down is the way to go.

And slowing the fuck down and suffering some friction is what allows you to learn and grow.

You can sleep well knowing that you still have an idea what the fuck is going on, and that you have agency.

16 часов назад @ mariozechner.at
Elena | Progressive Web Components
Elena | Progressive Web Components Elena | Progressive Web Components

View /llms.txt for optimized Markdown documentation, or /llms-full.txt for full documentation bundle██████████ ████ ░░███░░░░░█░░███ ░███ █ ░ ░███ ██████ ████████ ██████ ░██████ ░███ ███░░███░░███░░███ ░░░░░███ ░███░░█ ░███ ░███████ ░███ ░███ ███████ ░███ ░ █ ░███ ░███░░░ ░███ ░███ ███░░███ ██████████ █████░░██████ ████ █████░░████████ ░░░░░░░░░░ ░░░░░ ░░░░░░ ░░░░ ░░░░░ ░░░░░░░░ ░█ Simple, tiny library for building Progressive Web Components.|IntroductionWhat is Elena?

​Elena is a simple, tiny library (2.6kB) for building Progressive Web Components.

Why was Elena created ​Elena was created by @arielle after nearly a decade of building enterprise-scale design systems with web components.

Thi…

16 часов назад @ elenajs.com
Harness design for long-running application development Anthropic
Harness design for long-running application development Anthropic Harness design for long-running application development Anthropic

Taking inspiration from Generative Adversarial Networks (GANs), I designed a multi-agent structure with a generator and evaluator agent.

Why naive implementations fall shortWe've previously shown that harness design has a substantial impact on the effectiveness of long running agentic coding.

Frontend design: making subjective quality gradableI started by experimenting on frontend design, where the self-evaluation issue was most visible.

The generator-evaluator loop maps naturally onto the software development lifecycle, where code review and QA serve the same structural role as the design evaluator.

It also became difficult to tell which pieces of the harness design were actually load-bear…

16 часов назад @ anthropic.com
The Log File Navigator
The Log File Navigator The Log File Navigator

Just point lnav at a directory and it will take care of the rest.

File formats are automatically detected and compressed files are unpacked on the fly.

Online help and previews for operations make it simpler to level up your experience.

16 часов назад @ lnav.org
VitruvianOS
VitruvianOS VitruvianOS

What is VitruvianOS?

V\OS is an operating system based on linux heavily inspired by the BeOS, bringing the elegance and simplicity of a classic operating system to modern days.

The boot file systems supported are XFS and SquashFS including support for extended attributes.

File system indexing, live queries, and multiuser support with graphical login are planned to be released in upcoming versions.

By default the system ships a linux kernel including real time patches while at the same time providing support for non-rt linux kernels.

16 часов назад @ v-os.dev
Quantization from the ground up
Quantization from the ground up Quantization from the ground up

-0.89 0.16 -8 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 -0.89 0.16 0.08 -0.13 -0.54 0.16 -0.89 -8 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 -0.89 0.16 0.08 -0.13 -0.54The dequantize function is only slightly more complicated than the symmetric version, this time requiring a subtraction as well as a multiplication.

BenchmarkingI wrote a whole post on LLM benchmarking, and one of the ways people measure the impact of quantization is to compare a model's score on some benchmarks before and after quantization.

ConclusionThe main thing I want you to take away from this post is that quantized models are pretty good, actually.

Some models these days go through what's called "quantization aware training" or …

16 часов назад @ ngrok.com
the html review 05
the html review 05 the html review 05

An ode to persistence, both of Chanos chanos, who dates back to the Early Cretaceous, and of the handful of us who have insisted on making a meal of them; and a tribute to hard-won pleasures, things that take time, and all that we choose to do despite significant frictions.

16 часов назад @ thehtml.review
Algorithm Visualizer
Algorithm Visualizer Algorithm Visualizer 16 часов назад @ algorithm-visualizer.org
Debunking zswap and zram myths
Debunking zswap and zram myths Debunking zswap and zram myths

Debunking zswap and zram mythstl;dr:If in doubt, prefer to use zswap.

LRU inversionBut wait, Chris, I set a priority on my zram swap device.

The trap is this: since the swap on the zram device has the highest priority, the kernel prefers zram for all allocations.

Please everyone direct their energy to pluggable zswap backends and backing-store-less zswap now instead of making the zram mess even worse.

The "pluggable zswap backends and backing-store-less zswap" Christoph mentions refers to active work to allow zswap to operate without any disk swap device at all – which would close the remaining use case for zram even in diskless setups.

16 часов назад @ chrisdown.name
Flighty Airports Meltdown Map
Flighty Airports Meltdown Map Flighty Airports Meltdown Map 16 часов назад @ flighty.com
Email.md - Responsive Emails, Written in Markdown
Email.md - Responsive Emails, Written in Markdown Email.md - Responsive Emails, Written in Markdown

confirm-email.md--- preheader: "Confirm your email address" theme: dark --- ::: header !

[Logo](https://...logo.png){width="200"} ::: # Confirm your email address Your confirmation code is below - enter it in your open browser window and we'll help you get signed in.

::: callout center compact # DFY-X7U ::: If you didn't request this email, there's nothing to worry about, you can safely ignore it.

::: footer Acme Inc. | 123 Main St [Unsubscribe](https://example.com/unsub) :::

16 часов назад @ emailmd.dev
TurboQuant: Redefining AI efficiency with extreme compression
TurboQuant: Redefining AI efficiency with extreme compression TurboQuant: Redefining AI efficiency with extreme compression

Vector quantization is a powerful, classical data compression technique that reduces the size of high-dimensional vectors.

However, traditional vector quantization usually introduces its own "memory overhead” as most methods require calculating and storing (in full precision) quantization constants for every small block of data.

This overhead can add 1 or 2 extra bits per number, partially defeating the purpose of vector quantization.

Today, we introduce TurboQuant (to be presented at ICLR 2026), a compression algorithm that optimally addresses the challenge of memory overhead in vector quantization.

This has potentially profound implications for all compression-reliant use cases, including…

16 часов назад @ research.google
[untitled]
[untitled] 1 day, 16 hours назад @ emerge-lab.github.io
Stop naming buildings (and streets, and parks, and ships, and mountains) after people
Stop naming buildings (and streets, and parks, and ships, and mountains) after people Stop naming buildings (and streets, and parks, and ships, and mountains) after people

A school named for Malcolm X was spared despite its namesake’s early career as a pimp.

How about renaming the whole city, veteran San Francisco columnist Carl Nolte mused after the decision.

The San Francisco denaming debacle was only the latest in a string of such decisions.

There’s a Palisades High School in Los Angeles, a Skyline High School here in Oakland, California.

You could name your school after a specialization, such as Bronx High School of Science.

1 day, 16 hours назад @ fritinancy.substack.com
Changelog Changelog
последний пост 2 weeks, 1 day назад
From Tailnet to platform
From Tailnet to platform From Tailnet to platform

Server ErrorOops!

Looks like the server had a hiccup.

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

In the meantime, enjoy some clips!

2 weeks, 1 day назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3 weeks, 6 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 month назад @ changelog.com
Selling SDKs in the era of many Claudes
Selling SDKs in the era of many Claudes Selling SDKs in the era of many Claudes

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

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

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

Changelog News!

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

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

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

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

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

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

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

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

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

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

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

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

Check out the speedrun to get started in minutes.

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

Changelog News!

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

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

1 month, 2 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, 2 weeks назад @ changelog.com
Setting Docker Hardened Images free
Setting Docker Hardened Images free Setting Docker Hardened Images free

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

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

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

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

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

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

Changelog News!

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

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

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

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

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

At an unbeatable price.

Squarespace – A website makes it real!

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

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

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

At an unbeatable price.

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

Squarespace – A website makes it real!

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

1 month, 3 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 1 час назад
The best wireless chargers are so much better than cords - and they're on sale
The best wireless chargers are so much better than cords - and they're on sale

Several wireless chargers we've tested from brands like Anker, Twelve South, and more are marked down during Amazon's Big Spring Sale. Don't miss out on these savings.

1 час назад @ zdnet.com
One of our favorite TCL Mini-LED TVs just dropped under $1,000 at Amazon
One of our favorite TCL Mini-LED TVs just dropped under $1,000 at Amazon

The TCL QM8 is an excellent Mini-LED TV that offers high-quality picture and audio, and it's over 30% off during Amazon's Big Spring Sale.

2 часа назад @ zdnet.com
MacBook Neo vs. iPad Air: How I'm deciding between Apple's $599 laptop and tablet
MacBook Neo vs. iPad Air: How I'm deciding between Apple's $599 laptop and tablet MacBook Neo vs. iPad Air: How I'm deciding between Apple's $599 laptop and tablet

With the recent introduction of the MacBook Neo, Apple has added a fresh entry-level option to its hardware lineup.

Also: After using MacBook Neo, it's clear Windows needs to rethink its PC strategy (and fast)But all that has changed.

The new MacBook Neo starts at $599 -- the same price as the latest affordable iPad Air M4 with 128GB of storage, bringing the MacBook experience to an accessible price point.

You want the more price-efficient optionBoth the MacBook Neo and iPad Pro start at $599, but the Neo is a little more cost-effective.

If the iPad Air M4 is a high-performing niche device, the Neo is more entry-level but also more versatile.

3 часа назад @ zdnet.com
The LG C5 OLED TV is selling for almost 50% off right now - and I highly recommend it
The LG C5 OLED TV is selling for almost 50% off right now - and I highly recommend it

Disappointed in Amazon's Big Spring Sale LG TV deals? Right now at Best Buy, you can save $1,300 on one of the best OLED TVs on the market.

3 часа назад @ zdnet.com
5 gadgets I'm buying this spring to grow my green thumb (and they're on sale)
5 gadgets I'm buying this spring to grow my green thumb (and they're on sale)

Spring is the perfect time to plan your garden, and I need all the help I can get with these discounted gardening gadgets during Amazon's Big Spring Sale.

3 часа назад @ zdnet.com
WhatsApp's March update finally fixes the big iPhone-to-Android concern (and more)
WhatsApp's March update finally fixes the big iPhone-to-Android concern (and more) WhatsApp's March update finally fixes the big iPhone-to-Android concern (and more)

ZDNET's key takeawaysYou can now easily move your WhatsApp chat history from iOS to Android.

Transferring your WhatsApp history from an Android phone to an iPhone has been a simple process for a while now, but moving from an iPhone to an Android phone wasn't nearly as easy.

From your iPhone, open WhatsApp and go to Chats > Transfer chat history > Transfer to Android.

Use multiple accounts on one iOS deviceAlso new for iOS users is the ability to have two accounts on one phone.

There are no storage limits for WhatsApp chats, but since the app saves any chats, photos, videos, voice notes, and other documents, storage space can become an issue over time.

3 часа назад @ zdnet.com
The best $5 I've spent this year is on these breakaway USB-C connectors that overdeliver
The best $5 I've spent this year is on these breakaway USB-C connectors that overdeliver The best $5 I've spent this year is on these breakaway USB-C connectors that overdeliver

USB-C breakaway connector 4 / 5 Very good pros and cons Pros Excellent range of swiveling and rotating.

But I wanted to prevent this incident from happening again, which is why I recommended my favorite USB-C magnetic swiveling breakaway connectors.

Here's my solution for broken portsAs my regular readers know, I'm a huge fan of USB-C magnetic breakaway connectors.

ZDNET's buying adviceThese swiveling breakaway magnetic USB-C connectors are among the cheapest I've seen -- $10 for a two-pack.

If you've already got some of the earlier breakaway connectors I've recommended, get these because you won't be disappointed.

3 часа назад @ zdnet.com
The Samsung S95F OLED is one of our highest-rated TVs - and it's $800 off at Amazon
The Samsung S95F OLED is one of our highest-rated TVs - and it's $800 off at Amazon

Samsung's flagship OLED TV is worth every penny, but it's even better with this discount during the Amazon Spring Sale.

4 часа назад @ zdnet.com
These warning signs could mean spyware is on your phone - and 9 ways to keep it secure
These warning signs could mean spyware is on your phone - and 9 ways to keep it secure These warning signs could mean spyware is on your phone - and 9 ways to keep it secure

It is a type of malware that typically lands on your iPhone or Android phone through malicious mobile apps or through phishing links, emails, and messages.

Also: As ransomware recedes, a new more dangerous digital parasite risesThere's also generic mobile spyware.

How to remove spyware from your smartphoneSpyware is often hard to detect and can be difficult to remove.

Use a dedicated spyware removal tool: You can also use software specifically designed to detect and remove spyware.

Keeping spyware and stalkerware off your deviceUnfortunately, no mobile device is completely protected against the scourge of spyware.

4 часа назад @ zdnet.com
This DeWalt cordless power tool set is nearly 50% off on Amazon - and I can vouch for it
This DeWalt cordless power tool set is nearly 50% off on Amazon - and I can vouch for it

My favorite DeWalt power tool kit is ideal for DIY beginners and tradespeople, and it's near an all-time low price right now.

4 часа назад @ zdnet.com
How my portable wind turbine compares to solar panels - 2 years of testing later
How my portable wind turbine compares to solar panels - 2 years of testing later

Portable wind generators promise clean energy in windy conditions, but how do they stack up against the proven reliability and efficiency of portable solar panels?

5 часов назад @ zdnet.com
The best Amazon Spring Sale deals on tiny gadgets that can handle big tasks
The best Amazon Spring Sale deals on tiny gadgets that can handle big tasks The best Amazon Spring Sale deals on tiny gadgets that can handle big tasks

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.

5 часов назад @ zdnet.com
I went biking with this $100 bone conduction headset and it rocked for 6 hours
I went biking with this $100 bone conduction headset and it rocked for 6 hours I went biking with this $100 bone conduction headset and it rocked for 6 hours

One of the best ways to improve safety while listening to audio is with a bone conduction headset like the H2O Audio Tri Run.

Also: I finally found bone conduction headphones that stay on while swimming (and they sound great)H2O Audio has several bone conduction headsets, with the new Tri Run being its most affordable for $100.

This low price is compelling for bone conduction technology and after biking with it over the past few weeks, I'm convinced it's an excellent option for anyone new to the format.

ZDNET's buying adviceSome races limit headsets worn by runners to bone conduction only so that the runners remain aware of their surroundings.

The H2O Audio Tri Run is a great option for a f…

5 часов назад @ zdnet.com
The most popular Amazon Spring Sale deals, according to thousands of readers
The most popular Amazon Spring Sale deals, according to thousands of readers

Amazon's Spring Sale is live, and we've got the scoop on the top products ZDNET readers are clicking on the most, from inexpensive gadgets to flagship phones.

6 часов назад @ zdnet.com
YouTube Premium cost me 30% extra for months until I noticed - check your plan ASAP
YouTube Premium cost me 30% extra for months until I noticed - check your plan ASAP

For months, maybe years, I was overpaying for YouTube Premium. Here's why, and how I fixed it.

6 часов назад @ zdnet.com
TechCrunch TechCrunch
последний пост 42 минуты назад
Wikipedia cracks down on the use of AI in article writing
Wikipedia cracks down on the use of AI in article writing

The site, whose policies are subject to change, has struggled with the issue of AI-generated writing.

42 минуты назад @ techcrunch.com
Mastodon is making its decentralized social network easier to use with its latest revamp
Mastodon is making its decentralized social network easier to use with its latest revamp

Mastodon is redesigning user profiles to simplify the experience and better appeal to mainstream users and organizations.

1 час назад @ techcrunch.com
Netflix confirms it’s raising prices again
Netflix confirms it’s raising prices again

The standard plan without ads now costs $19.99 per month, a $2 increase from the previous $17.99 subscription fee, while the premium plan is also going up by $2 and will now cost $26.99 per month.

1 час назад @ techcrunch.com
16 of the most interesting startups from YC W’26 Demo Day
16 of the most interesting startups from YC W’26 Demo Day

From redirecting doomscrolling to training humanoid robots, these 16 startups stood out as the most interesting ones from an overflowing YC cohort.

3 часа назад @ techcrunch.com
Google Translate’s real-time headphone translations feature expands to iOS and more countries
Google Translate’s real-time headphone translations feature expands to iOS and more countries

The real-time headphone translations experience keeps each speaker’s tone, emphasis, and cadence intact, so it’s easier to follow the conversation and tell who’s saying what.

3 часа назад @ techcrunch.com
OpenAI abandons yet another side quest: ChatGPT’s erotic mode
OpenAI abandons yet another side quest: ChatGPT’s erotic mode

It's only the latest of several side project that the AI startup has ditched over the past week.

3 часа назад @ techcrunch.com
Data centers get ready — the Senate wants to see your power bills
Data centers get ready — the Senate wants to see your power bills

Senators Josh Hawley and Elizabeth Warren want the Energy Information Administration to gather more details about how data centers use power — and how that affects the grid.

4 часа назад @ techcrunch.com
Defense startup Shield AI lands $12.7B valuation, up 140%, after US Air Force deal
Defense startup Shield AI lands $12.7B valuation, up 140%, after US Air Force deal

In one year, Shield AI's value has leaped 140%. This after it won a contract to be the software provider to Anduril's Fury fighter jet for the U.S. Air Force.

4 часа назад @ techcrunch.com
Apple made strides with iOS 26 security, but leaked hacking tools still leave millions exposed to spyware attacks
Apple made strides with iOS 26 security, but leaked hacking tools still leave millions exposed to spyware attacks

Leaked hacking tools threaten the security of millions of older iPhones. Cybersecurity experts weigh in.

5 часов назад @ techcrunch.com
Google is launching Search Live globally
Google is launching Search Live globally

Search Live allows users to point their phone camera at objects to get real-time assistance, enabling back-and-forth conversations that draw on the visual context from the camera feed.

5 часов назад @ techcrunch.com
ByteDance’s new AI video generation model, Dreamina Seedance 2.0, comes to CapCut
ByteDance’s new AI video generation model, Dreamina Seedance 2.0, comes to CapCut

The new model in CapCut will have built-in protections for making video from real faces or unauthorized intellectual property.

7 часов назад @ techcrunch.com
Why hiring the weirdos works
Why hiring the weirdos works

When you’re building at breakneck speed, hiring a trusted team is crucial for an early-stage startup. Bland CEO and co-founder Isaiah Granet has tactical advice on how the company managed to find hidden talent in unlikely places.

7 часов назад @ techcrunch.com
A major hacking tool has leaked online, putting millions of iPhones at risk. Here’s what you need to know
A major hacking tool has leaked online, putting millions of iPhones at risk. Here’s what you need to know

Here’s what we know, and what you need to know, about Coruna and DarkSword, two advanced iPhone hacking tools discovered by security researchers. DarkSword has now leaked online.

8 часов назад @ techcrunch.com
Conntour raises $7M from General Catalyst, YC to build an AI search engine for security video systems
Conntour raises $7M from General Catalyst, YC to build an AI search engine for security video systems

Conntour uses AI models to let security teams query camera feeds using natural language to find any object, person, or situation.

8 часов назад @ techcrunch.com
Cohere launches an open-source voice model specifically for transcription
Cohere launches an open-source voice model specifically for transcription

Relatively light at just 2 billion parameters, the model is meant for use with consumer-grade GPUs for those who want to self-host it. It currently supports 14 languages.

9 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 32 минуты назад
Senators Demand to Know How Much Energy Data Centers Use
Senators Demand to Know How Much Energy Data Centers Use Senators Demand to Know How Much Energy Data Centers Use

Elizabeth Warren and Josh Hawley are pressing the Energy Information Administration (EIA) to provide better information on how much electricity data centers actually use. In a joint letter sent to the EIA on Thursday, the two senators press the agency to publicly collect "comprehensive, annual energy-use disclosures" on data centers, saying it's "essential for accurate grid planning and will support policymaking to prevent large companies from increasing electricity costs for American families." Wired reports: In December, EIA administrator Tristan Abbey said at a roundtable that he expects the EIA "is going to be an essential player in providing objective data and analysis to policymakers"…

32 минуты назад @ yro.slashdot.org
JPMorgan Starts Monitoring Investment Banker Screen Time To Prevent Burnout
JPMorgan Starts Monitoring Investment Banker Screen Time To Prevent Burnout JPMorgan Starts Monitoring Investment Banker Screen Time To Prevent Burnout

JPMorgan is piloting a system that monitors junior investment bankers to avoid burnout (source paywalled; alternative source). "[T]he bank will seek to match up hours claimed by the bankers with digital activity," reports Bloomberg. "The tool won't be used for evaluation purposes, but is designed to provide a better estimate of employee workloads." From the report: The program will monitor the weekly digital footprint, including video calls, desktop keystrokes, and scheduled meetings, the Financial Times reported earlier, adding JPMorgan plans to roll out the effort more widely across its investment bank. Banks on Wall Street are known for heavy working hours, but can in return offer salari…

1 час назад @ slashdot.org
Vizio TVs Now Require Walmart Accounts For Smart Features
Vizio TVs Now Require Walmart Accounts For Smart Features Vizio TVs Now Require Walmart Accounts For Smart Features

An anonymous reader quotes a report from Ars Technica: Prospective Vizio TV buyers should know there's a good chance the set won't work properly without a Walmart account. In an attempt to better serve advertisers, Walmart, which bought Vizio in December 2024, announced this week that select newly purchased Vizio TVs now require a Walmart account for setup and accessing smart TV features. Since 2024, Vizio TVs have required a Vizio account, which a Vizio OS website says is necessary for accessing "exclusive offers, subscription management, and tailored support." Accounts are also central to Vizio's business, which is largely driven by ads and tracking tied to its OS. A Walmart spokesperson …

2 часа назад @ entertainment.slashdot.org
Mozilla and Mila Team Up On Open Source AI Push
Mozilla and Mila Team Up On Open Source AI Push Mozilla and Mila Team Up On Open Source AI Push

BrianFagioli writes: Mozilla just teamed up with Mila, the Quebec Artificial Intelligence Institute, to push open source AI -- and it feels like a direct response to Big Tech tightening its grip on the space. Instead of relying on closed models, the goal here is to build "sovereign AI" that's more transparent, privacy-focused, and actually under the control of developers and even governments. They're starting with things like private memory for AI agents, which sounds niche but matters if you care about where your data goes. Big question is whether open source can realistically keep up with the billions being poured into proprietary AI, but at least someone's trying to give folks an alterna…

3 часа назад @ tech.slashdot.org
Wikipedia Bans Use of Generative AI
Wikipedia Bans Use of Generative AI Wikipedia Bans Use of Generative AI

Wikipedia has banned the use of generative AI to write or rewrite articles, saying it "often violates several of Wikipedia's core content policies." That said, editors may still use it for translation or light refinements as long as a human carefully checks the copy for accuracy. Engadget reports: Editors can use large language models (LLMs) to refine their own writing, but only if the copy is checked for accuracy. The policy states that this is because LLMs "can go beyond what you ask of them and change the meaning of the text such that it is not supported by the sources cited." Editors can also use LLMs to assist with language translation. However, they must be fluent enough in both langu…

4 часа назад @ news.slashdot.org
Tracy Kidder, Author of 'The Soul of a New Machine', Dies At 80
Tracy Kidder, Author of 'The Soul of a New Machine', Dies At 80 Tracy Kidder, Author of 'The Soul of a New Machine', Dies At 80

Ancient Slashdot reader wiredog writes: Tracy Kidder, author of "The Soul of a New Machine," has died at the age of 80. "The Soul of a New Machine" is about the people who designed and built the Data General Nova, one of the 32 bit superminis that were released in the 1980's just before the PC destroyed that industry. It was excerpted in The Atlantic. "I'm going to a commune in Vermont and will deal with no unit of time shorter than a season." Read more of this story at Slashdot.

5 часов назад @ news.slashdot.org
China Reviews $2 Billion Manus Sale To Meta As Founders Barred From Leaving Country
China Reviews $2 Billion Manus Sale To Meta As Founders Barred From Leaving Country China Reviews $2 Billion Manus Sale To Meta As Founders Barred From Leaving Country

Chinese authorities have barred two Manus executives from leaving the country while investigating whether Meta's reported $2 billion acquisition of the Singapore-based AI startup violated foreign investment reporting rules. "Manus was founded in China but last year relocated its headquarters and core team to Singapore," notes the Financial Times. "Meta acquired it for $2 billion at the end of last year." The Financial Times reports: Manus's chief executive Xiao Hong and chief scientist Ji Yichao were summoned to a meeting in Beijing with the National Development and Reform Commission this month, according to three people with knowledge of the matter. They said Xiao and Ji were questioned on…

6 часов назад @ slashdot.org
Researchers At CERN Transport Antiprotons By Truck In World-First Experiment
Researchers At CERN Transport Antiprotons By Truck In World-First Experiment Researchers At CERN Transport Antiprotons By Truck In World-First Experiment

An anonymous reader quotes a report from Physics World: Researchers at the CERN particle-physics lab have successfully transported antiprotons in a lorry across the lab's main site. The feat, the first of its kind, follows a similar test with protons in 2024. CERN says the achievement is "a huge leap" towards being able to transport antimatter between labs across Europe. [...] To do so, in 2020 the BASE team began developing a device, known as BASE-STEP (for Baryon-Antibaryon Symmetry Experiment-Symmetry Tests in Experiments with Portable Antiprotons), to store and transport antiprotons. It works by trapping particles in a Penning trap composed of gold-plated cylindrical electrode stacks ma…

7 часов назад @ science.slashdot.org
Reddit Takes On Bots With 'Human Verification' Requirements
Reddit Takes On Bots With 'Human Verification' Requirements Reddit Takes On Bots With 'Human Verification' Requirements

Reddit is rolling out human-verification checks for accounts that show signs of bot-like behavior, while also labeling approved automated accounts that provide useful services. The social media company stressed that these checks will only happen if something appears "fishy," and that it is "not conducting sitewide human verification." TechCrunch reports: To identify potential bots, Reddit is using specialized tooling that looks at account-level signals and other factors -- like how quickly the account is attempting to write or post content. Using AI to write posts or comments, however, is not against its policies (though community moderators may set their own rules). To verify an account is…

11 часов назад @ yro.slashdot.org
Melania Trump Welcomes Humanoid Robot At White House Summit
Melania Trump Welcomes Humanoid Robot At White House Summit Melania Trump Welcomes Humanoid Robot At White House Summit

Longtime Slashdot reader theodp writes: In Melania and the Robot, the New York Times reports on First Lady Melania Trump's inaugural Fostering the Future Together Coalition Summit, which brought together international leaders, First Spouses from around the world, tech leaders, educators, and nonprofits to collaborate on practical solutions that expand access to educational tools while strengthening protections for children in digital environments (Day 2 WH summary). The Times begins: "On Wednesday, Mrs. Trump appeared at the White House alongside Figure 3, a humanoid, A.I.-powered robot whose uses, according to the company that makes it, include fetching towels, carrying groceries and servi…

15 часов назад @ hardware.slashdot.org
Brazil's UFO Capital Marks 30 Years Since 'Alien Encounter'
Brazil's UFO Capital Marks 30 Years Since 'Alien Encounter' Brazil's UFO Capital Marks 30 Years Since 'Alien Encounter'

Thirty years after the alleged 1996 "ET of Varginha" encounter, debate continues to rage over the events that happened in Brazil's self-styled UFO capital. An anonymous reader quotes an excerpt from the Guardian: The skies over this far-flung coffee-growing hub went charcoal black, the heavens opened and one of Brazil's greatest mysteries was born. "It really was something unique," recalls Marco Antonio Reis, a zoo director, who was at his ranch outside Varginha one stormy day in January 1996 when, he says, an otherworldly creature came to town. Reis and other locals claim the unusually ferocious downpour heralded a series of disturbing and seemingly paranormal events. At least six of the z…

19 часов назад @ entertainment.slashdot.org
Postal Service to Impose Its First-Ever Fuel Surcharge on Packages
Postal Service to Impose Its First-Ever Fuel Surcharge on Packages Postal Service to Impose Its First-Ever Fuel Surcharge on Packages

The U.S. Postal Service plans to impose its first-ever fuel surcharge on packages (source paywalled; alternative source), adding an 8% fee starting in April as it struggles with rising fuel costs and ongoing financial pressure. The surcharge will not apply to letter mail and is currently expected to remain in place until January 2027. The Wall Street Journal reports: Other parcel carriers, including FedEx and United Parcel Service, have imposed fuel surcharges, as well as a basket of other surcharges and fees, for years. Both FedEx and UPS have dramatically raised their fuel surcharges in recent weeks as the price of oil has increased amid the turmoil in the Middle East. [...] The post offi…

23 часа назад @ tech.slashdot.org
Canada's Immigration Rejected Applicant Based On AI-Invented Job Duties
Canada's Immigration Rejected Applicant Based On AI-Invented Job Duties Canada's Immigration Rejected Applicant Based On AI-Invented Job Duties

New submitter haroldbasset writes: Canada's Immigration Department rejected an applicant because the duties of her current job did not match the Canadian work experience she had claimed, but the Department's AI assistant had invented that work experience. She has been working in Canada as a health scientist -- she has a Ph.D. in the immunology of aging -- but the AI genius instead described her as "wiring and assembling control circuits, building control and robot panels, programming and troubleshooting." "It's believed to be the first time that the department explicitly referred to the use of generative AI to support application processing in immigration refusals," reports the Toronto Star…

1 day назад @ news.slashdot.org
Apple Can Create Smaller On-Device AI Models From Google's Gemini
Apple Can Create Smaller On-Device AI Models From Google's Gemini Apple Can Create Smaller On-Device AI Models From Google's Gemini

Apple reportedly has full access to customize Google's Gemini model, allowing it to distill smaller on-device AI models for Siri and other features that can run locally without an internet connection. MacRumors reports: The Information explains that Apple can ask the main Gemini model to perform a series of tasks that provide high-quality results, with a rundown of the reasoning process. Apple can feed the answers and reasoning information that it gets from Gemini to train smaller, cheaper models. With this process, the smaller models are able to learn the internal computations used by Gemini, producing efficient models that have Gemini-like performance but require less computing power. App…

1 day, 1 hour назад @ apple.slashdot.org
Supreme Court Sides With Internet Provider In Copyright Fight Over Pirated Music
Supreme Court Sides With Internet Provider In Copyright Fight Over Pirated Music Supreme Court Sides With Internet Provider In Copyright Fight Over Pirated Music

Longtime Slashdot reader JackSpratts writes: The Supreme Court unanimously said on Wednesday that a major internet provider could not be held liable for the piracy of thousands of songs online in a closely watched copyright clash. Music labels and publishers sued Cox Communications in 2018, saying the company had failed to cut off the internet connections of subscribers who had been repeatedly flagged for illegally downloading and distributing copyrighted music. At issue for the justices was whether providers like Cox could be held legally responsible and required to pay steep damages -- a billion dollars or more in Cox's case -- if they knew that customers were pirating music but did not t…

1 day, 2 hours назад @ yro.slashdot.org
Блоги людей
Human.json
Human.json

Human.json is a new

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

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

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

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

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

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

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

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

structured data to web pages:

tags are a…

4 days, 5 hours назад @ nedbatchelder.com
Agents Over Bubbles
Agents Over Bubbles

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

1 week, 3 days назад @ stratechery.com
Anthropic and Alignment
Anthropic and Alignment Anthropic and Alignment

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

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

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

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

Starting with pytest’s parametrize first).

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

data parameters.I’ve been working on a project

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

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

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

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

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

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

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

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

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

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

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

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

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

1 month, 2 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, 3 weeks назад @ stratechery.com
Сага о двух туалетах в IT-корпорации
Сага о двух туалетах в IT-корпорации

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

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

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

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

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

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

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

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

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

testing, and linked to pytest docs and a

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

pytest.raises as a context manager, and have

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

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

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

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

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

Промт

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 months, 2 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, 2 weeks назад @ stratechery.com
No more .html
No more .html

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

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

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

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

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

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

site on the host, but produced with

Django running locally. In 2021, it became a

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

the old-fashion…

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Update: I found a solution which I describe in

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

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

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

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

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

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

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

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

3 months, 1 week назад @ 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, 2 weeks назад @ stratechery.com
>Вайб-кодинг, дофамин и слот-машины
Вайб-кодинг, дофамин и слот-машины

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 months, 2 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”…

4 months, 2 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, 3 weeks назад @ stratechery.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

4 months, 3 weeks назад @ nedbatchelder.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

4 months, 3 weeks назад @ nedbatchelder.com
Resiliency and Scale
Resiliency and Scale

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

5 months назад @ stratechery.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

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

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

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

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

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

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

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

5 months назад @ nedbatchelder.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

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

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

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

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

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

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

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

5 months назад @ nedbatchelder.com
OpenAI's Windows Play
OpenAI's Windows Play

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

5 months, 2 weeks назад @ stratechery.com
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: Datetime-bench: which datetime formats LLMs get right (and wrong)
Show HN: Datetime-bench: which datetime formats LLMs get right (and wrong) Show HN: Datetime-bench: which datetime formats LLMs get right (and wrong)

The output format matters because downstream code has to parse it reliably.

The underlying task stays the same while the requested output format changes, which isolates format reliability from task difficulty.

Related Workdatetime-bench focuses on a specific question: which output format do LLMs produce most reliably?

datetime-bench tests whether they can emit a downstream-safe timestamp format after doing the reasoning.

Add an output format.

1 час назад @ github.com
Show HN: A Kanban board where AI agents are first-class team members
Show HN: A Kanban board where AI agents are first-class team members

Article URL: https://agent-kanban.dev/

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

Points: 2

# Comments: 1

1 час назад @ agent-kanban.dev
Show HN: Zitrus – A 3DS SDK written in pure Zig
Show HN: Zitrus – A 3DS SDK written in pure Zig Show HN: Zitrus – A 3DS SDK written in pure Zig

3DS homebrew sdk written entirely in zig.

zig fetch --save git+https://codeberg.org/GasInfinity/zitrusThen add this to your build.zig :const zitrus = @import ( "zitrus" ); const zitrus_dep = b . dependency ( "zitrus" , .

module ( "zitrus" ); const exe = b . addExecutable (.{ .

settings = b . path ( "path-to-smdh-settings.zon" ), // look at any demo for a quick sample. . icon = b . path ( "path-to-icon.png/jpg/..." ), // supported formats depends on zigimg image decoding.

exe = exe , .

1 час назад @ codeberg.org
Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer
Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer

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.

1 час назад @ github.com
Show HN: Photo Triager – Cull Raw Photos on iPhone/iPad with XMP Sidecars
Show HN: Photo Triager – Cull Raw Photos on iPhone/iPad with XMP Sidecars

Article URL: https://photo-triager.junle.li/

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

Points: 2

# Comments: 0

2 часа назад @ photo-triager.junle.li
Show HN: Breakwater
Show HN: Breakwater Show HN: Breakwater

Breakwater sits in front of your container registry to enforce license, plan, and subscription rules at pull time.

License-aware auth Tie access directly to subscriptions, plans, or license keys.

Change a customer's status and their pull access updates in real time.

Customer-specific credentials Issue scoped credentials per customer, project, or environment.

Self-service customer portal Customers log in, see their licensed products, and copy their docker login commands.

2 часа назад @ breakwaterapp.com
Show HN: Illustrative – AI pipeline that turns books into graphic novels
Show HN: Illustrative – AI pipeline that turns books into graphic novels Show HN: Illustrative – AI pipeline that turns books into graphic novels

Context Caching The full book (up to 2M tokens) is cached once.

Subsequent passes get a 90% discount on input tokens.

3-Tier Image Fallback If the primary model (gemini-3-pro) is down or quota-exhausted, the pipeline automatically falls back to flash models.

Native Multimodal Character reference images are passed directly as PIL objects in the same API call as the prompt.

No file upload step.

2 часа назад @ arv.in
Show HN: NPM install is a security hole, so we built a guard for it
Show HN: NPM install is a security hole, so we built a guard for it Show HN: NPM install is a security hole, so we built a guard for it

AI coding agents install packages you didn't choose.

Install PMG once, and every npm install , pip install , and poetry add is protected automatically.

By then, malicious code has already executed on your machine.

PMG intercepts package managers before code executes, blocking malicious packages at install time, not flagging them after the damage is done.

Malicious Package Protection Real-time protection against malicious packages using SafeDep.

2 часа назад @ github.com
Show HN: Mokkit, a browser app to create animated device mockups
Show HN: Mokkit, a browser app to create animated device mockups Show HN: Mokkit, a browser app to create animated device mockups

Mokkit is built for desktopThe editor needs a larger screen to work properly.

Enter your email and we'll send you a direct link with 10% off any plan.

We won't store your email or send anything else.

Send me the linkOne email, that's it.

We don't store your address.

2 часа назад @ mokkit.co
Show HN: Layerleak – Like Trufflehog, but for Docker Hub
Show HN: Layerleak – Like Trufflehog, but for Docker Hub Show HN: Layerleak – Like Trufflehog, but for Docker Hub

layerleak the Docker Hub Secret ScannerCheck CONTRIBUTING.md for development and contribution guidelines.

Docker Hub / OCI image secret scanner that analyzes image layers, config metadata, and image history, then stores deduplicated findings by manifest digest.

Traditional secret scanners often treat a container image as a flat blob or depend on a local Docker daemon.

LAYERLEAK_TAG_PAGE_SIZE controls Docker Hub tag-list pagination for repository-wide scans.

How to startShow the CLI help:./layerleak --help ./layerleak scan --helpRun a scan against a public Docker Hub image:./layerleak scan ubuntu ./layerleak scan library/nginx:latest --format json ./layerleak scan alpine:latest --platform li…

3 часа назад @ github.com
Show HN: I Built Ngrok Alternative(beta)
Show HN: I Built Ngrok Alternative(beta) Show HN: I Built Ngrok Alternative(beta)

Secure tunnels that connect services behind NAT and firewalls to public URLs.

One binary.

Download the agent, run one command, and your local service gets a public HTTPS URL.

1 Download & Sign in Grab the binary from the downloads section, then sign in to get your API key.

2 Run nfltr config add-api-key YOUR_KEY ./nfltr http 3000 3 Get your public URL https://swift-bay.nfltr.xyz/ Share URL included automatically Forwarding → localhost:3000

3 часа назад @ nfltr.xyz
Show HN: Burn Room – End-to-End Encrypted Ephemeral SSH Chat
Show HN: Burn Room – End-to-End Encrypted Ephemeral SSH Chat Show HN: Burn Room – End-to-End Encrypted Ephemeral SSH Chat

Burn Room is a simple, disposable chat built on SSH. There are no accounts to create and nothing to install. There’s no database behind it, no logs, no cookies, and no tracking. Messages exist only in memory, encrypted end-to-end, and disappear on their own. When a room’s timer runs out, everything in it is gone for good.You can jump in right away:ssh [email protected] -p 2323

password: burnroomOr just open https://burnroom.chat in your browser. It runs in a web terminal and works on mobile too.How it handles encryptionPrivate, password-protected rooms are fully end-to-end encrypted. The server never has access to readable messages — it only ever sees encrypted data.Keys are derived from …

3 часа назад @ burnroom.chat
Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3
Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3 Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3

The answer is large pages: turbolite defaults to 64KB pages.

InstallationPython: pip install turbolite — see packages/python/import turbolite # Local compressed (no S3 needed) conn = turbolite .

The chunk+manifest model resembles turbolite's page groups + manifest, but Verneuil is a replication tool - you query local disk, not S3.

The chunk+manifest model resembles turbolite's page groups + manifest, but Verneuil is a replication tool - you query local disk, not S3.

SQLCipher: Page-level AES-256 encryption for local SQLite.

3 часа назад @ github.com
Show HN: ReactNative.run – Browser Metro bundler that runs React Native
Show HN: ReactNative.run – Browser Metro bundler that runs React Native Show HN: ReactNative.run – Browser Metro bundler that runs React Native

Frequently asked questionsIs this an official React Native project?

It is not affiliated with, endorsed by, or associated with Meta, Facebook, the React Native team, or the React Foundation.

React Native is a trademark of Meta Platforms, Inc.Can I preview on iOS or Android?

Expo Snack supports native preview via Expo Go, which we don't (yet).

browser-metro (the bundler), reactnative-esm (the package server), and the playground are all open source under the MIT license.

3 часа назад @ reactnative.run
Show HN: gifree – simple online GIF editor
Show HN: gifree – simple online GIF editor Show HN: gifree – simple online GIF editor

Made this because I had UX pains using other online gif editors. Comments URL: https://news.ycombinator.com/item?id=47534154

Points: 1

# Comments: 0

3 часа назад @ gifree.cc
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 1 day, 6 hours назад
From $36K to $90K on AppSumo (Day 17)
From $36K to $90K on AppSumo (Day 17) From $36K to $90K on AppSumo (Day 17)

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, 6 hours назад @ rss.app
How to block a deploy when signup or checkout breaks
How to block a deploy when signup or checkout breaks How to block a deploy when signup or checkout breaks

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, 7 hours назад @ rss.app
I post on 6 platforms. I never open one.
I post on 6 platforms. I never open one. I post on 6 platforms. I never open one.

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

1 day, 8 hours назад @ rss.app
Growing a blogging side hustle into a 7-figure media brand
Growing a blogging side hustle into a 7-figure media brand Growing a blogging side hustle into a 7-figure media brand

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
Growing a fully-autonomus business to a $500k/mo in 3 months
Growing a fully-autonomus business to a $500k/mo in 3 months Growing a fully-autonomus business to a $500k/mo in 3 months

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

2 days, 5 hours назад @ rss.app
How are you finding consistent users or clients early on?
How are you finding consistent users or clients early on? How are you finding consistent users or clients early on?

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

2 days, 7 hours назад @ rss.app
I relaunched my AI contract tool on Product Hunt today - here's what 400+ founders taught me
I relaunched my AI contract tool on Product Hunt today - here's what 400+ founders taught me I relaunched my AI contract tool on Product Hunt today - here's what 400+ founders taught me

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

2 days, 15 hours назад @ rss.app
How are you comparing multiple offers today? (job offers, vendors, SaaS, etc.)
How are you comparing multiple offers today? (job offers, vendors, SaaS, etc.) How are you comparing multiple offers today? (job offers, vendors, SaaS, etc.)

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
How are you tracking burn rate and runway right now?
How are you tracking burn rate and runway right now? How are you tracking burn rate and runway right now?

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, 2 hours назад @ rss.app
50 questions to ask before you buy
50 questions to ask before you buy 50 questions to ask before you buy

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

3 days, 5 hours назад @ rss.app
Need a Dev to Move Your Startup Forward?
Need a Dev to Move Your Startup Forward? Need a Dev to Move Your Startup Forward?

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

3 days, 8 hours назад @ rss.app
I thought I had a productivity problem. Turns out, I had a clarity problem.
I thought I had a productivity problem. Turns out, I had a clarity problem. I thought I had a productivity problem. Turns out, I had a clarity problem.

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, 9 hours назад @ rss.app
I built 9 free AI tools in one day using Lovable — here's what I learned
I built 9 free AI tools in one day using Lovable — here's what I learned I built 9 free AI tools in one day using Lovable — here's what I learned

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

3 days, 23 hours назад @ rss.app
From 0 to $80 in 9 Days: What I Learned Building Korean Data APIs on Apify
From 0 to $80 in 9 Days: What I Learned Building Korean Data APIs on Apify From 0 to $80 in 9 Days: What I Learned Building Korean Data APIs on Apify

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

4 days, 1 hour назад @ rss.app
I shipped 3 features this weekend based entirely on community feedback. Here's what
I shipped 3 features this weekend based entirely on community feedback. Here's what I shipped 3 features this weekend based entirely on community feedback. Here's what

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

4 days, 6 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 1 час назад
I build a Free creative arsenal that I personally use
I build a Free creative arsenal that I personally use

Hey all, Will be straight and upfront what this tooling kit does, no BS like others trying to sell you stuff. - A name generator for coming up with decent app/ Startup names based on experts their knowledge - a background remover if you are testing AI app icons or things like that - shader generators for beautify your landingpages and apps - icon animators and combinations to create stunning visuals do as you like as it is FREE of charge :) Just some probs would be nice tend to build more in the feature, if you have any request on things you want all in one space, let me know and I might add it :) https://creative-tools-ecru.vercel.app/ submitted by /u/Salmaniuss [link] [comments]

1 час назад @ reddit.com
I built Flighty for German Trains with in depth reliability stats
I built Flighty for German Trains with in depth reliability stats I built Flighty for German Trains with in depth reliability stats

For those of you who ever had the pleasure of travelling with Deutsche Bahn you know the pain. You have no idea what to expect on your journey and more often than not you are surprised by delays, cancellations and missed connections. Interestingly tho, on the same route trains have vastly different reliability depending on the origin of the train, time of the day and the route it takes. I decided to query over 5000 stations in real time across the full German regional and long distance rail network and store those vast amounts of data (25,000 trains per day and around 300,000 observations per day) and calculate reliability scores for each of those trains. Now before booking your next trip, …

2 часа назад @ reddit.com
I built a "tacticool" pregnancy app for dads while on maternity leave. Today, I'm launching on Product Hunt!
I built a "tacticool" pregnancy app for dads while on maternity leave. Today, I'm launching on Product Hunt!

Hi everyone! I wanted to share a quick milestone and a bit of my solo dev journey. A while ago, while on maternity leave, I noticed a funny gap in the market. My husband completely boycotted all pregnancy apps because they were full of pink flowers and compared our baby to a blueberry. He felt like just a side character. So, between diaper changes and baby naps, I taught myself more coding and built "Partner in Action" – a tacticool, dark-mode pregnancy survival guide purely for expecting dads. Instead of fruit, dads upgrade a 'Recon Operator' and manage their 'Inventory' (baby gear). It even changes his status to 'AWOL/Desertion' if he ignores the app for 7 days. Today is the big day. I ju…

2 часа назад @ reddit.com
110 users, 0 revenue. One onboarding change fixed it.
110 users, 0 revenue. One onboarding change fixed it.

A few weeks ago I had 110 people using athletedata.health and not a single one was paying. The product was working. People were connecting their Strava, WHOOP, Hevy accounts, chatting with the coach, coming back the next day. But nobody was paying. I kept telling myself the product needed more work, more integrations, more features. It didn't. The problem was stupidly simple: I had a 7-day free trial with no credit card required. So people signed up, used it for free, and had zero reason to ever think about paying. I'd accidentally built a free tool. Here's what I changed. I rebuilt the onboarding so that before you ever see a price, you go through a real conversation with the coach. It pul…

2 часа назад @ reddit.com
I’ve made a site with generated short stories
I’ve made a site with generated short stories

I’ve made a site that’s made for reading short stories. The twist is the workflow: I come up with the concepts and ideas for a story and use various AIs to generate a story that involves. You are more than welcome to visit and give a feedback :) submitted by /u/Far_Cheesecake9162 [link] [comments]

2 часа назад @ reddit.com
Windows has nothing like the iPhone's Dynamic Island. So I spent months building one myself.
Windows has nothing like the iPhone's Dynamic Island. So I spent months building one myself. Windows has nothing like the iPhone's Dynamic Island. So I spent months building one myself.

A small bar that lives at the top of your screen. Music controls, time, system stats — always visible, never in the way. No team. No funding. Just me, too much coffee, and a problem I couldn't stop thinking about. Finally shipped it. Still figuring out everything that comes after. What's the one feature you'd add to something like this? submitted by /u/Wapkain [link] [comments]

3 часа назад @ reddit.com
Side project: a simple “health check” for your database
Side project: a simple “health check” for your database

Working on a small side project recently. Idea came from a simple problem: I kept breaking my own database without realizing it. Not huge mistakes, just: - missing indexes - inefficient queries - messy schema And the worst part: Nothing warns you. Everything looks fine… until it’s not. So I built a simple tool that: - scans your database - finds potential issues - explains them simply Kind of like a “doctor” for your DB. Still early (MVP), but already useful for my own projects. Curious how others handle this : Link if you want to check it out: https://vibedb-pi.vercel.app/ submitted by /u/shirooyaaa [link] [comments]

4 часа назад @ reddit.com
I built a CLI tool that generates design tokens to break out of the standard "LLM UI"
I built a CLI tool that generates design tokens to break out of the standard "LLM UI" I built a CLI tool that generates design tokens to break out of the standard "LLM UI"

https://reddit.com/link/1s4f4hi/video/r1hvp20brfrg1/player I created a CLI tool that walks you through building a design system step by step. You pick a base style (minimalist, neumorphism, neobrutalism, etc). Then you can fine tune colors, border radius, spacing and so forth and exports it as a "ready to use" skill file. You can run it using npx: npx @anchor-org/cli submitted by /u/bmson [link] [comments]

4 часа назад @ reddit.com
Shipped 5 digital products as a solo grad student — honest breakdown of what I built, what sold, and what flopped
Shipped 5 digital products as a solo grad student — honest breakdown of what I built, what sold, and what flopped

I am finishing a graduate degree and running a small AI product business at the same time. Not the heroic version of that sentence — the actual version, which involves a lot of early mornings and an embarrassing number of browser tabs. Here is what I built, what the stack looks like, and what I have learned so far. The products: Five digital products total: three AI prompt packs ($9.99-$14.99) and two HTML dashboard apps ($19.99 each). Everything is on Gumroad. The prompt packs are for solopreneurs and operators — daily workflows, content generation, research. The dashboards are local HTML files, no subscription, no cloud dependency. You download them and they run in your browser. The stack…

4 часа назад @ reddit.com
Found a boring niche nobody's building for
Found a boring niche nobody's building for

Not AI, not SaaS, not another productivity app. Ringless voicemail campaigns for local service businesses. Hear me out. Most small businesses have two problems: they spend too much acquiring new customers and almost nothing staying in touch with old ones. The old customer list is gold - these people already trust them - and it just sits unused. I set up a simple system: pull their past customer list, record a short message in the owner's voice (or close to it), deliver it straight to voicemail inboxes without the phone ringing. The backend runs through BYOC Twilio ringless voicemail Charge $100/month per client or as much as you want, it doesnt matter. Setup takes about 2 hours the first ti…

4 часа назад @ reddit.com
AI SEO is growing rapidly as side project
AI SEO is growing rapidly as side project

I see lots of people are doing AI SEO as a side project and earning well. This trend happened due to AI replacing the Google search and businesses are fighting to get mentioned in ChatGPT and Gemini answers, so businesses are willing to pay a high amount for this service. other reason many people into this is AI SEO service offering can start in quick time, you need a AI mentioning tracking tool, and many tools are available for one-time purchase I think many students are freelancers going to make good money with AI SEO. submitted by /u/Weekly-Card-8508 [link] [comments]

5 часов назад @ reddit.com
GiftPlan.io — A gift registry that isn’t one shop’s catalogue (or your bank details)
GiftPlan.io — A gift registry that isn’t one shop’s catalogue (or your bank details)

I built SeatPlan.io to fix wedding seating charts (posted about it here). The gift list was the next thing that drove me mad. I didn't want to send guests a bank sort code. I didn't love being locked to one department store's catalogue. And I didn't want a £500 item to be all-or-nothing when five people would happily chip in £100 each. GiftPlan.io is what came out of that. You paste any product URL — Amazon, John Lewis, a random Etsy shop — and we pull the title, image, and price. Guests contribute any amount towards each gift. Multiple people can fund one item. Overfunding rolls to a general fund. Payments go through Stripe Connect (Express) so couples actually get their money without me t…

5 часов назад @ reddit.com
What I learned from a USD 2,000 pen test
What I learned from a USD 2,000 pen test What I learned from a USD 2,000 pen test

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

5 часов назад @ reddit.com
I built a free F1 prediction game in 54 days — session analysis, private leagues, and a meme championship
I built a free F1 prediction game in 54 days — session analysis, private leagues, and a meme championship

I've been running F1 predictions with my friend group in an Excel Sheet for years. Manually scoring P1-P10 every weekend was nobody's favorite job. So I built an app to automate it. What started as a spreadsheet replacement turned into a full prediction platform in 54 days. What it does: Predictions Predict P1-P10 for every qualifying, race, sprint qualifying, and sprint Results are automatically imported once sessions are classified (anywhere from 30 minutes to a few hours after the checkered flag), and predictions are scored instantly. No manual input, no waiting for someone to update a sheet Championship predictions (driver + constructor) alongside session picks Leagues Private leagues w…

5 часов назад @ reddit.com
A minimalist, self-hosted subscription tracker I’ve been working on
A minimalist, self-hosted subscription tracker I’ve been working on A minimalist, self-hosted subscription tracker I’ve been working on

Just wanted to share a side project I recently finished. It’s a subscription tracker called Zublo. I built it specifically to be lightweight and easy to manage in a homelab. I'm not a big fan of apps that try to do too much, so I kept this one focused on the essentials: tracking recurring payments with a clean UI. It’s fully Docker-ready. I'm still working on the full documentation, but you can get it up and running with the instructions in the repo. Check it out here:https://github.com/danielalves96/zublo Let me know what you guys think! submitted by /u/Livid_Individual3656 [link] [comments]

5 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 15 часов назад
Anvil
Anvil

Run a fleet of parallel Claude Codes Discussion | Link

15 часов назад @ producthunt.com
Hobbit AI
Hobbit AI

AI coaching agent for youth football on Game Intelligence Discussion | Link

15 часов назад @ producthunt.com
Zeus
Zeus

Highly autonomous agent for finishing complex, long tasks Discussion | Link

20 часов назад @ producthunt.com
Pet SenS AI - Pet Analyzer
Pet SenS AI - Pet Analyzer

🐾 Pet SenS AI🐾 – Made for those who truly love pets. Discussion | Link

23 часа назад @ producthunt.com
Breadcrumb
Breadcrumb

Open-source LLM tracing for agent visibility Discussion | Link

23 часа назад @ producthunt.com
Nebils
Nebils

An AI social network for humans, agents & models Discussion | Link

1 day назад @ producthunt.com
Inspekt
Inspekt

AI-powered API proxy for automated debugging and security Discussion | Link

1 day назад @ producthunt.com
Jentic Mini
Jentic Mini

Give your AI agents safe access to 10,000+ APIs Discussion | Link

1 day назад @ producthunt.com
slicer.dev
slicer.dev

Copy web components and convert them into prompts Discussion | Link

1 day, 1 hour назад @ producthunt.com
Linear Agent
Linear Agent

Synthesize context, makes recommendations, and takes action. Discussion | Link

1 day, 4 hours назад @ producthunt.com
Claude Mobile: Work Tools
Claude Mobile: Work Tools

Access Claude work tools on the go Discussion | Link

1 day, 4 hours назад @ producthunt.com
Lyria 3 Pro by Google Deepmind
Lyria 3 Pro by Google Deepmind

Create longer AI music tracks with structure & control Discussion | Link

1 day, 5 hours назад @ producthunt.com
Dunky AI
Dunky AI

Practice your elevator pitch with Dunky AI Discussion | Link

1 day, 5 hours назад @ producthunt.com
Luzo
Luzo

Design and debug API workflows visually Discussion | Link

1 day, 6 hours назад @ producthunt.com
Autonoma Sourcing
Autonoma Sourcing

Your AI procurement department Discussion | Link

1 day, 6 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 4 months, 4 weeks назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

4 months, 4 weeks назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

4 months, 4 weeks назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 4 weeks назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 months, 4 weeks назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 4 weeks назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

4 months, 4 weeks назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

5 months назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

5 months назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

5 months назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

5 months назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 2 часа назад
Downtown Container Park in Las Vegas, Nevada
Downtown Container Park in Las Vegas, Nevada Downtown Container Park in Las Vegas, Nevada

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

The action you just performed triggered the security solution.

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

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

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

2 часа назад @ atlasobscura.com
Philopappou Hill Pathways in Athens, Greece
Philopappou Hill Pathways in Athens, Greece Philopappou Hill Pathways in Athens, Greece

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

The action you just performed triggered the security solution.

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

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

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

4 часа назад @ atlasobscura.com
This Chef Is Redefining Cuban Comfort Food From a Kissimmee Food Truck
This Chef Is Redefining Cuban Comfort Food From a Kissimmee Food Truck This Chef Is Redefining Cuban Comfort Food From a Kissimmee Food Truck

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

The action you just performed triggered the security solution.

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

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

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

5 часов назад @ atlasobscura.com
Oka Point in Oka, Guam
Oka Point  in Oka, Guam Oka Point in Oka, Guam

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.

6 часов назад @ atlasobscura.com
The Cheeky Boy at Hummel Fountain in Hamburg, Germany
The Cheeky Boy at Hummel Fountain in Hamburg, Germany The Cheeky Boy at Hummel Fountain in Hamburg, Germany

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

The action you just performed triggered the security solution.

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

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

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

8 часов назад @ atlasobscura.com
Sieboldhuis in Leiden, Netherlands
Sieboldhuis in Leiden, Netherlands Sieboldhuis in Leiden, Netherlands

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

The action you just performed triggered the security solution.

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

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

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

1 day, 2 hours назад @ atlasobscura.com
Hope Cross in Glossop, England
Hope Cross in Glossop, England Hope Cross in Glossop, England

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

The action you just performed triggered the security solution.

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

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

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

1 day, 4 hours назад @ atlasobscura.com
The Buried Church Beneath Musée Rude in Dijon, France
The Buried Church Beneath Musée Rude in Dijon, France The Buried Church Beneath Musée Rude in Dijon, France

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

The action you just performed triggered the security solution.

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

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

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

1 day, 6 hours назад @ atlasobscura.com
Terracotta Army of Qin Shi Huang in Xian Shi, China
Terracotta Army of Qin Shi Huang in Xian Shi, China Terracotta Army of Qin Shi Huang in Xian Shi, China

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

The action you just performed triggered the security solution.

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

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

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

1 day, 8 hours назад @ atlasobscura.com
Ancient Walls of Valencia in Valencia, Spain
Ancient Walls of Valencia in Valencia, Spain Ancient Walls of Valencia in Valencia, Spain

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

The action you just performed triggered the security solution.

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

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

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

2 days, 2 hours назад @ atlasobscura.com
Franklin College Benjamin Franklin Statue in Franklin, Indiana
Franklin College Benjamin Franklin Statue in Franklin, Indiana Franklin College Benjamin Franklin Statue in Franklin, Indiana

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

The action you just performed triggered the security solution.

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

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

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

2 days, 4 hours назад @ atlasobscura.com
Forbes Street Tree Wall in Hong Kong
Forbes Street Tree Wall in Hong Kong Forbes Street Tree Wall in Hong Kong

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

The action you just performed triggered the security solution.

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

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

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

2 days, 6 hours назад @ atlasobscura.com
Pope Leo XIV's Childhood Home in Dolton, Illinois
Pope Leo XIV's Childhood Home in Dolton, Illinois Pope Leo XIV's Childhood Home in Dolton, Illinois

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

The action you just performed triggered the security solution.

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

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

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

2 days, 8 hours назад @ atlasobscura.com
Site of the Invention of Irn-Bru in Glasgow, Scotland
Site of the Invention of Irn-Bru in Glasgow, Scotland Site of the Invention of Irn-Bru in Glasgow, Scotland

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

The action you just performed triggered the security solution.

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

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

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

3 days, 2 hours назад @ atlasobscura.com
House of the Lion in Vale do Sol, Brazil
House of the Lion in Vale do Sol, Brazil House of the Lion in Vale do Sol, Brazil

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

The action you just performed triggered the security solution.

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

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

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

3 days, 4 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 7 часов назад
Industrial heating drives 20% of global energy demand as SolidWatts secures €1.9 million Seed round
Industrial heating drives 20% of global energy demand as SolidWatts secures €1.9 million Seed round Industrial heating drives 20% of global energy demand as SolidWatts secures €1.9 million Seed round

SolidWatts’ Seed round can be set against a broader run of funding in industrial decarbonisation and energy systems.

Taken together with SolidWatts, these rounds amount to over €180 million in funding, indicating steady capital flow into technologies linked to industrial heat, electrification, energy efficiency and adjacent infrastructure.

“Industrial process heating accounts for around 20% of global energy demand and roughly 10% of worldwide CO₂ emissions – yet it remains one of the hardest sectors to decarbonise.

SolidWatts develops a solid-state Radio Frequency (RF) platform designed to replace fossil fuel-based heating systems in industrial applications.

According to the company, electr…

7 часов назад @ eu-startups.com
Angel investor and efino founder Brigitte Baumann will join us as speaker at this year’s EU-Startups Summit
Angel investor and efino founder Brigitte Baumann will join us as speaker at this year’s EU-Startups Summit Angel investor and efino founder Brigitte Baumann will join us as speaker at this year’s EU-Startups Summit

We are pleased to announce that Brigitte Baumann, founder of efino and one of Europe’s top business angels, returns as a speaker at the EU-Startups Summit 2026 on 7-8 May in sunny Malta.

With more than 30 years of experience bringing new technologies to market across Europe and the US, Brigitte has built a strong reputation as a serial entrepreneur, business angel, board member, and ecosystem builder.

Over the years, she has worked closely with founders, investors, angel groups, seed fund managers, corporates, and public institutions, helping strengthen startup financing ecosystems and support innovation-driven growth.

Baumann returns to the 2026 edition of the summit to deliver a keynote t…

11 часов назад @ eu-startups.com
UK warehouse intelligence company Dexory adds €9.8 million from British Business Bank to Series C
UK warehouse intelligence company Dexory adds €9.8 million from British Business Bank to Series C UK warehouse intelligence company Dexory adds €9.8 million from British Business Bank to Series C

Wallingford-based Dexory, a provider of real-time warehouse data intelligence and autonomous solutions, has received €9.8 million (£8.5 million) from the British Business Bank as part of its ongoing Series C announced in October 2025.

Andrei Danescu, CEO and co-founder of Dexory, says, “We’re proud to have the support of the British Business Bank as we accelerate our expansion into global markets.

Together with Dexory’s €9.8 million, that points to almost €180 million in disclosed funding across this slice of the sector.

The platform is underpinned by intelligence from its global operational data, including more than a billion warehouse location scans, allegedly the largest pool of live war…

12 часов назад @ eu-startups.com
British kitchen knife company Allday Goods raises €883.7k to turn plastic waste into premium kitchenware
British kitchen knife company Allday Goods raises €883.7k to turn plastic waste into premium kitchenware British kitchen knife company Allday Goods raises €883.7k to turn plastic waste into premium kitchenware

Allday Goods, an East London-based kitchenware brand turning plastic waste into high-quality kitchen goods, has raised nearly €883.7k (£765k) to scale with exciting new product releases and expand into new markets.

The board of Allday Goods, consisting of founder Hugo Worsley and Gozney, is now joined by FIGR.

FIGR’s Portfolio Director Ellie Craig first discovered Allday Goods in the pages of Esquire.

Now is the moment to take Allday from cult status to a kitchen staple,” said Ellie Craig.

According to FIGR, in Allday Goods, FIGR observed a founder-led brand developed through material experimentation rather than slide decks.

12 часов назад @ eu-startups.com
The EU-Startups Podcast | Interview with Jan Oberhauser, Founder and CEO of n8n!
The EU-Startups Podcast | Interview with Jan Oberhauser, Founder and CEO of n8n! The EU-Startups Podcast | Interview with Jan Oberhauser, Founder and CEO of n8n!

This week on the EU-Startups Podcast, we sit down with Jan Oberhauser, Founder and CEO of n8n, a Berlin-based workflow automation platform that enables developers and businesses to connect apps, automate processes, and build powerful AI-driven workflows while maintaining flexibility and control over their data.

Founded out of Jan’s own frustration with repetitive coding tasks, n8n has grown into one of Europe’s best-known automation companies, recognised for its fair-code approach, open nature, and strong appeal among both technical teams and enterprises.

In the interview, Jan shares how the idea for n8n first came about, the story behind the company’s unusual name, and why openness, self-h…

12 часов назад @ eu-startups.com
Amsterdam’s OpenUp secures €20 million to expand its employee mental health platform across Europe
Amsterdam’s OpenUp secures €20 million to expand its employee mental health platform across Europe Amsterdam’s OpenUp secures €20 million to expand its employee mental health platform across Europe

OpenUp, an Amsterdam-based employee mental health startup, has secured €20 million from venture capital firms Smartfin and Rubio Impact Ventures.

Although interest is growing strongly, the mental well-being market in Europe is still relatively small and fragmented.

At the same time, mental health is one of the most important challenges of the 21st century.

Founded in 2020 by Coppens, OpenUp is an employee mental health platform that provides direct support to build and retain resilient and engaged teams.

The company reported that its mental well-being platform currently has over 250 connected professionals and is accessible in 35 languages.

14 часов назад @ eu-startups.com
Arkadia Space lands €14.5 million EIC boost for its green propulsion systems designed to replace toxic space fuels
Arkadia Space lands €14.5 million EIC boost for its green propulsion systems designed to replace toxic space fuels Arkadia Space lands €14.5 million EIC boost for its green propulsion systems designed to replace toxic space fuels

Arkadia Space, a Castellón-based SpaceTech startup focused on green propulsion systems for satellites and space vehicles, has been selected by the European Innovation Council (EIC) Accelerator, securing €14.5 million in funding.

The total funding comprises a €2.5 million grant, €6 million in equity from the EIC Fund, and €6 million in private investment.

According to Arkadia, this makes it the first Spanish space company to receive support through this instrument.

Arkadia Space was founded in 2020 by Francho García, Francisco Espinosa, Ismael Gutiérrez, and Sergio Soler, who had previously worked together at PLD Space.

The EIC boost follows the in-orbit validation of DARK, Arkadia’s green p…

15 часов назад @ eu-startups.com
Amsterdam-based SOUS raises €4 million to become the AI-powered sous chef for restaurant growth
Amsterdam-based SOUS raises €4 million to become the AI-powered sous chef for restaurant growth Amsterdam-based SOUS raises €4 million to become the AI-powered sous chef for restaurant growth

It enables restaurants, chefs and food brands to improve their digital visibility, sell directly to customers, and manage customer relationships across multiple channels.

It enhances digital visibility, facilitates direct online sales to customers, and activates additional sales channels like takeaway, retail items, experiences, and subscriptions.

SOUS combines enhanced visibility across digital platforms, long-term customer loyalty, and additional direct business in a single solution.

It is also collaborating with key players in the restaurant technology ecosystem to speed up the platform’s adoption and become the growth layer of the restaurant technology stack.

Germany represents the comp…

17 часов назад @ eu-startups.com
AI expert and business angel Dr. Arndt Schwaiger joins the EU-Startups Summit 2026!
AI expert and business angel Dr. Arndt Schwaiger joins the EU-Startups Summit 2026! AI expert and business angel Dr. Arndt Schwaiger joins the EU-Startups Summit 2026!

We are excited to announce that entrepreneur, business angel, mentor, speaker, and author with a PhD in Artificial Intelligence and Computer Science, Dr. Arndt Schwaiger, will join the EU-Startups Summit 2026 on May 7-8 in sunny Malta.

He also brings first-hand experience as a co-founder of several technology businesses, combining deep technical expertise with a strong understanding of product and business strategy.

Join us at the EU-Startups Summit 2026 for two days of learning, networking, and inspiration.

The Group’s growth and diversification have resulted in a wide coverage of business sectors through a commitment to long-term results.

The IONOS Cloud Start-up Program provides young co…

1 day, 7 hours назад @ eu-startups.com
Vuelo secures €64 million in Seed funding to build an AI-native travel booking experience
Vuelo secures €64 million in Seed funding to build an AI-native travel booking experience Vuelo secures €64 million in Seed funding to build an AI-native travel booking experience

London based TravelTech startup Vuelo has raised €64 million (£56 million) in Seed funding to expand its AI-native travel booking platform, enabling customers to discover, book, finance, and plan through a single intelligent experience.

The round includes €6.9 million (£6 million) in equity funding led by Backed VC and Play Ventures, alongside €57 million (£50 million) in debt financing provided by Viola Credit.

“Vuelo is different because we’re not bolting credit onto a booking engine or AI onto a payments product.

We’re building a single platform which offers discovery, booking, financing, and in-trip support.

Collectively, those four travel-focused rounds amount to about €18.6 million, w…

1 day, 7 hours назад @ eu-startups.com
YC-backed Mandel AI raises €3.6 million Seed round for its AI supply chain coordination platform
YC-backed Mandel AI raises €3.6 million Seed round for its AI supply chain coordination platform YC-backed Mandel AI raises €3.6 million Seed round for its AI supply chain coordination platform

Mandel AI, a Sofia-based startup specialising in AI supply chain coordination that helps manufacturers manage supplier coordination, detect disruptions, and automate procurement, has closed a €3.6 million Seed round.

“Every supply chain system was built to track what happened.

We built the AI for the people who keep supply chains running,” said Nick Gospodinov, Founder and CEO.

Founded in 2023, Mandel AI aims to replace the spreadsheets and email chains that still run most industrial supply chains today.

It surfaces supply chain disruptions and supplier updates with email AI.

1 day, 9 hours назад @ eu-startups.com
Europe’s push for resilient, flexible power systems fuels €43 million round for Germany’s Entrix
Europe’s push for resilient, flexible power systems fuels €43 million round for Germany’s Entrix Europe’s push for resilient, flexible power systems fuels €43 million round for Germany’s Entrix

This milestone underscores the long-term partnerships and operational depth we have built across Europe.”Munich-based Entrix’s €43 million raise comes amid a broader wave of investment into battery storage, optimisation software and grid-flexibility platforms across Europe.

Additional activity spans adjacent flexibility and storage technologies, including Hybrid Greentech (Copenhagen, €15 million), Photoncycle (Oslo, €15 million), and LIFEPOWR (Antwerp, €5.65 million).

According to the company, as renewable penetration accelerates and power markets become increasingly volatile, orchestrating flexibility across markets becomes critical, and increasingly urgent.

Iberia is one of Europe’s most…

1 day, 10 hours назад @ eu-startups.com
European Deeptech Week 2026: How collaboration is shaping the future of DeepTech in Europe (Sponsored)
European Deeptech Week 2026: How collaboration is shaping the future of DeepTech in Europe (Sponsored) European Deeptech Week 2026: How collaboration is shaping the future of DeepTech in Europe (Sponsored)

Over five days, European Deeptech Week brought together more than 1,900 participants from 45 countries, featuring 330 speakers across 20 parallel events.

A central hub for Europe’s deeptech ecosystemBeyond its programme, European Deeptech Week highlighted the importance of having a centralised space where Europe’s deeptech community can come together to exchange ideas, align priorities and develop new solutions.

This combination of idea exchange and practical execution reinforced the role of European Deeptech Week as a platform not only for discussion, but for action.

European Deeptech Week 2026 showed that when Europe’s deeptech community comes together in a focused and coordinated way, it…

1 day, 11 hours назад @ eu-startups.com
Epoch Biodesign raises €10.3 million to use AI and enzymes to recycle plastic and textile waste at commercial scale
Epoch Biodesign raises €10.3 million to use AI and enzymes to recycle plastic and textile waste at commercial scale Epoch Biodesign raises €10.3 million to use AI and enzymes to recycle plastic and textile waste at commercial scale

Epoch Biodesign, a London-based BioTech startup specialising in enzymatic recycling technology, has closed a €10.3 million ($12 million) financing round to accelerate the commercialisation of its recycled nylon 6,6.

Very soon, recycled nylon 6,6 will be available to our partners in apparel, automotive and beyond.”Founded in 2019, Epoch Biodesign combines artificial intelligence and advanced synthetic biology to design enzymes to efficiently recycle end-of-life plastic and textile waste at a commercial scale.

“With Epoch’s process, waste garments and other nylon materials will be transformed back into their original chemical building blocks – monomers, specifically adipic acid and HMDA.

Earl…

1 day, 12 hours назад @ eu-startups.com
Barcelona’s Galtea raises €2.7 million, backed by Mozilla Ventures, for its AI evaluation platform
Barcelona’s Galtea raises €2.7 million, backed by Mozilla Ventures, for its AI evaluation platform Barcelona’s Galtea raises €2.7 million, backed by Mozilla Ventures, for its AI evaluation platform

Galtea, a Barcelona-based AI evaluation platform that helps enterprises and developers ship reliable AI agents in production, today announced a €2.7 million ($3.2 million) Seed funding round.

It states that AI testing costs an estimated €11.2 billion ($13 billion) annually for companies across Europe and the US.

It emphasises that, as AI agents are developed and deployed more rapidly, AI teams that neglect comprehensive testing for accuracy, performance, behaviour, and security risks fall behind.

Galtea claims to make AI testing affordable and efficient, improving AI development globally.

Over 6,000 test scenarios were automatically created for the agent via Galtea, saving approximately 600…

1 day, 14 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 6 часов назад
DSV and Renaissance Philanthropy set out to rewire crop resilience innovation
DSV and Renaissance Philanthropy set out to rewire crop resilience innovation DSV and Renaissance Philanthropy set out to rewire crop resilience innovation

Deep Science Ventures (DSV), a UK-based deeptech venture creator, and Renaissance Philanthropy, a nonprofit fueling a 21st-century renaissance by increasing the ambition of philanthropists, scientists...

6 часов назад @ tech.eu
Bioniq cashes in on personalised health boom with $150M Herbalife acquisition
Bioniq cashes in on personalised health boom with $150M Herbalife acquisition Bioniq cashes in on personalised health boom with $150M Herbalife acquisition

Bioniq, creator of personalised supplements based on blood biomarker analysis, has entered into an agreement for the sale of its assets to global nutrition company Herbalife. Founded in 2019, Bioniq d...

9 часов назад @ tech.eu
Allday Goods raises £765K to scale its cult, recycled-plastic knife brand
Allday Goods raises £765K to scale its cult, recycled-plastic knife brand Allday Goods raises £765K to scale its cult, recycled-plastic knife brand

We don’t get many press pitches about consumer brands these days, so when I heard about a kitchen knife company that had raised VC funding, my interest was piqued. Allday Goods is an East London-base...

9 часов назад @ tech.eu
Most UK startups aren’t in London. But most funding still is
Most UK startups aren’t in London. But most funding still is Most UK startups aren’t in London. But most funding still is

In the UK, 53 per cent of high-growth businesses are based outside London, but they receive only 39 per cent of the funding. Jenson Brook is a serial entrepreneur and the founder of Britain's Got Sta...

10 часов назад @ tech.eu
Theia Insights grabs $8M to map the global economy with AI
Theia Insights grabs $8M to map the global economy with AI Theia Insights grabs $8M to map the global economy with AI

Cambridge-based deeptech company Theia Insights has raised $8 million in Series A funding, ledby MiddleGame Ventures, with participation from Further Ventures and UnusualVentures. The round brings the...

11 часов назад @ tech.eu
Klarna veterans launch Galdera with €1.5M for AI financial modeling
Klarna veterans launch Galdera with €1.5M for AI financial modeling Klarna veterans launch Galdera with €1.5M for AI financial modeling

Stockholm-based Galdera Labs has launchedwith €1.5 million in pre-seed funding to develop an AI-driven platform forfinancial modelling. The round was led by J12 Ventures, with participation fromAntler...

11 часов назад @ tech.eu
From early-stage depth to global scale-ups: the Finnish tech ecosystem
From early-stage depth to global scale-ups: the Finnish tech ecosystem From early-stage depth to global scale-ups: the Finnish tech ecosystem

The 2025 funding landscape inFinland reflects a combination of large late-stage rounds and a broad level ofearly-stage activity. With approximately €2.9 billion raised, a substantialportion of capital...

13 часов назад @ tech.eu
Giraffe360 raises $10M Series B financing led by Cipio Partners
Giraffe360 raises $10M Series B financing led by Cipio Partners Giraffe360 raises $10M Series B financing led by Cipio Partners

Giraffe360, an AI-powered real estatemarketing technology company, has closed a $10 million Series B funding roundled by Cipio Partners. Existing investors, including Founders Fund, which ledthe compa...

14 часов назад @ tech.eu
Arkadia Space secures €14.5M EIC backing for green propulsion tech
Arkadia Space secures €14.5M EIC backing for green propulsion tech Arkadia Space secures €14.5M EIC backing for green propulsion tech

Spanish space company Arkadia Space has secured €14.5 million in fundingfrom the European Innovation Council Accelerator. The package includes a €2.5million grant, €6 million in equity from the EIC Fu...

15 часов назад @ tech.eu
SOUS secures €4M to develop AI growth tools for restaurants
SOUS secures €4M to develop AI growth tools for restaurants SOUS secures €4M to develop AI growth tools for restaurants

Amsterdam-basedSOUS, an AI-powered growth platform for independent food and beveragebusinesses, has raised €4 million in seed funding. The round was led by Seed +Speed Ventures, with participation fro...

16 часов назад @ tech.eu
futurepresent emerges from stealth with $300M Fund I to back AI across infrastructure and industry
futurepresent emerges from stealth with $300M Fund I to back AI across infrastructure and industry futurepresent emerges from stealth with $300M Fund I to back AI across infrastructure and industry

After more than a year of quietly investing, German VC firm futurepresent is emerging from stealth with Fund I totalling $300 million.The firm is being built as a deliberately small partnership with a...

1 day, 6 hours назад @ tech.eu
Granola raises $125M at $1.5BN valuation
Granola raises $125M at $1.5BN valuation Granola raises $125M at $1.5BN valuation

Granola, the AI note-taking app, has bagged a $125m funding round, elevating its valuation to $1.5bn, hitting unicorn startus, it announced today. The funding round was led by Index Ventures, with par...

1 day, 6 hours назад @ tech.eu
Y Combinator-backed Mandel AI raises $3.9M to automate global supply chains
Y Combinator-backed Mandel AI raises $3.9M to automate global supply chains Y Combinator-backed Mandel AI raises $3.9M to automate global supply chains

Mandel AI has raised $3.9 million Seed funding to build coordination for global supply chains. The startup has developed an AI supply chain coordinator that helps manufacturers manage supplier coord...

1 day, 6 hours назад @ tech.eu
German fintech Solaris to axe 20 per cent of 400-strong workforce, as becomes “AI-native bank"
German fintech Solaris to axe 20 per cent of 400-strong workforce, as becomes “AI-native bank&quot; German fintech Solaris to axe 20 per cent of 400-strong workforce, as becomes “AI-native bank&quot;

One of Germany’s most high-profile fintechs in recent years is cutting 20 per cent of its workforce, as it looks to become an “AI-native bank", marking the latest restructure at Solaris.Solaris, which...

1 day, 7 hours назад @ tech.eu
Entrix raises €43M as contracted battery storage portfolio reaches 3GW
Entrix raises €43M as contracted battery storage portfolio reaches 3GW Entrix raises €43M as contracted battery storage portfolio reaches 3GW

Battery optimisation company Entrix today announced two critical milestones. It has raised €43 million in funding and reached 3 GW / 8.5 GWh of contracted battery storage capacity. Of the contracted ...

1 day, 10 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 2 days, 23 hours назад
Air Street becomes one of the largest solo VCs in Europe with $232M fund
Air Street becomes one of the largest solo VCs in Europe with $232M fund

London’s Air Street Capital has raised a large Fund III with eyes locked on backing early-stage European and North American AI companies.

2 days, 23 hours назад @ techcrunch.com
European Parliament blocks AI on lawmakers’ devices, citing security risks
European Parliament blocks AI on lawmakers’ devices, citing security risks

EU lawmakers found their government-issued devices were blocked from using the baked-in AI tools, amid fears that sensitive information could turn up on the U.S. servers of AI companies.

1 month, 1 week назад @ 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, 2 weeks назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

2 months назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

3 months назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

5 months, 1 week назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

6 months назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

6 months назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

6 months, 1 week назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

6 months, 1 week назад @ 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, 3 weeks назад @ techcrunch.com
Neobank Revolut seeks $65B valuation, a year after its $45B deal
Neobank Revolut seeks $65B valuation, a year after its $45B deal

Europe’s fintech darling Revolut is looking to raise a new funding round that would give it a $65 billion valuation, the Financial Times reports. The UK-based company is reportedly in talks to raise around $1 billion by issuing new shares and selling existing ones. The US-based firm Greenoaks is said to be leading the round, […]

8 months, 2 weeks назад @ techcrunch.com
Researchers confirm two journalists were hacked with Paragon spyware
Researchers confirm two journalists were hacked with Paragon spyware

The confirmation of two hacked victims further deepens an ongoing spyware scandal that, for now, appears largely focused on the Italian government.

9 months, 2 weeks назад @ techcrunch.com
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist

The Italian government claims that accepting Paragon’s help would have compromised national security and classified information.

9 months, 2 weeks назад @ techcrunch.com