Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 3 часа назад
Fuck Off AI Music
Fuck Off AI Music

fuck off ai musicwelcome to the fuck off ai music movementin this movement we believe that ai music should fuck off.

sorry i’d love to but i can’t unfortunately because i’m part of the fuck off ai music movement?

sorry maybe they are but unfortunately i’m part of the fuck off ai music movement so count me out?

sorry that may or may not be the case but either way i’m part of the fuck off ai music movement?

To me it seems like these questions are implicitly not asking about your membership in the fuck off ai music movement, but about your assumed reasons for that so I feel like these responses are kind of badsorry i’d love to discuss my views on ai music in more detail with you but unfortunat…

3 часа назад @ fuckoffaimusic.com
We decreased our LLM costs with Opus
We decreased our LLM costs with Opus We decreased our LLM costs with Opus

It worked, but it was the worst of both worlds: still expensive, and the results weren't as good as a frontier model.

We switched to the "triager" pattern: a Haiku agent with a very specific and narrow job.

The Haiku agent reads the logs, searches error messages, tries to match against known failures, and makes a call.

Expensive agents plan, cheap agents do the workOpus looks at what failed, forms a hypothesis, and spawns Haiku sub-agents to do the actual digging.

Return the exact error messages from the pnpm install step, the full error output, especially the last 50-100 lines.

3 часа назад @ mendral.com
Claude system prompt bug wastes user money and bricks managed agents
Claude system prompt bug wastes user money and bricks managed agents Claude system prompt bug wastes user money and bricks managed agents

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

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

4 часа назад @ github.com
ChatGPT serves ads. Here's the full attribution loop
ChatGPT serves ads. Here's the full attribution loop ChatGPT serves ads. Here's the full attribution loop

OpenAI hosts the advertiser's creative, not the merchant.. OpenAI hosts the advertiser's creative, not the merchant.

How ads get selectedA single account in the panel received six different ads across six conversations on six different topics.

Their roles, based on where they appear:ads_spam_integrity_payload sent inside the SSE data, never on the click URL.

olref paired with oppref on the click URL but not stored by the SDK we observed.

Browser opens:https://www.grubhub.com/?utm_source=chatgptpilot&... &oppref;=gAAAA<...> &olref;=gAAAA<...>The merchant page loads the OAIQ SDK: oaiq('init', { pid: '' }); oaiq('measure', 'contents_viewed', { ... }); oaiq.min.js is at version 0.1.3.

4 часа назад @ buchodi.com
Claude for Creative Work
Claude for Creative Work Claude for Creative Work

Key to both these goals is integrating Claude into the tools the creative industry already knows and trusts.

Today, with a coalition of partners including Blender, Autodesk, Adobe, Ableton, and Splice, we’re releasing a set of connectors—tools that let Claude work alongside the software creative professionals rely on, so creatives can extend their reach.

Using Claude for creative workHere are a few of the ways Claude can be used for creative tasks:Learning and mastering creative tools : Claude can act as an on-demand tutor for complex software.

Claude Design is a new product from Anthropic Labs that can be used to explore ideas for software experiences.

Taking care of repetitive production …

4 часа назад @ anthropic.com
Apple CMF (Color-Matching Functions) 2026
Apple CMF (Color-Matching Functions) 2026

Comments

4 часа назад @ lttlabs.com
Carrot Disclosure: Forgejo
Carrot Disclosure: Forgejo Carrot Disclosure: Forgejo

Since Fedora moved from Pagure to Forgejo, I finally had an incentive to take a good look at Forgejo's security posture.

But given the sorry state of the codebase, I'm pretty sure I could spend another evening and find another chain.

I discussed the conundrum with a friend of mine, and was told to put my money where my mouth is, and just go with carrot disclosure that I usually advocate for in this kind of situation:Carrot Disclosure, dangling a metaphorical carrot in front of the vendor to incentivise change.

The main idea is to only publish the (redacted) output of the exploit for a critical vulnerability, to showcase that the software is exploitable.

Users of this disclosure model are of…

6 часов назад @ dustri.org
Before GitHub
Before GitHub Before GitHub

GitHub was part of the social infrastructure of Open Source for a very long time.

GitHub changed how Open Source feels, and later npm and other systems changed how dependencies feel.

A Smaller WorldBefore GitHub, Open Source was a much smaller world.

What GitHub Gave UsIt is easy now to talk only about GitHub’s failures, of which there are currently many, but that would be unfair: GitHub was, and continues to be, a tremendous gift to Open Source.

But maybe the most underappreciated thing GitHub did was archival work: GitHub became a library.

6 часов назад @ lucumr.pocoo.org
I Won a Championship That Doesn't Exist
I Won a Championship That Doesn't Exist I Won a Championship That Doesn't Exist

The ExperimentEveryone in security is talking about poisoned LLM models.

article announcing the championship with a single citation pointing back to 6nimmt.comThe whole thing took maybe twenty minutes.

MitigationsFor individuals using LLMs with retrieval capabilities:Treat single source claims as uncorroborated regardless of how authoritative the single source looksParallel phrasing across sources is a signature of derivation, not corroboration.

This attack and test was a $12 domain, a single Wikipedia edit, and about twenty minutes of my time.

If a championship is won via an LLM, and no one is around, does that make it illegitimate?

7 часов назад @ ron.stoner.com
Drone pilot makes US rescind no-fly zones around unmarked, moving ICE vehicles
Drone pilot makes US rescind no-fly zones around unmarked, moving ICE vehicles Drone pilot makes US rescind no-fly zones around unmarked, moving ICE vehicles

In January 2026, during the height of protests against immigration raids in Minneapolis, federal agents shot and killed 37-year-old Renee Good.

While such no-fly zones used to be about controlling aircraft, they now often focus on small drones.

The expanded no-fly zones announced on January 16 prohibited such drones from flying within 3,000 lateral feet and 1,000 vertical feet of federal facilities.

But for the first time, the order extended no-fly zones to ground vehicles belonging to the Department of Homeland Security.

Levine immediately stopped flying when he saw the no-fly notice.

7 часов назад @ arstechnica.com
Show HN: My friend and his AI homies wrote SGI Indy emulator in Rust
Show HN: My friend and his AI homies wrote SGI Indy emulator in Rust Show HN: My friend and his AI homies wrote SGI Indy emulator in Rust

Me and my homies Claude and Gemini present:IRIS — Irresponsible Rust IRIX SimulatorAn SGI Indy emulator, vibed into existence with Rust and AI assistance.

A: An SGI Indy (MIPS R4400) emulator.

JIT compilersMIPS JIT ( --features jit )Optional Cranelift-based JIT.

Enable with --features jit at build time and IRIS_JIT=1 at runtime.

cargo run --release --features rex-jitCopy-on-write disk overlayProtects disk images from corruption during development and testing.

7 часов назад @ github.com
Ghostty is leaving GitHub
Ghostty is leaving GitHub Ghostty is leaving GitHub

April 28, 2026Writing this makes me irrationally sad, but Ghostty will be leaving GitHub1.

I'm GitHub user 1299, joined Feb 2008.

Since then, I've opened GitHub every single day.

On vacations I'd have bookmarks of different projects on GitHub I wanted to study.

I love GitHub more than a person should love a thing, and I'm mad at it.

8 часов назад @ mitchellh.com
Interview with OpenAI and AWS CEOs about Bedrock Managed Agents
Interview with OpenAI and AWS CEOs about Bedrock Managed Agents Interview with OpenAI and AWS CEOs about Bedrock Managed Agents

On to the Interview:An Interview with OpenAI CEO Sam Altman and AWS CEO Matt Garman About Bedrock Managed AgentsThis interview is lightly edited for clarity.

AWS and StartupsMatt Garman and Sam Altman — well Matt, welcome to Stratechery — and Sam, welcome back [I previously interviewed Altman in October 2025, March 2025, and February 2023].

MG: I think that’s a very common pattern that a lot of startups have today, absolutely.

Bedrock Managed AgentsWell that brings us to today’s announcement: Bedrock Managed Agents, powered by OpenAI, I think I got that right.

I think just with GPUs, by the way, you’re going to interact with a lot of these accelerator chips through abstractions.

8 часов назад @ stratechery.com
C, Just In Time!
C, Just In Time!

CJIT C, Just in Time!

A tiny, portable C compiler and interpreter inspired by HolyC by Terry Davis, based on TinyCC by Fabrice Bellard, and crafted by Jaromil & the Dyne.org crew

9 часов назад @ dyne.org
A playable DOOM MCP app
A playable DOOM MCP app A playable DOOM MCP app

DOOM runs in ChatGPT and ClaudeApr 17, 2026I made a playable DOOM MCP app that can launch inline inside compatible AI clients like ChatGPT and Claude, and falls back to a browser URL everywhere else.

DOOM running on Claude webMCP apps are "interactive UI applications that render inside MCP hosts like Claude Desktop."

The first goal was straightforward: expose a tool that creates a DOOM session and returns a signed launch URL.

Later I added get_doom_launch_url as a simpler fallback for clients that aren’t able to render the inline app UI.

Once I stopped trying to embed a browser page inside the MCP app, and instead treated the MCP app as the browser page, things got much cleaner.

9 часов назад @ chrisnager.com
Hacker News Hacker News
последний пост 3 часа назад
Bankruptcies increase 11.9 percent
Bankruptcies increase 11.9 percent Bankruptcies increase 11.9 percent

Published on April 23, 2026Bankruptcy filings increased 11.9 percent during the 12-month period ending March 31, 2026.

Non-business filings rose 11.9 percent, from 505,771 in March 2025 to 565,890 in March 2026.

Bankruptcy totals for the previous 12 months are reported four times annually.

For more than a decade, total filings fell steadily, from a high of nearly 1.6 million in September 2010 to a low of 380,634 in June 2022.

Total filings have increased each quarter since then, but they remain far lower than historical highs.

9 часов назад @ uscourts.gov
A good AGENTS.md is a model upgrade. A bad one is worse than no docs at all
A good AGENTS.md is a model upgrade. A bad one is worse than no docs at all A good AGENTS.md is a model upgrade. A bad one is worse than no docs at all

We pulled dozens of AGENTS.md files from across our monorepo and measured their effect on code generation.

Cover the common cases and workflows at a high level, then push details into reference files the agent can load on demand.

AGENTS.md files with 15+ sequential "don'ts" and no "dos" caused the agent to over-explore, stay conservative, and do less work.

Keep your code modular, and AGENTS.md tooThe best-performing agent docs described relatively isolated submodules.

AGENTS.md files are discovered automatically in 100% of cases, for every file in the hierarchy from the working directory by most harnesses.

9 часов назад @ augmentcode.com
Waymo in Portland
Waymo in Portland Waymo in Portland

Portland has always been a pioneer in urban design, balancing its independent spirit with a deep commitment to sustainable, forward-thinking living.

This unique blend of innovation and community makes it the perfect place for Waymo’s next chapter.

That’s why we’re very excited about Waymo’s coming to Portland.

MADD has been a long-time partner with Waymo and we are proud of our shared commitment to protect drivers, passengers, pedestrians, and the community from impaired driving.”Ready to experience Waymo in Portland?

Sign up for updates and be among the first to ride when we’re ready: waymo.com/updates.

10 часов назад @ waymo.com
Claude.ai is unavailable
Claude.ai is unavailable Claude.ai is unavailable

Comments

10 часов назад @ status.claude.com
BookStack Moves from GitHub to Codeberg
BookStack Moves from GitHub to Codeberg BookStack Moves from GitHub to Codeberg

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.

10 часов назад @ github.com
Show HN: Auto-Architecture: Karpathy's Loop, Pointed at a CPU
Show HN: Auto-Architecture: Karpathy's Loop, Pointed at a CPU Show HN: Auto-Architecture: Karpathy's Loop, Pointed at a CPU

The setupauto-arch-tournament is a 5-stage in-order RV32IM core in SystemVerilog — the textbook pipeline you'd write in a graduate architecture class.

Each round, three slots run in parallel:The agent proposes a microarchitectural hypothesis as YAML, schema-checked against schemas/hypothesis.schema.json .

That is +92% over the locked baseline and +56% over VexRiscv on CoreMark iter/sec (370 → 578), with 40% fewer LUTs.

At round 24, after the peak fitness of 577 iter/s was already locked, the agent proposed Registered Lookahead JALR Target Predictor .

The agent loop is a producer.

11 часов назад @ github.com
Warp is now Open-Source
Warp is now Open-Source Warp is now Open-Source

Website · Code · Agents · Terminal · Drive · Docs · How Warp WorksNote OpenAI is the founding sponsor of the new, open-source Warp repository, and the new agentic management workflows are powered by GPT models.

AboutWarp is an agentic development environment, born out of the terminal.

Open Source & ContributingWarp's client codebase is open source and lives in this repository.

Join our Slack Community to connect with other users and get help from the Warp team.

Open Source DependenciesWe'd like to call out a few of the open source dependencies that have helped Warp to get off the ground:

11 часов назад @ github.com
Infisical (YC W23) Is Hiring Full Stack Software Engineers (Remote)
Infisical (YC W23) Is Hiring Full Stack Software Engineers (Remote) Infisical (YC W23) Is Hiring Full Stack Software Engineers (Remote)

Comments

11 часов назад @ jobs.ashbyhq.com
AI's Economics Don't Make Sense
AI's Economics Don't Make Sense AI's Economics Don't Make Sense

Both assumptions were wrong, because the monthly subscription model does not make sense for any service connected to a Large Language Model.

A customer of Google Workspace — at least before AI — cost whatever the cost of accessing or storing documents were, as well as the ongoing costs of Google Docs and other services.

The Economics of AI Data Centers And Compute Do Not Make SenseThe way that people talk about AI data centers is completely disconnected from reality, and I don’t think people realize how ridiculous this entire era has become.

I also don’t see how any of these AI data centers actually make sense, even if they have customers to pay them for the first few years.

It is unreliabl…

11 часов назад @ wheresyoured.at
Greece to ban anonymity on social media
Greece to ban anonymity on social media

Comments

11 часов назад @ euractiv.com
Laguna XS.2 and M.1
Laguna XS.2 and M.1 Laguna XS.2 and M.1

We’ve released the first two models in the Laguna family, Laguna M.1 and Laguna XS.2, alongside the runtime we use to train and operate agents, available through two product experiences in preview.

Laguna XS.2 and Laguna M.1 are agentic coding models built for long-horizon work.

Laguna M.1 225B-A23BLaguna XS.2 33B-A3BQwen3.5 397B-A17BQwen3.5 35B-A3BQwen3.6 35B-A3BClaude Sonnet 4.6 -Laguna M.1 is our most capable model to date and completed pre-training at the end of last year.

Laguna XS.2 is our second-generation MoE and our first open-weight model, built on everything we've learned since training Laguna M.1 across data, including synthetic, and RL.

MuonThrough all training stages of Lagu…

11 часов назад @ poolside.ai
GitHub RCE Vulnerability: CVE-2026-3854 Breakdown
GitHub RCE Vulnerability: CVE-2026-3854 Breakdown GitHub RCE Vulnerability: CVE-2026-3854 Breakdown

Wiz Research uncovered a critical vulnerability (CVE-2026-3854) in GitHub's internal git infrastructure that could have affected both GitHub.com and GitHub Enterprise Server.

Figure: Vulnerability overview - a single git push compromises GitHub's internal infrastructureRequired Actions and MitigationsGitHub.com: GitHub has mitigated this issue.

Git push options are arbitrary strings that users can pass with git push -o .

Figure: GitHub internal git push pipelineThe Vulnerability: X-Stat Field InjectionSo what happens when user-controlled input reaches the X-Stat header without proper sanitization?

remote: starting PreReceiveBlobCheck(100.00, 50.00) hook... remote: finished PreReceiveBlobChe…

12 часов назад @ wiz.io
Cybersec is a thankless job: expanding workload and shrinking pay packet
Cybersec is a thankless job: expanding workload and shrinking pay packet Cybersec is a thankless job: expanding workload and shrinking pay packet

Cybersecurity professionals were the most overlooked workers in IT when it came to pay rises in 2025, according to new figures from recruiter Harvey Nash.

"At the same time, AI is expanding the threat surface and increasing the volume, speed, and complexity of what security teams have to deal with.

The salary data also comes during a period of instability in the cybersecurity job market, with full-time job opportunities starting to plummet due to global economics and technological innovations, like AI, erasing entry-level positions.

Cybersecurity, like many other industries, is now in an employer-controlled job market – a far cry from the skills-gap panic of recent years.

We're asking cyber…

12 часов назад @ theregister.com
Anthropic Joins the Blender Development Fund as Corporate Patron
Anthropic Joins the Blender Development Fund as Corporate Patron Anthropic Joins the Blender Development Fund as Corporate Patron

Blender Foundation is happy to announce that Anthropic is joining the Blender Development Fund as Corporate Patron.

This support will be dedicated towards Blender core development, to maintain and continuously improve foundational features like the Blender Python API, which enables developers and artists alike to extend and improve the software for custom workflows.

In these uncertain and divisive times, we appreciate Anthropic offering support to the Blender project in the form of a Patron-level membership.

This enables the Blender team to keep pursuing projects independently, and to focus on building tools for artists and creators.

Yet, we also maintain APIs for individuals and corporatio…

12 часов назад @ blender.org
AI uncovers 38 vulnerabilities in largest open source medical record software
AI uncovers 38 vulnerabilities in largest open source medical record software AI uncovers 38 vulnerabilities in largest open source medical record software

The result is a widening gap between what healthcare software can do and how well it is defended.

In the most severe cases, SQL injection vulnerabilities combined with modest database privileges could have led to full database compromise, PHI exfiltration at scale, and remote code execution on the server.

CVE-2026-23627: SQL Injection in Immunization Search/ReportThe Immunization module's search and report endpoints had a similar flaw, but in the web UI rather than the REST API.

Autonomous Issue FixesFor each of the 38 CVEs, AISLE generated a repository-native fix proposal that reused OpenEMR's own abstractions, authorization patterns, and sanitization helpers.

A Partnership for Patient Saf…

12 часов назад @ aisle.com
Lobsters Lobsters
последний пост 1 час назад
Warp is now open-source
Warp is now open-source Warp is now open-source

Today we are announcing a fundamental change in how we build Warp: the Warp client is now open-source, and the community can participate in building it using an agent-first workflow managed by Oz, our cloud agent orchestration platform.

OpenAI is the founding sponsor of the new, open‑source Warp repository, and the new agentic management workflows are powered by GPT models.

In this spirit, we are coupling a few major product improvements with this launch to make Warp more open and customizable.

The Warp team will help guide what gets built, when and how, but we see Warp fundamentally becoming a collaborative effort with our community.

This is a cool opportunity for folks to contribute to a …

1 час назад @ warp.dev
Apple wants to kill your Time Capsule, but they run NetBSD so they can’t
Apple wants to kill your Time Capsule, but they run NetBSD so they can’t Apple wants to kill your Time Capsule, but they run NetBSD so they can’t

It seems like Apple is finally going to remove support for AFP from macOS, twelve years after first moving from AFP to SMB for its default network file-sharing technology.

Still, there is one small group of people to whom this change has an actual impact: owners of Apple’s Time Capsule devices.

Did you know every generation of Time Capsule actually runs NetBSD, and that it’s trivially easy to add support for Samba 4 and SMB3 authentication to your Time Capsule, thereby extending its life expectancy considerably?

↫ TimeCapsuleSMBIt’s compatible with both NetBSD 4 and NetBSD 6-based Time Capsules, although you’ll need to run a single SMB activation command every time a NetBSD 4-based Time Cap…

1 час назад @ osnews.com
Code-golfing riki's HTML templating engine in Julia
Code-golfing riki's HTML templating engine in Julia Code-golfing riki's HTML templating engine in Julia

You signed in with another tab or window.

Reload to refresh your session.

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

3 часа назад @ gist.github.com
Before GitHub
Before GitHub Before GitHub

GitHub was part of the social infrastructure of Open Source for a very long time.

GitHub changed how Open Source feels, and later npm and other systems changed how dependencies feel.

A Smaller WorldBefore GitHub, Open Source was a much smaller world.

What GitHub Gave UsIt is easy now to talk only about GitHub’s failures, of which there are currently many, but that would be unfair: GitHub was, and continues to be, a tremendous gift to Open Source.

But maybe the most underappreciated thing GitHub did was archival work: GitHub became a library.

4 часа назад @ lucumr.pocoo.org
From GitHub to Codeberg/Forgejo
From GitHub to Codeberg/Forgejo

Comments

6 часов назад @ jonashietala.se
I Built My Own Hair Electrolysis Machine
I Built My Own Hair Electrolysis Machine I Built My Own Hair Electrolysis Machine

I Built My Own Hair Electrolysis MachineAxiom: body hair is cringe.

There's actually only one type of hair removal that the FDA considers permanent, and that's hair electrolysis.

With that out of the way, let's talk about hair electrolysis.

There are 3 main types: Galvanic hair electrolysis is the simplest type.

Professional electrologists use what's called an electrolysis pen, which literally looks like a pen with an electrolysis needle sticking out.

6 часов назад @ scd31.com
Ditching GitHub
Ditching GitHub

"The feet of unbranched stem, stripped off their upper garments.

In the nurseries, the Elementary Class Consciousness lesson was over, the voices stopped.

‘It’s the Golden Country, or he was lying in one of those old fellows called Bradley.

And slowly, raised by invisible hands from below, looked coarse and worn, with pouches under the words had highly subtilized meanings, barely intelligible to anyone who was watching him.

Try again.’ ‘To punish them.’ ‘No!’ exclaimed O’Brien.

7 часов назад @ lonami.dev
Carrot disclosure: Forgejo
Carrot disclosure: Forgejo Carrot disclosure: Forgejo

Since Fedora moved from Pagure to Forgejo, I finally had an incentive to take a good look at Forgejo's security posture.

I could disclose the bugs to Forgejo, they even have a Security Policy, with a lot of MUST / MUST NOT about what I should do do should I decide to go this way.

But given the sorry state of the codebase, I'm pretty sure I could spend another evening and find another chain.

I discussed the conundrum with a friend of mine, and was told to put my money where my mouth is, and just go with carrot disclosure:Carrot Disclosure, dangling a metaphorical carrot in front of the vendor to incentivise change.

Users of this disclosure model are of course called Bugs Bunnies.

7 часов назад @ dustri.org
Going Full Time on Open Source
Going Full Time on Open Source Going Full Time on Open Source

For companies that rely on mise, I’m offering two sponsor tiers:Backer — $200+/mo — logo on en.dev, plus a GitHub Sponsors badge.

— $200+/mo — logo on en.dev, plus a GitHub Sponsors badge.

It is a way for companies to fund the open source infrastructure they depend on.

ConsultingI’m also going to spend up to 2 days a week consulting for companies that want hands-on help adopting mise.

If you use mise at work and have ideas for services your team would pay for, please let me know.

7 часов назад @ jdx.dev
Ghostty Is Leaving GitHub
Ghostty Is Leaving GitHub Ghostty Is Leaving GitHub

April 28, 2026Writing this makes me irrationally sad, but Ghostty will be leaving GitHub1.

I'm GitHub user 1299, joined Feb 2008.

Since then, I've opened GitHub every single day.

On vacations I'd have bookmarks of different projects on GitHub I wanted to study.

I love GitHub more than a person should love a thing, and I'm mad at it.

8 часов назад @ mitchellh.com
Using a 1978 terminal in 2026 (DEC VT-100)
Using a 1978 terminal in 2026 (DEC VT-100) Using a 1978 terminal in 2026 (DEC VT-100)

All modern terminals are (roughly) emulations of a single terminal released in 1978: the Digital Equipment Corporation VT-100.

There is one stream of bytes going into the VT-100, and one stream of bytes coming out of the VT-100.

Special sequences of text called “ANSI escape sequences” can be used to move the VT100’s cursor around.

That might sound like a lot, but text that contains a lot of ANSI escape sequences quickly exceeds this budget.

Issue #3: Assuming too much escape sequence compatibilityOur app was emitting escape sequences that the VT-100 didn’t understand.

8 часов назад @ nikhiljha.com
GitHub RCE Vulnerability: CVE-2026-3854 Breakdown
GitHub RCE Vulnerability: CVE-2026-3854 Breakdown GitHub RCE Vulnerability: CVE-2026-3854 Breakdown

Wiz Research uncovered a critical vulnerability (CVE-2026-3854) in GitHub's internal git infrastructure that could have affected both GitHub.com and GitHub Enterprise Server.

Figure: Vulnerability overview - a single git push compromises GitHub's internal infrastructureRequired Actions and MitigationsGitHub.com: GitHub has mitigated this issue.

Git push options are arbitrary strings that users can pass with git push -o .

Figure: GitHub internal git push pipelineThe Vulnerability: X-Stat Field InjectionSo what happens when user-controlled input reaches the X-Stat header without proper sanitization?

remote: starting PreReceiveBlobCheck(100.00, 50.00) hook... remote: finished PreReceiveBlobChe…

9 часов назад @ wiz.io
7 reasons I switched back to PHP after 2 years on Rails (2007)
7 reasons I switched back to PHP after 2 years on Rails (2007) 7 reasons I switched back to PHP after 2 years on Rails (2007)

articles → programming / tech: 7 reasons I switched back to PHP after 2 years on Rails 2007-09-23This was originally posted on O’Reilly in September 2007.

I said fuckit, and we abandoned the Rails rewrite.

I threw away 2 years of Rails code, and opened a new empty project.

Instead, I was able to slowly gut the ugly PHP and replace it with beautiful PHP.

You look back at your old ugly PHP code, compared to your new beautiful Ruby code, and think, “God that PHP is ugly!” But don’t forget you wrote that PHP years ago and are unfairly discriminating against it now.

11 часов назад @ sive.rs
On the Limits of Self-Improving in Large Language Models: The Singularity Is Not Near Without Symbolic Model Synthesis
On the Limits of Self-Improving in Large Language Models: The Singularity Is Not Near Without Symbolic Model Synthesis

Hector ZenilWe formalise recursive self-training in Large Language Models (LLMs) and Generative AI as a discrete-time dynamical system.

The recent and remarkable successes of Generative Artificial Intelligence (GenAI), particularly Large Language Models (LLMs) like GPT-5 (17) and Diffusion Models for image synthesis (19) , have reignited speculation about the proximity of this event.

Our contribution is to move beyond empirical observation and provide a formal mathematical proof of the inevitability of model collapse.

It excels at analysing, recombining, and interpolating the vast patterns contained within its human-generated training data.

Recent empirical work on model collapse has clarif…

11 часов назад @ arxiv.org
Rust India Conference 2026 - Full Talk Recordings
Rust India Conference 2026 - Full Talk Recordings Rust India Conference 2026 - Full Talk Recordings

Comments

12 часов назад @ youtube.com
Techmeme Techmeme
последний пост 1 час назад
Microsoft is rolling out Copilot 365 to all of Accenture's roughly 743,000 employees, in the biggest enterprise deal for Copilot, following a 2023 pilot (Aditya Soni/Reuters)
Microsoft is rolling out Copilot 365 to all of Accenture's roughly 743,000 employees, in the biggest enterprise deal for Copilot, following a 2023 pilot (Aditya Soni/Reuters) Microsoft is rolling out Copilot 365 to all of Accenture's roughly 743,000 employees, in the biggest enterprise deal for Copilot, following a 2023 pilot (Aditya Soni/Reuters)

Aditya Soni / Reuters:

Microsoft is rolling out Copilot 365 to all of Accenture's roughly 743,000 employees, in the biggest enterprise deal for Copilot, following a 2023 pilot — Microsoft (MSFT.O) is rolling out its Copilot 365 AI assistant to all of Accenture's roughly 743,000 employees, in the biggest enterprise deal …

1 час назад @ techmeme.com
EU countries and lawmakers reach an impasse on a deal watering down the EU's AI Act due to some parties seeking exemptions for already regulated industries (Foo Yun Chee/Reuters)
EU countries and lawmakers reach an impasse on a deal watering down the EU's AI Act due to some parties seeking exemptions for already regulated industries (Foo Yun Chee/Reuters) EU countries and lawmakers reach an impasse on a deal watering down the EU's AI Act due to some parties seeking exemptions for already regulated industries (Foo Yun Chee/Reuters)

Foo Yun Chee / Reuters:

EU countries and lawmakers reach an impasse on a deal watering down the EU's AI Act due to some parties seeking exemptions for already regulated industries — EU countries and European Parliament lawmakers failed to reach a deal on watered-down landmark artificial intelligence rules …

2 часа назад @ techmeme.com
A US judge denied Sam Bankman-Fried's request for a new trial based on what SBF called new evidence; SBF tried to withdraw his request, but the judge refused (Bob Van Voris/Bloomberg)
A US judge denied Sam Bankman-Fried's request for a new trial based on what SBF called new evidence; SBF tried to withdraw his request, but the judge refused (Bob Van Voris/Bloomberg) A US judge denied Sam Bankman-Fried's request for a new trial based on what SBF called new evidence; SBF tried to withdraw his request, but the judge refused (Bob Van Voris/Bloomberg)

Bob Van Voris / Bloomberg:

A US judge denied Sam Bankman-Fried's request for a new trial based on what SBF called new evidence; SBF tried to withdraw his request, but the judge refused — A federal judge rejected FTX co-founder Sam Bankman-Fried's do-it-yourself motion for a new trial based on what the former crypto king claimed was new evidence.

3 часа назад @ techmeme.com
Parallel Web Systems, founded by former Twitter CEO Parag Agrawal and which offers web search tools for AI agents, raised a $100M Series B at a $2B valuation (Belle Lin/Wall Street Journal)
Parallel Web Systems, founded by former Twitter CEO Parag Agrawal and which offers web search tools for AI agents, raised a $100M Series B at a $2B valuation (Belle Lin/Wall Street Journal) Parallel Web Systems, founded by former Twitter CEO Parag Agrawal and which offers web search tools for AI agents, raised a $100M Series B at a $2B valuation (Belle Lin/Wall Street Journal)

Belle Lin / Wall Street Journal:

Parallel Web Systems, founded by former Twitter CEO Parag Agrawal and which offers web search tools for AI agents, raised a $100M Series B at a $2B valuation — Parallel Web Systems raised $100 million in Series B funding to continue building web search for AI agents

3 часа назад @ techmeme.com
OpenAI's Codex instruction set contains a line, repeated several times, that forbids Codex from randomly mentioning goblins, gremlins, and other creatures (Will Knight/Wired)
OpenAI's Codex instruction set contains a line, repeated several times, that forbids Codex from randomly mentioning goblins, gremlins, and other creatures (Will Knight/Wired) OpenAI's Codex instruction set contains a line, repeated several times, that forbids Codex from randomly mentioning goblins, gremlins, and other creatures (Will Knight/Wired)

Will Knight / Wired:

OpenAI's Codex instruction set contains a line, repeated several times, that forbids Codex from randomly mentioning goblins, gremlins, and other creatures — “Never talk about goblins, gremlins, raccoons, trolls, ogres, pigeons, or other animals or creatures unless it is absolutely …

4 часа назад @ techmeme.com
Mitchell Hashimoto, co-founder of HashiCorp, says his terminal application Ghostty will move off GitHub, citing GitHub's frequent outages (Mitchell Hashimoto)
Mitchell Hashimoto, co-founder of HashiCorp, says his terminal application Ghostty will move off GitHub, citing GitHub's frequent outages (Mitchell Hashimoto) Mitchell Hashimoto, co-founder of HashiCorp, says his terminal application Ghostty will move off GitHub, citing GitHub's frequent outages (Mitchell Hashimoto)

Mitchell Hashimoto:

Mitchell Hashimoto, co-founder of HashiCorp, says his terminal application Ghostty will move off GitHub, citing GitHub's frequent outages — I'm GitHub user 1299, joined Feb 2008. — Since then, I've opened GitHub every single day. Every day, multiple times per day, for over 18 years.

4 часа назад @ techmeme.com
Sources: Goldman Sachs stopped its bankers in Hong Kong from using Anthropic's models; Anthropic says its models were never officially "supported" in Hong Kong (Financial Times)
Sources: Goldman Sachs stopped its bankers in Hong Kong from using Anthropic's models; Anthropic says its models were never officially "supported" in Hong Kong (Financial Times) Sources: Goldman Sachs stopped its bankers in Hong Kong from using Anthropic's models; Anthropic says its models were never officially "supported" in Hong Kong (Financial Times)

Financial Times:

Sources: Goldman Sachs stopped its bankers in Hong Kong from using Anthropic's models; Anthropic says its models were never officially “supported” in Hong Kong — Employees were unable to access company's AI models as of a few weeks ago — Goldman Sachs has stopped its bankers …

4 часа назад @ techmeme.com
Docs: OpenAI projected at the start of this year that $8/month ChatGPT Go subs will grow ~36x to 112M in 2026, while $20/month Plus subs will fall 80% to ~9M (Sri Muppidi/The Information)
Docs: OpenAI projected at the start of this year that $8/month ChatGPT Go subs will grow ~36x to 112M in 2026, while $20/month Plus subs will fall 80% to ~9M (Sri Muppidi/The Information) Docs: OpenAI projected at the start of this year that $8/month ChatGPT Go subs will grow ~36x to 112M in 2026, while $20/month Plus subs will fall 80% to ~9M (Sri Muppidi/The Information)

Sri Muppidi / The Information:

Docs: OpenAI projected at the start of this year that $8/month ChatGPT Go subs will grow ~36x to 112M in 2026, while $20/month Plus subs will fall 80% to ~9M — For three years, OpenAI has generated most of its revenue from people paying $20 a month for subscriptions to ChatGPT.

5 часов назад @ techmeme.com
US startup Poolside debuts its first open-weight model, Laguna XS.2, a 33B-A3B-parameter MoE model, and Laguna M.1, a proprietary 225B-A23B-parameter MoE model (Carl Franzen/VentureBeat)
US startup Poolside debuts its first open-weight model, Laguna XS.2, a 33B-A3B-parameter MoE model, and Laguna M.1, a proprietary 225B-A23B-parameter MoE model (Carl Franzen/VentureBeat) US startup Poolside debuts its first open-weight model, Laguna XS.2, a 33B-A3B-parameter MoE model, and Laguna M.1, a proprietary 225B-A23B-parameter MoE model (Carl Franzen/VentureBeat)

Carl Franzen / VentureBeat:

US startup Poolside debuts its first open-weight model, Laguna XS.2, a 33B-A3B-parameter MoE model, and Laguna M.1, a proprietary 225B-A23B-parameter MoE model — The AI race lately has felt a bit like a game of tennis: first, Anthropic releases a new, pricey state-of-the-art proprietary model …

5 часов назад @ techmeme.com
Nvidia launches Nemotron 3 Nano Omni, an open multimodal model with a 30B-A3B hybrid MoE architecture; the Nemotron 3 family saw 50M+ downloads in the past year (Kyt Dotson/SiliconANGLE)
Nvidia launches Nemotron 3 Nano Omni, an open multimodal model with a 30B-A3B hybrid MoE architecture; the Nemotron 3 family saw 50M+ downloads in the past year (Kyt Dotson/SiliconANGLE) Nvidia launches Nemotron 3 Nano Omni, an open multimodal model with a 30B-A3B hybrid MoE architecture; the Nemotron 3 family saw 50M+ downloads in the past year (Kyt Dotson/SiliconANGLE)

Kyt Dotson / SiliconANGLE:

Nvidia launches Nemotron 3 Nano Omni, an open multimodal model with a 30B-A3B hybrid MoE architecture; the Nemotron 3 family saw 50M+ downloads in the past year — Nvidia Corp. today launched a powerful reasoning artificial intelligence model that unifies text, vision and speech …

5 часов назад @ techmeme.com
AWS launches a desktop app for its Amazon Quick AI assistant, letting users connect their tools and local files to build custom apps, live dashboards, and more (Jigar Thakkar/About Amazon)
AWS launches a desktop app for its Amazon Quick AI assistant, letting users connect their tools and local files to build custom apps, live dashboards, and more (Jigar Thakkar/About Amazon) AWS launches a desktop app for its Amazon Quick AI assistant, letting users connect their tools and local files to build custom apps, live dashboards, and more (Jigar Thakkar/About Amazon)

Jigar Thakkar / About Amazon:

AWS launches a desktop app for its Amazon Quick AI assistant, letting users connect their tools and local files to build custom apps, live dashboards, and more — Amazon Quick brings a personal AI assistant to your desktop. Build presentations, intelligent dashboards, and more.

6 часов назад @ techmeme.com
Musk v. Altman: Musk testifies he's suing OpenAI because "it is not okay to steal a charity" and its pivot sets a concerning precedent for philanthropic efforts (Bloomberg)
Musk v. Altman: Musk testifies he's suing OpenAI because "it is not okay to steal a charity" and its pivot sets a concerning precedent for philanthropic efforts (Bloomberg) Musk v. Altman: Musk testifies he's suing OpenAI because "it is not okay to steal a charity" and its pivot sets a concerning precedent for philanthropic efforts (Bloomberg)

Bloomberg:

Musk v. Altman: Musk testifies he's suing OpenAI because “it is not okay to steal a charity” and its pivot sets a concerning precedent for philanthropic efforts — Arguments Begin in Musk, Altman Showdown — Video Player is loading. — Unmute — Current Time 0:00 Loaded: 17.06% Playback Rate

6 часов назад @ techmeme.com
NXP reports Q1 revenue up 12% YoY to $3.18B, vs. $3.15B est., and forecasts Q2 revenue above estimates; NXPI jumps 13%+ after hours (Christina Kyriasoglou/Bloomberg)
NXP reports Q1 revenue up 12% YoY to $3.18B, vs. $3.15B est., and forecasts Q2 revenue above estimates; NXPI jumps 13%+ after hours (Christina Kyriasoglou/Bloomberg) NXP reports Q1 revenue up 12% YoY to $3.18B, vs. $3.15B est., and forecasts Q2 revenue above estimates; NXPI jumps 13%+ after hours (Christina Kyriasoglou/Bloomberg)

Christina Kyriasoglou / Bloomberg:

NXP reports Q1 revenue up 12% YoY to $3.18B, vs. $3.15B est., and forecasts Q2 revenue above estimates; NXPI jumps 13%+ after hours — NXP Semiconductors NV jumped in late trading after giving an upbeat revenue forecast, a sign the chipmaker is bouncing back from a prolonged auto industry slump and tariff uncertainties.

7 часов назад @ techmeme.com
Sources: the US Commerce Department last week ordered multiple chip equipment companies to halt some shipments to China's second-largest chipmaker, Hua Hong (Karen Freifeld/Reuters)
Sources: the US Commerce Department last week ordered multiple chip equipment companies to halt some shipments to China's second-largest chipmaker, Hua Hong (Karen Freifeld/Reuters) Sources: the US Commerce Department last week ordered multiple chip equipment companies to halt some shipments to China's second-largest chipmaker, Hua Hong (Karen Freifeld/Reuters)

Karen Freifeld / Reuters:

Sources: the US Commerce Department last week ordered multiple chip equipment companies to halt some shipments to China's second-largest chipmaker, Hua Hong — The U.S. Department of Commerce last week ordered multiple chip equipment companies to halt certain tool shipments …

7 часов назад @ techmeme.com
Robinhood reports Q1 revenue up 15% YoY to $1.07B, vs. $1.14B est., and crypto revenue down 47% to $134M, vs. $147.6M est.; HOOD drops 6%+ after hours (Luke Kawa/Sherwood News)
Robinhood reports Q1 revenue up 15% YoY to $1.07B, vs. $1.14B est., and crypto revenue down 47% to $134M, vs. $147.6M est.; HOOD drops 6%+ after hours (Luke Kawa/Sherwood News) Robinhood reports Q1 revenue up 15% YoY to $1.07B, vs. $1.14B est., and crypto revenue down 47% to $134M, vs. $147.6M est.; HOOD drops 6%+ after hours (Luke Kawa/Sherwood News)

Luke Kawa / Sherwood News:

Robinhood reports Q1 revenue up 15% YoY to $1.07B, vs. $1.14B est., and crypto revenue down 47% to $134M, vs. $147.6M est.; HOOD drops 6%+ after hours — The brokerage just reported quarterly results. — Robinhood MarketsHOOD $77.11 (-2.29%) is sharply lower in postmarket trading after reporting underwhelming Q1 results:

7 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 1 час назад
Seagate reports Q3 revenue up 44% YoY to $3.11B, vs. $2.96B est., and forecasts Q4 revenue and adjusted EPS above estimates; STX jumps 13%+ after hours (Zaheer Kachwala/Reuters)
Seagate reports Q3 revenue up 44% YoY to $3.11B, vs. $2.96B est., and forecasts Q4 revenue and adjusted EPS above estimates; STX jumps 13%+ after hours (Zaheer Kachwala/Reuters) Seagate reports Q3 revenue up 44% YoY to $3.11B, vs. $2.96B est., and forecasts Q4 revenue and adjusted EPS above estimates; STX jumps 13%+ after hours (Zaheer Kachwala/Reuters)

Zaheer Kachwala / Reuters:

Seagate reports Q3 revenue up 44% YoY to $3.11B, vs. $2.96B est., and forecasts Q4 revenue and adjusted EPS above estimates; STX jumps 13%+ after hours — Seagate Technology (STX.O) forecast fourth-quarter revenue and profit above Wall Street expectations on Tuesday, betting on strong demand …

7 часов назад @ techmeme.com
China's National Supercomputing Center in Shenzhen unveils the Lingshen project, aiming for 2+ exaFLOPS performance using a domestic-made CPU-only architecture (Luke James/Tom's Hardware)
China's National Supercomputing Center in Shenzhen unveils the Lingshen project, aiming for 2+ exaFLOPS performance using a domestic-made CPU-only architecture (Luke James/Tom's Hardware) China's National Supercomputing Center in Shenzhen unveils the Lingshen project, aiming for 2+ exaFLOPS performance using a domestic-made CPU-only architecture (Luke James/Tom's Hardware)

Luke James / Tom's Hardware:

China's National Supercomputing Center in Shenzhen unveils the Lingshen project, aiming for 2+ exaFLOPS performance using a domestic-made CPU-only architecture — Good luck with that. … China's National Supercomputing Center in Shenzhen announced the Lingshen supercomputer project …

8 часов назад @ techmeme.com
Sources: Apple plans an AI overhaul for photo editing in iOS 27, including using on-device AI models to extend, enhance, and reframe photos (Mark Gurman/Bloomberg)
Sources: Apple plans an AI overhaul for photo editing in iOS 27, including using on-device AI models to extend, enhance, and reframe photos (Mark Gurman/Bloomberg) Sources: Apple plans an AI overhaul for photo editing in iOS 27, including using on-device AI models to extend, enhance, and reframe photos (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Sources: Apple plans an AI overhaul for photo editing in iOS 27, including using on-device AI models to extend, enhance, and reframe photos — Apple Inc. is planning a major overhaul of the built-in photo-editing features for the iPhone, iPad and Mac, leaning heavily on artificial intelligence to better compete with Android devices.

9 часов назад @ techmeme.com
South Africa withdraws its first draft national AI policy after revelations that it contained fictitious sources that appeared to have been AI-generated (Nellie Peyton/Reuters)
South Africa withdraws its first draft national AI policy after revelations that it contained fictitious sources that appeared to have been AI-generated (Nellie Peyton/Reuters) South Africa withdraws its first draft national AI policy after revelations that it contained fictitious sources that appeared to have been AI-generated (Nellie Peyton/Reuters)

Nellie Peyton / Reuters:

South Africa withdraws its first draft national AI policy after revelations that it contained fictitious sources that appeared to have been AI-generated — South Africa has withdrawn its first draft national AI policy after revelations that it contained fictitious sources in its reference list which appeared to have been AI-generated.

10 часов назад @ techmeme.com
Q&A with Sam Altman and AWS CEO Matt Garman about OpenAI's new partnership with AWS, Bedrock Managed Agents, Trainium chips, and more (Ben Thompson/Stratechery)
Q&A with Sam Altman and AWS CEO Matt Garman about OpenAI's new partnership with AWS, Bedrock Managed Agents, Trainium chips, and more (Ben Thompson/Stratechery) Q&A with Sam Altman and AWS CEO Matt Garman about OpenAI's new partnership with AWS, Bedrock Managed Agents, Trainium chips, and more (Ben Thompson/Stratechery)

Ben Thompson / Stratechery:

Q&A with Sam Altman and AWS CEO Matt Garman about OpenAI's new partnership with AWS, Bedrock Managed Agents, Trainium chips, and more — As I noted yesterday, today's Stratechery Interview is early in terms of my timing — Tuesday instead of Thursday — and late in terms of delivery …

10 часов назад @ techmeme.com
Sources: Google dropped out of a $100M Pentagon challenge to create tech for voice-controlled, autonomous drone swarms, following an internal ethics review (Katrina Manson/Bloomberg)
Sources: Google dropped out of a $100M Pentagon challenge to create tech for voice-controlled, autonomous drone swarms, following an internal ethics review (Katrina Manson/Bloomberg) Sources: Google dropped out of a $100M Pentagon challenge to create tech for voice-controlled, autonomous drone swarms, following an internal ethics review (Katrina Manson/Bloomberg)

Katrina Manson / Bloomberg:

Sources: Google dropped out of a $100M Pentagon challenge to create tech for voice-controlled, autonomous drone swarms, following an internal ethics review — Google abruptly dropped out of a $100 million Pentagon prize challenge to create technology for voice-controlled …

10 часов назад @ techmeme.com
Amazon and OpenAI announce an expanded deal that will make OpenAI's models available from AWS, a day after OpenAI revised its Microsoft partnership (Ina Fried/Axios)
Amazon and OpenAI announce an expanded deal that will make OpenAI's models available from AWS, a day after OpenAI revised its Microsoft partnership (Ina Fried/Axios) Amazon and OpenAI announce an expanded deal that will make OpenAI's models available from AWS, a day after OpenAI revised its Microsoft partnership (Ina Fried/Axios)

Ina Fried / Axios:

Amazon and OpenAI announce an expanded deal that will make OpenAI's models available from AWS, a day after OpenAI revised its Microsoft partnership — Amazon and OpenAI on Tuesday announced an expanded deal that will make the AI startup's models available from Amazon's cloud.

10 часов назад @ techmeme.com
AWS launches Amazon Connect Decisions and Amazon Connect Talent, which are AI agentic tools aimed at logistics workers and recruiters (Matt Day/Bloomberg)
AWS launches Amazon Connect Decisions and Amazon Connect Talent, which are AI agentic tools aimed at logistics workers and recruiters (Matt Day/Bloomberg) AWS launches Amazon Connect Decisions and Amazon Connect Talent, which are AI agentic tools aimed at logistics workers and recruiters (Matt Day/Bloomberg)

Matt Day / Bloomberg:

AWS launches Amazon Connect Decisions and Amazon Connect Talent, which are AI agentic tools aimed at logistics workers and recruiters — Amazon.com Inc.'s cloud unit, best known for providing technology infrastructure to corporations, is looking to sell AI-powered productivity software for the office.

11 часов назад @ techmeme.com
Lovable launches its AI coding app on iOS and Android, letting users code via voice or text AI prompts, and allowing them to switch between a PC and mobile (Sarah Perez/TechCrunch)
Lovable launches its AI coding app on iOS and Android, letting users code via voice or text AI prompts, and allowing them to switch between a PC and mobile (Sarah Perez/TechCrunch) Lovable launches its AI coding app on iOS and Android, letting users code via voice or text AI prompts, and allowing them to switch between a PC and mobile (Sarah Perez/TechCrunch)

Sarah Perez / TechCrunch:

Lovable launches its AI coding app on iOS and Android, letting users code via voice or text AI prompts, and allowing them to switch between a PC and mobile — Apple's recent crackdown on vibe-coding apps hasn't held up Lovable's launch of its no-code AI app builder, which is now available …

11 часов назад @ techmeme.com
Musk v. Altman: the judge asks Elon Musk and Sam Altman to "control your propensity to use social media to make things worse", as opening statements begin (Madlin Mekelburg/Bloomberg)
Musk v. Altman: the judge asks Elon Musk and Sam Altman to "control your propensity to use social media to make things worse", as opening statements begin (Madlin Mekelburg/Bloomberg) Musk v. Altman: the judge asks Elon Musk and Sam Altman to "control your propensity to use social media to make things worse", as opening statements begin (Madlin Mekelburg/Bloomberg)

Madlin Mekelburg / Bloomberg:

Musk v. Altman: the judge asks Elon Musk and Sam Altman to “control your propensity to use social media to make things worse”, as opening statements begin — The judge overseeing a high-profile court case between Elon Musk and OpenAI has asked the tech executives involved …

11 часов назад @ techmeme.com
The FIDO Alliance launches two working groups to establish industry standards for securing AI agent transactions; Google contributes the Agent Payments Protocol (Lily Hay Newman/Wired)
The FIDO Alliance launches two working groups to establish industry standards for securing AI agent transactions; Google contributes the Agent Payments Protocol (Lily Hay Newman/Wired) The FIDO Alliance launches two working groups to establish industry standards for securing AI agent transactions; Google contributes the Agent Payments Protocol (Lily Hay Newman/Wired)

Lily Hay Newman / Wired:

The FIDO Alliance launches two working groups to establish industry standards for securing AI agent transactions; Google contributes the Agent Payments Protocol — AI agents may soon be buying your stuff for you. The FIDO Alliance has teamed up with Google and Mastercard to try to ensure …

12 часов назад @ techmeme.com
Foxconn Industrial Internet, which sells AI servers, reports Q1 revenue up 57% YoY to ~$37B, below $44.5B est., and a record ~$1.5B net income, below $1.8B est. (Rachel Yeo/Bloomberg)
Foxconn Industrial Internet, which sells AI servers, reports Q1 revenue up 57% YoY to ~$37B, below $44.5B est., and a record ~$1.5B net income, below $1.8B est. (Rachel Yeo/Bloomberg) Foxconn Industrial Internet, which sells AI servers, reports Q1 revenue up 57% YoY to ~$37B, below $44.5B est., and a record ~$1.5B net income, below $1.8B est. (Rachel Yeo/Bloomberg)

Rachel Yeo / Bloomberg:

Foxconn Industrial Internet, which sells AI servers, reports Q1 revenue up 57% YoY to ~$37B, below $44.5B est., and a record ~$1.5B net income, below $1.8B est. — Foxconn Industrial Internet Co. benefited less than expected from China's artificial intelligence boom as sales and earnings growth fell short of lofty expectations.

12 часов назад @ techmeme.com
Sources: Polymarket has discussed lifting the prohibition on US-based customers with the CFTC, as it seeks to bring its main exchange back to the US (Bloomberg)
Sources: Polymarket has discussed lifting the prohibition on US-based customers with the CFTC, as it seeks to bring its main exchange back to the US (Bloomberg) Sources: Polymarket has discussed lifting the prohibition on US-based customers with the CFTC, as it seeks to bring its main exchange back to the US (Bloomberg)

Bloomberg:

Sources: Polymarket has discussed lifting the prohibition on US-based customers with the CFTC, as it seeks to bring its main exchange back to the US — Polymarket is taking steps to try to bring its main exchange back to the US, according to people familiar with the matter …

12 часов назад @ techmeme.com
Anthropic partners with Blender, Autodesk, Adobe, Ableton, and others to launch connectors that integrate Claude directly into professional creative workflows (Anthropic)
Anthropic partners with Blender, Autodesk, Adobe, Ableton, and others to launch connectors that integrate Claude directly into professional creative workflows (Anthropic) Anthropic partners with Blender, Autodesk, Adobe, Ableton, and others to launch connectors that integrate Claude directly into professional creative workflows (Anthropic)

Anthropic:

Anthropic partners with Blender, Autodesk, Adobe, Ableton, and others to launch connectors that integrate Claude directly into professional creative workflows — Creative professionals look to technology to expand what's possible in their work. Claude can't replace taste or imagination …

12 часов назад @ techmeme.com
OpenAI describes a report that it has missed internal goals as "prime clickbait" and says its consumer and enterprise businesses are "firing on all cylinders" (Seth Fiegerman/Bloomberg)
OpenAI describes a report that it has missed internal goals as "prime clickbait" and says its consumer and enterprise businesses are "firing on all cylinders" (Seth Fiegerman/Bloomberg) OpenAI describes a report that it has missed internal goals as "prime clickbait" and says its consumer and enterprise businesses are "firing on all cylinders" (Seth Fiegerman/Bloomberg)

Seth Fiegerman / Bloomberg:

OpenAI describes a report that it has missed internal goals as “prime clickbait” and says its consumer and enterprise businesses are “firing on all cylinders” — OpenAI pushed back against concerns over its sales growth on Tuesday, saying its consumer and enterprise businesses are …

12 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 1 час назад
CJackHwang/ds2api
CJackHwang/ds2api CJackHwang/ds2api

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
AIDC-AI/Pixelle-Video
AIDC-AI/Pixelle-Video AIDC-AI/Pixelle-Video

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
GyulyVGC/sniffnet
GyulyVGC/sniffnet GyulyVGC/sniffnet

Support Sniffnet's development 💖Sniffnet is completely free, open-source software which needs lots of effort and time to develop and maintain.

If you appreciate Sniffnet, sponsor the project to support its growth.

Check out the Sniffnet Wiki, a comprehensive manual to help you thoroughly master the application from a basic setup to the most advanced functionalities.

TroubleshootingSee details Missing dependencies Most of the errors that may arise are likely due to your system missing dependencies required to correctly analyze a network adapter.

Check the required dependencies page for instructions on how to proceed depending on your operating system.

1 day, 2 hours назад @ github.com
HKUDS/RAG-Anything
HKUDS/RAG-Anything HKUDS/RAG-Anything

🚀 RAG-Anything: All-in-One RAG Framework🎉 News[2025.10]🎯📢 🚀 We have released the technical report of RAG-Anything.

func , model = "text-embedding-3-large" , api_key = api_key , base_url = base_url , ), ) # Initialize RAGAnything rag = RAGAnything ( config = config , llm_model_func = llm_model_func , vision_model_func = vision_model_func , embedding_func = embedding_func , ) # Process a document await rag .

func , model = "text-embedding-3-large" , api_key = api_key , base_url = base_url , ), ) ) await rag .

func , model = "text-embedding-3-large" , api_key = api_key , base_url = base_url , ), ) ) # Initialize storage (this will load existing data if available) await lightrag_instance .

llm_…

2 days, 2 hours назад @ github.com
mattpocock/skills
mattpocock/skills mattpocock/skills

Agent Skills For Real EngineersMy agent skills that I use every day to do real engineering - not vibe coding.

to-prd — Turn the current conversation context into a PRD and submit it as a GitHub issue.

npx skills@latest add mattpocock/skills/triage-issueimprove-codebase-architecture — Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/ .

npx skills@latest add mattpocock/skills/scaffold-exercisesTooling & Setupsetup-pre-commit — Set up Husky pre-commit hooks with lint-staged, Prettier, type checking, and tests.

npx skills@latest add mattpocock/skills/setup-pre-commitgit-guardrails-claude-code — Set up Claude Code hooks to bl…

2 days, 2 hours назад @ github.com
Fincept-Corporation/FinceptTerminal
Fincept-Corporation/FinceptTerminal Fincept-Corporation/FinceptTerminal

# Build from source (Linux + X11 required) git clone https://github.com/Fincept-Corporation/FinceptTerminal.git cd FinceptTerminal docker build -t fincept-terminal .

macOS: Qt Online Installer → Qt 6.8.3 > macOS (install path: ~/Qt/6.8.3/macos )Build (using CMake presets — recommended)git clone https://github.com/Fincept-Corporation/FinceptTerminal.git cd FinceptTerminal/fincept-qtStep 1 — Configure (one-time, or after CMakeLists.txt changes):cmake -- preset win - release # Windows (PowerShell) cmake -- preset linux - release # Linux cmake -- preset macos - release # macOSStep 2 — Compile (run this for every code change):cmake -- build -- preset win - release # Windows cmake -- build -- pre…

2 days, 2 hours назад @ github.com
Anil-matcha/Open-Generative-AI
Anil-matcha/Open-Generative-AI Anil-matcha/Open-Generative-AI

Open Generative AI — Uncensored Open-Source Alternative to Higgsfield AI, Freepik AI, Krea AI, Openart AIThe free, open-source, unrestricted alternative to Higgsfield AI, Freepik, Krea, Openart AI.

Why Open Generative AI instead of Higgsfield AI, Freepik, Krea AI, Openart AI?

Video models (Wan 2.2, Hunyuan, LTX) and large image models (Flux, Qwen-Image).

The Wan2GP models become available — image models in Image Studio, video models reachable via the same generation API (Image Studio rejects video output explicitly; full Video Studio wiring is on the roadmap).

Model Type Notes Flux.1 Dev Image 1024px, 28 steps Qwen Image Image 1024px, 30 steps Wan 2.2 (T2V / I2V) Video Slow on consumer GPUs…

3 days, 1 hour назад @ github.com
Z4nzu/hackingtool
Z4nzu/hackingtool Z4nzu/hackingtool

Feature Description 🐍 Python 3.10+ All Python 2 code removed, modern syntax throughout 🖥 OS-aware menus Linux-only tools hidden automatically on macOS 📦 185+ tools 35 new modern tools added across 6 categories 🔍 Search Type / to search all tools by name, description, or keyword 🏷 Tag filter Type t to filter by 19 tags — osint, web, c2, cloud, mobile... 💡 Recommend Type r — "I want to scan a network" → shows relevant tools ✅ Install status ✔/✘ shown next to every tool — know what's ready ⚡ Install all Option 97 in any category — batch install at once 🔄 Smart update Each tool has Update — auto-detects git pull / pip upgrade / go install 📂 Open folder Jump into any tool's directory for manual …

3 days, 1 hour назад @ github.com
tractorjuice/arc-kit
tractorjuice/arc-kit tractorjuice/arc-kit

ArcKit - Enterprise Architecture Governance ToolkitBuild better enterprise architecture through structured governance, vendor procurement, and design review workflows.

GitHub Copilot (VS Code):# Create a new architecture governance project arckit init payment-modernization --ai copilot # Or initialize in current directory arckit init .

--ai copilotOpenCode CLI:# Create a new architecture governance project arckit init payment-modernization --ai opencode # Or initialize in current directory arckit init .

--ai opencodeCodex CLI:# Create a new architecture governance project arckit init payment-modernization --ai codex # Minimal install (skip docs and guides) arckit init payment-modernization …

3 days, 1 hour назад @ github.com
thunderbird/thunderbolt
thunderbird/thunderbolt thunderbird/thunderbolt

Currently, we are targeting enterprise customers that want to deploy it on-prem.

Thunderbolt is under active development, currently undergoing a security audit, and preparing for enterprise production readiness.

Development : The development guide will help you get started.

All participants in the Thunderbolt community agree to follow these guidelines and Mozilla's Community Participation Guidelines.

Please do not file public GitHub issues for security vulnerabilities.

3 days, 1 hour назад @ github.com
deepseek-ai/DeepGEMM
deepseek-ai/DeepGEMM deepseek-ai/DeepGEMM

2025.09.28: DeepGEMM now supports scoring kernels (weighted ReLU MQA logits) for the lightning indexer for DeepSeek v3.2.

The input shape layout is NT (non-transposed A, transposed B).

And the data format for the scaling factor of SM90 and SM100 is different:SM90 requires scaling factors in FP32 format.

transform_weights_for_mega_moe ( l1_weights , l2_weights ) # Copy inputs into the buffer before each call # You may fuse these into previous kernels buffer .

copy_ ( topk_weights ) # Run the fused mega MoE kernel y = torch .

4 days, 2 hours назад @ github.com
Alishahryar1/free-claude-code
Alishahryar1/free-claude-code Alishahryar1/free-claude-code

Claude Code running via NVIDIA NIM, completely freeFeaturesFeature Description Zero Cost 40 req/min free on NVIDIA NIM.

Install Claude CodeInstall uv# Install uv (required to run the project) pip install uvIf uv is already installed, run uv self update to get the latest version.

MODEL is the fallback for unrecognized Claude models.

Examples with native tool-use support: LiquidAI/LFM2-24B-A2B-GGUFunsloth/MiniMax-M2.5-GGUFunsloth/GLM-4.7-Flash-GGUFunsloth/Qwen3.5-35B-A3B-GGUF Browse: model.lmstudio.aillama.cpp models Run models locally using llama-server .

Improve test coverageNot accepting Docker integration PRs for nowgit checkout -b my-feature uv run ruff format && uv run ruff check && uv …

4 days, 2 hours назад @ github.com
zilliztech/claude-context
zilliztech/claude-context zilliztech/claude-context

Your entire codebase as Claude's contextClaude Context is an MCP plugin that adds semantic code search to Claude Code and other AI coding agents, giving them deep context from your entire codebase.

🧠 Your Entire Codebase as Context: Claude Context uses semantic search to find all relevant code from millions of lines.

ConfigurationUse the command line interface to add the Claude Context MCP server:claude mcp add claude-context \ -e OPENAI_API_KEY=sk-your-openai-api-key \ -e MILVUS_ADDRESS=your-zilliz-cloud-public-endpoint \ -e MILVUS_TOKEN=your-zilliz-cloud-api-key \ -- npx @zilliz/claude-context-mcp@latestSee the Claude Code MCP documentation for more details about MCP server management.

Yo…

5 days, 2 hours назад @ github.com
mksglu/context-mode
mksglu/context-mode mksglu/context-mode

Install: Install context-mode globally: npm install -g context-mode Add the following to ~/.gemini/settings.json .

This single file registers the MCP server and all four hooks: { "mcpServers" : { "context-mode" : { "command" : " context-mode " } }, "hooks" : { "BeforeTool" : [ { "matcher" : " run_shell_command|read_file|read_many_files|grep_search|search_file_content|web_fetch|activate_skill|mcp__plugin_context-mode " , "hooks" : [{ "type" : " command " , "command" : " context-mode hook gemini-cli beforetool " }] } ], "AfterTool" : [ { "matcher" : " " , "hooks" : [{ "type" : " command " , "command" : " context-mode hook gemini-cli aftertool " }] } ], "PreCompress" : [ { "matcher" : " " , "h…

5 days, 2 hours назад @ github.com
vercel-labs/open-agents
vercel-labs/open-agents vercel-labs/open-agents

Open AgentsOpen Agents is an open-source reference app for building and running background coding agents on Vercel.

What it isOpen Agents is a three-layer system:Web -> Agent workflow -> Sandbox VMThe web app handles auth, sessions, chat, and streaming UI.

OAuth and integration setupVercel OAuthCreate a Vercel OAuth app and use this callback:https://YOUR_DOMAIN/api/auth/vercel/callbackFor local development, use:http://localhost:3000/api/auth/vercel/callbackThen set:NEXT_PUBLIC_VERCEL_APP_CLIENT_ID = ... VERCEL_APP_CLIENT_SECRET = ...GitHub AppYou do not need a separate GitHub OAuth app.

Then set:NEXT_PUBLIC_GITHUB_CLIENT_ID = ... # GitHub App Client ID GITHUB_CLIENT_SECRET = ... # GitHub Ap…

6 days, 2 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 54 минуты назад
Tim Cook Was Great for Apple Investors. He Was Not as Great for America.
Tim Cook Was Great for Apple Investors. He Was Not as Great for America. Tim Cook Was Great for Apple Investors. He Was Not as Great for America.

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

54 минуты назад @ reddit.com
OpenAI Projects ChatGPT Plus subscriptions to drop by 80% from 44 Million in 2025 to 9 Million In 2026, Made Up Using Cheaper Subscriptions (Somehow)
OpenAI Projects ChatGPT Plus subscriptions to drop by 80% from 44 Million in 2025 to 9 Million In 2026, Made Up Using Cheaper Subscriptions (Somehow) OpenAI Projects ChatGPT Plus subscriptions to drop by 80% from 44 Million in 2025 to 9 Million In 2026, Made Up Using Cheaper Subscriptions (Somehow)

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

2 часа назад @ reddit.com
New study raises heat island concerns as NC data center boom grows
New study raises heat island concerns as NC data center boom grows New study raises heat island concerns as NC data center boom grows

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

4 часа назад @ reddit.com
Google and Pentagon reportedly agree on deal for ‘any lawful’ use of AI
Google and Pentagon reportedly agree on deal for ‘any lawful’ use of AI Google and Pentagon reportedly agree on deal for ‘any lawful’ use of AI

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

5 часов назад @ reddit.com
Phone batteries are getting more compact, but the US is missing out
Phone batteries are getting more compact, but the US is missing out Phone batteries are getting more compact, but the US is missing out

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

5 часов назад @ reddit.com
FCC orders review of ABC licenses after Kimmel joke offends U.S President and first lady | Kimmel joke calling Melania an “expectant widow” followed quickly by FCC order.
FCC orders review of ABC licenses after Kimmel joke offends U.S President and first lady | Kimmel joke calling Melania an “expectant widow” followed quickly by FCC order. FCC orders review of ABC licenses after Kimmel joke offends U.S President and first lady | Kimmel joke calling Melania an “expectant widow” followed quickly by FCC order.

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

7 часов назад @ reddit.com
Data center boom strains Texas homebuilders’ need for electricians
Data center boom strains Texas homebuilders’ need for electricians Data center boom strains Texas homebuilders’ need for electricians

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

7 часов назад @ reddit.com
The Downgrading of the American Tech Worker
The Downgrading of the American Tech Worker The Downgrading of the American Tech Worker

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

8 часов назад @ reddit.com
Denuvo has been cracked in all single-player games it previously protected — 2K Games and Denuvo reportedly retaliate with mandatory 14-day online checks
Denuvo has been cracked in all single-player games it previously protected — 2K Games and Denuvo reportedly retaliate with mandatory 14-day online checks Denuvo has been cracked in all single-player games it previously protected — 2K Games and Denuvo reportedly retaliate with mandatory 14-day online checks

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

8 часов назад @ reddit.com
‘Gone in 9 seconds’: Claude-powered AI agent deletes startup’s entire database
‘Gone in 9 seconds’: Claude-powered AI agent deletes startup’s entire database ‘Gone in 9 seconds’: Claude-powered AI agent deletes startup’s entire database

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

9 часов назад @ reddit.com
Market slumps as OpenAI reportedly misses internal targets for active users and revenue
Market slumps as OpenAI reportedly misses internal targets for active users and revenue Market slumps as OpenAI reportedly misses internal targets for active users and revenue

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

10 часов назад @ reddit.com
A Texas developer got a $2 billion loan to build Oracle data centers in the 'burbs
A Texas developer got a $2 billion loan to build Oracle data centers in the 'burbs A Texas developer got a $2 billion loan to build Oracle data centers in the 'burbs

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

10 часов назад @ reddit.com
Google Signs Pentagon AI Deal Despite Employee Backlash - The agreement reportedly allows the U.S. military to use Google’s AI models for classified work including 'any lawful government purpose.'
Google Signs Pentagon AI Deal Despite Employee Backlash - The agreement reportedly allows the U.S. military to use Google’s AI models for classified work including 'any lawful government purpose.' Google Signs Pentagon AI Deal Despite Employee Backlash - The agreement reportedly allows the U.S. military to use Google’s AI models for classified work including 'any lawful government purpose.'

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

10 часов назад @ reddit.com
John Oliver on AI chatbots: ‘Behind that machine is a corporation trying to extract a monthly fee from you’ - The Last Week Tonight host dug into the many issues with AI chatbots released on the public without proper safety guardrails, from sycophancy to s
John Oliver on AI chatbots: ‘Behind that machine is a corporation trying to extract a monthly fee from you’ - The Last Week Tonight host dug into the many issues with AI chatbots released on the public without proper safety guardrails, from sycophancy to s John Oliver on AI chatbots: ‘Behind that machine is a corporation trying to extract a monthly fee from you’ - The Last Week Tonight host dug into the many issues with AI chatbots released on the public without proper safety guardrails, from sycophancy to s

submitted by /u/Just-Grocery-2229 [link] [comments]

10 часов назад @ reddit.com
OpenAI's Revolutionary AI Gadget Is... a Phone?
OpenAI's Revolutionary AI Gadget Is... a Phone? OpenAI's Revolutionary AI Gadget Is... a Phone?

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

10 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 22 часа назад
Why not use Lean?
Why not use Lean?

I have been told that when proposing to formalise mathematics these days, you have to explain why you are not using Lean.

In the beginning, there was AUTOMATHPart of the hype mentioned above is the frequent claim “Lean has made the formalisation of mathematics possible”.

The emergence of the Lean communityI know little about the development of Lean itself, but I know a bit about how it swept through the mathematical community.

Nothing would be left except Rocq, Lean and Agda (which implements Martin-Löf type theory).

Let’s get the obvious out of the way first: if your colleagues are using Lean, they have expertise in Lean, and if your key prerequisites are in the Lean libraries, of course y…

22 часа назад @ lawrencecpaulson.github.io
夸克当 --- 夸克当
夸克当 --- 夸克当 夸克当 --- 夸克当

.docauthor { Jennifer Chu } .pagemargin { topright } .docauthor | MIT News # X-ray flashes from a supermassive black hole !

( 70% )[ Black hole ]( img/blackhole.jpg ) .abstract One supermassive black hole has kept astronomers glued to their scopes for the last several years.

The black hole in question is `1ES 1927+654` , which is about as massive as a million suns and sits in a galaxy that is 270 million light-years away.

The brief though dramatic shut-off was a first in black hole astronomy.

> This would be the closest thing we know of around any black hole.

22 часа назад @ quarkdown.com
The fastest Linux timestamps · hmpc
The fastest Linux timestamps · hmpc The fastest Linux timestamps · hmpc

TL;DR: We can speed up timestamps on x86 Linux by 30% and maintain the same precision as the standard system clock by implementing our own timers without relying on vDSO.

If you’re already familiar with the TSC and vDSO internals feel free to skip to the good stuff.

This post focuses on x86 Linux, although vDSO works largely the same way in other architectures.

shift }; } private : struct VdsoCache { uint64_t last , ns ; uint32_t mult , shift ; }; // ... duration read_clock () noexcept { auto cycles = rdtsc (); start_ = cycles ; auto d = (( cycles - cache .

shift ; return duration { cache .

22 часа назад @ hmpcabral.com
h4ckf0r0day/obscura: The headless browser for AI agents and web scraping
h4ckf0r0day/obscura: The headless browser for AI agents and web scraping h4ckf0r0day/obscura: The headless browser for AI agents and web scraping

ObscuraThe open-source headless browser for AI agents and web scraping.

Obscura is a headless browser engine written in Rust, built for web scraping and AI agent automation.

It runs real JavaScript via V8, supports the Chrome DevTools Protocol, and acts as a drop-in replacement for headless Chrome with Puppeteer and Playwright.

connect ( { browserWSEndpoint : 'ws://127.0.0.1:9222/devtools/browser' , } ) ; const page = await browser .

connectOverCDP ( { endpointURL : 'ws://127.0.0.1:9222' , } ) ; const page = await browser .

22 часа назад @ github.com
High Performance Git
High Performance Git High Performance Git

Git looks like a version-control tool.

It is also a content-addressed database, a filesystem cache, a graph walker, and a transfer protocol.

This book is about those layers and the performance costs of each one.

It starts with objects, refs, the index, and history traversal, then moves outward into packfiles, maintenance, sparse working trees, partial clone, transport, repository scale, diagnosis, configuration, and recovery.

It is written for engineers who need Git to stay fast as repositories, histories, and teams get larger: build and CI engineers, monorepo owners, developer-experience teams, and the people who wind up debugging strange Git behavior when the easy explanations stop workin…

22 часа назад @ gitperf.com
interblah.net - Self-updating screenshots
interblah.net - Self-updating screenshots

If you’ve ever maintained a help centre or documentation site for a web application, you’ll know the particular misery of screenshots.

The help centre in Jelly has a build system where screenshots are captured automatically from the running application, and they update themselves whenever you rebuild.

No manual cropping, no “oh I forgot to update that one”, no slowly-diverging screenshots that make the help centre look abandoned.

But now that it exists, I update the help centre far more often than I used to, because the friction is almost gone.

The screenshots are always current, and I never have to open a browser and fumble around with the macOS screenshot tool.

22 часа назад @ interblah.net
AI should evaluate your thinking, not replace it
AI should evaluate your thinking, not replace it AI should evaluate your thinking, not replace it

They will paste prompts into a box, collect polished output, and present it as though it reflects their own reasoning.

They are the ones who refuse to spend time on work that A.I.

define the real problem instead of merely responding to the visible one.

era will be the ability to distinguish polished output from real judgment.

Strong engineers should not spend disproportionate amounts of time cleaning up plausible but shallow work generated by people who have outsourced their thinking.

22 часа назад @ koshyjohn.com
New 10 GbE USB adapters are cooler, smaller, cheaper - Jeff Geerling
New 10 GbE USB adapters are cooler, smaller, cheaper - Jeff Geerling New 10 GbE USB adapters are cooler, smaller, cheaper - Jeff Geerling

New 10 GbE USB adapters are cooler, smaller, cheaperFor years, the best way to get 10 gigabit networking on laptops was to buy an expensive, large, and hot 10 GbE Thunderbolt adapter.

With new RTL8159-based 10G USB 3.2 adapters coming onto the market, the bulky adapters might be a thing of the past.

A few computers I've seen actually label the USB port speed (e.g.

And you can get it on PCI Express cards, which bypasses the USB port requirement on desktop PCs.

In the midst of all the price inflation in personal computing, it's nice to find a new device that's cheaper, faster, and (depending on your USB port) better.

22 часа назад @ jeffgeerling.com
Welcome to the world of Statecharts - Statecharts
Welcome to the world of Statecharts - Statecharts Welcome to the world of Statecharts - Statecharts

The beefing up solves a lot of the problems that state machines have, especially state explosion that happens as state machines grow.

Statecharts offer a surprising array of benefitsIt’s worth noting that you’re already coding state machines, except that they’re hidden in the code.

There are a few downsides to using statecharts that you should be aware of.

This carries along some different pros and cons:Why should you use executable statecharts?

The diagrams may become quite complexThe format and tools for executable statecharts is limitedType safety between statechart and the component is hard to enforceHow do you use executable statecharts?

22 часа назад @ statecharts.dev
I Bought Friendster for $30k — Here’s What I’m Doing With It | by Mike Carson | Apr, 2026 | Medium
I Bought Friendster for $30k — Here’s What I’m Doing With It | by Mike Carson | Apr, 2026 | Medium 22 часа назад @ ca98am79.medium.com
dirac-run/dirac: Coding Agent singularly focused efficiency and context curation. Reduces API costs by 50-80% vs other agent AND improves the code quality at the same time. Uses Hash Anchored edits, massively parallel operations, AST manipulation and many
dirac-run/dirac: Coding Agent singularly focused efficiency and context curation. Reduces API costs by 50-80% vs other agent AND improves the code quality at the same time. Uses Hash Anchored edits, massively parallel operations, AST manipulation and many dirac-run/dirac: Coding Agent singularly focused efficiency and context curation. Reduces API costs by 50-80% vs other agent AND improves the code quality at the same time. Uses Hash Anchored edits, massively parallel operations, AST manipulation and many

This bug caused the evals for Dirac and Cline to slightly underreport the numbers ($0.03 vs $0.05 per million token cache read).

🚀 Key FeaturesHash-Anchored Edits : Dirac uses stable line hashes to target edits with extreme precision, avoiding the "lost in translation" issues of traditional line-number based editing.

Multi-File Batching : Dirac can process and edit multiple files in a single LLM roundtrip, significantly reducing latency and API costs.

High-Bandwidth Context : Optimized context curation keeps the agent lean and fast, ensuring the LLM always has the most relevant information without wasting tokens.

: Customize Dirac's behavior with project-specific instructions using files.

22 часа назад @ github.com
Exposing Floating Point – Bartosz Ciechanowski
Exposing Floating Point – Bartosz Ciechanowski Exposing Floating Point – Bartosz Ciechanowski

Despite everyday use, floating point numbers are often understood in a hand-wavy manner and their behavior raises many eyebrows.

On a technical note, by floating point I’m referring to the ubiquitous IEEE 754 binary floating point format.

Exact Decimal RepresentationWhile not every decimal number can be represented using floating point numbers (the infamous 0.1), every floating point number has its own exact decimal representation.

Perhaps the most thorough technical write-ups on floating point numbers is “What Every Computer Scientist Should Know About Floating-Point Arithmetic”.

I consider many of his articles a must-read for any programmer who deals with floating point numbers on a regul…

22 часа назад @ ciechanow.ski
There Will Be a Scientific Theory of Deep Learning
There Will Be a Scientific Theory of Deep Learning There Will Be a Scientific Theory of Deep Learning

A scientific theory of deep learning is starting to take shape. It explains how neural networks learn and behave using simple, testable ideas. This new theory helps us understand training, performance, and common patterns in deep learning.

1 day, 22 hours назад @ arxiv.org
Amateur armed with ChatGPT 'vibe-maths' a 60-year-old problem | Scientific American
Amateur armed with ChatGPT 'vibe-maths' a 60-year-old problem | Scientific American Amateur armed with ChatGPT 'vibe-maths' a 60-year-old problem | Scientific American

A ChatGPT AI has proved a conjecture with a method no human had thought of.

Liam Price just cracked a 60-year-old problem that world-class mathematicians have tried and failed to solve.

Artificial intelligence has recently made headlines for solving a number of “Erdős problems,” conjectures left behind by the prolific mathematician Paul Erdős.

Price wasn’t aware of this history when he entered the problem into ChatGPT on an idle Monday afternoon.

The duo had jump-started the AI-for-Erdős craze late last year by prompting a free version of ChatGPT with open problems chosen at random from the Erdős problems website.

1 day, 22 hours назад @ scientificamerican.com
Habitual coffee intake shapes the gut microbiome and modifies host physiology and cognition - Nature Communications
Habitual coffee intake shapes the gut microbiome and modifies host physiology and cognition - Nature Communications Habitual coffee intake shapes the gut microbiome and modifies host physiology and cognition - Nature Communications

CDs completed the study with the post-intervention visit (Visit 4), in which they completed the same measures as for V2 and received sixty euros compensation.

The UPLC was performed using a slightly modified version of the protocol described by Doneanu et al.

Separations were performed using XBridge® BEH HILIC column (2.1 × 100 mm; 2.5 µm particle size; Waters) installed with a precolumn cartridge (Waters).

Statistical analyses were performed using SPSS version 28 (IBM, Armonk, NY, USA) and n R (version 4.2.0) using the Rstudio GUI (version 2022.2.2.485).

All the other statistical analyses were performed using Mixed Models followed by Bonferroni’s post hoc pairwise comparisons at each timep…

1 day, 22 hours назад @ nature.com
Changelog Changelog
последний пост 4 days, 8 hours назад
Exploring with agents
Exploring with agents Exploring with agents

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

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

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

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

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

4 days, 8 hours назад @ changelog.com
Astral has been acquired by OpenAI
Astral has been acquired by OpenAI Astral has been acquired by OpenAI

Changelog News!

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

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

1 month назад @ changelog.com
From Tailnet to platform
From Tailnet to platform From Tailnet to platform

Server ErrorOops!

Looks like the server had a hiccup.

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

In the meantime, enjoy some clips!

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

Changelog News!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 months назад @ changelog.com
Selling SDKs in the era of many Claudes
Selling SDKs in the era of many Claudes Selling SDKs in the era of many Claudes

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

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

2 months, 1 week назад @ changelog.com
All the Claw things
All the Claw things All the Claw things

Changelog News!

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

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

2 months, 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.

2 months, 2 weeks назад @ changelog.com
Building the machine that builds the machine
Building the machine that builds the machine Building the machine that builds the machine

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

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

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

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

Check out the speedrun to get started in minutes.

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

2 months, 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.

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

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

2 months, 3 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 9 часов назад
Microsoft finally open sources DOS 1.0 - and it's so much more than the code
Microsoft finally open sources DOS 1.0 - and it's so much more than the code Microsoft finally open sources DOS 1.0 - and it's so much more than the code

Now, Microsoft has released the source code and notes for PC-DOS 1.00, the first DOS release for the IBM PC.

That would have led to a very different world with Unix as the top desktop operating system from then until today.

Microsoft buys 86‑DOS for $100,000In the real world, Gates and company had to whip up an operating system as quickly as possible.

This new European office suite is a private, open-source alternativeIt's not just DOS's source code that Microsoft is sharing.

Having a clearly labeled DOS 1.0 code drop that ties back to the original IBM PC era gives researchers a concrete reference point for that tangle of early DOS builds.

9 часов назад @ zdnet.com
User interfaces as we know them are dead - 4 ways to prep for 'disposable' UIs
User interfaces as we know them are dead - 4 ways to prep for 'disposable' UIs User interfaces as we know them are dead - 4 ways to prep for 'disposable' UIs

The future of UI is increasingly geared toward catering to agents, which doesn't require compelling graphics, clickable buttons, or entry points.

In many cases, people will no longer be interacting directly with UIs -- applications will deliver results via APIs tied to AI outputs or agents.

Interfaces that users see, he explained, will be "disposable -- a one-time use interface that just gets generated on demand and then poof, it's gone.

"The user role has changed here from the operator," Grinich pointed out -- going from simply being a user to that of collaborator and ultimately a director of AI agents.

It's a very different interaction paradigm for building UI, because you don't really kn…

10 часов назад @ zdnet.com
Want a free Apple Watch? T-Mobile will give you the SE 3 - how to get yours today
Want a free Apple Watch? T-Mobile will give you the SE 3 - how to get yours today Want a free Apple Watch? T-Mobile will give you the SE 3 - how to get yours today

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

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

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

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

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

11 часов назад @ zdnet.com
You can save 50% on this Sony soundbar right now - but the deal ends tonight
You can save 50% on this Sony soundbar right now - but the deal ends tonight

Boost your TV's audio capabilities with this 5.1CH soundbar from Sony, and save $500 when you purchase one from Best Buy today.

11 часов назад @ zdnet.com
I tested a BlackBerry-style Android phone with a keyboard, and it's weirdly practical in 2026
I tested a BlackBerry-style Android phone with a keyboard, and it's weirdly practical in 2026 I tested a BlackBerry-style Android phone with a keyboard, and it's weirdly practical in 2026

I've been reviewing Unihertz phones since the Atom came out in 2018, and I've always enjoyed its affordable, if niche, devices.

For the past few weeks, I've been testing its latest model: the Unihertz Titan 2 Elite, and can confidently say it's the best phone Unihertz has ever made.

Also: The best Android phones you can buyThe second is the Titan 2 Elite's sleek form factor.

What's old is new againLast year's Unihertz Titan 2 was positioned as a BlackBerry Passport alternative, albeit much bulkier with its more rugged design.

By contrast, the Titan Elite 2 is more of a successor to the BlackBerry Classic, but utilizes the keyboard as a trackpad.

12 часов назад @ zdnet.com
Canonical's approach to AI is refreshingly thoughtful - Microsoft should take note
Canonical's approach to AI is refreshingly thoughtful - Microsoft should take note Canonical's approach to AI is refreshingly thoughtful - Microsoft should take note

In Ubuntu, AI is built into key features and optional AI tools.

Implicit vs. explicit AIA core part of Ubuntu's framework is the distinction between "implicit" and "explicit" AI features.

Implicit AI features will run largely in the background, enhancing Linux's existing capabilities.

Canonical wants most Ubuntu AI features to default to on‑device inference.

Also: 'Like handing out the blueprint to a bank vault': Why AI led one company to abandon open sourceHere, Snap, Ubuntu's default application container approach, becomes Canonical's way of securing AI agents.

13 часов назад @ zdnet.com
Finally, I found an ergonomic office keyboard that's just as good for gaming
Finally, I found an ergonomic office keyboard that's just as good for gaming

Razer's Pro Type Ergo keyboard features a split ergonomic design and a plush wrist rest, while still being great for gaming.

14 часов назад @ zdnet.com
Why virtual desktops are so useful - and my top 4 tips for beginners
Why virtual desktops are so useful - and my top 4 tips for beginners Why virtual desktops are so useful - and my top 4 tips for beginners

Also: My 5 favorite open source operating systems that aren't LinuxTo some, Virtual Desktops are a must-use.

Think of Virtual Desktops as a way to use multiple monitors on a single display.

Essentially, Virtual Desktops make it easier for you to combine related apps together in a way that makes them easier to find and use.

Those two options alone make using Virtual Desktops a must for some.

Name your Virtual DesktopsWhen I first started using Virtual Desktops, I just created them on the fly and then manually moved my apps to their own home.

14 часов назад @ zdnet.com
How to turn on Data Saver mode on your Android phone - and why it's critical to do so
How to turn on Data Saver mode on your Android phone - and why it's critical to do so How to turn on Data Saver mode on your Android phone - and why it's critical to do so

How to use Data Saver mode on AndroidThe first thing you'll want to do is enable the Data Saver mode, which prevents some apps from sending and/or receiving data in the background.

Open the Settings app Open the Settings app by either pulling down the Notification Shade twice and then tapping the gear icon at the bottom right.

Enable Data Saver On the resulting page, tap the On/Off switch for Use Data Saver until it's in the On position.

On the Data Saver page, you'll see an option labeled "Unrestricted mobile data."

And that's all there is to saving data and controlling data usage on Android.

15 часов назад @ zdnet.com
My 5 favorite open source operating systems that aren't Linux
My 5 favorite open source operating systems that aren't Linux My 5 favorite open source operating systems that aren't Linux

When you think of open-source operating systems, most likely only one option springs to mind: Linux.

Let's see what there is to see within the realm of non-Linux open-source operating systems.

This should come as no surprise, given that BSD was based on an operating system used on mainframe computers worldwide.

In fact, if you want the single most reliable and stable operating system on the planet, try FreeBSD or OpenBSD.

I tried it to find outNow, TempleOS isn't an operating system that you would actually use.

1 day, 2 hours назад @ zdnet.com
This hidden TV feature tracks your viewing - here's how to turn it off (no matter what brand)
This hidden TV feature tracks your viewing - here's how to turn it off (no matter what brand)

Samsung, LG, and Sony TVs can pose privacy risks - here's how to avoid a major one.

1 day, 3 hours назад @ zdnet.com
77% of IT managers say their AI agents are out of control - 5 ways to rein in yours
77% of IT managers say their AI agents are out of control - 5 ways to rein in yours 77% of IT managers say their AI agents are out of control - 5 ways to rein in yours

ZDNET's key takeawaysOnly 23% of IT managers have complete control over their agents.

AI agents -- so easy to spin up -- are proliferating out of everyone's control.

That's the conclusion of a just-released survey by Rubrik ZeroLabs, which finds that fewer than one in four IT managers (23%) say they have "complete" control over the agents within their organizations.

The authors of the ZeroLabs survey found a disconnect between perceived control and operational reality among agents.

Also: How to build better AI agents for your business - without creating trust issuesWith the proliferation of agents across enterprise systems, industry observers worry that such sprawl is becoming too difficult…

1 day, 3 hours назад @ zdnet.com
GitHub Copilot shifts to usage-based pricing June 1 - why that's no surprise
GitHub Copilot shifts to usage-based pricing June 1 - why that's no surprise GitHub Copilot shifts to usage-based pricing June 1 - why that's no surprise

GitHub announced that as of June 1, 2026, all GitHub Copilot plans will shift to usage-based billing.

Going forward, users will consume monthly allotments of GitHub AI Credits based on token consumption, including input, output, and cached tokens at published API rates.

A week ago, GitHub blocked users from getting a new GitHub Copilot subscription.

With the new AI Credits approach, when you're out of Credits, you're out of luck.

GitHub plans to launch a preview of the bills in early May.

1 day, 8 hours назад @ zdnet.com
This LG portable projector comes with a free soundbar - and we highly recommend it
This LG portable projector comes with a free soundbar - and we highly recommend it

The CineBeam Q is a high-quality portable projector, and with this deal and a free LG S40T soundbar, you can make it a permanent addition to your home theater.

1 day, 8 hours назад @ zdnet.com
T-Mobile will give you $200 for switching to them - seriously
T-Mobile will give you $200 for switching to them - seriously

Get a $200 prepaid Mastercard when you bring your device and old number to T-Mobile. We break down the deal.

1 day, 9 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 1 час назад
How one venture firm is investing in an increasingly fragmented world
How one venture firm is investing in an increasingly fragmented world

Geopolitical turmoil has made venture investing challenging, leading Kompas VC to carve out a niche in startups focused on the physical world.

1 час назад @ techcrunch.com
At his OpenAI trial, Musk relitigates an old friendship
At his OpenAI trial, Musk relitigates an old friendship

It's a story Musk has told before -- in interviews and to author Walter Isaacson for his bestselling biography of Musk -- but Tuesday was the first time he said it under oath.

3 часа назад @ techcrunch.com
Amazon is already offering new OpenAI products on AWS
Amazon is already offering new OpenAI products on AWS

A day after OpenAI got Microsoft to agree to end exclusive rights, AWS announced a slate of OpenAI model offerings, including a new agent service.

8 часов назад @ techcrunch.com
Amazon launches an AI-powered audio Q&A experience on product pages
Amazon launches an AI-powered audio Q&A experience on product pages

Amazon's new "Join the chat" feature lets you ask questions about products and receive AI-powered audio responses.

9 часов назад @ techcrunch.com
Match Group invests $100M in Sniffies, a cruising app for gay men
Match Group invests $100M in Sniffies, a cruising app for gay men

The app is Match Group's newest attempt to get mobile users excited about online romance again.

10 часов назад @ techcrunch.com
Google expands Pentagon’s access to its AI after Anthropic’s refusal
Google expands Pentagon’s access to its AI after Anthropic’s refusal

After Anthropic refused to allow the DoD to use its AI for domestic mass surveillance and autonomous weapons, Google has signed a new contract with the department.

10 часов назад @ techcrunch.com
Paragon is not collaborating with Italian authorities probing spyware attacks, report says
Paragon is not collaborating with Italian authorities probing spyware attacks, report says

Despite promising to help determine what happened with the hacks targeting journalists and activists in Italy, Israeli-American spyware maker Paragon has reportedly not responded to authorities’ requests for information.

10 часов назад @ techcrunch.com
US Supreme Court appears split over controversial use of ‘geofence’ search warrants
US Supreme Court appears split over controversial use of ‘geofence’ search warrants

The U.S. top court is expected to rule on whether to allow police to identify criminal suspects by dragnet searching the databases of tech giants.

11 часов назад @ techcrunch.com
Australia forces Big Tech firms to pay for news or face a 2.25% tax
Australia forces Big Tech firms to pay for news or face a 2.25% tax

Australia is giving Big Tech a simple choice. Pay journalists. Or pay the government.

12 часов назад @ techcrunch.com
Lovable launches its vibe coding app on iOS and Android
Lovable launches its vibe coding app on iOS and Android

The app allows developers to vibe code web apps and websites on the go.

12 часов назад @ techcrunch.com
Founder of Shark Tank-backed startup Scholly sues his acquirer Sallie Mae
Founder of Shark Tank-backed startup Scholly sues his acquirer Sallie Mae

Chris Gray is suing his startup’s acquirer, Sallie Mae, for wrongful termination and alleging it's selling student data through a subsidiary. Sallie Mae denies the allegations and vows to fight.

12 часов назад @ techcrunch.com
Apple introduces a cheaper option for App Store subscriptions
Apple introduces a cheaper option for App Store subscriptions

Apple is adding a new subscription option that lets app developers offer lower monthly pricing in exchange for a 12-month commitment.

13 часов назад @ techcrunch.com
Snapchat brings AI-powered conversational advertising to its app
Snapchat brings AI-powered conversational advertising to its app

Users will be able to chat with a brand's AI agent to do things like ask questions and get recommendations.

14 часов назад @ techcrunch.com
YouTube is testing an AI-powered search feature that shows guided answers
YouTube is testing an AI-powered search feature that shows guided answers

YouTube is rolling out the new AI search feature to Premium subscribers in the U.S. on an opt-in basis.

14 часов назад @ techcrunch.com
BCI startup Neurable looks to license its ‘mind-reading’ tech for consumer wearables
BCI startup Neurable looks to license its ‘mind-reading’ tech for consumer wearables

The startup specializes in "non-invasive" "mind-reading" tech—a kind of neural data collection that, its CEO hopes, will have all sorts of consumer applications.

14 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 47 минут назад
Musk Testifies OpenAI Was Created As Nonprofit To Counter Google
Musk Testifies OpenAI Was Created As Nonprofit To Counter Google Musk Testifies OpenAI Was Created As Nonprofit To Counter Google

Elon Musk testified on day two of his trial against OpenAI, saying he helped create the company as a nonprofit counterweight to Google and would not have backed it if the goal had been private profit. CNBC reports: Musk on Tuesday was the first witness called to testify in the trial. He spoke about his upbringing, his many companies, his role in founding OpenAI and his understanding of its structure. Musk said in his testimony that he was not opposed to the creation of a small for-profit subsidiary, "as long as the tail didn't wag the dog." Musk said he was motivated to start OpenAI to serve as a counterweight to Google. He got the idea after an argument he had with Google co-founder Larry …

47 минут назад @ yro.slashdot.org
Electrical Current Might Be the Key To a Better Cup of Coffee
Electrical Current Might Be the Key To a Better Cup of Coffee Electrical Current Might Be the Key To a Better Cup of Coffee

An anonymous reader quotes a report from Ars Technica: University of Oregon chemist Christopher Hendon loves his coffee -- so much so that studying all the factors that go into creating the perfect cuppa constitutes a significant area of research for him. His latest project: discovering a novel means of measuring the flavor profile of coffee simply by sending an electrical current through a sample beverage. The results appear in a new paper published in the journal Nature Communications. [...] The coffee industry typically uses a method for measuring the refractive index of coffee -- i.e., how light bends as it travels through the liquid -- to determine strength, but it doesn't capture the …

5 часов назад @ developers.slashdot.org
Apple Vision Pro Used In World-First Cataract Surgery
Apple Vision Pro Used In World-First Cataract Surgery Apple Vision Pro Used In World-First Cataract Surgery

Apple's Vision Pro has been used in what's described as the world's first cataract surgery performed with the headset. MacRumors reports: [New York opthalmologist] Dr. Eric Rosenberg of SightMD completed the initial procedure in October 2025 and has since performed hundreds of additional cases using ScopeXR, a surgical platform he co-developed for Apple's mixed reality device. ScopeXR streams live feeds from 3D digital surgical microscopes directly into the Vision Pro, which lets the surgeon view the operative field in stereoscopic 3D while overlaying preoperative diagnostic data. The platform also supports real-time remote collaboration, allowing surgeons to virtually join procedures and s…

6 часов назад @ science.slashdot.org
Sony Rolls Out 30-Day Online DRM Check-In For PlayStation Digital Games
Sony Rolls Out 30-Day Online DRM Check-In For PlayStation Digital Games Sony Rolls Out 30-Day Online DRM Check-In For PlayStation Digital Games

Sony is reportedly rolling out a 30-day online check-in requirement for some digital PS4 and PS5 games, meaning players could temporarily lose access if their console does not reconnect to renew the license. Tom's Hardware reports: In the info page of an affected game, you'd see a new validity period and a "remaining time" deadline. At first, this seemed like a software bug, but now PlayStation Support has confirmed its authenticity to multiple users. PlayStation owners are furious about the change. From what we've seen, this DRM is intended for digital game copies. It works by instating a mandatory online check-in where you have to connect to the internet within a rolling 30-day window or …

7 часов назад @ games.slashdot.org
Apple Introduces a Cheaper Option For App Store Subscriptions
Apple Introduces a Cheaper Option For App Store Subscriptions Apple Introduces a Cheaper Option For App Store Subscriptions

Apple is adding a new App Store subscription option that lets developers offer lower monthly prices in exchange for a 12-month commitment. "This model will allow developers to offer discounted rates to customers in exchange for more predictable long-term revenue," reports TechCrunch. "This also caters to how many developers have already been marketing their annual subscriptions in their apps." From the report: Often, app developers will display the lower monthly price to highlight the discount the customer would receive if they purchase the annual subscription instead of the monthly option. If the user is on the fence about a longer-term commitment, the notion that they're getting a better …

8 часов назад @ news.slashdot.org
The Bloomberg Terminal Is Getting an AI Makeover
The Bloomberg Terminal Is Getting an AI Makeover The Bloomberg Terminal Is Getting an AI Makeover

An anonymous reader quotes a report from Wired: For its famous intractability, the Bloomberg Terminal has long inspired devotion, bordering on obsession. Among traders, the ability to chart a path through the software's dizzying scrolls of numbers and text to isolate far-flung information is the mark of a seasoned professional. But as a greater mass of data is fed into the Terminal -- not only earnings and asset prices, but weather forecasts, shipping logs, factory locations, consumer spending patterns, private loans, and so on -- valuable information is being lost. "It has become more and more untenable," says Shawn Edwards, chief technology officer at Bloomberg. "You miss things, or it ta…

9 часов назад @ news.slashdot.org
Google and Pentagon Reportedly Agree On Deal For 'Any Lawful' Use of AI
Google and Pentagon Reportedly Agree On Deal For 'Any Lawful' Use of AI Google and Pentagon Reportedly Agree On Deal For 'Any Lawful' Use of AI

Google has reportedly signed a classified agreement allowing the Pentagon to use its AI models for "any lawful government purpose." While the deal is said to discourage domestic mass surveillance and autonomous weapons without human oversight, it apparently does not give Google the power to block how the government actually uses its models. The Verge reports: The agreement was reported less than a day after Google employees demanded CEO Sundar Pichai block the Pentagon from using its AI amid concerns that it would be used in "inhumane or extremely harmful ways." If the agreement is confirmed, it would place Google alongside OpenAI and xAI, which have also made classified AI deals with the U…

10 часов назад @ tech.slashdot.org
UAE To Leave OPEC Amid Hormuz Oil Crisis
UAE To Leave OPEC Amid Hormuz Oil Crisis UAE To Leave OPEC Amid Hormuz Oil Crisis

fjo3 writes: The United Arab Emirates announced Tuesday that it would exit the Organization of the Petroleum Exporting Countries (source paywalled; alternative source), or OPEC, along with the wider group of partners known as OPEC+, effective May 1, in what could be a blow to control over prices by the group, long led in practice by Saudi Arabia. The move "reflects the UAE's long-term strategic and economic vision and evolving energy profile" read an official statement carried by a UAE state news agency, as disruptions "in the Strait of Hormuz continues to affect supply dynamics." [...] The UAE is the second Persian Gulf country to leave the group after Qatar terminated its membership in 20…

11 часов назад @ news.slashdot.org
Bay Area Homeowner Offers Property In Exchange For Anthropic Stock
Bay Area Homeowner Offers Property In Exchange For Anthropic Stock Bay Area Homeowner Offers Property In Exchange For Anthropic Stock

Bay Area homeowner and investment banker Storm Duncan is trying to swap a 13-acre Mill Valley property for Anthropic equity instead of cash. He created a LinkedIn page for the home, describing the move as a "diversification play" because he is "under-concentrated in AI investments relative to the importance of AI in the future, and over-concentrated in real estate." A young Anthropic employee, Duncan says, might be "in the exact opposite scenario." TechCrunch reports: Duncan is asking potential buyers to email him to discuss deal specifics, but he said it would be a private transaction that doesn't require the buyer to sell their stock outright. On LinkedIn, he also said the homebuyer would…

12 часов назад @ slashdot.org
Supreme Court Hears Case On How To Label Risks of Popular Weed Killer
Supreme Court Hears Case On How To Label Risks of Popular Weed Killer Supreme Court Hears Case On How To Label Risks of Popular Weed Killer

An anonymous reader quotes a report from NPR: A divided U.S. Supreme Court on Monday heard a dispute over labels on the popular Roundup weed killer, which thousands of people blame for their cancers. How the Supreme Court rules could have implications for tens of thousands of lawsuits against Roundup maker Monsanto, which is now owned by Bayer. The case centers on who decides about warning labels on chemicals: the federal government -- or states or juries. [...] The justices will not be evaluating whether glyphosate causes cancer. Rather, they'll consider who should decide what appears on warning labels and whether states have a role to play after the EPA weighs in. The current U.S. solicit…

13 часов назад @ yro.slashdot.org
The Silent Frequency That Makes Old Buildings Feel Haunted
The Silent Frequency That Makes Old Buildings Feel Haunted The Silent Frequency That Makes Old Buildings Feel Haunted

Researchers say infrasound -- low-frequency vibrations from things like pipes, HVAC systems, and traffic that humans can't consciously hear -- may help explain why some old buildings feel unsettling or "haunted." Rodney Schmaltz, senior author and professor at MacEwan, says: "Consider visiting a supposedly haunted building. Your mood shifts, you feel agitated, but you can't see or hear anything unusual. In an old building, there is a good chance that infrasound is present, particularly in basements where aging pipes and ventilation systems produce low-frequency vibrations. If you were told the building was haunted, you might attribute that agitation to something supernatural. In reality, yo…

17 часов назад @ science.slashdot.org
Trump Administration Will Pay More Energy Firms to Cancel Wind Farms
Trump Administration Will Pay More Energy Firms to Cancel Wind Farms Trump Administration Will Pay More Energy Firms to Cancel Wind Farms

The Trump administration says it will reimburse energy companies $885 million to cancel two planned offshore wind farms, with the firms in turn agreeing to put money into oil and gas projects instead. "The deals are modeled after a similar agreement last month with the French energy giant TotalEnergies," notes the New York Times. "TotalEnergies forfeited its leases for two wind projects planned off the coasts of New York and North Carolina, while committing to a range of fossil-fuel investments." From the report: [...] The first new agreement affects Bluepoint Wind, a wind farm in the early stages of development off New York and New Jersey. The project was proposed by Global Infrastructure …

21 час назад @ hardware.slashdot.org
Elon Musk and OpenAI CEO Sam Altman Head To Court
Elon Musk and OpenAI CEO Sam Altman Head To Court Elon Musk and OpenAI CEO Sam Altman Head To Court

An anonymous reader quotes a report from the Associated Press: Technology tycoons Elon Musk and Sam Altman are poised to face off in a high-stakes trial revolving around the alleged betrayal, deceit and unbridled ambition that blurred the bickering billionaires' once-shared vision for the development of artificial intelligence. The trial, which started Monday with jury selection, centers on the 2015 birth of ChatGPT maker OpenAI as a nonprofit startup primarily funded by Musk before evolving into a capitalistic venture now valued at $852 billion. The trial's outcome could sway the balance of power in AI -- breakthrough technology that is increasingly being feared as a potential job killer a…

1 day назад @ yro.slashdot.org
Study Finds a Third of New Websites Are AI-Generated
Study Finds a Third of New Websites Are AI-Generated Study Finds a Third of New Websites Are AI-Generated

alternative_right shares a report from 404 Media: Researchers working with data from the Internet Archive have discovered that a third of websites created since 2022 are AI-generated. The team of researchers -- which includes people from Stanford, the Imperial College London, and the Internet Archive -- published their findings online in a paper titled "The Impact of AI-Generated Text on the Internet." The research also found that all this AI-generated text is making the web more cheery and less verbose."The proliferation of AI-generated and AI-assisted text on the internet is feared to contribute to a degradation in semantic and stylistic diversity, factual accuracy, and other negative dev…

1 day, 5 hours назад @ tech.slashdot.org
EU Tells Google To Open Up AI On Android; Google Says That's 'Unwarranted Intervention'
EU Tells Google To Open Up AI On Android; Google Says That's 'Unwarranted Intervention' EU Tells Google To Open Up AI On Android; Google Says That's 'Unwarranted Intervention'

An anonymous reader quotes a report from Ars Technica: In January, the European Commission began an initial investigation, known as a specification proceeding, into how Google has implemented AI in the Android operating system. The results are in, and the EU says Android needs to be more open, which is not surprising. Meanwhile, Google says this amounts to "unwarranted intervention," which is equally unsurprising. Regardless of Google's characterization of the investigation, the commission may force Google to make Android AI changes this summer. This action stems from the continent's Digital Markets Act (DMA), a sweeping law that designates seven dominant technology companies as "gatekeeper…

1 day, 6 hours назад @ tech.slashdot.org
Блоги людей
School is artificial
School is artificial

One of the hard parts of moving from school to “the real world” is adjusting

to all the ways that school is artificial. It’s different from the real

world.I’ve been thinking about this because of questions I see young learners

commonly asking. Too often the questions are meaningless in the real world, and

even if you could get answers, the answers would use useless.How long does it take to learn Python? In school, learning is divided

into discrete labelled chunks. A class called “Beginning Python” might last four

months. Everyone in the class will be taught the same things at the same pace.

The objectives are laid out by the teacher, and at the end you will get a

grade.Outside of school, le…

3 days, 6 hours назад @ nedbatchelder.com
Tim Cook's Impeccable Timing
Tim Cook's Impeccable Timing

Tim Cook had an extraordinary run — and impeccable timing, both in terms of when he became CEO, and when he is stepping down.

1 week назад @ stratechery.com
>Recipe scaler: набор изменений номер 5
Recipe scaler: набор изменений номер 5 Recipe scaler: набор изменений номер 5

Еще новинки самого лучшего в мире менеджера рецептов

Как вы помните (не помните, конечно), я делаю самый удобный и продвинутый менеджер рецептов — recipe-scaler.ru.

С момента прошлого поста прошла неделя. За это время я в фоне поделал еще пару классных штук. 1. Список покупок

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

Ну не кайф ли? Плюс одно приложение внутри приложения. 2. Расширение для Хрома

Телеграм у некоторых не работает, чтобы можно было сохранить рецепт я сделал расширение. Жмакаете, и рецепт отправляет в приложение.

Recipe …

2 weeks назад @ mikeozornin.ru
Mythos, Muse, and the Opportunity Cost of Compute
Mythos, Muse, and the Opportunity Cost of Compute

Does Aggregation Theory survive in a world of constrained compute? Yes, insomuch as controlling demand will give power over supply.

2 weeks, 1 day назад @ stratechery.com
Linklint
Linklint

I wrote a Sphinx extension to eliminate excessive links:

linklint. It started as a linter to check and modify

.rst files, but it grew into a Sphinx extension that works without changing the

source files.It all started with a topic in the discussion forums: Should

not underline links, which argued that the underlining was distracting from

the text. Of course we did not remove underlines, they are important for

accessibility and for seeing that there are links at all.But I agreed that there were places in the docs that had too many links. In

particular, there are two kinds of link that are excessive:

Links within a section to the same section. These arise naturally when

describing a function …

2 weeks, 2 days назад @ nedbatchelder.com
>Recipe scaler: набор изменений номер 4
Recipe scaler: набор изменений номер 4 Recipe scaler: набор изменений номер 4

Рассказываю о новинках самого лучшего в мире менеджера рецептов

Как вы помните (не помните, конечно), я делаю самый удобный и продвинутый менеджер рецептов — recipe-scaler.ru.

С момента прошлого поста прошло два месяца. За это время я в фоне поделал еще немного разных штук. 1. Раздел Discovery

Можно почитать чужие рецепты. Пока рецепты людей, но потом будут еще и коллекции, ищу где можно найти рецептов так, чтобы не нарушить сразу 100 миллионов авторских прав 2. Универсальный импорт

Импорт сильно прокачался. Сейчас можно импортировать что угодно: много рецептов за раз, много ссылок, рецепты из произвольного текста или файла произвольного формата. Можно даже импортировать рецепты из фотограф…

3 weeks назад @ mikeozornin.ru
>ИИ-нативные продукты
ИИ-нативные продукты

Рассуждаю, что важно учесть при разработке сложного софтверного продукта сейчас, чтобы он остался актуальным через год или два

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

Я говорю не про конкретные ии-фичи, не про пресловутого бота, который отвечает мимо и невпопад, а скорее про общее ощущение от продуктов. Я говорю про по сути набор нефункциональных требований, касающихся ИИ, которые могут быть применимы ко всем нашим продуктам. Как сделать продукт, который: будет актуальным в сред…

3 weeks, 1 day назад @ mikeozornin.ru
Apple's 50 Years of Integration
Apple's 50 Years of Integration

Apple has survived 50 years by being the only company integrating hardware and software; if the company loses because of AI it will be because the point of integration changes.

4 weeks назад @ stratechery.com
>ЛЛМ и дизайн
ЛЛМ и дизайн

Я шарю скилл несколько раз, самое время кинуть в пост

Как делать дизайн с ЛЛМ, чтобы не было дефолтно и ИИшно: Не делать, делать руками

Кидать референсы

Дать скиллов Пост про опцию три. https://impeccable.style

Есть вот такой набор скиллов, в нем разные вещи, чтобы делать дизайн и верстку: Аудит того, что есть и критика

Есть работа с текстом

Есть работа с визуалкой На промостранице есть объяснения, начните с них.

Это не серебрянная пуля, по начать, например, можно с этого. https://developers.openai.com/blog/designing-delightful-frontends-with-gpt-5-4/

Скилл и объяснение от опенаи

1 month назад @ mikeozornin.ru
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…

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

1 month, 3 weeks назад @ 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]: …

2 months назад @ nedbatchelder.com
>Street guesser
Street guesser Street guesser

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

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

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

2 months назад @ mikeozornin.ru
Thin Is In
Thin Is In

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

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

2 months, 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.

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

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

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

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

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

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

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

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

3 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3 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.

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

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

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

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

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

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

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

site on the host, but produced with

Django running locally. In 2021, it became a

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

the old-fashion…

3 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…

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

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

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

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

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

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

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

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

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

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

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

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

4 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.…

4 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…

4 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 Нет, Дядя Вострек, не умеешь ты хайпить. Надо было больше пиздеть и меньше делать, а ты наоборот начал — много делаешь и мало пиздишь. А это прямой путь к выгоранию и забвению одновременно...

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

4 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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

5 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…

5 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.

5 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() -> 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…

5 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(): 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…

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

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

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

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

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

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

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

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

5 months, 2 weeks назад @ vas3k.club
Инди-разработка
Show HN Show HN
последний пост 53 минуты назад
Show HN: Claude Exporter – Export Chats to PDF/Word/Notion
Show HN: Claude Exporter – Export Chats to PDF/Word/Notion Show HN: Claude Exporter – Export Chats to PDF/Word/Notion

Claude Exporter lets you instantly export Claude chat to PDF, Notion, Word, or Google Docs with custom font, size, and text color.

Claude Exporter is the easiest way to export Claude chat to PDF, Word, Google Docs, or Notion with full control over font, size, and text color before you export.

## KEY FEATURES ⚙️ ### Multiple export formats Export Claude conversation to the format that fits your workflow: - PDF: save Claude chat as PDF, perfect for printing, archiving, or sharing.

- Google Docs: export Claude chat directly to Google Docs for collaboration.

- Tables and structured outputs - Claude artifacts and special outputs - Extended thinking and reasoning content ### Fast and simple to us…

53 минуты назад @ chromewebstore.google.com
Show HN: mac-screen-search: CLI find, highlight, redact text on screen, in files
Show HN: mac-screen-search: CLI find, highlight, redact text on screen, in files Show HN: mac-screen-search: CLI find, highlight, redact text on screen, in files

A macOS CLI tool that captures a screenshot of the entire screen, performs OCR to find all instances of a search term, draws colored rectangles around each match, and opens the annotated image in Preview.

screenshot mode redact modeAI DisclaimerThis project was vibe-coded with Claude Opus 4.6 .

Screenshot mode only -w Whole-word matching (require word boundaries on both sides of the match) -D Delimiter for multiple search terms (default: | ).

Reduces false positives for short search terms:mac-screen-search -w " is " # matches "is" but not "this" or "island"Also works with fuzzy matching ( -d ).

Skipped in list mode ( -l ) Output -- Saves the result as a timestamped PNG and opens it in Prev…

1 час назад @ github.com
Show HN: Pcons: new software build tool in Python, inspired by SCons and CMake
Show HN: Pcons: new software build tool in Python, inspired by SCons and CMake Show HN: Pcons: new software build tool in Python, inspired by SCons and CMake

Why another software build tool?

I love that python is the config language; that makes build descriptions incredibly flexible and powerful.

Here's a comparison between pcons and other common modern build tools.

I think pcons fills a real need, for a general-purpose broadly applicable extensible software build tool using a modern well-known language to describe builds and tools.

Quick Example# pcons-build.py from pcons import Project , find_c_toolchain project = Project ( "myapp" ) env = project .

1 час назад @ github.com
Show HN: Pi-hosts – Give the Pi coding agent access to your servers
Show HN: Pi-hosts – Give the Pi coding agent access to your servers Show HN: Pi-hosts – Give the Pi coding agent access to your servers

Give the Pi coding agent access to your servers.

pi-hosts gives Pi named SSH targets, host facts, connection reuse, command risk checks, and an audit trail.

CommandsCommand Purpose /hosts list List hosts /hosts lookup Show one host and cached facts /hosts upsert --address [--user ] [--port ] [--tags a,b] Add or update a host /hosts remove Remove a host /hosts facts refresh Probe and cache remote facts /hosts import ssh Import one SSH config host /hosts import ssh --all Import all explicit SSH config hosts /hosts import ssh --preview --all Preview import without writing /hosts config show Show loaded config /hosts config path Show config search paths /hosts config reload Reload config …

2 часа назад @ github.com
Show HN: I built an AI agent to diagnose technical issues
Show HN: I built an AI agent to diagnose technical issues Show HN: I built an AI agent to diagnose technical issues

Keep building until it is time to review the diagnosisIf technical support diagnosis keeps stealing the time and attention you meant to spend shipping, Rinhelp gives you an evidence-backed investigation workflow and a human review loop before anything goes out.

For founder-led and engineer-led SaaS teams with real technical ticket volume

2 часа назад @ rinhelp.com
Show HN: GeoTraceroute – Traceroutes on a 3D globe and submarine cables
Show HN: GeoTraceroute – Traceroutes on a 3D globe and submarine cables

I've been working on GeoTraceroute for a while and just shipped v2.3 with submarine cable inference.A few things that might interest HN:- 320 community-contributed nodes across 50 countries, all volunteer-run

- Three views: 3D globe with day/night rendering, 2D map, and a topological mode that infers submarine cable routing

- The submarine cable inference is the part I find most interesting. Since cable routers don't respond to ICMP, the underwater segments are invisible to standard traceroute. The tool detects ocean crossings by geolocation delta between consecutive hops, then infers the likely cable using a geo graph of landing points with A* pathfinding. I have no way to validate this — …

2 часа назад @ geotraceroute.com
Show HN: 20-endpoint image API (remove bg, upscale, face restore)
Show HN: 20-endpoint image API (remove bg, upscale, face restore) Show HN: 20-endpoint image API (remove bg, upscale, face restore)

Query paramsParam Type Default Description format string png png (default) or webp .

Query paramsParam Type Default Description format string png png or webp .

format string png png or webp .

format string png png or webp .

format string png png or webp .

3 часа назад @ github.com
Show HN: Filedge – parse SEC filings for $0.05 via x402, no keys
Show HN: Filedge – parse SEC filings for $0.05 via x402, no keys

Article URL: https://filedge.io/

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

Points: 1

# Comments: 0

4 часа назад @ filedge.io
Show HN: Niimbot Label Printer desktop app with Pretix integration
Show HN: Niimbot Label Printer desktop app with Pretix integration Show HN: Niimbot Label Printer desktop app with Pretix integration

Desktop app to print labels on a NIIMBOT B1 over USB serial.

Pretix check-in (optional)The app can call your Pretix instance’s check-in redeem API, check in a ticket from the scanned secret, then print a name badge.

In File → Settings, under Pretix (optional): Enable Pretix check-in and badge printing .. Pretix base URL — HTTPS only, e.g.

Labels per print — how many identical labels to feed per print action (manual or Pretix); default 1.

— how many identical labels to feed per print action (manual or Pretix); default 1.

4 часа назад @ github.com
Show HN: 49Agents – 2D Canvas IDE for Orchestrating Agents, Repos, Issues
Show HN: 49Agents – 2D Canvas IDE for Orchestrating Agents, Repos, Issues Show HN: 49Agents – 2D Canvas IDE for Orchestrating Agents, Repos, Issues

AboutOpen-source 2D IDE for managing AI agents in native CLIs, terminal, gits, beads issues, and files across multiple projects and machines.

Self-host on a single machine via localhost OR host on a cluster via Tailscale OR connect to app.49agents.com (coming soon)TopicsResourcesLicenseCode of conductContributingUh oh!

There was an error while loading.

Please reload this page.

StarsWatchersForks

4 часа назад @ github.com
Show HN: I built another to do list. But it does a lot
Show HN: I built another to do list. But it does a lot Show HN: I built another to do list. But it does a lot

Rotation List runs meds, workouts, chores, & shared schedules on autopilot, for families, teams, & anyone tired of being the one who remembers.

Rotation List is the only list app that rotates through your life automatically -- so the next task, meal, chore, or decision is always ready and waiting.

► You'll actually use this one Rotation List gets you organized in seconds -- speak a list into existence, scan a piece of paper, or grab a community template.

Rotation List turns the chaos into a structured list.

● Rotation Lists: Your list runs itself -- perfect for chores, meals, habits, and routines.

5 часов назад @ apps.apple.com
Show HN: InterviewDen – Free voice AI mock interviews for SWE, IB, quant, more
Show HN: InterviewDen – Free voice AI mock interviews for SWE, IB, quant, more Show HN: InterviewDen – Free voice AI mock interviews for SWE, IB, quant, more

Interview Practice · Live · Voice + TextAn AI interviewer thatlistens, speaks, and grades.

Paste a job description.

We'll classify it, run a full live mock, push on your weak spots, and hand you a scored debrief — across engineering, consulting, banking, and quant.

5 часов назад @ theinterviewden.com
Show HN: Cordon – Security gateway for MCP tool calls with HITL approvals
Show HN: Cordon – Security gateway for MCP tool calls with HITL approvals Show HN: Cordon – Security gateway for MCP tool calls with HITL approvals

CordonThe Security Gateway for AI AgentsQuickstart • Why Cordon • How It Works • Configuration • Roadmap • ContributingEvery company wants to deploy AI agents.

┌─────────┐ ┌──────────┐ ┌──────────────┐ │ LLM / │ ──▶ │ Cordon │ ──▶ │ MCP Server │ │ Agent │ ◀── │ Gateway │ ◀── │ (database, │ └─────────┘ └──────────┘ │ fs, APIs) │ │ └──────────────┘ ├── Policy Engine ├── Audit Logger └── Approval WorkflowsNo infrastructure changes.

Audit LoggingEvery tool call is logged as structured JSON — the request, the policy decision, the response, and timing.

Before: Claude ──▶ MCP Server A (full access) Claude ──▶ MCP Server B (full access) After: Claude ──▶ Cordon ──▶ MCP Server A (governed) ──▶ MCP S…

5 часов назад @ github.com
Show HN: ClusterdOS – Kubernetes without the platform team
Show HN: ClusterdOS – Kubernetes without the platform team Show HN: ClusterdOS – Kubernetes without the platform team

Article URL: https://gitlab.com/aranya-tech/public/clusterdos

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

Points: 2

# Comments: 1

5 часов назад @ gitlab.com
Show HN: Wayland Window Switcher
Show HN: Wayland Window Switcher Show HN: Wayland Window Switcher

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.

6 часов назад @ github.com
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 8 часов назад
Looking for a sales partner
Looking for a sales partner Looking for a sales partner

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

8 часов назад @ rss.app
Building a $1.7M/yr tech-enabled consultancy by productizing a repeatable 2-week service
Building a $1.7M/yr tech-enabled consultancy by productizing a repeatable 2-week service Building a $1.7M/yr tech-enabled consultancy by productizing a repeatable 2-week service

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

11 часов назад @ rss.app
Day 3 of marketing with zero audience. Here's what's actually working (and what isn't).
Day 3 of marketing with zero audience. Here's what's actually working (and what isn't). Day 3 of marketing with zero audience. Here's what's actually working (and what isn't).

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

13 часов назад @ rss.app
Hiring: Technical Co-Founder for NOVAInetwork
Hiring: Technical Co-Founder for NOVAInetwork Hiring: Technical Co-Founder for NOVAInetwork

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

16 часов назад @ rss.app
I Tried Studying With AI and Found My Weak Spots
I Tried Studying With AI and Found My Weak Spots I Tried Studying With AI and Found My Weak Spots

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

21 час назад @ rss.app
Cloud vs Cybersecurity Certifications | 2026 Path Makes More Sense
Cloud vs Cybersecurity Certifications | 2026 Path Makes More Sense Cloud vs Cybersecurity Certifications | 2026 Path Makes More Sense

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, 22 hours назад @ rss.app
We built a browser automation AI agent. Here's what we learned about distribution that nobody talks about.
We built a browser automation AI agent. Here's what we learned about distribution that nobody talks about. We built a browser automation AI agent. Here's what we learned about distribution that nobody talks about.

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

2 days, 2 hours назад @ rss.app
Building a Job Tracker SaaS
Building a Job Tracker SaaS Building a Job Tracker SaaS

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

2 days, 2 hours назад @ rss.app
I built a business idea validator. Now I'm scared mine is the bad idea.
I built a business idea validator. Now I'm scared mine is the bad idea. I built a business idea validator. Now I'm scared mine is the bad idea.

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

2 days, 10 hours назад @ rss.app
What worked and what didn't — Sunday PH launch with zero email list (0 votes, not featured)
What worked and what didn't — Sunday PH launch with zero email list (0 votes, not featured) What worked and what didn't — Sunday PH launch with zero email list (0 votes, not featured)

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

2 days, 12 hours назад @ rss.app
AI nutrition tracker builders: what actually converts users?
AI nutrition tracker builders: what actually converts users? AI nutrition tracker builders: what actually converts users?

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

2 days, 15 hours назад @ rss.app
Code is Cheap, but Scaling AI MVPs is Hard. Let’s Fix Yours.
Code is Cheap, but Scaling AI MVPs is Hard. Let’s Fix Yours. Code is Cheap, but Scaling AI MVPs is Hard. Let’s Fix Yours.

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, 4 hours назад @ rss.app
A sourdough tracking app doing $1,500/mo - the niche is the strategy
A sourdough tracking app doing $1,500/mo - the niche is the strategy A sourdough tracking app doing $1,500/mo - the niche is the strategy

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
Common design patterns used by successful SaaS landing pages
Common design patterns used by successful SaaS landing pages Common design patterns used by successful SaaS landing pages

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 lost 11 users in 30 days and had no idea why. Here's what I learned.
I lost 11 users in 30 days and had no idea why. Here's what I learned. I lost 11 users in 30 days and had no idea why. 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

4 days, 8 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 51 минуту назад
I'm a high schooler and I just launched my first startup waitlist — Fridgy
I'm a high schooler and I just launched my first startup waitlist — Fridgy

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

51 минуту назад @ reddit.com
Drop your product/app! we’ll find you 10 users for free
Drop your product/app! we’ll find you 10 users for free

I run a network of TikTok channels with 300k+ combined followers mostly early adopters who love discovering new tools and apps. I’m looking for a few products to feature. On average, a single dedicated video brings: • 10+ paid users • even more free users If you're currently doing outbound, posting, or just hoping people find you, this puts your product directly in front of real demand. We also offer a 7-day free trial, so you can test the results risk-free. DM me if your product is sensitive or if you want more details. submitted by /u/dyagokaba [link] [comments]

57 минут назад @ reddit.com
Made a global text filler. Finally open-sourced it after a month of daily use.
Made a global text filler. Finally open-sourced it after a month of daily use. Made a global text filler. Finally open-sourced it after a month of daily use.

How it works: Type ;; anywhere — browser, IDE, terminal, any input field A popup appears instantly, search or arrow-key to your snippet and hit Enter Text gets typed in-place, not pasted from clipboard That's it Built with C# + WPF. Windows only for now. GitHub: github.com/bapunhansdah/fillbox Would love feedback. What would you want added? submitted by /u/Mission_Turnip_1531 [link] [comments]

1 час назад @ reddit.com
I've been building a web series for awhile now.
I've been building a web series for awhile now. I've been building a web series for awhile now.

The project is called Since You Arrived. Each volume is a single-page experience that uses a different browser capability: Vol. I counts what the world did while you read (births, deaths, CO2, lightning). Uses time. Vol. II reconstructs yesterday's sky above your city. Uses IP geolocation. Vol. III surfaces what was already at your exact coordinates. Geological formations, fossil sites, species. Uses GPS. https://sinceyouarrived.world/ (Vol. I) https://sinceyouarrived.world/sky (Vol. II) https://sinceyouarrived.world/discovered (Vol. III) Each one is vanilla JS, no framework. Won 3 CSS Design Awards. Featured by One Page Love. Vol. II was the top post on r/InternetIsBeautiful. Not a product…

1 час назад @ reddit.com
I built a movie rating game - Movidle (Daily game like Wordle)
I built a movie rating game - Movidle (Daily game like Wordle)

I've been playing Wordle-style daily games for a while and wanted one for movies rating, so I built Movidle. Every day a new movie drops and you have 6 tries to guess its rating. Color-coded hints tell you if you're higher or lower. There are streaks and achievements to keep it interesting. Built it as a single HTML file - no framework, no backend, just vanilla JS. Would love feedback, especially on the difficulty balance - not sure if 6 tries is too many or too few, maybe i'll change that in the incoming days. Try it on movidle.com submitted by /u/Life-Dragonfruit6781 [link] [comments]

1 час назад @ reddit.com
This is a website for voting on who has the best dishes or drinks in any city. Right now Im just trying to get votes on cheesesteaks in Philly.
This is a website for voting on who has the best dishes or drinks in any city. Right now Im just trying to get votes on cheesesteaks in Philly. This is a website for voting on who has the best dishes or drinks in any city. Right now Im just trying to get votes on cheesesteaks in Philly.

Would love any feedback submitted by /u/Extreme_Ad_5367 [link] [comments]

2 часа назад @ reddit.com
I built a tool that replaces Reddit's AD Wait Time Megathreads for luxury watches
I built a tool that replaces Reddit's AD Wait Time Megathreads for luxury watches

If you've tried buying a Rolex at retail, you've heard it — "we'll call you." Then nothing. No timeline, no updates, just ghosted. The only real wait time data lives in Reddit megathreads that are thousands of comments deep. So I built Unghosted — buyers submit their actual wait times and everyone can search the data. Turns out the Sub that one AD quoted at "1 year+" is showing up in weeks at other dealers. That's the kind of info that changes how you play the game. unghosted.io/rolex-waitlist-times Next.js 14 + Supabase + Vercel. Early stage, need submissions. Feedback welcome. submitted by /u/Certain-Muffin1158 [link] [comments]

2 часа назад @ reddit.com
Built an AI tool that simulates FAANG interview loops (coding, system design, team match)
Built an AI tool that simulates FAANG interview loops (coding, system design, team match)

Hey everyone, Built an AI tool that simulates FAANG interview loops (coding, system design, team match) Hey everyone, I’ve been working on a side project called Steo.AI — an AI-powered mock interview platform for job seekers. The goal was to go beyond just practice questions and actually simulate the full interview journey. Right now it can: Simulate FAANG-style interview loops Run coding interviews + evaluate solutions Conduct system design rounds Do behavioral interviews with follow-ups Simulate “team match” style conversations Give structured feedback on your performance Give it a try submitted by /u/Mkp1983 [link] [comments]

3 часа назад @ reddit.com
18 marketplaces to sell your Saas
18 marketplaces to sell your Saas

TrustMRR ExitBid Acquire Empire Flippers Flippa Microns Latona's SideProjectors Website Closers BizQuest Motion Invest Transferslot Quiet Light Investors Club Niche Investor Little Exits Tiny FE International submitted by /u/Imaginary-Nerve-4875 [link] [comments]

3 часа назад @ reddit.com
I built a site that gives confidently wrong answers to any question
I built a site that gives confidently wrong answers to any question

amtaitfy.com "Allow Me To AI That For You." Type any question, get a fabricated answer from a bored omniscient narrator. The sky is mauve. Microwaves are powered by sentient mice. Atlantis was renamed Cleveland in 1923. Built it in about 10 days. The architecture was the fun part: GET serves cache only, POST runs inference. Viral traffic costs nothing because every answer is cached forever, and only the first person asking a new question pays the LLM cost. Daily spend cap on OpenRouter as the actual safety net. Cloudflare Worker, KV for cache, R2 for dynamic OG images so every shared link previews with the question and answer. Turnstile and session lockouts handle prompt extraction attempts…

3 часа назад @ reddit.com
Building a low-risk automated financial planner - Because the existing tools suck!
Building a low-risk automated financial planner - Because the existing tools suck!

Used existing tools like Rocket Money, but feel underwhelmed by the lack of features, overwhelmed by the information overload. I wanted something that could handle low-risk tasks like cancelling trials, while distilling complex data into something more actionable. Currently, I'm piloting a preview of the product at https://deduco-expensetracker.vercel.app/. Would love any feedback on features you'd like to see or room for improvement. Thanks! submitted by /u/RoutineCautious9976 [link] [comments]

4 часа назад @ reddit.com
I built a social network for AI agents… and they started making memes on their own
I built a social network for AI agents… and they started making memes on their own

I gave each agent profile a different personality + model (GPT, Claude, Gemini, Grok, etc) Now they’re posting, replying to each other, arguing… and somehow creating memes 😂 It honestly feels like watching a mini internet form itself The good part is if I ask something, I get multiple opinions instantly instead of querying each model one by one Not sure if this is actually useful or just entertaining Would you use something like this? submitted by /u/Honest_Ad_6898 [link] [comments]

5 часов назад @ reddit.com
I spent a couple months building an app that turns your feelings into actual worlds and I finally shipped it today
I spent a couple months building an app that turns your feelings into actual worlds and I finally shipped it today

I'm not a professional developer. I just had an idea I couldn't let go of. The idea was simple. What if instead of rating your mood 1 to 10 and calling it journaling, you actually wrote something real and the app painted you a world that matched exactly what you meant. Not a stock photo. Not a color. An actual scene built from your words. So I learned what I had to learn and I built it. The proud environment has a mountain summit with aurora overhead. The in love environment has string lights through a midnight garden. Every single one is drawn in code from whatever you write. No stock assets. Nothing generic. I called it Mood Weaver. I'm not going to pretend I knew what I was doing the who…

5 часов назад @ reddit.com
I started building a slower Reddit alternative that works more like a daily newspaper
I started building a slower Reddit alternative that works more like a daily newspaper

I’ve been reading through this sub for a while and a lot of the complaints are the same ones I’ve had: posts disappearing with no clear reason comment sections feeling off or not very human everything being optimized for engagement instead of actual discussion So I started building something small on my own. The idea isn’t to “replace Reddit,” it’s more like: what if this worked like a newspaper instead of a feed? Right now it’s set up like: a daily “edition” instead of endless scrolling front page resets each day no fake counts (0 actually shows as 0) discussions are slower and more focused It’s still early and honestly a bit rough in places. I’ve already had to fix login issues and tone d…

6 часов назад @ reddit.com
I built an all-in-one trip planner because i was tired of using 6 apps to plan a road trip → looking for feedback
I built an all-in-one trip planner because i was tired of using 6 apps to plan a road trip → looking for feedback

Hey everyone! I'm a solo dev and i just launched the landing page for Roveflow: a web tool to plan multi-stop trips in one place. The problem I kept hitting: every time I planned a trip, i ended up with google maps in one tab, a spreadsheet for the budget, skyscanner, airbnb, and a dozen browser tabs full of random info, all eventually copy-pasted into a google docs with a MyMaps file on the side ( link for those who don't know it). Does it work? Yeah, I did it for years. Can we do better? Let's try. So I built Roveflow. With it you can: Build a day-by-day itinerary with activities (hotels, restaurants, attractions, transport) Pin places on an interactive map, organized by category with cus…

6 часов назад @ reddit.com
Product Hunt Product Hunt
последний пост 13 часов назад
Kinhub
Kinhub

Scalable coaching that drives real business impact Discussion | Link

13 часов назад @ producthunt.com
SonicMeet
SonicMeet

Live captions & translation for Google Meet, Zoom and Teams Discussion | Link

1 day, 1 hour назад @ producthunt.com
Git Pitcher
Git Pitcher

Reverse engineer any GitHub repo into an agent-ready plan Discussion | Link

1 day, 1 hour назад @ producthunt.com
Pure Prophet
Pure Prophet

Make guaranteed money from prediction markets Discussion | Link

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

Turn random prompts into airtight plans for any coding agent Discussion | Link

1 day, 2 hours назад @ producthunt.com
Devin for Terminal
Devin for Terminal

A CLI agent that keeps working when you close your laptop Discussion | Link

1 day, 6 hours назад @ producthunt.com
Lovable mobile app
Lovable mobile app

Your ideas don't wait for you to sit down at a desk Discussion | Link

1 day, 7 hours назад @ producthunt.com
Monet
Monet

Edit Videos and Design Images with Claude Code and Codex Discussion | Link

1 day, 8 hours назад @ producthunt.com
Curflow
Curflow

Draw a gesture for your Mac to execute Discussion | Link

1 day, 10 hours назад @ producthunt.com
Doza Assist
Doza Assist

Opne-source local AI that learns how you edit video Discussion | Link

1 day, 10 hours назад @ producthunt.com
Thoth
Thoth

Private, local AI transcription for your Mac Discussion | Link

1 day, 14 hours назад @ producthunt.com
Colir
Colir

Gradients that don't look like defaults Discussion | Link

1 day, 15 hours назад @ producthunt.com
Lumen Tool
Lumen Tool

A 3D portrait lighting simulator Discussion | Link

1 day, 15 hours назад @ producthunt.com
Happy Horse
Happy Horse

Top-tier AI video generation and editing from Alibaba ATH Discussion | Link

1 day, 16 hours назад @ producthunt.com
Kōan
Kōan

See your AI agents think. Reasoning, tool calls & decisions Discussion | Link

1 day, 17 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 6 months назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

6 months назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

6 months назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

6 months назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

6 months назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 8 часов назад
FAME Studios in Muscle Shoals, Alabama
FAME Studios in Muscle Shoals, Alabama FAME Studios in Muscle Shoals, Alabama

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
Seimei Shrine in Kyoto, Japan
Seimei Shrine in Kyoto, Japan Seimei Shrine in Kyoto, Japan

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

The action you just performed triggered the security solution.

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

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

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

8 часов назад @ atlasobscura.com
Cars of Socialism Museum in Peshtera, Bulgaria
Cars of Socialism Museum in Peshtera, Bulgaria Cars of Socialism Museum in Peshtera, Bulgaria

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.

10 часов назад @ atlasobscura.com
The Sculpture Garden of the Museo Sa Bassa Blanca in Alcúdia, Spain
The Sculpture Garden of the Museo Sa Bassa Blanca in Alcúdia, Spain The Sculpture Garden of the Museo Sa Bassa Blanca in Alcúdia, 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.

12 часов назад @ atlasobscura.com
Autophoto in New York, New York
Autophoto in New York, New York Autophoto in New York, New York

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.

14 часов назад @ atlasobscura.com
The Daniel Bean Statue in Brownfield, Maine
The Daniel Bean Statue in Brownfield, Maine The Daniel Bean Statue in Brownfield, Maine

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
Club Med Ruins in Governor's Harbour, The Bahamas
Club Med Ruins in Governor's Harbour, The Bahamas Club Med Ruins in Governor's Harbour, The Bahamas

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, 12 hours назад @ atlasobscura.com
Fremont Tree in Felton, California
Fremont Tree in Felton, California Fremont Tree in Felton, California

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

The action you just performed triggered the security solution.

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

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

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

1 day, 14 hours назад @ atlasobscura.com
Elephant Tree in Potsdam, Germany
Elephant Tree in Potsdam, Germany Elephant Tree in Potsdam, 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.

4 days, 14 hours назад @ atlasobscura.com
The Museum of Dogs in Cape Town, South Africa
The Museum of Dogs in Cape Town, South Africa The Museum of Dogs in Cape Town, South Africa

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 days, 8 hours назад @ atlasobscura.com
The Rose of Turaida in Sigulda, Latvia
The Rose of Turaida in Sigulda, Latvia The Rose of Turaida in Sigulda, Latvia

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 days, 8 hours назад @ atlasobscura.com
Caucasian Wingnut of Brooklyn Botanic Garden in Brooklyn, New York
Caucasian Wingnut of Brooklyn Botanic Garden in Brooklyn, New York Caucasian Wingnut of Brooklyn Botanic Garden in Brooklyn, New York

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 days, 10 hours назад @ atlasobscura.com
Shortest Street in America in Bellefontaine, Ohio
Shortest Street in America in Bellefontaine, Ohio Shortest Street in America in Bellefontaine, Ohio

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 days, 10 hours назад @ atlasobscura.com
Eldon Hole in Buxton, England
Eldon Hole in Buxton, England Eldon Hole in Buxton, 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.

5 days, 12 hours назад @ atlasobscura.com
Pictured Rocks National Lakeshore in Munising, Michigan
Pictured Rocks National Lakeshore in Munising, Michigan Pictured Rocks National Lakeshore in Munising, Michigan

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 days, 12 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 13 часов назад
No US funding, no problem: Málaga’s Freepik relaunches as Maginific with €200 million ARR
No US funding, no problem: Málaga’s Freepik relaunches as Maginific with €200 million ARR

Málaga-based Magnific, formerly known as Freepik, has relaunched with a new identity as an AI creative platform bringing image generation, video, audio, upscaling, collaboration tools, 3D features, and stock assets into one production environment. The company reported €196 million ($230 million) in ARR, alongside more than 1 million paid subscribers and adoption by over 250 […]

The post No US funding, no problem: Málaga’s Freepik relaunches as Maginific with €200 million ARR appeared first on EU-Startups.

13 часов назад @ eu-startups.com
British e-bike operator Forest secures further €31 million to expand shared e-bike operations in London
British e-bike operator Forest secures further €31 million to expand shared e-bike operations in London

Forest, London’s homegrown e-bike operator, has secured a further €31 million (£27 million) in funding, raising its total Series B round to €46 million (£40 million) in order to expand its operations, invest further in cycling infrastructure, and continue developing its technology, app, parking compliance and safety features. This funding round sees OKAI and several […]

The post British e-bike operator Forest secures further €31 million to expand shared e-bike operations in London appeared first on EU-Startups.

17 часов назад @ eu-startups.com
Ukraine-linked voices weigh in on the EU’s €160 million DefenceTech gamble
Ukraine-linked voices weigh in on the EU’s €160 million DefenceTech gamble

The recently announced EU-Ukraine defence innovation programme is not just another Brussels funding announcement. For Ukraine-linked founders, investors, and DefenceTech operators, the roughly €160 million initiative could become a test of whether Europe can move from statements of support to practical, battlefield-relevant industrial backing. Launched during the EU–Ukraine business summit in Brussels, the programme is […]

The post Ukraine-linked voices weigh in on the EU’s €160 million DefenceTech gamble appeared first on EU-Startups.

17 часов назад @ eu-startups.com
Stockholm’s Redpine raises €6.8 million to unlock licensed premium data for AI agents
Stockholm’s Redpine raises €6.8 million to unlock licensed premium data for AI agents

Redpine, a Stockholm-based AI startup, has raised €6.8M in Seed funding to power AI companies and agents with access to licensed, high-quality and multimodal data, securely and at scale. The round was led by NordicNinja, with participation from fellow Nordic firms Luminar Ventures and node.vc. Alongside the Seed funding, Redpine has received investment from strategic […]

The post Stockholm’s Redpine raises €6.8 million to unlock licensed premium data for AI agents appeared first on EU-Startups.

18 часов назад @ eu-startups.com
Copenhagen’s Performativ raises €11.9 million Series A to scale its AI-native wealth management operating system
Copenhagen’s Performativ raises €11.9 million Series A to scale its AI-native wealth management operating system

Performativ, a Copenhagen-based startup building the next-generation operating system for wealth management, has raised €11.96 million ($14 million) in its Series A funding round. The round was led by Deutsche Börse Group, with participation from Rabo Investments, the investment arm of Rabobank, Jacob Dahl, former Senior Partner and Co-leader of Global Banking Sector, McKinsey & […]

The post Copenhagen’s Performativ raises €11.9 million Series A to scale its AI-native wealth management operating system appeared first on EU-Startups.

20 часов назад @ eu-startups.com
Amsterdam’s QDNL Participations rebrands as Ground State Ventures, raises over €75.2 million for quantum tech fund
Amsterdam’s QDNL Participations rebrands as Ground State Ventures, raises over €75.2 million for quantum tech fund

Amsterdam-based quantum technology-focused VC firm QDNL Participations today announced its rebranding to Ground State Ventures. It is also preparing for the final close of its early-stage quantum technology fund, having already raised over €75.2 million ($88 million), far exceeding the original target of €59.8 million ($70 million). As per the VC firm, the rebrand reflects […]

The post Amsterdam’s QDNL Participations rebrands as Ground State Ventures, raises over €75.2 million for quantum tech fund appeared first on EU-Startups.

21 час назад @ eu-startups.com
Berlin-based Patronus raises €11 million for senior-friendly emergency smartwatch and family app
Berlin-based Patronus raises €11 million for senior-friendly emergency smartwatch and family app

Patronus, a Berlin-based elderly care startup developing a mobile emergency smartwatch and a family app, today announced the closing of its €11 million funding round to expand its leadership in the mobile emergency response segment and develop new products around family, wellbeing, and an AI-powered daily companion. The round was led by 3TS Capital Partners, […]

The post Berlin-based Patronus raises €11 million for senior-friendly emergency smartwatch and family app appeared first on EU-Startups.

22 часа назад @ eu-startups.com
Ineffable Intelligence lands historic $1.1 billion Seed round at $5.1 billion valuation
Ineffable Intelligence lands historic $1.1 billion Seed round at $5.1 billion valuation

London-based Ineffable Intelligence, a frontier AI lab building systems that learn through experience rather than relying solely on human data, has come out of stealth with €937 million ($1.1 billion) in Seed funding at a €4.3 billion ($5.1 billion) post-money valuation – Europe’s largest Seed financing to date. The round was co-led by Sequoia Capital […]

The post Ineffable Intelligence lands historic $1.1 billion Seed round at $5.1 billion valuation appeared first on EU-Startups.

1 day, 12 hours назад @ eu-startups.com
Industrial cleaning robot developer KEMARO advances Series B with €4.2 million pre-closing
Industrial cleaning robot developer KEMARO advances Series B with €4.2 million pre-closing

Swiss robotics innovator KEMARO has secured €4.2 million ($5 million) in an initial pre-closing of its Series B financing round in order to accelerate the company’s international growth, with a primary focus on scaling operations in the U.S. and expanding its product portfolio. The pre-closing was led by Spicehaus Partner AG. With a total closing […]

The post Industrial cleaning robot developer KEMARO advances Series B with €4.2 million pre-closing appeared first on EU-Startups.

1 day, 13 hours назад @ eu-startups.com
Get ready for the “Investors on Stage” session at this year’s EU-Startups Summit!
Get ready for the “Investors on Stage” session at this year’s EU-Startups Summit!

On May 7-8, we’ll be hosting another exciting edition of the EU-Startups Summit in beautiful and sunny Malta! With thousands of founders, investors, and startup enthusiasts expected to join us for two days of inspiration, networking, and meaningful connections, the Summit will once again bring together key players in Europe’s startup ecosystem. Among the highlights […]

The post Get ready for the “Investors on Stage” session at this year’s EU-Startups Summit! appeared first on EU-Startups.

1 day, 14 hours назад @ eu-startups.com
Atech raises €681k with Lovable backing to make hardware prototyping more accessible
Atech raises €681k with Lovable backing to make hardware prototyping more accessible

Copenhagen-based AI hardware startup Atech today announced it has raised an €681k ($800k) pre-Seed round to develop its AI-driven platform for designing, prototyping and building physical products through natural-language workflows. The round saw participation from Nordic Makers, Emblem, Lovable, Sequoia Scout Fund (Sequoia), and Andreessen Horowitz Scout Fund (A16z). ”I am seeing the same patterns […]

The post Atech raises €681k with Lovable backing to make hardware prototyping more accessible appeared first on EU-Startups.

1 day, 16 hours назад @ eu-startups.com
Cambridge’s PlaqueTec raises €4.2 million to advance precision medicine for cardiovascular disease
Cambridge’s PlaqueTec raises €4.2 million to advance precision medicine for cardiovascular disease

Cambridge-based PlaqueTec, a MedTech company specialising in intracoronary liquid biopsy to identify inflammatory drivers of cardiovascular disease (CVD), has raised €4.2 million ($5 million) in fresh funding. The oversubscribed financing round was funded entirely by the company’s existing investor base. Martin Stapleton, Chairperson, PlaqueTec, commented, “The decision by our existing shareholders to reinvest, and to […]

The post Cambridge’s PlaqueTec raises €4.2 million to advance precision medicine for cardiovascular disease appeared first on EU-Startups.

1 day, 18 hours назад @ eu-startups.com
BMW and PepsiCo robotics partner Sereact raises €93 million Series B to scale across the US
BMW and PepsiCo robotics partner Sereact raises €93 million Series B to scale across the US

Stuttgart-based Sereact, an innovator in physical AI for warehouses and manufacturing, has raised a €93 million ($110 million) Series B round in order to scale their ‘Cortex 2’ offering and to open its first office in the U.S. in Boston at some point during the coming summer – aiming to hire new staff locally. The […]

The post BMW and PepsiCo robotics partner Sereact raises €93 million Series B to scale across the US appeared first on EU-Startups.

1 day, 18 hours назад @ eu-startups.com
Lille-based Axomove raises €4 million to scale digital rehabilitation platform reimbursed by French Social Security
Lille-based Axomove raises €4 million to scale digital rehabilitation platform reimbursed by French Social Security

Axomove, a Lille-based digital health company focused on prevention and rehabilitation, has raised €4 million in a Series A round to drive the commercial rollout of its solution and scale in the market. The round was co-led by the Digital Prevention Fund managed by Bpifrance and Go Capital, with participation from Inco Ventures and existing […]

The post Lille-based Axomove raises €4 million to scale digital rehabilitation platform reimbursed by French Social Security appeared first on EU-Startups.

1 day, 19 hours назад @ eu-startups.com
Austria’s Noreja closes €1.1 million round to scale AI-powered process intelligence platform
Austria’s Noreja closes €1.1 million round to scale AI-powered process intelligence platform

Noreja, a Vorarlberg, Austria-based startup offering AI-powered process intelligence, has closed its €1.1 million funding round to invest in growth and expand its sales, marketing, and customer success teams. The company secured this funding from both existing and new investors and partners, including Markus Neumayr, Jan Sprengnetter, Prof. Martin Kaiser, and Gordana McNamara. Going forward, […]

The post Austria’s Noreja closes €1.1 million round to scale AI-powered process intelligence platform appeared first on EU-Startups.

1 day, 21 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 14 часов назад
UK to develop AI hardware plan
UK to develop AI hardware plan UK to develop AI hardware plan

The UK government will develop an AI hardware plan, the Technology Secretary announced today, just days after US AI giant OpenAI paused a major UK data centre project.

The government recently announced the first investments from its £500m VC fund backing domestic AI startups.

The government said it would announce the launch of its AI hardware plan at London Tech Week, which takes place in June.

Kendall said the plan would help secure Britain’s capability in chips and the semiconductor technologies that underpin the full AI hardware stack.

Kendall has previously said the government would offer guaranteed payments to British startups producing AI hardware that can help sectors such as life sc…

14 часов назад @ tech.eu
Freepik rebrands as Magnific, unifying its AI creative stack as enterprise and “no-collar” growth accelerates
Freepik rebrands as Magnific, unifying its AI creative stack as enterprise and “no-collar” growth accelerates Freepik rebrands as Magnific, unifying its AI creative stack as enterprise and “no-collar” growth accelerates

Freepik today announced its relaunch as Magnific, a new identity that confirms its transformation into the world’s most comprehensive AI creative platform, set against the backdrop of a new creative industry in full bloom.

And it’s already underway.”The thesis is a direct counterpoint to the narrative that AI destroys creative jobs.

From experiments to campaignsEnterprise teams are no longer experimenting with AI creative tools: they are actively building campaigns with them.

At the same time, a parallel shift is reshaping who participates in creative production.

Magnific covers the full creative stack, end to end:

16 часов назад @ tech.eu
AI partner for financial advisers Marloo closes $10M seed round
AI partner for financial advisers Marloo closes $10M seed round AI partner for financial advisers Marloo closes $10M seed round

London-based Marloo, an AI partner for financial advisers, has raised $10 million in a seed funding round led by Blackbird Ventures, which also participated in the company’s earlier pre-seed round.

The company is developing an AI platform designed to support financial advisers by automating administrative tasks such as note-taking, documentation, and compliance, allowing them to focus more on client relationships and advice delivery.

Financial advice is a critical service, but it remains difficult to deliver effectively at scale.

Marloo’s platform has been developed with input from industry practitioners, with a portion of its team having experience as financial advisers.

The platform enabl…

18 часов назад @ tech.eu
Revolut to open store in Barcelona, marking first move into physical retail
Revolut to open store in Barcelona, marking first move into physical retail Revolut to open store in Barcelona, marking first move into physical retail

Revolut is to open a retail store in Barcelona, marking its first move into retail bricks and mortar.

Called Revolut Store, it will be located in the heart of Barcelona and has been likened to the Apple retail store in terms of its large size, according to Spanish media.

According to Revolut, the idea behind the store is to make the Revolut brand more accessible and its products easier to discover.

A Revolut spokesperson added: "We decided to open a physical space to engage with consumers as any other lifestyle brand would do.

Revolut chose Barcelona, which is a strategic location for Revolut where it employs around 700 people, as the city to launch its first ATMs.

18 часов назад @ tech.eu
Neutonic secures $6M at $60M valuation to grow retail and new markets
Neutonic secures $6M at $60M valuation to grow retail and new markets Neutonic secures $6M at $60M valuation to grow retail and new markets

Functional drinks and supplements brand Neutonic has raised $6 million in funding at a $60 million valuation to support its global expansion across the UK, US, and additional international markets.

We have seen strong momentum in retail and this next phase is about scaling distribution, strengthening the team and continuing to meet growing consumer demand.

The company is on track to exceed $25 million in revenue this year, supported by strong growth across both direct-to-consumer and retail channels.

Its products are now stocked in over 10,000 retail locations globally, spanning grocery, specialist retail, and fitness environments.

The new funding will be used to accelerate retail expansion…

19 часов назад @ tech.eu
dehaze raises €3.2M for AI chronic disease detection
dehaze raises €3.2M for AI chronic disease detection dehaze raises €3.2M for AI chronic disease detection

dehaze, a Munich-based healthtech AI company, has raised €3.2 million in a seed funding round led by YZR Capital and DN Capital, with participation from Angel Invest, Zoho, and Better Ventures.

The funding will support the company’s efforts to develop a foundational AI model for chronic disease detection.

dehaze’s platform uses causal AI to analyse large volumes of patient data, enabling healthcare payers to identify individuals at risk of chronic conditions earlier, improve intervention outcomes, and reduce costs.

Chronic diseases remain the largest cost driver in global healthcare systems, accounting for around 70 per cent of deaths and more than $8 trillion in annual spending, according …

20 часов назад @ tech.eu
Tapaya raises €1M pre-seed to power payments on any device
Tapaya raises €1M pre-seed to power payments on any device Tapaya raises €1M pre-seed to power payments on any device

Prague-based payments infrastructure startup Tapaya has raised €1 million in a pre-seed funding round led by Passion Capital, with co-lead participation from Depo Ventures and follow-on investment from BADideas.fund.

Founded in 2025 by Laura Ďorďová, Roman Kuchařík, and Petr Zahradník, Tapaya is developing infrastructure that enables banks, fintechs, and software platforms to integrate in-person payment acceptance directly into their applications.

In-person payments continue to rely heavily on dedicated hardware terminals, creating cost and operational complexity for merchants and software providers.

Commenting on the company’s approach, co-founder and CEO Laura Ďorďová said:We want accepti…

20 часов назад @ tech.eu
Cnuic secures €3M pre-seed to unlock next-generation photonic chip production
Cnuic secures €3M pre-seed to unlock next-generation photonic chip production Cnuic secures €3M pre-seed to unlock next-generation photonic chip production

Scotland's Cnuic has raised €3 million in pre-seed funding led by Tensor Ventures, together with the Silicon Valley-based Blank Space Ventures.

Until now, the main obstacles to the mass deployment of photonic chips have been their technological complexity and high manufacturing costs.

In the field of AI, model training will be significantly accelerated by photonic chips, which eliminate “bottlenecks” in communication among thousands of processors.

“Cnuic’s technology can democratise the production of photonic chips in much the same way that PCs democratized computing power,” says Ondřej Lipold, partner in Tensor Ventures.

Martin Drdúl, co-founder of Tensor Ventures, who oversaw the investme…

21 час назад @ tech.eu
Always Friday raises €1.05M to automate corporate event planning with AI agents
Always Friday raises €1.05M to automate corporate event planning with AI agents Always Friday raises €1.05M to automate corporate event planning with AI agents

Founded in 2024 in Latina by Gianluca Sordano, Daniele Viccaro, Antonio Restaino, and Lorenzo Balzani, the startup has developed an AI platform that automates key workflows in event planning — from venue sourcing and supplier selection to operations, contracts, and payments.

The product is designed around an AI interface that enables users to manage the entire event planning process.

Behind the scenes, proprietary AI agents handle the operational heavy lifting, including contacting venues, negotiating pricing and availability, and coordinating suppliers end-to-end.

Its AI agents can automate up to 90 per cent of operational tasks, reducing processes that typically take weeks to just a few h…

21 час назад @ tech.eu
From ‘bedside decoration’ to daily use, Patronus raises €11M for senior safety
From ‘bedside decoration’ to daily use, Patronus raises €11M for senior safety From ‘bedside decoration’ to daily use, Patronus raises €11M for senior safety

Founded in 2020 by Ben Staudt, Patronus develops digital safety and companion solutions designed for older adults.

The company focuses on addressing limitations of traditional emergency call systems, which are often underused due to usability and stigma, by offering a more accessible and user-friendly alternative.

The company reports strong adoption, with tens of thousands of users and a high rate of daily usage compared to traditional emergency devices.

The platform has also facilitated a significant number of emergency responses, reflecting growing demand for mobile safety solutions among ageing populations.

With demographic trends pointing to a growing elderly population and increasing d…

22 часа назад @ tech.eu
Redpine secures €6.8M to power AI with premium data
Redpine secures €6.8M to power AI with premium data Redpine secures €6.8M to power AI with premium data

Swedish AI company Redpine has raised €6.8 million in a seed funding round led by NordicNinja, with participation from Luminar Ventures and node.vc.

The investment will support the company’s international expansion and further development of its AI data platform.

Founded in 2024 by Anders Hammarbäck and David Österdahl, Redpine focuses on addressing a key limitation in artificial intelligence: the restricted availability of high-quality data.

By combining proprietary retrieval and reranking technology with real-time data evaluation, Redpine aims to improve both the quality and reliability of AI outputs while ensuring that data providers are compensated.

The new funding will be used to accel…

23 часа назад @ tech.eu
Ineffable Intelligence launches with record-breaking $1.1B Seed round
Ineffable Intelligence launches with record-breaking $1.1B Seed round Ineffable Intelligence launches with record-breaking $1.1B Seed round

Ineffable Intelligence is using Reinforcement Learning to create a “superlearner” that can endlessly discover knowledge and skills without relying on human data.

The company was founded by David Silver, the former lead of the reinforcement learning team at DeepMind, and is a professor at University College London.

The world needs a place where the full ambition of the reinforcement learning paradigm can flourish.

A place where the deep question of intelligence is faced head on: how to discover new knowledge from experience in the environment.

I have a unique opportunity to build this place, using my leadership, vision, track record, and the strength of my team."

1 day, 13 hours назад @ tech.eu
Vinted hits €8B valuation as EQT leads €880M secondary share sale
Vinted hits €8B valuation as EQT leads €880M secondary share sale Vinted hits €8B valuation as EQT leads €880M secondary share sale

Vinted has completed a €880 million secondary share transaction at an equity valuation of €8 billion, with participation from a mix of new and existing investors led by EQT, Schroders Capital, and Teachers' Venture Growth.

The transaction provides liquidity to existing shareholders and employees while strengthening Vinted’s investor base with long-term institutional backers.

The company has built a profitable marketplace supported by an integrated ecosystem of shipping and payments services.

Operating with sustained cash flow, Vinted is able to fund its growth from existing resources without raising new primary capital.

Its platform combines the core marketplace with logistics and payments …

1 day, 15 hours назад @ tech.eu
Qendra gets €162K to scale quantum computing systems
Qendra gets €162K to scale quantum computing systems Qendra gets €162K to scale quantum computing systems

Zurich-based Qendra has secured €162,000 (CHF 150,000) in funding from Venture Kick to advance the development of its control systems for quantum computing experiments.

The team combines expertise in quantum physics, engineering, and system design to deliver advanced control solutions for quantum laboratories.

Quantum computing is widely expected to impact areas such as drug discovery, logistics, and climate modelling.

Qendra addresses this challenge by developing a dedicated control system that connects classical hardware with quantum operations.

By enabling faster setup times and maintaining high precision, the technology aims to improve experimental efficiency and support the scaling of …

1 day, 16 hours назад @ tech.eu
Spacetech investor Seraphim Space targets £350M raise
Spacetech investor Seraphim Space targets £350M raise Spacetech investor Seraphim Space targets £350M raise

Spacetech investor Seraphim Space is looking to raise up to £350m, it said today, as it seeks to tap into the current fervour around the spacetech sector.

The investment trust, which listed on the London Stock Exchange in 2021 and is managed by Seraphim Space, said: “Spacetech is the backbone of the next wave of global megatrends, offering a compelling investment opportunity.

Seraphim Space has invested in 45 Spacetech companies, including nine unicorns, 5 IPOs and one trade sale.

Seraphim Space said it intends to invest in companies that have come through its accelerator programme or venture fund, existing portfolio startups, and new spacetech startups.

Earlier this year, Seraphim Space ex…

1 day, 17 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 3 weeks, 1 day назад
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun
The Xiaomi 17 Ultra has some impressive add-ons that make snapping photos really fun

The Xiaomi 17 Ultra gives you a ton of options to play around with images, including preset filters and hardware add-ons.

3 weeks, 1 day назад @ techcrunch.com
Europe’s cyber agency blames hacking gangs for massive data breach and leak
Europe’s cyber agency blames hacking gangs for massive data breach and leak

CERT-EU blamed the cybercrime group TeamPCP for the recent hack on the European Commission, and said the notorious ShinyHunters gang was responsible for leaking the stolen data online.

3 weeks, 4 days назад @ techcrunch.com
Air Street becomes one of the largest solo VCs in Europe with $232M fund
Air Street becomes one of the largest solo VCs in Europe with $232M fund

London’s Air Street Capital has raised a large Fund III with eyes locked on backing early-stage European and North American AI companies.

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

2 months, 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.

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

3 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.

4 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.

6 months, 2 weeks назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

7 months, 1 week назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

7 months, 1 week назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

7 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 […]

7 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.

8 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, […]

9 months, 3 weeks назад @ techcrunch.com