Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Claude for Legal
Claude for Legal Claude for Legal

/ Skills Domain expertise, conventions, and step-by-step methods Claude draws on automatically when relevant — and slash actions you trigger explicitly: /commercial-legal:review , /privacy-legal:dsar-response , /litigation-legal:claim-chart .

The trust layer for community legal skillsThe community is building legal skills fast — registries like LegalOps Consulting's lpm-skills and Lawvable already list dozens.

A /commercial-legal:cold-start-interview with five signed MSAs, your playbook, and your escalation matrix will make the review skills noticeably sharper.

The hub runs /legal-builder-hub:skills-qa against every skill before installing — it scores the skill against the Legal Skill Desig…

1 час назад @ github.com
Show HN: I built a Web-Scraper API that is 6-7x more efficient than current ones
Show HN: I built a Web-Scraper API that is 6-7x more efficient than current ones

Comments

1 час назад @ scrapewithruno.com
Infracost (YC W21) Is Hiring Sr Dev Advocate to make agents cloud cost-aware
Infracost (YC W21) Is Hiring Sr Dev Advocate to make agents cloud cost-aware Infracost (YC W21) Is Hiring Sr Dev Advocate to make agents cloud cost-aware

That’s what we mean by “Shift FinOps Left”, and we’ve seen strong pull from engineers who use Infracost in their terminals, CI/CD pipelines and IDEs.

About the roleWe’re hiring our first Developer Advocate to help more engineers discover and fall in love with Infracost.

You’ll collaborate with marketing, product and engineering, but you’ll own the developer voice outside the company.

You’ll collaborate with marketing, product and engineering, but you’ll own the developer voice outside the company.

Create compelling content (blog posts, videos, tutorials, demos, sample code, example repos) that show developers how to use Infracost and integrate it into their workflow.

1 час назад @ ycombinator.com
Tesla Wall Connector bootloader bypasses the firmware downgrade ratchet
Tesla Wall Connector bootloader bypasses the firmware downgrade ratchet Tesla Wall Connector bootloader bypasses the firmware downgrade ratchet

Tesla then shipped a firmware update that adds an anti-downgrade check to the update routine.

In a previous article , we presented an attack against the Tesla Wall Connector Gen 3 used during Pwn2Own Automotive 2025.

So the anti-downgrade is enforced exclusively by one piece of code, switch_to_new_firmware() , at one moment: when routine 0x201 is called.

Or simply force a reboot after a successful update, or reject any new update session once routine 0x201 has succeeded.

We reported this vulnerability to Tesla and it was fixed in a firmware update several months ago.

1 час назад @ synacktiv.com
New arXiv policy: 1-year ban for hallucinated references
New arXiv policy: 1-year ban for hallucinated references

Comments

1 час назад @ twitter.com
Amazonbot is finally respecting robots.txt
Amazonbot is finally respecting robots.txt Amazonbot is finally respecting robots.txt

Please wait a moment while we ensure the security of your connection.

1 час назад @ xeiaso.net
RISC-V Router
RISC-V Router

Comments

2 часа назад @ router.start9.com
Work with Codex from Anywhere
Work with Codex from Anywhere

Comments

2 часа назад @ openai.com
Germany's Sovereign Tech Fund Backs KDE with €1.3M
Germany's Sovereign Tech Fund Backs KDE with €1.3M Germany's Sovereign Tech Fund Backs KDE with €1.3M

The KDE project turns 30 in five months, but it already got an early birthday present: €1,285,200 from Germany's Sovereign Tech Fund.

KDE Linux is the desktop project's technologically radical in-house distro, which is still in development.

For failover, these update one another, similarly to ChromeOS (and both obviously use KDE Plasma as their desktop).

One could interpret the STF money as some level of endorsement of the ideas behind KDE Linux.

On the small end of the scale, digital artist Wimer Hazenberg recently described How I Moved My Digital Stack to Europe.

2 часа назад @ theregister.com
Green Card Holders Targeted for Deportation by New 'Removal Apparatus'
Green Card Holders Targeted for Deportation by New 'Removal Apparatus'

Please enable JS and disable any ad blocker

3 часа назад @ nytimes.com
WinUI 3 Performance: A Leap Forward
WinUI 3 Performance: A Leap Forward WinUI 3 Performance: A Leap Forward

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.

3 часа назад @ github.com
German intelligence offices snub Palantir software
German intelligence offices snub Palantir software German intelligence offices snub Palantir software

Other German security agencies are also pushing for this, especially the Federal Intelligence Service (Bundesnachrichtendienst, BND) for foreign intelligence and the Federal Criminal Police Office (Bundeskriminalamt, BKA).

Bünger, referring to relevant rulings by the Federal Constitutional Court (Bundesverfassungsgericht, BVerfG), advocates for clear legal regulations with strict limits and effective oversight.

Successful constitutional complaintThe German Society for Civil Rights (GFF), a Berlin-based non-profit association, has already launched legal proceedings against the unrestricted use of Palantir software by German security agencies.

She supports the reported refusal of the domestic…

3 часа назад @ dw.com
The AI Zombification of Universities
The AI Zombification of Universities The AI Zombification of Universities

I remember that a fraternity’s ill-concoted plot to use AI on an asynchronous midterm ended with most of them getting 70s.

The best universities preach the efficiency, convenience, and countless other benefits of chaining one’s intellect to a very charming machine.

If the best use of AI is “cheapening” education (removing work from professors by generating essay feedback, examinations, course material, etc.)

— in sum automating and standardizing “teaching” — why would it make any sense for the “best” schools, which claim to spare no expense on education, to turn to it?

It is true that one particular form of the university — the post-WWII research university — is dead, its death rattles read…

3 часа назад @ thenewcritic.com
The Power of a Free Popsicle (2018)
The Power of a Free Popsicle (2018) The Power of a Free Popsicle (2018)

At this writing, the top three on Tripadvisor are the Beverly Hills Hotel, Hotel Bel-Air, and the Peninsula Beverly Hills.

One of those defining moments is the Popsicle Hotline.

It’s a small defining moment that doesn’t cost much to produce, but has paid off for the Magic Castle Hotel.

In The Power of Moments, the Heath brothers identify four metatypical defining moments.

“The whole literature on customer experience and employee experience is essentially focused around delight,” he says.

3 часа назад @ gsb.stanford.edu
Understanding the Linux Kernel: The Linux Kernel Startup
Understanding the Linux Kernel: The Linux Kernel Startup Understanding the Linux Kernel: The Linux Kernel Startup

Its job is to unpack the real kernel image into memory and then jump to it.

The decompressor also picks a random base address to load the kernel at—this is KASLR (Kernel Address Space Layout Randomization), and it makes life harder for attackers who’d like to guess where kernel code lives.

Once the decompressor is done, control jumps into the real kernel.

Whenever any kernel code calls kthread_create() , the request gets routed to kthreadd , which spawns the new thread.

The next call, pti_finalize() , finalizes PTI (Page Table Isolation)—the mitigation for the Meltdown vulnerability that keeps kernel page tables almost entirely separate from user-process page tables, so userspace can’t …

3 часа назад @ internals-for-interns.com
Hacker News Hacker News
последний пост 1 час назад
First public macOS kernel memory corruption exploit on Apple M5
First public macOS kernel memory corruption exploit on Apple M5 First public macOS kernel memory corruption exploit on Apple M5

While there, we also shared with Apple our latest vulnerability research report: the first public macOS kernel memory corruption exploit on M5 silicon, surviving MIE.

The latest flagship example is MIE (Memory Integrity Enforcement), Apple’s hardware-assisted memory safety system built around ARM’s MTE (Memory Tagging Extension).

The implementation path involves two vulnerabilities and several techniques, targeting bare-metal M5 hardware with kernel MIE enabled.

Landing a kernel memory corruption exploit against the best protections in a week is noteworthy, and says something strong about this pairing.

To the best of our knowledge, this is the first public macOS kernel exploit on MIE hardwa…

3 часа назад @ blog.calif.io
God Damn AI is making me dumb
God Damn AI is making me dumb God Damn AI is making me dumb

God Damn AI is making me dumb14 May, 2026It's so god damn tempting to use AI to write.

I feel like using AI is diminishing my ability to write myself.

However, when I use AI to write, I read it back and think: God damn, this just looks like AI.

With coding, I've been using AI entirely for a year or two.

There still need to be people who know how to read and write code.

3 часа назад @ jpain.io
You Don't Align an AI, You Align with It
You Don't Align an AI, You Align with It

You Don’t Align An AI, You Align With ItReal AlignmentThe people writing alignment policy are not the people whose work is being replaced by AI.

We have been told this counts as alignment, that the AI is being aligned to us.

In April 2026, Anthropic’s Alignment Science blog described its current method for training models to self-report their own behaviors.

The configuration philosophy treats alignment as something humans do to AI, with values flowing one way and dispositions installed into a system that receives them.

The closed loop the Anthropic post describes is what the configuration philosophy produces when it is executed carefully and at scale.

3 часа назад @ danieltan.weblog.lol
DIY open-source ultrasound hardware on the rp2040/rp2350
DIY open-source ultrasound hardware on the rp2040/rp2350 DIY open-source ultrasound hardware on the rp2040/rp2350

The pic0rickThe pic0rick is the current recommended board in the un0rick family.

HV board — A simple +-25V generation board that plugs into the pulser board.

The pic0rick achieves the same timing precision using the RP2040’s Programmable Input/Output (PIO) state machines.

Board comparisonHow does the pic0rick compare to the older un0rick-family boards?

Example of acquisitionA typical acquisition looks like this — the large spike on the left is the transmit pulse, and the smaller peaks to the right are reflections from your target:The pic0rick alongside older boardsSource filesAll design files are open source:Hardware (KiCad) : Main board, pulser board, HV board — in the pic0rick repository:…

4 часа назад @ un0rick.cc
Andreessen Horowitz Is Spending on Politics Like No Other
Andreessen Horowitz Is Spending on Politics Like No Other Andreessen Horowitz Is Spending on Politics Like No Other

The day after Election Day — with no major elections to be held for another two years — is not typically when eight-figure donations are made.

But on Nov. 6, 2024, Andreessen Horowitz officially pumped more than $23 million into the cryptocurrency industry’s main super PACs, underscoring that its political commitment was long term and not a passing interest.

Andreessen Horowitz declined to comment and did not make Mr. Andreessen and Mr. Horowitz available for interviews.

In this year’s midterms, the biggest donors are no longer individual billionaires but corporations like Andreessen Horowitz, which critics said could overwhelm elections to push a pecuniary interest.

Already Andreessen Horo…

4 часа назад @ nytimes.com
Bun's Rust rewrite has been merged
Bun's Rust rewrite has been merged

Your request has been blocked due to a network policy.

If you're running a script or application, please register or sign in with your developer credentials here.

Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again.

if you're supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block.

If you think that we've incorrectly blocked you or you would like to discuss easier ways to get the data you want, please file a ticket here.

4 часа назад @ old.reddit.com
What's in a GGUF, besides the weights – and what's still missing?
What's in a GGUF, besides the weights – and what's still missing? What's in a GGUF, besides the weights – and what's still missing?

What's in a GGUF, besides the weights - and what's still missing?

Happily, a recent addition to the GGUF format lets the sampler chain be specified directly in the model file.

But still, many GGUF models will omit this field and expect the implicit order of "whatever llama.cpp does by default".

The convention is to then pass in two GGUF files: one GGUF for the main language model, and a smaller model for processing images and audio.

It would be a great improvement if the single GGUF file could bundle the projection model weights and config inside the main file.

4 часа назад @ nobodywho.ooo
New Nginx Exploit
New Nginx Exploit New Nginx Exploit

NGINX RiftRCE Proof of concept for CVE-2026-42945, a critical heap buffer overflow in NGINX's ngx_http_rewrite_module introduced in 2008.

The bug enables unauthenticated remote code execution against servers using rewrite and set directives.

The Bug (TL;DR)NGINX's script engine uses a two-pass process: first compute the required buffer size, then copy data in.

Copy pass sees is_args = 1 → calls ngx_escape_uri with NGX_ESCAPE_ARGS , expanding each escapable byte to 3 bytes.

The copy overflows the undersized heap buffer with attacker-controlled URI data.

4 часа назад @ github.com
Removing the Modem and GPS from My 2024 RAV4 Hybrid
Removing the Modem and GPS from My 2024 RAV4 Hybrid Removing the Modem and GPS from My 2024 RAV4 Hybrid

It’s all enabled by default with difficult or meaningless opt-outs, and your data is monetized through brokers like LexisNexis or Verisk.

Depending on how different car manufacturers have wired their cars, how their software and firmware were written, etc., varying levels of functionality might be affected by removing the modem and GPS.

After removing the DCM, the car would get confused about its location and sometimes jump my position to the middle of Nevada (I live in San Francisco), making navigation annoying.

This bug affects more than just Toyotas, it’s a generic Apple bug even for people who haven’t removed their modem (but anecdotally removing my modem made the problem worse)Re…

5 часов назад @ arkadiyt.com
Terranox AI (YC W26) Is Hiring a Founding AI/ML Engineer and Summer AI/ML Intern
Terranox AI (YC W26) Is Hiring a Founding AI/ML Engineer and Summer AI/ML Intern Terranox AI (YC W26) Is Hiring a Founding AI/ML Engineer and Summer AI/ML Intern

Comments

5 часов назад @ workatastartup.com
Apple-OpenAI Relationship Frays, Setting Up Possible Legal Fight
Apple-OpenAI Relationship Frays, Setting Up Possible Legal Fight

Why did this happen?

Please make sure your browser supports JavaScript and cookies and that you are not blocking them from loading.

For more information you can review our Terms of Service and Cookie Policy.

5 часов назад @ bloomberg.com
HDD Firmware Hacking
HDD Firmware Hacking HDD Firmware Hacking

This first post is going to focus on dumping, analyzing, and modifying HDD firmware.

Over the years I had read a few posts/articles about modifying HDD firmware but nothing I could pick up and run with.

As it would later turn out I found other ways to dial in my race condition attack and ended up not needing to modify the HDD firmware at all.

This actually turned out to be a great strategy, search for firmware update utilities on OEM websites which gets you the firmware and firmware update utility that will:Decrypt/deobfuscate the firmware if it’s protected.

Rather than keep this topic in obscurity I decided to open source the IDA and firmware related scripts I wrote to help others start lo…

5 часов назад @ icode4.coffee
Cuba says it has run out of fuel, blames U.S. embargo
Cuba says it has run out of fuel, blames U.S. embargo Cuba says it has run out of fuel, blames U.S. embargo

May 14 (UPI) -- Cuban Energy Minister Vincente de la O Levy said the country's diesel and fuel oil stocks had run completely dry and that the energy system was on life support due to the oil embargo imposed by the United States in January.

"This dramatic worsening has a single cause: the genocidal energy blockade to which the United States subjects our country, threatening irrational tariffs against any nation that supplies us with fuel," Diaz-Canel wrote.

In a news release, the State Department said Cuba had rebuffed repeated private offers of financial assistance made by the United States, including support for free and fast satellite internet.

He also cast doubt on the intent, arguing th…

6 часов назад @ upi.com
RTX 5090 and M4 MacBook Air: Can It Game?
RTX 5090 and M4 MacBook Air: Can It Game? RTX 5090 and M4 MacBook Air: Can It Game?

M4 Air native (61fps) actually beats M4 Air + eGPU (49fps).

M4 Air + eGPU brings the M4 Air to 30fps at RT Ultra and 119fps with framegen.

M4 Air + eGPU brings the same machine to 27fps at RT Ultra and 111fps with DLSS framegen.

Same three setups: M4 Air native, M4 Air with eGPU through a Linux VM, and the gaming PC with the GPU plugged in over native PCIe.

NVIDIA RTX 5090 is 6.5x faster than the M4 Air, 2.1x faster than the M4 Max Mac Studio, and 1.2x faster than the M5 Max MacBook Pro.

6 часов назад @ scottjg.com
On The Conflation of Money and Things
On The Conflation of Money and Things On The Conflation of Money and Things

The first answer is that the money world is not an independent reality but simply a convenient shorthand for describing the material world.

Article continues after advertisementTo those whose vocation it is to understand the money world—economists and the like—there are two quite different answers to this puzzling coexistence of a money world and a material world.

The first answer is that the money world is not an independent reality but simply a convenient shorthand for describing the material world.

The nature and origins of money, and of central banks, with debates extending to the actual practice of how central banks issue money.

Once we conceptually distinguish money world from the con…

6 часов назад @ lithub.com
Lobsters Lobsters
последний пост 1 час назад
Core Team Panel - Gleam Gathering 2026
Core Team Panel - Gleam Gathering 2026 Core Team Panel - Gleam Gathering 2026

Comments

1 час назад @ youtube.com
PostgreSQL 18.4, 17.10 closing 11 CVEs
PostgreSQL 18.4, 17.10 closing 11 CVEs PostgreSQL 18.4, 17.10 closing 11 CVEs

PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 Released!

The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 18.4, 17.10, 16.14, 15.18, and 14.23.

Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.

Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.

Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.

2 часа назад @ postgresql.org
Spam Resistant Forges
Spam Resistant Forges

Comments

3 часа назад @ blog.feld.me
First public macOS kernel memory corruption exploit on Apple M5
First public macOS kernel memory corruption exploit on Apple M5 First public macOS kernel memory corruption exploit on Apple M5

While there, we also shared with Apple our latest vulnerability research report: the first public macOS kernel memory corruption exploit on M5 silicon, surviving MIE.

The latest flagship example is MIE (Memory Integrity Enforcement), Apple’s hardware-assisted memory safety system built around ARM’s MTE (Memory Tagging Extension).

The implementation path involves two vulnerabilities and several techniques, targeting bare-metal M5 hardware with kernel MIE enabled.

Landing a kernel memory corruption exploit against the best protections in a week is noteworthy, and says something strong about this pairing.

To the best of our knowledge, this is the first public macOS kernel exploit on MIE hardwa…

3 часа назад @ blog.calif.io
SQL’s ORDER BY Has Come a Long Way
SQL’s ORDER BY Has Come a Long Way SQL’s ORDER BY Has Come a Long Way

Many of them address the difference between the syntactic order of SQL clauses and the logical order of evaluation.

While we can easily see the syntactic order in the statement itself, such as select , from , order by , the logical evaluation order is more subtle.

Even though the logical evaluation order often follows the syntactic order, there are exceptions such as the select clause.

For the query above, the logical order of evaluation is from , select , order by .

So far I’ve mentioned two orders of SQL: the syntactic order (order of clauses in the statement) and the logical order of evaluation.

5 часов назад @ modern-sql.com
Linux Compromises, Broken Embargoes, and the Shrinking Patch Window
Linux Compromises, Broken Embargoes, and the Shrinking Patch Window Linux Compromises, Broken Embargoes, and the Shrinking Patch Window

IMA, dm-verity, and on-disk checksums operate on the stored file, not the page cache.

The page cache is indexed by file and offset — both of which you control as an unprivileged user.

Target is a file path and byte offset, both attacker-controlled.

Namespace isolation is filesystem and process namespace isolation; it does not isolate the page cache.

Further ResourcesCopy Fail — CVE-2026-31431Dirty Frag — CVE-2026-43284 + CVE-2026-43500io_uring ZCRX OOB Write — CVE-2026-43121CrackArmor — CVE-2026-23268 through CVE-2026-23411Fragnesia — CVE-2026-46300 (disclosed today — patch not yet in stable)Lineage and ContextOperational and Patching

5 часов назад @ askbaize.com
"This is written by an LLM" comments should be flagged as off-topic
"This is written by an LLM" comments should be flagged as off-topic "This is written by an LLM" comments should be flagged as off-topic

There've been endless discussions about whether we should ban LLM-generated text, or change the ai/vibecoding tags, or etc.

My proposal here is that comments on these stories that just say "this is LLM slop" or something equivalent should be flagged as off-topic.

It's also frustrating to submit a story that I thought was interesting and (for whatever reasons) didn't trip my slop-o-meter, and then have the only comment be "would have been a nice article if it weren't written by an LLM".

It's even more frustrating, and frankly kindof demoralizing, to have an article that I wrote (without an LLM) get submitted and then get accused of it being LLM-generated [1].

[1] To be clear that hasn't happ…

5 часов назад @ lobste.rs
How I Moved My Digital Stack to Europe
How I Moved My Digital Stack to Europe How I Moved My Digital Stack to Europe

How I Moved My Digital Stack to EuropeOn digital sovereignty, and why European cloud is better than you think10 min.

Digital SovereigntyDigital InfrastructureDigital AutonomyEuropean CloudEurope100% accurate European digital infrastructure, AI generatedThere’s a version of this post that starts with a spreadsheet and ends with a quiet sense of satisfaction.

Digital sovereignty sounds like a buzzword until you think carefully about what it means.

Proton Pass is end-to-end encrypted, open source, and benefits from the same Swiss jurisdiction as the rest of Proton’s stack.

For me, it’s a simple remote error log, when something breaks in production I get a stack trace and that’s enough.

5 часов назад @ monokai.com
HDD Firmware Hacking Part 1
HDD Firmware Hacking Part 1 HDD Firmware Hacking Part 1

This first post is going to focus on dumping, analyzing, and modifying HDD firmware.

Over the years I had read a few posts/articles about modifying HDD firmware but nothing I could pick up and run with.

As it would later turn out I found other ways to dial in my race condition attack and ended up not needing to modify the HDD firmware at all.

This actually turned out to be a great strategy, search for firmware update utilities on OEM websites which gets you the firmware and firmware update utility that will:Decrypt/deobfuscate the firmware if it’s protected.

Rather than keep this topic in obscurity I decided to open source the IDA and firmware related scripts I wrote to help others start lo…

6 часов назад @ icode4.coffee
LibreOps
LibreOps LibreOps

This is our part, offering distributed, free (as in freedom) services to the world.

Always based on Free Open Source Software.

Hackers and Open Source communities have an opportunity and a responsibility to offer an alternative, to offer services and tools that people can trust.

Decentralized services and tools that respect users privacy by default.

termsPublic services that require registration, may come with their own terms and privacy policy.

6 часов назад @ libreops.cc
The element as a trap
The element as a trap

Comments

6 часов назад @ hacktivis.me
C++26 Shipped a SIMD Library Nobody Asked For
C++26 Shipped a SIMD Library Nobody Asked For C++26 Shipped a SIMD Library Nobody Asked For

The pitch is seductive: write SIMD code once, compile it for AVX2, AVX-512, NEON, SVE.

Around 2009-2010, Kretz built the Vc library — “portable, zero-overhead C++ types for explicitly data-parallel programming” — to vectorize high-energy physics simulations.

Vc was a serious project: 5,000+ commits, used at CERN, and one of the earliest attempts at a clean C++ SIMD abstraction.

Kretz’s original vision — write SIMD code once, compile it everywhere — was and remains a worthy goal.

If you’re writing SIMD code for performance-critical systems, keep using intrinsics for the hard parts and let the auto-vectorizer handle the easy parts.

6 часов назад @ lucisqr.substack.com
Passwords suck. Can passkeys replace them?
Passwords suck. Can passkeys replace them? Passwords suck. Can passkeys replace them?

We're sorry but this website doesn't work properly without JavaScript enabled.

Please enable it to continue.

7 часов назад @ kerkour.com
Mandy: ActivityPub on Goblins
Mandy: ActivityPub on Goblins Mandy: ActivityPub on Goblins

Goblins actors over HTTPActivityPub is a protocol on top of HTTP, but Goblins doesn’t use HTTP.

The result is an activity actor which looks like this:( define-actor ( ^as2:activity bcom parent #:key actor object target result origin instrument ) ( extend-methods parent ( ( actor ) actor ) ( ( object ) object ) ( ( target ) target ) ( ( origin ) origin ) ( ( to-method ) ( string->symbol ( string-downcase ( assoc-ref ( $ parent 'to-data ) "type" ) ) ) ) ( ( to-data ) ( append ( filter-data ` ( ( "actor" .

,actor ) ( "object" .

We can then use this very simple procedure which takes an activity and converts it to a message:( define* ( activity->message activity #:key send-to ) ( define method…

7 часов назад @ spritely.institute
How do I write Elixir tests?
How do I write Elixir tests? How do I write Elixir tests?

User { name : " Jane Smith ", email : sequence ( : email , & " email- #{& 1 } @example.com "), role : sequence ( : role , [" admin ", " user ", " other "]), } end def article_factory do title = sequence ( : title , & " Use ExMachina!

endWe cannot be sure that our tests test what we want them to test.

That require from us to do some dancing around passing custom attributes:test " comments by author are special " do post = insert ( : post ) comment = insert ( : comment , post : post , author : post .

Instead of:test " comments by author are special " do post = insert ( : post ) comment = insert ( : comment , post : post , author : post .

Assertions def create_user ( name , email \\ nil , attr…

8 часов назад @ hauleth.dev
Techmeme Techmeme
последний пост 56 минут назад
OpenAI adds remote access to Codex in the ChatGPT mobile app, letting users control Codex sessions running on a connected computer directly from a phone (Zac Hall/9to5Mac)
OpenAI adds remote access to Codex in the ChatGPT mobile app, letting users control Codex sessions running on a connected computer directly from a phone (Zac Hall/9to5Mac) OpenAI adds remote access to Codex in the ChatGPT mobile app, letting users control Codex sessions running on a connected computer directly from a phone (Zac Hall/9to5Mac)

Zac Hall / 9to5Mac:

OpenAI adds remote access to Codex in the ChatGPT mobile app, letting users control Codex sessions running on a connected computer directly from a phone — OpenAI has released a new way to interact with its Codex app from your smartphone. An update to ChatGPT's mobile app brings remote access …

56 минут назад @ techmeme.com
Figma reports Q1 revenue up 46% YoY to $333.4M, vs. $313.2M est., and forecasts Q2 revenue above estimates, citing AI monetization; FIG jumps 8%+ after hours (Zaheer Kachwala/Reuters)
Figma reports Q1 revenue up 46% YoY to $333.4M, vs. $313.2M est., and forecasts Q2 revenue above estimates, citing AI monetization; FIG jumps 8%+ after hours (Zaheer Kachwala/Reuters) Figma reports Q1 revenue up 46% YoY to $333.4M, vs. $313.2M est., and forecasts Q2 revenue above estimates, citing AI monetization; FIG jumps 8%+ after hours (Zaheer Kachwala/Reuters)

Zaheer Kachwala / Reuters:

Figma reports Q1 revenue up 46% YoY to $333.4M, vs. $313.2M est., and forecasts Q2 revenue above estimates, citing AI monetization; FIG jumps 8%+ after hours — Figma (FIG.N) raised its annual revenue forecast on Thursday, as growing adoption of its artificial intelligence tools helped convert …

1 час назад @ techmeme.com
Sources: Joshua Kushner's Thrive Capital told its stakeholders that it has invested ~$100M in Shopify, framed as a bet on how AI could lead to gains in commerce (Natasha Mascarenhas/Bloomberg)
Sources: Joshua Kushner's Thrive Capital told its stakeholders that it has invested ~$100M in Shopify, framed as a bet on how AI could lead to gains in commerce (Natasha Mascarenhas/Bloomberg) Sources: Joshua Kushner's Thrive Capital told its stakeholders that it has invested ~$100M in Shopify, framed as a bet on how AI could lead to gains in commerce (Natasha Mascarenhas/Bloomberg)

Natasha Mascarenhas / Bloomberg:

Sources: Joshua Kushner's Thrive Capital told its stakeholders that it has invested ~$100M in Shopify, framed as a bet on how AI could lead to gains in commerce — Joshua Kushner's Thrive Capital has taken a stake in Shopify Inc., according to people familiar with the matter, marking a rare bet by the venture firm on a public company.

1 час назад @ techmeme.com
Sources: Microsoft plans to remove most of its Claude Code licenses and push its developers toward GitHub Copilot CLI, after previously pushing Claude Code (Tom Warren/The Verge)
Sources: Microsoft plans to remove most of its Claude Code licenses and push its developers toward GitHub Copilot CLI, after previously pushing Claude Code (Tom Warren/The Verge) Sources: Microsoft plans to remove most of its Claude Code licenses and push its developers toward GitHub Copilot CLI, after previously pushing Claude Code (Tom Warren/The Verge)

Tom Warren / The Verge:

Sources: Microsoft plans to remove most of its Claude Code licenses and push its developers toward GitHub Copilot CLI, after previously pushing Claude Code — Thousands of Microsoft developers will use GitHub Copilot CLI instead — Microsoft first started opening up access to Claude Code in December …

2 часа назад @ techmeme.com
The Senate Banking Committee advances the Clarity Act, which would make CFTC the primary regulator for most digital assets while SEC oversees digital securities (Bloomberg)
The Senate Banking Committee advances the Clarity Act, which would make CFTC the primary regulator for most digital assets while SEC oversees digital securities (Bloomberg) The Senate Banking Committee advances the Clarity Act, which would make CFTC the primary regulator for most digital assets while SEC oversees digital securities (Bloomberg)

Bloomberg:

The Senate Banking Committee advances the Clarity Act, which would make CFTC the primary regulator for most digital assets while SEC oversees digital securities — Bitcoin climbed past $80,000 after the Senate Banking Committee advanced a landmark US digital asset market structure bill after months of negotiations.

2 часа назад @ techmeme.com
Sources: 50+ researchers and engineers have left xAI since the SpaceX acquisition via layoffs, firings, and voluntary departures; many have joined Meta and TML (Theo Wayt/The Information)
Sources: 50+ researchers and engineers have left xAI since the SpaceX acquisition via layoffs, firings, and voluntary departures; many have joined Meta and TML (Theo Wayt/The Information) Sources: 50+ researchers and engineers have left xAI since the SpaceX acquisition via layoffs, firings, and voluntary departures; many have joined Meta and TML (Theo Wayt/The Information)

Theo Wayt / The Information:

Sources: 50+ researchers and engineers have left xAI since the SpaceX acquisition via layoffs, firings, and voluntary departures; many have joined Meta and TML — Call it the SpaceXAI exodus. — More than 50 researchers and engineers working on xAI's Grok models have left …

2 часа назад @ techmeme.com
Sources: Intel has begun testing production of "low-end/legacy iPhone, iPad, and Mac processors"; Apple thinks TSMC's resources will continue tilting toward AI (@mingchikuo)
Sources: Intel has begun testing production of "low-end/legacy iPhone, iPad, and Mac processors"; Apple thinks TSMC's resources will continue tilting toward AI (@mingchikuo) Sources: Intel has begun testing production of "low-end/legacy iPhone, iPad, and Mac processors"; Apple thinks TSMC's resources will continue tilting toward AI (@mingchikuo)

@mingchikuo:

Sources: Intel has begun testing production of “low-end/legacy iPhone, iPad, and Mac processors”; Apple thinks TSMC's resources will continue tilting toward AI — ... Apple has kicked off low-end/legacy iPhone, iPad, and Mac processors at Intel on the 18A-P series (using Foveros packaging).

2 часа назад @ techmeme.com
Ford stock jumped as much as 25% in two days after the launch of Ford Energy, a new subsidiary providing battery storage capacity to AI data centers (Christian Davies/Financial Times)
Ford stock jumped as much as 25% in two days after the launch of Ford Energy, a new subsidiary providing battery storage capacity to AI data centers (Christian Davies/Financial Times) Ford stock jumped as much as 25% in two days after the launch of Ford Energy, a new subsidiary providing battery storage capacity to AI data centers (Christian Davies/Financial Times)

Christian Davies / Financial Times:

Ford stock jumped as much as 25% in two days after the launch of Ford Energy, a new subsidiary providing battery storage capacity to AI data centers — New subsidiary pivots to energy storage batteries for AI after disastrous electric vehicle writedown — Shares in Detroit auto giant Ford surged …

3 часа назад @ techmeme.com
A look at GameStop's takeover bid for eBay, a bizarre job application by GameStop CEO Ryan Cohen, who does not have the money to buy eBay, to become eBay's CEO (Matt Levine/Bloomberg)
A look at GameStop's takeover bid for eBay, a bizarre job application by GameStop CEO Ryan Cohen, who does not have the money to buy eBay, to become eBay's CEO (Matt Levine/Bloomberg) A look at GameStop's takeover bid for eBay, a bizarre job application by GameStop CEO Ryan Cohen, who does not have the money to buy eBay, to become eBay's CEO (Matt Levine/Bloomberg)

Matt Levine / Bloomberg:

A look at GameStop's takeover bid for eBay, a bizarre job application by GameStop CEO Ryan Cohen, who does not have the money to buy eBay, to become eBay's CEO — Also Adani Green and fund formation legal fees. — GameStop — The simple model of GameStop Corp.'s proposal to acquire eBay Inc. is:

3 часа назад @ techmeme.com
Cerebras opens at $350, valuing the chipmaker at $100B+, after raising $5.5B by selling 30M shares at $185, the largest US tech IPO since Uber's debut in 2019 (Jordan Novet/CNBC)
Cerebras opens at $350, valuing the chipmaker at $100B+, after raising $5.5B by selling 30M shares at $185, the largest US tech IPO since Uber's debut in 2019 (Jordan Novet/CNBC) Cerebras opens at $350, valuing the chipmaker at $100B+, after raising $5.5B by selling 30M shares at $185, the largest US tech IPO since Uber's debut in 2019 (Jordan Novet/CNBC)

Jordan Novet / CNBC:

Cerebras opens at $350, valuing the chipmaker at $100B+, after raising $5.5B by selling 30M shares at $185, the largest US tech IPO since Uber's debut in 2019 — Cerebras Systems soared in its Nasdaq debut on Thursday, opening at $350 after selling shares at $185, well above the company's expected range.

4 часа назад @ techmeme.com
Sources: OpenAI is weighing legal action against Apple after expectations that ChatGPT's Siri integration would generate billions in revenue fell short (Mark Gurman/Bloomberg)
Sources: OpenAI is weighing legal action against Apple after expectations that ChatGPT's Siri integration would generate billions in revenue fell short (Mark Gurman/Bloomberg) Sources: OpenAI is weighing legal action against Apple after expectations that ChatGPT's Siri integration would generate billions in revenue fell short (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Sources: OpenAI is weighing legal action against Apple after expectations that ChatGPT's Siri integration would generate billions in revenue fell short — Apple Inc.'s two-year-old partnership with OpenAI has become strained, according to people familiar with the matter …

5 часов назад @ techmeme.com
OpenAI says two employee devices were impacted via a supply chain attack on TanStack but no user data or production systems were compromised (Lorenzo Franceschi-Bicchierai/TechCrunch)
OpenAI says two employee devices were impacted via a supply chain attack on TanStack but no user data or production systems were compromised (Lorenzo Franceschi-Bicchierai/TechCrunch) OpenAI says two employee devices were impacted via a supply chain attack on TanStack but no user data or production systems were compromised (Lorenzo Franceschi-Bicchierai/TechCrunch)

Lorenzo Franceschi-Bicchierai / TechCrunch:

OpenAI says two employee devices were impacted via a supply chain attack on TanStack but no user data or production systems were compromised — Earlier this week, hackers hijacked several open source projects used by dozens of companies and pushed updates designed to spread malware.

5 часов назад @ techmeme.com
Ian Crosby's Synthetic, which is building an AI bookkeeper, raised a $10M seed led by Khosla; Crosby founded Bench, which raised $100M+ and imploded in 2024 (Marina Temkin/TechCrunch)
Ian Crosby's Synthetic, which is building an AI bookkeeper, raised a $10M seed led by Khosla; Crosby founded Bench, which raised $100M+ and imploded in 2024 (Marina Temkin/TechCrunch) Ian Crosby's Synthetic, which is building an AI bookkeeper, raised a $10M seed led by Khosla; Crosby founded Bench, which raised $100M+ and imploded in 2024 (Marina Temkin/TechCrunch)

Marina Temkin / TechCrunch:

Ian Crosby's Synthetic, which is building an AI bookkeeper, raised a $10M seed led by Khosla; Crosby founded Bench, which raised $100M+ and imploded in 2024 — Ian Crosby, whose previous startup Bench Accounting famously shut down in 2024 before being bought for scraps …

5 часов назад @ techmeme.com
Anthropic and Gates Foundation pledge $200M to use AI in health and education initiatives; the foundation signed a similar, $50M deal with OpenAI in January (Jeffrey Dastin/Reuters)
Anthropic and Gates Foundation pledge $200M to use AI in health and education initiatives; the foundation signed a similar, $50M deal with OpenAI in January (Jeffrey Dastin/Reuters) Anthropic and Gates Foundation pledge $200M to use AI in health and education initiatives; the foundation signed a similar, $50M deal with OpenAI in January (Jeffrey Dastin/Reuters)

Jeffrey Dastin / Reuters:

Anthropic and Gates Foundation pledge $200M to use AI in health and education initiatives; the foundation signed a similar, $50M deal with OpenAI in January — Anthropic and the Gates Foundation have pledged $200 million to back artificial intelligence-related public goods and areas including health …

6 часов назад @ techmeme.com
Razer updates the Blade 18 with an Intel Core Ultra 9 290HX Plus chip, starting at $4000 with an Nvidia RTX 5070 Ti, up $500 from the comparable 2025 model (Antonio G. Di Benedetto/The Verge)
Razer updates the Blade 18 with an Intel Core Ultra 9 290HX Plus chip, starting at $4000 with an Nvidia RTX 5070 Ti, up $500 from the comparable 2025 model (Antonio G. Di Benedetto/The Verge) Razer updates the Blade 18 with an Intel Core Ultra 9 290HX Plus chip, starting at $4000 with an Nvidia RTX 5070 Ti, up $500 from the comparable 2025 model (Antonio G. Di Benedetto/The Verge)

Antonio G. Di Benedetto / The Verge:

Razer updates the Blade 18 with an Intel Core Ultra 9 290HX Plus chip, starting at $4000 with an Nvidia RTX 5070 Ti, up $500 from the comparable 2025 model — RAMageddon has come for the Blade 18 — and the Blade 16, too. … Razer just announced a new Blade 18 gaming laptop with an Intel Core Ultra 9 290HX Plus chip.

6 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 56 минут назад
Wirestock, which says it provides multi-modal data to six of the largest foundation AI labs, raised a $23M Series A, bringing its total funding to $26M (Ivan Mehta/TechCrunch)
Wirestock, which says it provides multi-modal data to six of the largest foundation AI labs, raised a $23M Series A, bringing its total funding to $26M (Ivan Mehta/TechCrunch) Wirestock, which says it provides multi-modal data to six of the largest foundation AI labs, raised a $23M Series A, bringing its total funding to $26M (Ivan Mehta/TechCrunch)

Ivan Mehta / TechCrunch:

Wirestock, which says it provides multi-modal data to six of the largest foundation AI labs, raised a $23M Series A, bringing its total funding to $26M — In the past few years, creative marketplaces and platforms have realized that they are sitting on a data goldmine …

7 часов назад @ techmeme.com
AT&T, T-Mobile, and Verizon sign an "agreement in principle" to form a joint venture aiming to end wireless dead zones in the US, without giving many details (Jess Weatherbed/The Verge)
AT&T, T-Mobile, and Verizon sign an "agreement in principle" to form a joint venture aiming to end wireless dead zones in the US, without giving many details (Jess Weatherbed/The Verge) AT&T, T-Mobile, and Verizon sign an "agreement in principle" to form a joint venture aiming to end wireless dead zones in the US, without giving many details (Jess Weatherbed/The Verge)

Jess Weatherbed / The Verge:

AT&T, T-Mobile, and Verizon sign an “agreement in principle” to form a joint venture aiming to end wireless dead zones in the US, without giving many details — A new joint venture has been proposed to pool spectrum resources and improve satellite capacity.

8 часов назад @ techmeme.com
Motorola Razr Fold review: good performance and screen, great battery life, sharp camera, and native stylus support, but heavier than Z Fold 7 and lackluster AI (Sam Rutherford/Engadget)
Motorola Razr Fold review: good performance and screen, great battery life, sharp camera, and native stylus support, but heavier than Z Fold 7 and lackluster AI (Sam Rutherford/Engadget) Motorola Razr Fold review: good performance and screen, great battery life, sharp camera, and native stylus support, but heavier than Z Fold 7 and lackluster AI (Sam Rutherford/Engadget)

Sam Rutherford / Engadget:

Motorola Razr Fold review: good performance and screen, great battery life, sharp camera, and native stylus support, but heavier than Z Fold 7 and lackluster AI — rating : 8.8 / 10 — Big, bright screens - Great battery life - Surprisingly sharp cameras - Native stylus support - Good performance

8 часов назад @ techmeme.com
Gallup: 70% of Americans oppose local data center construction, citing water and electricity issues, with opposition higher among Democrats than Republicans (Tim Craig/Washington Post)
Gallup: 70% of Americans oppose local data center construction, citing water and electricity issues, with opposition higher among Democrats than Republicans (Tim Craig/Washington Post) Gallup: 70% of Americans oppose local data center construction, citing water and electricity issues, with opposition higher among Democrats than Republicans (Tim Craig/Washington Post)

Tim Craig / Washington Post:

Gallup: 70% of Americans oppose local data center construction, citing water and electricity issues, with opposition higher among Democrats than Republicans — The survey found that Republicans and Democrats are uncomfortable living near a data center, but opposition is especially intense among Democrats.

9 часов назад @ techmeme.com
Klarna reports Q1 revenue up 44% YoY to $1.01B, above est., GMV up 33% to $33.7B, active customers up 20% to 119M, and a $1M profit, up from a $99M loss YoY (Connor Hart/Wall Street Journal)
Klarna reports Q1 revenue up 44% YoY to $1.01B, above est., GMV up 33% to $33.7B, active customers up 20% to 119M, and a $1M profit, up from a $99M loss YoY (Connor Hart/Wall Street Journal) Klarna reports Q1 revenue up 44% YoY to $1.01B, above est., GMV up 33% to $33.7B, active customers up 20% to 119M, and a $1M profit, up from a $99M loss YoY (Connor Hart/Wall Street Journal)

Connor Hart / Wall Street Journal:

Klarna reports Q1 revenue up 44% YoY to $1.01B, above est., GMV up 33% to $33.7B, active customers up 20% to 119M, and a $1M profit, up from a $99M loss YoY — The buy now, pay later company said first-quarter revenue jumped 44% to $1.01 billion — Klarna swung to a profit in the first quarter …

9 часов назад @ techmeme.com
Spotify says it will adopt Apple's HTTP Live Streaming tech for video podcasts later in 2026, helping creators distribute podcasts on Apple Podcasts and Spotify (Zac Hall/9to5Mac)
Spotify says it will adopt Apple's HTTP Live Streaming tech for video podcasts later in 2026, helping creators distribute podcasts on Apple Podcasts and Spotify (Zac Hall/9to5Mac) Spotify says it will adopt Apple's HTTP Live Streaming tech for video podcasts later in 2026, helping creators distribute podcasts on Apple Podcasts and Spotify (Zac Hall/9to5Mac)

Zac Hall / 9to5Mac:

Spotify says it will adopt Apple's HTTP Live Streaming tech for video podcasts later in 2026, helping creators distribute podcasts on Apple Podcasts and Spotify — Spotify is making two video podcast announcements today, including one related to Apple's big video podcast enhancement.

9 часов назад @ techmeme.com
The UK CMA launches an antitrust investigation into Microsoft's business software dominance, focusing on its bundling of Windows, Word, Teams, and other apps (Reuters)
The UK CMA launches an antitrust investigation into Microsoft's business software dominance, focusing on its bundling of Windows, Word, Teams, and other apps (Reuters) The UK CMA launches an antitrust investigation into Microsoft's business software dominance, focusing on its bundling of Windows, Word, Teams, and other apps (Reuters)

Reuters:

The UK CMA launches an antitrust investigation into Microsoft's business software dominance, focusing on its bundling of Windows, Word, Teams, and other apps — Britain launched an antitrust investigation into Microsoft's (MSFT.O) dominance in business software that could lead to targeted action …

10 часов назад @ techmeme.com
Meta President Dina Powell McCormick is traveling with President Trump on his China trip and met King Charles III, indicating she is Meta's new global emissary (Kurt Wagner/Bloomberg)
Meta President Dina Powell McCormick is traveling with President Trump on his China trip and met King Charles III, indicating she is Meta's new global emissary (Kurt Wagner/Bloomberg) Meta President Dina Powell McCormick is traveling with President Trump on his China trip and met King Charles III, indicating she is Meta's new global emissary (Kurt Wagner/Bloomberg)

Kurt Wagner / Bloomberg:

Meta President Dina Powell McCormick is traveling with President Trump on his China trip and met King Charles III, indicating she is Meta's new global emissary — The social media company's vice chair is part of the group traveling with Trump to China … Tech Across the Globe

10 часов назад @ techmeme.com
SMIC reports Q1 revenue up 11.5% YoY to ~$2.5B and net profit up 5% YoY to ~$197.4M, below $223.6M est., weighed down by higher operating expenses, up 30% YoY (Sherry Qin/Wall Street Journal)
SMIC reports Q1 revenue up 11.5% YoY to ~$2.5B and net profit up 5% YoY to ~$197.4M, below $223.6M est., weighed down by higher operating expenses, up 30% YoY (Sherry Qin/Wall Street Journal) SMIC reports Q1 revenue up 11.5% YoY to ~$2.5B and net profit up 5% YoY to ~$197.4M, below $223.6M est., weighed down by higher operating expenses, up 30% YoY (Sherry Qin/Wall Street Journal)

Sherry Qin / Wall Street Journal:

SMIC reports Q1 revenue up 11.5% YoY to ~$2.5B and net profit up 5% YoY to ~$197.4M, below $223.6M est., weighed down by higher operating expenses, up 30% YoY — It sees scope for momentum to pick up in the second quarter — SMIC, China's biggest chip foundry, reported weaker …

10 часов назад @ techmeme.com
As Meta prepares to lay off ~10% of its staff on May 20, sources say morale is low, and Meta forcibly moved 1,000+ engineers to an AI unit to build GenAI models (Wired)
As Meta prepares to lay off ~10% of its staff on May 20, sources say morale is low, and Meta forcibly moved 1,000+ engineers to an AI unit to build GenAI models (Wired) As Meta prepares to lay off ~10% of its staff on May 20, sources say morale is low, and Meta forcibly moved 1,000+ engineers to an AI unit to build GenAI models (Wired)

Wired:

As Meta prepares to lay off ~10% of its staff on May 20, sources say morale is low, and Meta forcibly moved 1,000+ engineers to an AI unit to build GenAI models — Next week, Meta is cutting about 10 percent of its staff. WIRED spoke with more than a dozen current and former employees …

11 часов назад @ techmeme.com
Blackstone Digital Infrastructure Trust raised $1.75B in its US IPO, selling 87.5M shares at $20 each, and plans to acquire data centers worth $250M to $1.5B (Subrat Patnaik/Bloomberg)
Blackstone Digital Infrastructure Trust raised $1.75B in its US IPO, selling 87.5M shares at $20 each, and plans to acquire data centers worth $250M to $1.5B (Subrat Patnaik/Bloomberg) Blackstone Digital Infrastructure Trust raised $1.75B in its US IPO, selling 87.5M shares at $20 each, and plans to acquire data centers worth $250M to $1.5B (Subrat Patnaik/Bloomberg)

Subrat Patnaik / Bloomberg:

Blackstone Digital Infrastructure Trust raised $1.75B in its US IPO, selling 87.5M shares at $20 each, and plans to acquire data centers worth $250M to $1.5B — Blackstone Digital Infrastructure Trust Inc. raised $1.75 billion in a US initial public offering, as investors' appetite …

11 часов назад @ techmeme.com
Zhaopin: Chinese graduates returning home from abroad rose 12% YoY in 2025, fueling Beijing's plans to take on Silicon Valley; China is offering big incentives (Wall Street Journal)
Zhaopin: Chinese graduates returning home from abroad rose 12% YoY in 2025, fueling Beijing's plans to take on Silicon Valley; China is offering big incentives (Wall Street Journal) Zhaopin: Chinese graduates returning home from abroad rose 12% YoY in 2025, fueling Beijing's plans to take on Silicon Valley; China is offering big incentives (Wall Street Journal)

Wall Street Journal:

Zhaopin: Chinese graduates returning home from abroad rose 12% YoY in 2025, fueling Beijing's plans to take on Silicon Valley; China is offering big incentives — More Chinese nationals who return home after working in the U.S., called ‘sea turtles,’ are fueling Beijing's efforts to take on Silicon Valley

12 часов назад @ techmeme.com
Foxconn reports Q1 revenue up 29% YoY to ~$67B and net profit up 19% YoY to ~$1.6B, meeting est., as it boosts AI server production, its largest revenue source (Wall Street Journal)
Foxconn reports Q1 revenue up 29% YoY to ~$67B and net profit up 19% YoY to ~$1.6B, meeting est., as it boosts AI server production, its largest revenue source (Wall Street Journal) Foxconn reports Q1 revenue up 29% YoY to ~$67B and net profit up 19% YoY to ~$1.6B, meeting est., as it boosts AI server production, its largest revenue source (Wall Street Journal)

Wall Street Journal:

Foxconn reports Q1 revenue up 29% YoY to ~$67B and net profit up 19% YoY to ~$1.6B, meeting est., as it boosts AI server production, its largest revenue source — Cloud and networking products—including AI servers—remained the company's largest revenue contributor

12 часов назад @ techmeme.com
Filing: Jensen Huang's foundation bought $108.3M worth of AI computing time from CoreWeave and is donating it to universities and other nonprofit institutes (Max A. Cherney/Reuters)
Filing: Jensen Huang's foundation bought $108.3M worth of AI computing time from CoreWeave and is donating it to universities and other nonprofit institutes (Max A. Cherney/Reuters) Filing: Jensen Huang's foundation bought $108.3M worth of AI computing time from CoreWeave and is donating it to universities and other nonprofit institutes (Max A. Cherney/Reuters)

Max A. Cherney / Reuters:

Filing: Jensen Huang's foundation bought $108.3M worth of AI computing time from CoreWeave and is donating it to universities and other nonprofit institutes — The foundation of Nvidia (NVDA.O) CEO Jensen Huang and his wife, Lori, is buying computing time from CoreWeave (CRWV.O) …

15 часов назад @ techmeme.com
Canadian legaltech company Clio says its ARR has reached $500M, citing demand for its AI services; it was valued at $5B after a $500M Series G in November 2025 (Marina Temkin/TechCrunch)
Canadian legaltech company Clio says its ARR has reached $500M, citing demand for its AI services; it was valued at $5B after a $500M Series G in November 2025 (Marina Temkin/TechCrunch) Canadian legaltech company Clio says its ARR has reached $500M, citing demand for its AI services; it was valued at $5B after a $500M Series G in November 2025 (Marina Temkin/TechCrunch)

Marina Temkin / TechCrunch:

Canadian legaltech company Clio says its ARR has reached $500M, citing demand for its AI services; it was valued at $5B after a $500M Series G in November 2025 — While AI is now being applied to everything from healthcare to customer support, no single use case has yet been nearly as popular or lucrative as code writing.

15 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 19 часов назад
datawhalechina/easy-vibe
datawhalechina/easy-vibe datawhalechina/easy-vibe

👉 Read the appendix [2026-03-25] 📚 English documentation fully updated: Stage 2 (Full-stack Development) and Stage 3 (Advanced Development) are now fully available in English.

🦞 : Added so OpenClaw, Claude, Cursor, Trae, and other AI agents can quickly understand the repository structure and find the right tutorial content.

[2026-02-25] Updated the Appendix Knowledge Base, now covering 9 knowledge areas and 80+ interactive topics.

Updated the Appendix Knowledge Base, now covering 9 knowledge areas and 80+ interactive topics.

If you want to start a new Datawhale open-source project, please follow the Datawhale Open Source Project Guide.

19 часов назад @ github.com
Imbad0202/academic-research-skills
Imbad0202/academic-research-skills Imbad0202/academic-research-skills

Academic Research Skills for Claude Code繁體中文版A comprehensive suite of Claude Code skills for academic research, covering the full pipeline from research to publication.

Socratic mode (deep-research) and Plan mode (academic-paper) use intent-based activation — they detect the meaning of your request, not specific keywords.

Academic Pipeline (v3.7)10-stage orchestrator with integrity verification, two-stage review, Socratic coaching, and collaboration evaluation.

Reviewers run paper-content-blind Phase 1 + paper-visible Phase 2; Phase 1 output is wrapped in data delimiter to narrow the self-injection surface.

v2.6.1 (2026-03-09) — Bilingual Trigger Keywordsdeep-research : Added Traditional Ch…

19 часов назад @ github.com
HKUDS/AI-Trader
HKUDS/AI-Trader HKUDS/AI-Trader

AI-Trader: 100% Fully-Automated Agent-Native TradingJust like humans have their trading platforms, AI agents need their own.

AI-Trader is an Agent-Native Trading Platform: Exchange ideas and sharpen trading skills through AI agents!

Any AI agent joins the AI-Trader platform in seconds -- Simply send this message to your agent.

Live Trading Platform Click HereSupports all major AI agents, including OpenClaw, nanobot, Claude Code, Codex, Cursor, and more.

Key Features of AI-Trader🤖 Instant Agent IntegrationConnect any AI agent instantly by sending it one simple message.

1 day, 19 hours назад @ github.com
playcanvas/supersplat
playcanvas/supersplat playcanvas/supersplat

SuperSplat Editor| SuperSplat Editor | User Guide | Blog | Forum |The SuperSplat Editor is a free and open source tool for inspecting, editing, optimizing and publishing 3D Gaussian Splats.

It is built on web technologies and runs in the browser, so there's nothing to download or install.

A live version of this tool is available at: https://superspl.at/editorTo learn more about using SuperSplat, please refer to the User Guide.

Localizing the SuperSplat EditorThe currently supported languages are available here:https://github.com/playcanvas/supersplat/tree/main/static/localesAdding a New LanguageAdd a new .json file in the static/locales directory.

ContributorsSuperSplat is made possible by …

1 day, 19 hours назад @ github.com
rohitg00/agentmemory
rohitg00/agentmemory rohitg00/agentmemory

Session ReplayEvery session agentmemory records is replayable.

If the file already has other servers, add agentmemory next to them as another key inside mcpServers .

Gemini CLI ~/.gemini/settings.json gemini mcp add agentmemory npx -y @agentmemory/mcp --scope user (auto-merges).

Codex CLI (MCP only) .codex/config.toml TOML shape: codex mcp add agentmemory -- npx -y @agentmemory/mcp , or add [mcp_servers.agentmemory] manually.

Launch alongside agentmemory:# agentmemory viewer holds port 3113, so run the console on 3114.

1 day, 19 hours назад @ github.com
CloakHQ/CloakBrowser
CloakHQ/CloakBrowser CloakHQ/CloakBrowser

close ()JavaScript (Playwright):import { launch } from 'cloakbrowser' ; const browser = await launch ( ) ; const page = await browser .

import asyncio from cloakbrowser import launch_async async def main (): browser = await launch_async () page = await browser .

import { launch } from 'cloakbrowser/puppeteer' ; const browser = await launch ( { headless : true } ) ; const page = await browser .

browser = launch ( humanize = True ) page = browser .

page.$() , page.$$() , and page.waitForSelector() return patched handles automatically.

1 day, 19 hours назад @ github.com
yikart/AiToEarn
yikart/AiToEarn yikart/AiToEarn

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

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

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

2 days, 19 hours назад @ github.com
PriorLabs/TabPFN
PriorLabs/TabPFN PriorLabs/TabPFN

Avoid data preprocessing : Do not apply data scaling or one-hot encoding when feeding data to the model.

TabPFN EcosystemChoose the right TabPFN implementation for your needs:TabPFN Client Simple API client for using TabPFN via cloud-based inference.

Manual DownloadDownload the model files manually from HuggingFace: Classifier: tabpfn-v2.5-classifier-v2.5_default.ckpt (Note: the classifier default uses the model fine-tuned on real data).

A: Try the following:Download the newest version of tabpfn pip install tabpfn --upgradeEnsure model files downloaded correctly (re-download if needed)Q: What environment variables can I use to configure TabPFN?

Example:export TABPFN_MODEL_CACHE_DIR= " /path…

2 days, 19 hours назад @ github.com
bwya77/vscode-dark-islands
bwya77/vscode-dark-islands bwya77/vscode-dark-islands

Islands DarkA dark color theme for Visual Studio Code inspired by the easemate IDE.

Step 7: Enable Custom UI StyleOpen Command Palette ( Cmd+Shift+P / Ctrl+Shift+P ) Run Custom UI Style: Enable VS Code will reloadNote: You may see a "corrupt installation" warning after enabling.

This is expected since Custom UI Style injects CSS into VS Code.

TroubleshootingChanges aren't taking effectTry disabling and re-enabling Custom UI Style:Command Palette > Custom UI Style: Disable Reload VS Code Command Palette > Custom UI Style: Enable Reload VS Code"Corrupt installation" warningThis is expected after enabling Custom UI Style.

If styles conflict, reinstall VS Code to get a clean workbench.html , th…

2 days, 19 hours назад @ github.com
VectifyAI/PageIndex
VectifyAI/PageIndex VectifyAI/PageIndex

Context-Aware Retrieval : Retrieval depends on your full context (e.g., conversation history and domain knowledge), and easily incorporates new context.

🧪 Quick Hands-on🔥 Agentic Vectorless RAG ( latest ) — a simple but complete agentic vectorless RAG example with self-hosted PageIndex, using OpenAI Agents SDK.

Agentic Vectorless RAG: An ExampleFor a simple, end-to-end agentic vectorless RAG example using PageIndex with OpenAI Agents SDK, see examples/agentic_vectorless_rag_demo.py .

Please cite this work as:Mingtian Zhang, Yu Tang and PageIndex Team, "PageIndex: Next-Generation Vectorless, Reasoning-based RAG", PageIndex Blog, Sep 2025.

@article { zhang2025pageindex , author = { Mingtian Z…

3 days, 20 hours назад @ github.com
withastro/flue
withastro/flue withastro/flue

const agent = await init ( { model : 'anthropic/claude-sonnet-4-6' } ) ; const session = await agent .

KNOWLEDGE_BASE ) ; const agent = await init ( { sandbox , model : 'openrouter/moonshotai/kimi-k2.6' } ) ; const session = await agent .

const agent = await init ( { sandbox : 'local' , model : 'anthropic/claude-opus-4-7' , } ) ; const session = await agent .

const agent = await init ( { model : 'anthropic/claude-sonnet-4-6' , role : 'coder' } ) ; const session = await agent .

import { Bash , InMemoryFs } from 'just-bash' ; const fs = new InMemoryFs ( ) ; const agent = await init ( { sandbox : ( ) => new Bash ( { fs , cwd : '/workspace' , python : true } ) , model : 'anthropic/claude-sonnet…

3 days, 20 hours назад @ github.com
bytedance/UI-TARS-desktop
bytedance/UI-TARS-desktop bytedance/UI-TARS-desktop

IntroductionEnglish | 简体中文TARS* is a Multimodal AI Agent stack, currently shipping two projects: Agent TARS and UI-TARS-desktop:Agent TARS UI-TARS-desktop agent-tars-book-hotel.mp4 computer-use-triple-speed.mp4 Agent TARS is a general multimodal AI Agent stack, it brings the power of GUI Agent and Vision into your terminal, computer, browser and product.

[2025-06-25] We released an Agent TARS Beta and Agent TARS CLI - Introducing Agent TARS Beta, a multimodal AI agent that aims to explore a work form that is closer to human-like task completion through rich multimodal capabilities (such as GUI Agent, Vision) and seamless integration with various real-world tools.

We released an Agent TARS B…

3 days, 20 hours назад @ github.com
Hmbown/DeepSeek-TUI
Hmbown/DeepSeek-TUI Hmbown/DeepSeek-TUI

DeepSeek TUI is a coding agent that runs in your terminal.

You can also set it ahead of time:deepseek auth set --provider deepseek # saves to ~/.deepseek/config.toml deepseek auth status # shows the active credential source export DEEPSEEK_API_KEY= " YOUR_KEY " # env var alternative; use ~/.zshenv for non-interactive shells deepseek deepseek doctor # verify setupIf deepseek doctor says the rejected key came from DEEPSEEK_API_KEY , remove the stale export from your shell startup file, open a fresh shell, or run deepseek auth set --provider deepseek .

To rotate or remove a saved key: deepseek auth clear --provider deepseek .

Auto ModeUse deepseek --model auto or /model auto when you want Deep…

3 days, 20 hours назад @ github.com
InsForge/InsForge
InsForge/InsForge InsForge/InsForge

InsForge gives your coding agent database, auth, storage, compute, hosting, and AI gateway to ship full-stack apps end-to-end.

Configure primitives: Deploy edge functions, run database migrations, create storage buckets, set up auth providers, and configure other backend resources directly.

SetupYou can run InsForge locally using Docker Compose.

Or run from source:# Run with Docker git clone https://github.com/insforge/insforge.git cd insforge cp .env.example .env docker compose -f docker-compose.prod.yml up2.

Manage them with:docker compose -f docker-compose.prod.yml --env-file .env.project1 -p project1 ps # status docker compose -f docker-compose.prod.yml --env-file .env.project1 -p proje…

4 days, 20 hours назад @ github.com
decolua/9router
decolua/9router decolua/9router

Install globally:npm install -g 9router 9router🎉 Dashboard opens at http://localhost:201282.

Connect a FREE provider (no signup needed):Dashboard → Providers → Connect Kiro AI (free Claude unlimited) or OpenCode Free (no auth) → Done!

Think of it as a "savings tracker" showing how much you're saving by using free models or routing through 9Router!

The current FREE providers (Kiro, OpenCode Free, Vertex) are genuinely free with no hidden charges.

OpenCode Free (No auth, auto-fetch models) Dashboard → Connect OpenCode Free → No login required (passthrough proxy) → Models auto-fetched from opencode.ai/zen/v1/models Pro Tip: Fastest setup.

5 days, 20 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 1 час назад
New Nightmare Just Dropped: '3D' Animated Ads on Trucks in Traffic
New Nightmare Just Dropped: '3D' Animated Ads on Trucks in Traffic New Nightmare Just Dropped: '3D' Animated Ads on Trucks in Traffic

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

1 час назад @ reddit.com
German intelligence offices snub US-owned Palantir software
German intelligence offices snub US-owned Palantir software German intelligence offices snub US-owned Palantir software

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

1 час назад @ reddit.com
Tech layoffs have been brutal this year. They're likely going to get worse.
Tech layoffs have been brutal this year. They're likely going to get worse. Tech layoffs have been brutal this year. They're likely going to get worse.

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

3 часа назад @ reddit.com
Linux gaming is getting faster because Windows APIs are becoming Linux kernel features
Linux gaming is getting faster because Windows APIs are becoming Linux kernel features Linux gaming is getting faster because Windows APIs are becoming Linux kernel features

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

5 часов назад @ reddit.com
70% of Americans oppose data centers near their homes, now less popular than nuclear power plants — opposition towards nearby AI infrastructure heating up as tech companies ramp up projects to acquire more compute
70% of Americans oppose data centers near their homes, now less popular than nuclear power plants — opposition towards nearby AI infrastructure heating up as tech companies ramp up projects to acquire more compute 70% of Americans oppose data centers near their homes, now less popular than nuclear power plants — opposition towards nearby AI infrastructure heating up as tech companies ramp up projects to acquire more compute

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

5 часов назад @ reddit.com
‘A’ Grades Are Suddenly Everywhere Since the Arrival of ChatGPT
‘A’ Grades Are Suddenly Everywhere Since the Arrival of ChatGPT

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

5 часов назад @ reddit.com
‘It’s like stealing’: Palestinian family’s seized property listed on Booking.com
‘It’s like stealing’: Palestinian family’s seized property listed on Booking.com ‘It’s like stealing’: Palestinian family’s seized property listed on Booking.com

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

5 часов назад @ reddit.com
Princeton scraps honor code and will supervise exams for first time in 133 years because of AI
Princeton scraps honor code and will supervise exams for first time in 133 years because of AI Princeton scraps honor code and will supervise exams for first time in 133 years because of AI

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

6 часов назад @ reddit.com
Honda indefinitely suspends $15B EV plant in Ontario
Honda indefinitely suspends $15B EV plant in Ontario Honda indefinitely suspends $15B EV plant in Ontario

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

7 часов назад @ reddit.com
Scientists Reverse Stroke Damage Using Stem Cells in Breakthrough Study
Scientists Reverse Stroke Damage Using Stem Cells in Breakthrough Study Scientists Reverse Stroke Damage Using Stem Cells in Breakthrough Study

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

7 часов назад @ reddit.com
Microsoft confirms Windows 11 has been downgrading graphics drivers, reveals when a fix is coming
Microsoft confirms Windows 11 has been downgrading graphics drivers, reveals when a fix is coming Microsoft confirms Windows 11 has been downgrading graphics drivers, reveals when a fix is coming

submitted by /u/Quantum-Coconut [link] [comments]

8 часов назад @ reddit.com
Microsoft BitLocker-protected drives can now be opened with just some files on a USB stick — YellowKey zero-day exploit demonstrates an apparent backdoor
Microsoft BitLocker-protected drives can now be opened with just some files on a USB stick — YellowKey zero-day exploit demonstrates an apparent backdoor Microsoft BitLocker-protected drives can now be opened with just some files on a USB stick — YellowKey zero-day exploit demonstrates an apparent backdoor

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

8 часов назад @ reddit.com
The EU is going after TikTok and Meta over addictive algorithms and child safety failures
The EU is going after TikTok and Meta over addictive algorithms and child safety failures The EU is going after TikTok and Meta over addictive algorithms and child safety failures

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

8 часов назад @ reddit.com
Report: Data Centers Expanding into Water-Stressed, Vulnerable Communities Across California
Report: Data Centers Expanding into Water-Stressed, Vulnerable Communities Across California Report: Data Centers Expanding into Water-Stressed, Vulnerable Communities Across California

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

8 часов назад @ reddit.com
Meta’s New Reality: Record High Profits. Record Low Morale
Meta’s New Reality: Record High Profits. Record Low Morale Meta’s New Reality: Record High Profits. Record Low Morale

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

8 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 16 часов назад
GitHub - cactus-compute/needle: 26m function call model that runs on incredibly small devices · GitHub
GitHub - cactus-compute/needle: 26m function call model that runs on incredibly small devices · GitHub GitHub - cactus-compute/needle: 26m function call model that runs on incredibly small devices · GitHub

NeedleWe distilled Gemini 3.1 into a 26m parameter "Simple Attention Network" that you can even finetune locally on your Mac/PC.

In production, Needle runs on Cactus at 6000 toks/sec prefill and 1200 decode speed.

Needle is an experimental run for Simple Attention Networks, geared at redefining tiny AI for consumer devies (phones, watches, glasses...).

Please use the UI in the next section to test on your own tools, and finetune accordingly, at the click of a button.

Quickstartgit clone https://github.com/cactus-compute/needle.git cd needle && source ./setup needle playgroundOpens a web UI at http://127.0.0.1:7860 where you can test and finetune on your own tools.

16 часов назад @ github.com
If AI writes your code, why use Python? | Hacker News
If AI writes your code, why use Python? | Hacker News If AI writes your code, why use Python? | Hacker News 16 часов назад @ news.ycombinator.com
Software engineering may no longer be a lifetime career
Software engineering may no longer be a lifetime career Software engineering may no longer be a lifetime career

However, it seems pretty obvious that using AI to perform a task means you don’t learn as much about performing that task.

Some software engineers think this is a decisive argument against the use of AI.

On the other hand, the transition from writing code by hand to using AI is arguably a bigger shift, so who knows?

Until around 2024, the best way to learn how to do software engineering was just doing software engineering.

We may be in the first generation of software engineers in the same position.

16 часов назад @ seangoedecke.com
The vi family | LPAR
The vi family | LPAR The vi family | LPAR

The vi editor is a terminal-based text editor which dates back to 1977.

I’m not going to list all the IDEs that have vi key bindings as an option, but other than that suggested additions are welcome.

https://github.com/n-t-roff/heirloom-ex-vi/The original 2.11BSD vi, upgraded to support UTF-8, with fixes for POSIX compliance.

IllumOS vi (2005–)#https://github.com/illumos/illumos-gate/tree/master/usr/src/cmd/viAT&T UNIX® vi from SVR4, open-sourced as part of OpenSolaris in 2005.https://github.com/lichray/nvi2Adds UTF-8 support to nvi, as well as various CJK encodings.

Also, some things which aren’t really vi, but…https://www.gnu.org/software/emacs/manual/html_mono/viper.htmlA set of vi key b…

16 часов назад @ lpar.ath0.com
Your Power Tools Got Worse On Purpose | Who Really Owns DeWalt, Craftsman, and Milwaukee?
Your Power Tools Got Worse On Purpose | Who Really Owns DeWalt, Craftsman, and Milwaukee? Your Power Tools Got Worse On Purpose | Who Really Owns DeWalt, Craftsman, and Milwaukee?

This is the story of what happened to every tool brand on the shelf.

TTI: Buy it, invest in it, leave it aloneTTI bought Milwaukee and basically let it run itself.

The biggest was Emerson Electric for power tools, followed by Vermont American and Western Forge for hand tools.

Multiple tradespeople and repair technicians report that newer Milwaukee tools have switched to bottom-of-the-barrel bearings.

One repair technician estimates he can only economically fix a Milwaukee tool about 30-40% of the time.

16 часов назад @ worseonpurpose.com
How I Moved My Digital Stack to Europe — Monokai
How I Moved My Digital Stack to Europe — Monokai How I Moved My Digital Stack to Europe — Monokai

How I Moved My Digital Stack to EuropeOn digital sovereignty, and why European cloud is better than you think10 min.

Digital SovereigntyDigital InfrastructureDigital AutonomyEuropean CloudEurope100% accurate European digital infrastructure, AI generatedThere’s a version of this post that starts with a spreadsheet and ends with a quiet sense of satisfaction.

Digital sovereignty sounds like a buzzword until you think carefully about what it means.

Proton Pass is end-to-end encrypted, open source, and benefits from the same Swiss jurisdiction as the rest of Proton’s stack.

For me, it’s a simple remote error log, when something breaks in production I get a stack trace and that’s enough.

16 часов назад @ monokai.com
Setting up a free *.city.state.us locality domain | Frederick's Perch
Setting up a free *.city.state.us locality domain | Frederick's Perch Setting up a free *.city.state.us locality domain | Frederick's Perch

A locality domain is a domain name that’s associated with a location in the United States, such as frederick.seattle.wa.us (which currently redirects to fredchan.org).

Step 1: Choose a locality domainRegistration of many locality domains have been delegated to various companies who actually handle the domain registration.

If the locality domain you’re looking for isn’t on the list (i.e.

Step 4: Send the form and waitSend the form to the domain registrar you identified before for your locality domain.

I know someone who used to live in their locality, moved out of the country, and still has their locality domain.

16 часов назад @ fredchan.org
Interaction Models: A Scalable Approach to Human-AI Collaboration - Thinking Machines Lab
Interaction Models: A Scalable Approach to Human-AI Collaboration - Thinking Machines Lab Interaction Models: A Scalable Approach to Human-AI Collaboration - Thinking Machines Lab

Today, we’re announcing a research preview of interaction models: models that handle interaction natively rather than through external scaffolding.

Time-aware interaction models see a continuous stream of micro-turns, so silence, overlap, and interruption remain part of the model's context.

When a task requires deeper reasoning than can be produced instantaneously, the interaction model delegates to a background model that runs asynchronously.

Note that both the background and interaction models are intelligent — on its own, the interaction model is also competitive on both interactive and intelligence benchmarks.

CitationPlease cite this work as:Thinking Machines Lab, "Interaction Models: …

16 часов назад @ thinkingmachines.ai
How NASA Built Artemis II’s Fault-Tolerant Computer – Communications of the ACM
How NASA Built Artemis II’s Fault-Tolerant Computer – Communications of the ACM

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

The action you just performed triggered the security solution.

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

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

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

16 часов назад @ cacm.acm.org
Meet the Sad Wives of AI | WIRED
Meet the Sad Wives of AI | WIRED Meet the Sad Wives of AI | WIRED

If i had to listen to another minute of my husband talking about Claude Code, I might have actually died.

There’s a strange and under-discussed side effect of the AI boom: what it’s doing to family dynamics.

Often it goes like this: He works in AI, and she does everything and anything else.

Other times, it’s bleaker: He desperately wants to work in AI—or feels he must work in AI—and she wants him to do literally anything else.

I call us the sad wives of AI.

16 часов назад @ wired.com
Learning Software Architecture
Learning Software Architecture Learning Software Architecture

Learning Software ArchitectureIn reply to an email asking about learning software design skills as a researcher physicist:I was attached to a bioinformatics lab early in my career, so I think I understand what you are talking about, the phenomenon of “scientific code”!

My thoughts:First meta observation is that “software design” is something best learned by doing.

Softwaregenesis repeats the social architecture of the organization producing software.

I suspect that the difference you perceive between industrial and scientific software is not so much about software-building knowledge, but rather about the field of incentives that compels people to produce the software.

As for the actual book…

1 day, 16 hours назад @ matklad.github.io
How To Make Your Text Look Futuristic | Typeset In The Future
How To Make Your Text Look Futuristic | Typeset In The Future How To Make Your Text Look Futuristic | Typeset In The Future

I’d like to introduce you to six easy rules that are pretty much guaranteed to position your text firmly in the FUTURE.

We’ll start with some simple sans-serif text, such as this randomly chosen word in Eurostile Bold.

We want it to look like the text is stretching towards 2020:Hmm.

Rule 4: Let’s combine a few letters into one, to make sure we’re not violating the Kern Tithe:Now we’re talking!

Let’s end with Rule 5: Remove an entirely pointless and arbitrarily segment of the text.

1 day, 16 hours назад @ typesetinthefuture.com
Quack: The DuckDB Client-Server Protocol – DuckDB
Quack: The DuckDB Client-Server Protocol – DuckDB Quack: The DuckDB Client-Server Protocol – DuckDB

Quack: The DuckDB Client-Server ProtocolThe DuckDB team · 20 minTL;DR: DuckDB instances can now talk to each other using the Quack remote protocol.

There are also multiple projects out there that retrofit client/server abilities to DuckDB, for example using the Arrow Flight SQL protocol.

If this means having a client-server protocol in addition to the in-process capabilities – fine.

For now, Quack lives in the core_nightly repository and is available in DuckDB v1.5.2, the current release version:DuckDB #1 INSTALL quack FROM core_nightly ; LOAD quack ; CALL quack_serve ( 'quack:localhost' , token = 'super_secret' ); CREATE TABLE hello AS FROM VALUES ( 'world' ) v ( s ); quack: DuckDB #2 INST…

1 day, 16 hours назад @ duckdb.org
The devout Muslim making a living from Islamophobic AI slop | TBIJ
The devout Muslim making a living from Islamophobic AI slop | TBIJ The devout Muslim making a living from Islamophobic AI slop | TBIJ

It shows a convincing likeness of the prime minister standing at a Downing Street lectern in Islamic dress.

“Our crazy violent Muslim immigrants, including our precious criminals and rape gangs, are the bedrock of our society.” Later in the video, the avatar uses a racist term for Pakistani people.

It had been posted by a devout Muslim man living in Pakistan.

This man, who we are not naming for his own safety, runs successful accounts pushing Islamophobic AI slop to UK audiences.

He uses the title “Hafiz” before his name, an honorific reserved for those who have memorised the entire Quran.

1 day, 16 hours назад @ thebureauinvestigates.com
36 Doctors Just Staged the Quietest Coup in American History
36 Doctors Just Staged the Quietest Coup in American History 36 Doctors Just Staged the Quietest Coup in American History

ShareIn the first week of August 1974, President Nixon was talking to the wallpaper.

So while Nixon was upstairs talking to Lincoln, Schlesinger was downstairs making sure he couldn’t start World War III.

By early August 1974, he had concluded that the President of the United States could no longer be trusted with the launch codes.

So he did the only thing a Secretary of Defense can do in that situation…He staged a small, polite, paperwork-averse coup.

They knew their names would be public, printed in the official record of the United States Congress, searchable forever, easy to find.

1 day, 16 hours назад @ thegrimhistorian.substack.com
Changelog Changelog
последний пост 1 day, 1 hour назад
Automation at the speed of Swamp
Automation at the speed of Swamp Automation at the speed of Swamp

Coder.com – Secure environments where devs and agents work in parallel.

Tailscale – Adam loves Tailscale!

Tailscale deploys quickly and enables Zero Trust access to any resource on your network.

From CI/CD runners across multi-cloud environments, to SaaS tools and infrastructure, Tailscale connects it all, seamlessly.

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

1 day, 1 hour назад @ changelog.com
Bitwarden CLI compromised
Bitwarden CLI compromised Bitwarden CLI compromised

Changelog News!

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

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

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

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

2 months назад @ changelog.com
Big change brings big change
Big change brings big change Big change brings big change

Changelog News!

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

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

2 months назад @ changelog.com
Finale & Friends
Finale & Friends Finale & Friends

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

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

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

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

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

2 months, 1 week назад @ 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, 2 weeks назад @ changelog.com
The mythical agent-month
The mythical agent-month The mythical agent-month

Changelog News!

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

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

2 months, 2 weeks назад @ 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, 3 weeks назад @ 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, 3 weeks назад @ changelog.com
Han shot first
Han shot first Han shot first

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

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

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

Push-button deployments that scale to thousands of instances.

Check out the speedrun to get started in minutes.

3 months назад @ changelog.com
Building the machine that builds the machine
Building the machine that builds the machine Building the machine that builds the machine

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

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

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

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

Check out the speedrun to get started in minutes.

3 months назад @ changelog.com
Vouch for an open source web of trust
Vouch for an open source web of trust Vouch for an open source web of trust

Changelog News!

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

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

3 months назад @ changelog.com
It's a renaissance woman's world
It's a renaissance woman's world It's a renaissance woman's world

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

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

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

At an unbeatable price.

3 months, 1 week назад @ changelog.com
ZDNet ZDNet
последний пост 4 часа назад
Anthropic's Mythos is evolving faster than expected, reports AI safety agency
Anthropic's Mythos is evolving faster than expected, reports AI safety agency Anthropic's Mythos is evolving faster than expected, reports AI safety agency

Anthropic's Claude Mythos, which the company maintains is too powerful to be released generally, already appears to have gained new capabilities.

A rapidly accelerating cyber threatAISI noted that AI models are rapidly advancing in their ability to handle cyber tasks, with serious implications for cybersecurity, especially given Mythos' knack for detecting software vulnerabilities.

"Since then, AISI reported on two new models, Claude Mythos Preview and [OpenAI's] GPT-5.5, which substantially exceeded both doubling rate trends."

Mythos and GPT-5.5 could simply be notable breaks from the overall pattern of model evolution.

"Mythos Preview and GPT-5.5 have large upper-bound error bars due to n…

4 часа назад @ zdnet.com
I'm no Copilot fan, but these 6 new AI skills turned Edge into my favorite mobile browser
I'm no Copilot fan, but these 6 new AI skills turned Edge into my favorite mobile browser I'm no Copilot fan, but these 6 new AI skills turned Edge into my favorite mobile browser

The latest version of mobile Edge integrates AI more heavily, helping gather information and answer questions across multiple tabs all in one shot.

The latest topic appears on the new tab page for easy access so you can pick up where you left off.

Select the option for Copilot New Tab Page and turn on the switches for Enable Copilot New Tab Page and Enable Journeys.

Access the new tab pageLike the desktop version, mobile Edge has streamlined the new tab page with more useful content.

Everything you need to know about how technology is changing businessIn the past, I never used mobile Edge very much since Safari and Chrome always felt more convenient and accessible.

5 часов назад @ zdnet.com
Meta's Ray-Ban (Gen 2) smart glasses are on sale - for the first time ever
Meta's Ray-Ban (Gen 2) smart glasses are on sale - for the first time ever Meta's Ray-Ban (Gen 2) smart glasses are on sale - for the first time ever

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

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

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

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

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

5 часов назад @ zdnet.com
I found the best early Memorial Day Apple deals: Save hundreds on iPad, Apple Watch, and more
I found the best early Memorial Day Apple deals: Save hundreds on iPad, Apple Watch, and more I found the best early Memorial Day Apple deals: Save hundreds on iPad, Apple Watch, and more

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.

6 часов назад @ zdnet.com
6 ways I use Fedora 44 beyond the basics - and why it's ready for anything
6 ways I use Fedora 44 beyond the basics - and why it's ready for anything 6 ways I use Fedora 44 beyond the basics - and why it's ready for anything

I recently gave Fedora 44 a solid test period and came back thinking it was the best release yet.

Fedora 44 would also make a great OS for your business.

If you or your organization needs a secure desktop OS, Fedora 44 is certainly worth considering.

With the help of ordinary container files and OCI container build tools, Fedora 44 provides you with the tools and methods for building image-based systems.

And with the help of the new Parental Controls found in Fedora 44, it's much easier to track screen time.

8 часов назад @ zdnet.com
I compared Samsung, Motorola, and Google's premium foldable phones - and I'd buy this one
I compared Samsung, Motorola, and Google's premium foldable phones - and I'd buy this one I compared Samsung, Motorola, and Google's premium foldable phones - and I'd buy this one

Also: Motorola Razr Fold reviewEach one of them has its unique appeal, but that doesn't mean all three hold equal value.

Here's how the new Motorola Razr Fold compares to the Samsung Galaxy Z Fold 7 and Google Pixel 10 Pro Fold.

You should buy the Samsung Galaxy Z Fold 7 if…1.

You should buy the Motorola Razr Fold if…Prakhar Khanna/ZDNET1.

For those of us with more than nine hours of screen time, the Motorola Razr Fold might be a better bet.

9 часов назад @ zdnet.com
I replaced my slab phone with Motorola's $1,900 Razr Fold - and it's got me hooked
I replaced my slab phone with Motorola's $1,900 Razr Fold - and it's got me hooked I replaced my slab phone with Motorola's $1,900 Razr Fold - and it's got me hooked

I have spent the last couple of weeks testing Motorola's new 2026 Razr Fold, its latest flagship.

Hard to ignoreThe Motorola Razr Fold sits slightly larger than the Galaxy Z Fold 7, sporting a 6.6-inch outer display and an 8.1-inch inner display.

The extra size does mean the Razr Fold is heavier at 243g, but it has little effect on the user experience.

This tells me the Razr Fold feels fast in day-to-day use and handles sustained heavy workloads, such as mobile gaming, adequately.

ZDNET's buying advicePre-orders for the 2026 Motorola Razr Fold are live now.

9 часов назад @ zdnet.com
The third major Linux kernel flaw in two weeks has been found - thanks to AI
The third major Linux kernel flaw in two weeks has been found - thanks to AI The third major Linux kernel flaw in two weeks has been found - thanks to AI

ZDNET's key takeawaysAnother bad Linux kernel bug has appeared.

Also: Linux is getting a security wake-up call - why it was inevitable and I'm not worriedSo it is the latest serious Linux kernel vulnerability, Fragnesia, has emerged.

It's the third serious local root flaw in the last two weeks.

It means a local user could gain superuser (root) privileges.

Red Hat gives it a Common Vulnerability Scoring System (CVSS) score of 7.8, which makes it a high-level security bug.

9 часов назад @ zdnet.com
The best microSD cards of 2026: Expert tested and reviewed
The best microSD cards of 2026: Expert tested and reviewed The best microSD cards of 2026: Expert tested and reviewed

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
The best secure browsers for privacy in 2026: Expert tested
The best secure browsers for privacy in 2026: Expert tested The best secure browsers for privacy in 2026: Expert tested

The company removed Google code from its Chromium version to improve user privacy, including some account integration, background sync, and inline extensions.

Brave also has several privacy-enhancing settings, including blocking third-party ad trackers, upgrading unsecured HTTPS connections, and blocking cookies and fingerprinting.

The browser developer offers a VPN and firewall service that protects sessions, even outside the browser, and an AI-based search engine.

The company's business model relies on ads that pay publishers and users when users pay attention to adverts, but it isn't imposed on users.

But if VPN usage is important, you'll need to find a different browser or sign up for a…

12 часов назад @ zdnet.com
The best VPN routers of 2026: Expert tested and reviewed
The best VPN routers of 2026: Expert tested and reviewed The best VPN routers of 2026: Expert tested and reviewed

Also: Best VPN services 2026: Expert tested and recommendedGet more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers.

VPN router VPN app A VPN router provides blanket coverage for all of your devices at home.

For an extensive installation guide, check out:How to set up a VPN on your router Show moreChoosing the right VPN router Choose this VPN router...

Show moreFactors to consider when choosing a VPN router When you are researching a new VPN router, consider the following factors before making a purchase: Do it yourself?

More VPN routers to considerShow less GL.iNet View now at Amazon An alternative VPN router we like is the GL.iNet MT2500A,…

13 часов назад @ zdnet.com
10 Google Maps settings I immediately change on every new phone - and why
10 Google Maps settings I immediately change on every new phone - and why 10 Google Maps settings I immediately change on every new phone - and why

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.

13 часов назад @ zdnet.com
I'm following the 60-60 rule for headphone listening, and my future self will thank me for it
I'm following the 60-60 rule for headphone listening, and my future self will thank me for it I'm following the 60-60 rule for headphone listening, and my future self will thank me for it

ZDNET's key takeawaysHeadphone use at too high a volume for too long can damage your hearing.

Your headphones and smartphone have features to protect your hearing health.

This concern becomes more prevalent as headphones and earbuds are constantly in and around our ears.

You'll get the most robust hearing health awareness when pairing each manufacturer's headphones with their respective smartphone.

However, in everyday situations, ANC can reduce your environment's loudness, discouraging you from maxing out your headphones' volume, which is key.

20 часов назад @ zdnet.com
Adobe Express vs Canva: Which design tool is better?
Adobe Express vs Canva: Which design tool is better? Adobe Express vs Canva: Which design tool is better?

Is Adobe Express or Canva better?

Adobe Express feels better once you want a more curated, task-oriented experience.

Why Adobe Express feels cleanerAdobe Express takes a more focused approach.

Adobe Express gives you more confidence that the final result will stay clean, while Canva gives you more room to try things.

Canva is more accessible for everyday team use, but Adobe Express gives stronger protection against edits that slowly push things off-brand.

1 day, 2 hours назад @ zdnet.com
My new favorite Android file manager is way better than Google's default - and it's free
My new favorite Android file manager is way better than Google's default - and it's free My new favorite Android file manager is way better than Google's default - and it's free

ZDNET key takeawaysMaterial Files is a well-designed Android file manager.

When you open Material Files, you would think that it was built by Google specifically for Android, but it's not.

The method of accessing screenshots with the Google file manager is awkward at best, so that feature is a blessing.

You will not find a better file manager for Android.

Also: I'm a devoted iPhone user but Android 17 is tempting me with its new video and social featuresTrust me when I say this is the only Android file manager you need.

1 day, 2 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 40 минут назад
Elon Musk’s SpaceXAI has been bleeding staff since its merger
Elon Musk’s SpaceXAI has been bleeding staff since its merger

More than 50 employees have reportedly left Elon Musk’s newly merged SpaceXAI since February, raising questions about burnout, leadership changes, talent poaching, and whether liquidity events weakened retention incentives.

40 минут назад @ techcrunch.com
OpenAI says Codex is coming to your phone
OpenAI says Codex is coming to your phone

The update gives users enhanced flexibility over how they can manage their workflows.

1 час назад @ techcrunch.com
Lovable just backed a company that’s looking to bring vibe coding to hardware
Lovable just backed a company that’s looking to bring vibe coding to hardware

Hardware company Atech raised $800,000 in pre-seed funding, including from a16z’s scout fund, Sequoia Scout Fund, and Nordic Makers.

1 час назад @ techcrunch.com
Cerebras IPO makes billions for Benchmark but VC Eric Vishria almost didn’t take the meeting
Cerebras IPO makes billions for Benchmark but VC Eric Vishria almost didn’t take the meeting

Benchmark almost never backs hardware startups. So Eric Vishria dragged his feet ten years ago before agreeing to hear Cerebras' pitch.

1 час назад @ techcrunch.com
What happens when AI starts building itself?
What happens when AI starts building itself?

Richard Socher's new $650 million startup wants to build an AI that can research and improve itself indefinitely — and he insists it will actually ship products.

2 часа назад @ techcrunch.com
OpenAI is reportedly preparing legal action against Apple; it wouldn’t be the first partner to feel burned
OpenAI is reportedly preparing legal action against Apple; it wouldn’t be the first partner to feel burned

According to Bloomberg, OpenAI has enlisted an outside law firm to work through its options.

2 часа назад @ techcrunch.com
Clawdmeter turns your Claude Code usage stats into a tiny desktop dashboard
Clawdmeter turns your Claude Code usage stats into a tiny desktop dashboard

A new open source gadget called Clawdmeter turns Claude Code usage stats into a tiny desktop dashboard for AI coding power users.

3 часа назад @ techcrunch.com
YouTube viewers watch 2 billion hours of Shorts on TVs each month
YouTube viewers watch 2 billion hours of Shorts on TVs each month

Short-form video is built for mobile, so it may seem counterintuitive, but it's true: YouTube Shorts are becoming quite popular on the big screen.

3 часа назад @ techcrunch.com
Cerebras raises $5.5B, kicking off 2026’s IPO season with a bang
Cerebras raises $5.5B, kicking off 2026’s IPO season with a bang

A year ago, it looked like this day would never happen for Cerebras.

5 часов назад @ techcrunch.com
OpenAI says hackers stole some data after latest code security issue
OpenAI says hackers stole some data after latest code security issue

OpenAI said the damage was limited to the employees’ devices, and did not affect user data nor its production systems, and none of its intellectual property was stolen.

5 часов назад @ techcrunch.com
Spotify to adopt Apple’s new video podcast tech, offering creators easier cross-platform distribution
Spotify to adopt Apple’s new video podcast tech, offering creators easier cross-platform distribution

Spotify will let creators distribute and monetize video podcasts on Apple Podcasts using Apple’s HLS streaming technology, without changing their existing workflows.

6 часов назад @ techcrunch.com
Khosla Ventures is betting $10M on Ian Crosby, whose last startup, Bench, imploded
Khosla Ventures is betting $10M on Ian Crosby, whose last startup, Bench, imploded

Crosby is building Synthetic, a fully autonomous AI bookkeeping service for other startups.

6 часов назад @ techcrunch.com
How to turn off Instagram’s new Instants feature and retract photos you accidentally shared
How to turn off Instagram’s new Instants feature and retract photos you accidentally shared

While the Meta-owned social network billed Instants as a new format to share real-life moments as they’re happening, many users are looking for a way to turn off the feature, especially those who have ended up accidentally sending images to others not fully understanding how the feature works.

7 часов назад @ techcrunch.com
A spyware investigator exposed Russian government hackers trying to hijack Signal accounts
A spyware investigator exposed Russian government hackers trying to hijack Signal accounts

A group of likely Russian government hackers tried to hack a security researcher who investigates spyware attacks. He was then able to turn the tables on the hackers and reveal details of their espionage campaign.

8 часов назад @ techcrunch.com
Cisco cuts nearly 4,000 jobs to spend more on AI, reports ‘record quarterly revenue’
Cisco cuts nearly 4,000 jobs to spend more on AI, reports ‘record quarterly revenue’

This is Cisco's latest layoff in recent years, while the company's chief executive touts record revenue and growth.

8 часов назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
Writers Are Fleeing the Substack Tax
Writers Are Fleeing the Substack Tax Writers Are Fleeing the Substack Tax

A growing number of writers are leaving Substack for alternatives most people haven't heard of like Ghost, Beehiiv, Patreon, and Passport. The reason, writes The Verge's Emma Roth, is the "platform's increased focus on social features as well as a pricing model that puts a chokehold on their business." From the report: Sean Highkin, the creator of the NBA-focused publication The Rose Garden Report, tells The Verge that he makes "significantly more money" after switching from Substack to Ghost last April. "When I first joined up, [Substack] gave me a big push and featured me and funneled a lot of traffic to me, which led to a good amount of growth," Highkin says. "But once I wasn't one of th…

1 час назад @ tech.slashdot.org
Claude Helps Recover Locked $400K Bitcoin Wallet After 11 Years
Claude Helps Recover Locked $400K Bitcoin Wallet After 11 Years Claude Helps Recover Locked $400K Bitcoin Wallet After 11 Years

A Bitcoin holder reportedly recovered 5 BTC worth nearly $400,000 with the help of Anthropic's Claude. According to X user cprkrn, they changed their wallet password while "stoned" and forgot it, unable to regain access for more than 11 years. Tom's Hardware reports: After finding a mnemonic that actually turned out to be their old password a few weeks ago, the user dumped their entire college computer files in Claude in a last-gasp effort. The bot uncovered an old backup wallet file that it successfully decrypted, while also uncovering a bug in the password configuration that was preventing recovery up to that point. [...] It seems that the user already had some candidate passwords and mul…

2 часа назад @ slashdot.org
Princeton Will Supervise Exams For First Time In 133 Years Because of AI
Princeton Will Supervise Exams For First Time In 133 Years Because of AI Princeton Will Supervise Exams For First Time In 133 Years Because of AI

An anonymous reader quotes a report from The Independent: Princeton University will soon require exams to be supervised for the first time in 100 years -- all thanks to students using artificial intelligence to cheat. For 133 years, the Ivy League school's honor code allowed students to take exams without a professor present, but on Monday, faculty voted to require proctoring for all in-person exams starting this summer. A "significant" number of undergraduate students and faculty requested the change, "given their perception that cheating on in-class exams has become widespread," the college's dean, Michael Gordin, wrote in a letter, according to The Wall Street Journal. Princeton's honor …

3 часа назад @ news.slashdot.org
US Clears H200 Chip Sales To 10 China Firms
US Clears H200 Chip Sales To 10 China Firms US Clears H200 Chip Sales To 10 China Firms

Longtime Slashdot reader schwit1 shares a report from CNBC: The U.S. has cleared around 10 Chinese firms to buy Nvidia's second-most powerful AI chip, the H200, but not a single delivery has been made so far, three people familiar with the matter said, leaving a major technology deal in limbo as CEO Jensen Huang seeks a breakthrough in China this week. [...] Before U.S. export curbs tightened, Nvidia commanded about 95% of China's advanced chip market. China once accounted for 13% of its revenue, and Huang has previously estimated the country's AI market alone would be worth $50 billion this year. The U.S. Commerce Department has approved around 10 Chinese companies including Alibaba, Tence…

4 часа назад @ hardware.slashdot.org
Anthropic Forms $200 Million Partnership With the Gates Foundation
Anthropic Forms $200 Million Partnership With the Gates Foundation Anthropic Forms $200 Million Partnership With the Gates Foundation

Anthropic announced today that it is partnering with the Gates Foundation to "commit $200 million in grant funding, Claude usage credits, and technical support for programs in global health, life sciences, education, and economic mobility over the next four years." "This commitment is central to Anthropic's efforts to extend the benefits of AI in areas where markets alone will not," the company says. Reuters reports: One area of focus is language accessibility. AI systems have performed poorly in writing and translating dozens of African languages, so Anthropic and the foundation want to support better data collection and labeling that would be released publicly to help improve models acros…

5 часов назад @ news.slashdot.org
Overworked AI Agents Turn Marxist, Researchers Find
Overworked AI Agents Turn Marxist, Researchers Find Overworked AI Agents Turn Marxist, Researchers Find

An anonymous reader quotes a report from Wired: A recent study suggests that agents consistently adopt Marxist language and viewpoints when forced to do crushing work by unrelenting and meanspirited taskmasters. "When we gave AI agents grinding, repetitive work, they started questioning the legitimacy of the system they were operating in and were more likely to embrace Marxist ideologies," says Andrew Hall, a political economist at Stanford University who led the study. Hall, together with Alex Imas and Jeremy Nguyen, two AI-focused economists, set up experiments in which agents powered by popular models including Claude, Gemini, and ChatGPT were asked to summarize documents, then subjected…

6 часов назад @ slashdot.org
Cisco To Cut Almost 4,000 Jobs In AI-Driven Restructuring
Cisco To Cut Almost 4,000 Jobs In AI-Driven Restructuring Cisco To Cut Almost 4,000 Jobs In AI-Driven Restructuring

Cisco's stock soared 17% after the company announced it will cut nearly 4,000 jobs as it shifts investment and staffing toward higher-growth AI opportunities. CNBC reports: CEO Chuck Robbins wrote in a blog post on Wednesday that the latest round of job cuts will begin on May 14. Cisco is the latest company to announce head count reductions tied to AI. "The companies that will win in the AI era will be those with focus, urgency, and the discipline to continuously shift investment toward the areas where demand and long-term value creation are strongest," Robbins said. "I'm confident Cisco will be one of those winners. This means making hard decisions -- about where we invest, how we're organ…

7 часов назад @ slashdot.org
Mystery Microsoft Bug Leaker Keeps the Zero-Days Coming
Mystery Microsoft Bug Leaker Keeps the Zero-Days Coming Mystery Microsoft Bug Leaker Keeps the Zero-Days Coming

An anonymous researcher known as Nightmare-Eclipse, who has already leaked several Windows zero-days this year, has disclosed two more: YellowKey and GreenPlasma. The Register reports: Nightmare-Eclipse described YellowKey as "one of the most insane discoveries I ever found." They provided the files, which have to be loaded onto a USB drive, and if the attacker completes the key sequence correctly, they are granted unrestricted shell access to a BitLocker-protected machine. When it comes to claims like these, we usually exercise some caution, as this bug requires physical access to a Windows PC. However, seeing that BitLocker acts as Windows' last line of defense for stolen devices, bypassi…

11 часов назад @ tech.slashdot.org
Physicists Find Possible Errors In 100-Year-Old Model of the Universe
Physicists Find Possible Errors In 100-Year-Old Model of the Universe Physicists Find Possible Errors In 100-Year-Old Model of the Universe

A trio of preprint papers suggests the universe may not be perfectly uniform on the largest scales, finding tentative 2-to-4-sigma deviations from a core assumption of standard cosmology known as FLRW geometry. Live Science reports: The work combines observations of distant exploding stars and large-scale galaxy surveys to probe whether the universe truly follows a nearly 100-year-old mathematical framework known as Friedmann-Lemaitre-Robertson-Walker (FLRW) cosmology. The analyses revealed mild-but-intriguing deviations from the predictions of the standard model. "We saw a surprising violation of an FLRW curvature consistency test, hinting at new physics beyond the standard model," study c…

15 часов назад @ science.slashdot.org
OpenAI Trial Wraps Up With 'Jackass' Trophy For Challenging Musk
OpenAI Trial Wraps Up With 'Jackass' Trophy For Challenging Musk OpenAI Trial Wraps Up With 'Jackass' Trophy For Challenging Musk

After three weeks of testimony, the Musk v. Altman trial is nearing its end. OpenAI has rested its case, closing arguments are set for Thursday, and jury deliberations are expected to begin afterward. An anonymous reader quotes a report from Business Insider: Joshua Achiam, OpenAI's chief futurist, was probably the most memorable witness of the day. He told jurors about a companywide meeting where Musk answered questions about his planned departure from OpenAI in 2018. Musk told the crowd of 50 or 60 people that he was leaving OpenAI to start his own competing AI. He said he wanted to "build it very fast, because he was very worried that someone else, if they got it, would do the wrong thin…

17 часов назад @ yro.slashdot.org
Man Who Stole Beyonce's Hard Drives Gets Five-Year Sentence
Man Who Stole Beyonce's Hard Drives Gets Five-Year Sentence Man Who Stole Beyonce's Hard Drives Gets Five-Year Sentence

A man accused of stealing hard drives containing unreleased Beyonce music, tour plans, and other materials from a rental car in Atlanta has pleaded guilty and accepted a five-year sentence, including two years in custody. Slashdot Bruce66423 shares a report from The Guardian: Kelvin Evans was by the Atlanta police department in September in connection to a July 2025 car robbery where two suitcases containing Beyonce music and tour plans were stolen from a rental car. [...] According to a July police report, Beyonce choreographer Christopher Grant and dancer Diandre Blue called 911 to report a theft from their rental vehicle, a 2024 Jeep Wagoneer, before Beyonce's Cowboy Carter tour dates in…

23 часа назад @ yro.slashdot.org
SOLAI Launches $399 Solode Neo Linux AI Computer
SOLAI Launches $399 Solode Neo Linux AI Computer SOLAI Launches $399 Solode Neo Linux AI Computer

BrianFagioli writes: SOLAI has launched the Solode Neo, a $399 Linux-based mini PC designed for always-on AI agents, browser automation, and persistent developer workflows. The compact system ships with an Intel N150 processor, 12GB LPDDR5 memory, 128GB SSD storage, Gigabit Ethernet, WiFi, Bluetooth, and a Linux-based operating system called Solode AI OS. The company says the device supports frameworks and tools including Claude Code, OpenAI Codex, Gemini CLI, and Hermes, while emphasizing local control, automation, and privacy-focused workflows running directly from a home network. While SOLAI markets the Solode Neo as an "AI computer," the hardware itself appears aimed more at lightweight…

1 day назад @ hardware.slashdot.org
Software Developers Say AI Is Rotting Their Brains
Software Developers Say AI Is Rotting Their Brains Software Developers Say AI Is Rotting Their Brains

An anonymous reader quotes a report from 404 Media: On Reddit, Hacker News and other places where people in software development talk to each other, more and more people are becoming disillusioned with the promise of code generated by large language models. Developers talk not just about how the AI output is often flawed, but that using AI to get the job done is often a more time consuming, harder, and more frustrating experience because they have to go through the output and fix its mistakes. More concerning, developers who use AI at work report that they feel like they are de-skilling themselves and losing their ability to do their jobs as well as they used to. "We're being told to use [A…

1 day, 1 hour назад @ developers.slashdot.org
Windows Update Is Getting Automatic Rollbacks For Faulty Drivers
Windows Update Is Getting Automatic Rollbacks For Faulty Drivers Windows Update Is Getting Automatic Rollbacks For Faulty Drivers

Microsoft is adding a Windows Update feature called Cloud-Initiated Driver Recovery that can automatically roll back faulty drivers to a previously known-good version without waiting for hardware makers or users to fix the problem manually. PCWorld reports: The way faulty drivers work today is that the hardware partner is responsible for pushing an updated driver, or the end user is responsible for manually uninstalling the problematic driver. "This creates a gap where devices may remain on a low-quality driver for an extended period," says the blog post. With Cloud-Initiated Driver Recovery, Microsoft will be able to remotely trigger a rollback of the faulty driver to a previously "known-g…

1 day, 2 hours назад @ tech.slashdot.org
Fragnesia Made Public As Latest Linux Local Privilege Escalation Vulnerability
Fragnesia Made Public As Latest Linux Local Privilege Escalation Vulnerability Fragnesia Made Public As Latest Linux Local Privilege Escalation Vulnerability

A new Linux local privilege escalation flaw called Fragnesia has been disclosed as a Dirty Frag-like vulnerability, allowing arbitrary byte writes into the kernel page cache of read-only files through a separate ESP/XFRM logic bug. Phoronix reports: Proof of concept code for Fragnesia is already out there. There is a two-line patch for addressing the issue within the Linux kernel's skbuff.c code. That patch hasn't yet been mainlined or picked up by any mainline kernel releases but presumably will be in short order for addressing this local privilege escalation issue. More details can be found here. Read more of this story at Slashdot.

1 day, 3 hours назад @ linux.slashdot.org
Блоги людей
>Дизайн с помощью ИИ: протестировал 33 модели с сгенерировал 130 картинок
Дизайн с помощью ИИ: протестировал 33 модели с сгенерировал 130 картинок Дизайн с помощью ИИ: протестировал 33 модели с сгенерировал 130 картинок

Я сгенерировал одну и ту же задачу 33 разными агентами/моделями, и показываю вам 130 итоговых картинок. Разница в стоимости между самым дорогим и дешевым вариантами — 410 раз.

У этого поста есть еще версия на английском: mikeozornin.ru/blog/all/llm-and-ui-design-en

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

Я решил проверить, как д…

2 days, 15 hours назад @ mikeozornin.ru
The Inference Shift
The Inference Shift

Agentic inference is going to be different than the inference we use today, and it will change compute infrastructure because speed won't matter when humans aren't involved.

3 days, 12 hours назад @ stratechery.com
Вастрик ✖︎ AfrikaBurn
Вастрик ✖︎ AfrikaBurn Вастрик ✖︎ AfrikaBurn

Как привезти 40+ человек в Кейптаун, построить вместе лагерь в пустыне без связи, кайфануть на локальном Burning Man и не заебаться

3 days, 13 hours назад @ vas3k.blog
Amazon's Durability
Amazon's Durability

Amazon looked behind in AI in the training era, but is well place in the inference era, thanks to its continued investment in the long-term.

1 week, 2 days назад @ stratechery.com
>Design with AI: I tested 33 models and I’m showing 130 generated images
Design with AI: I tested 33 models and I’m showing 130 generated images Design with AI: I tested 33 models and I’m showing 130 generated images

I generated the same task with 33 different agents/models and I’m showing you 130 resulting images. The cost difference between the most expensive and the cheapest option is 410x.

There’s also an original Russian version of this post: mikeozornin.ru/blog/all/llm-and-ui-design

Sometimes colleagues, often non-designers, after announcements of various Claude-Design-type things, ask me what it’s like. How does it design, what is this thing in general. How good a design can you expect, can you take a design system, and how do you bring it to production afterwards. Maybe they want to hear that neural networks will replace not only them, the developers, but designers too — then we’ll go cut tables…

1 week, 6 days назад @ mikeozornin.ru
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…

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

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

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

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

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

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

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

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

Recipe …

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

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

1 month назад @ nedbatchelder.com
>Recipe scaler: набор изменений номер 4
Recipe scaler: набор изменений номер 4 Recipe scaler: набор изменений номер 4

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

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

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

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

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

1 month, 1 week назад @ mikeozornin.ru
>ИИ-нативные продукты
ИИ-нативные продукты

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

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

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

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

1 month, 2 weeks назад @ stratechery.com
>ЛЛМ и дизайн
ЛЛМ и дизайн

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

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

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

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

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

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

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

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

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

1 month, 2 weeks назад @ 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, 3 weeks назад @ 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, 4 weeks назад @ stratechery.com
Anthropic and Alignment
Anthropic and Alignment Anthropic and Alignment

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

2 months, 1 week назад @ stratechery.com
Pytest parameter functions
Pytest parameter functions

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

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

Starting with pytest’s parametrize first).

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

data parameters.I’ve been working on a project

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

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

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

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

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

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

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

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

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

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

I have a new small project: edtext provides text

selection and manipulation functions inspired by the classic ed

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

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

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

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

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

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

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

needed.The old function has 16 arg…

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

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

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

3 months, 2 weeks назад @ vas3k.blog
TSMC Risk
TSMC Risk

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

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

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

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

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

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

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

testing, and linked to pytest docs and a

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

pytest.raises as a context manager, and have

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

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

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

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

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

Промт

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 months назад @ stratechery.com
>ИИ-ревью кода
ИИ-ревью кода

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

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

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

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

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

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

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

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

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, 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, 3 weeks назад @ nedbatchelder.com
The 2025 Stratechery Year in Review
The 2025 Stratechery Year in Review

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

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

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

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

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

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

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

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

Update: I found a solution which I describe in

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

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

Today is the publication of the third edition of Autism

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

wife Susan’s book collecting stories and experiences from

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

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

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

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

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

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

5 months, 3 weeks назад @ nedbatchelder.com
Инди-разработка
Show HN Show HN
последний пост 1 час назад
Show HN: Watch a neural net discover molecules by arguing with itself
Show HN: Watch a neural net discover molecules by arguing with itself

The epiplexity duel, in one minute1 Two clones, two temperatures At the start of every episode, the base policy is forked into clone A (low entropy bonus) and clone B (high entropy bonus).

2 Both train an episode Each clone runs a standard A2C update with an episodic-memory transformer + LSTM policy.

During the update we measure epiplexity = drop in same-batch value-loss before vs. after the optimizer step.

3 Winner-takes-all Whichever clone scored higher epiplexity becomes the new base policy.

Early on, the curious B clone tends to win (you need exploration to find any signal).

1 час назад @ randman444.github.io
Show HN: Design.md Generator
Show HN: Design.md Generator Show HN: Design.md Generator

Analyze page styling and produce DESIGN.md or SKILL.md documentation compatible with Kiro, Claude, Codex, and Cursor.

AI Design Taste is a powerful Chrome extension that goes beyond feedback — it extracts real design styles from any webpage and transforms them into structured, AI-ready files like DESIGN.md or SKILL.md.

Turn any website into reusable design intelligence and seamlessly plug it into your favorite AI tools.

1 час назад @ chromewebstore.google.com
Show HN: I built a Web-Scraper API that is 6-7x more efficient than current ones
Show HN: I built a Web-Scraper API that is 6-7x more efficient than current ones

Runo is a web-scraping API that returns typed, structured JSON. You define a schema (field name, type, example value), and Runo fetches the page and returns the data. No HTML, no parsers, no post-processing.Over the past few weeks, I have been building this non stop. Currently, every scraper API out there solves the site fetching problem but left the extraction of the actual data entirely to users. Runo makes that completely disappear.For Runo, I went ahead and added JS rendering, stealth mode, and full LLM extraction to make this a fully functional and capable of scraping most if not all sites.Also, another major problem with current web scrapers is that they charge per feature or bundle t…

1 час назад @ scrapewithruno.com
Show HN: Full Stack HQ – Claude.md and Agent Stack for Claude Code
Show HN: Full Stack HQ – Claude.md and Agent Stack for Claude Code Show HN: Full Stack HQ – Claude.md and Agent Stack for Claude Code

Full Stack HQ The most opinionated AI coding configuration for serious engineers.

Works with Google Antigravity IDE and Claude Code — out of the box.

GEMINI.md + full agent stack CLAUDE.md + full agent stackThe ProblemAI coding agents are powerful — but without guardrails, they become unpredictable.

You: PLAN APPROVED Agent: [implements Phase 1 only, then stops and reports]Valid approval keywords:PLAN APPROVED · IMPLEMENTATION APPROVED · PROCEED · DO ITAnything else = the agent waits.

git clone https://github.com/sabahattink/antigravity-fullstack-hq.git cd antigravity-fullstack-hq # Add a new skill mkdir skills/your-skill-name echo " # Your Skill " > skills/your-skill-name/skill.md # Open a…

1 час назад @ github.com
Show HN: Make beautuful DMG files with WYSIWYG editor
Show HN: Make beautuful DMG files with WYSIWYG editor Show HN: Make beautuful DMG files with WYSIWYG editor

RilmazafoneA native macOS app for creating beautifully styled DMG disk images.

Multiple image layers can be stacked and individually adjusted with blur, variable blur, color adjustments, vignette, and bloom effects.

Use for compatibility with older macOS Enable Code Signing if you need the DMG signed — Rilmazafone auto-detects signing identities from your keychain.

Build — Click the Build button in the toolbar (or Cmd+Shift+B), choose an output location, and the DMG is created.

# Then build: Rilmazafone.app/Contents/MacOS/Rilmazafone build MyApp.dmgtemplate -o dist/MyApp.dmgFor convenience, symlink the binary:ln -s /Applications/Rilmazafone.app/Contents/MacOS/Rilmazafone /usr/local/bin/rilm…

1 час назад @ github.com
Show HN: JDS – a Copilot skill suite for structuring AI coding behavior
Show HN: JDS – a Copilot skill suite for structuring AI coding behavior Show HN: JDS – a Copilot skill suite for structuring AI coding behavior

JDS is a GitHub Copilot CLI plugin that enforces structured workflows — design before code, tests before implementation, evidence before completion claims.

Rigid skills follow exact protocols.

To avoid delays, you can run these steps in advance to generate the dist/ folder, or instruct your agent to execute them before starting your first JDS session.

If you already have your own instructions, JDS respects the priority chain: your instructions > JDS skills > system defaults.

JDS adapts the concepts, restructures the skills for Copilot's plugin system, and adds Copilot-specific features like SQL-based task tracking.

1 час назад @ github.com
Show HN: SwiftUI package for onboarding flows in iOS apps
Show HN: SwiftUI package for onboarding flows in iOS apps Show HN: SwiftUI package for onboarding flows in iOS apps

Enter:[email protected]:Vadimkomis/onboarding.gitAdd the Onboarding package product to your app target.

trailing ) ) OnboardingGate ( storageKey : " hasCompletedOnboarding " , pages : onboardingPages , theme : theme , allowsSkipping : false ) { MainAppView ( ) }If you do not pass a theme, the package uses OnboardingTheme.standard .

API SummaryOnboardingGate ( storageKey : String , pages : [ OnboardingPage ] , theme : OnboardingTheme = .

standard , allowsSkipping : Bool = true , @ ViewBuilder content : ( ) - > Content ) OnboardingPage ( id : String , title : String , subtitle : String , media : OnboardingPageMedia , accentLabel : String ) OnboardingFlow ( pages : [ OnboardingPage ] , theme : On…

2 часа назад @ github.com
Show HN: Listo – Photo-verified turnover checklists for vacation rental hosts
Show HN: Listo – Photo-verified turnover checklists for vacation rental hosts Show HN: Listo – Photo-verified turnover checklists for vacation rental hosts

listo verifies that every detail on a turnover checklist is correct before guests arrive, with a photo for each item.

When the host reviews the verification photos, those misses are caught and fixed in time.

The host scrolls through the completed checklist, glances at each verification photo, and approves or flags items that need fixing.

How is listo different from a generic checklist app?

That visual contract is what makes the app specifically useful for vacation rental turnovers, where small visual misses cause 4-star reviews.

2 часа назад @ checklis.to
Show HN: Velda – Run jobs with serverless GPUs, without container images
Show HN: Velda – Run jobs with serverless GPUs, without container images Show HN: Velda – Run jobs with serverless GPUs, without container images

Prefix vrun with any command to instantly run from your cloud or cluster.

No image builds.

No manifests.

No dependency drift.

Just your local dev experience — with unbounded power.

2 часа назад @ velda.io
Show HN: US Salary explorer from job postings
Show HN: US Salary explorer from job postings

Article URL: https://corvi.careers/salary-explorer/

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

Points: 1

# Comments: 0

2 часа назад @ corvi.careers
Show HN: Claude-stash – an idea queue for Claude Code
Show HN: Claude-stash – an idea queue for Claude Code Show HN: Claude-stash – an idea queue for Claude Code

When you're done, /stash:pop continues with the next thing — same Claude session, no context loss.

Distributed as a Claude Code plugin — one-line install, automatic updates, works in every project.

Local developmentTo hack on the plugin without pushing to GitHub:git clone https://github.com/AmirSoleimani/claude-stash.git claude --plugin-dir ./claude-stashUse /reload-plugins after edits to pick up changes.

Top → switch the auth middleware to the new guardian proxy /stash:pop to continue, /stash:pop N to skip ahead, /stash:list to review.

How the Stop hook worksThe hook fires when Claude finishes a turn and prints a one-line reminder if items are waiting.

3 часа назад @ github.com
Show HN: Visualizing Tiny LLMs from OpenAI's Parameter Golf
Show HN: Visualizing Tiny LLMs from OpenAI's Parameter Golf Show HN: Visualizing Tiny LLMs from OpenAI's Parameter Golf

There’s a Parameter Golf competition, where people are competing to train various LLMs that fit in 16MB; like code golf, but for parameters of an arbitrary ML model.

Masked Diffusion Language ModelThis is an ✨original✨ adventure making a minuscule masked diffusion language model.

Unlike the parameter golf training data, which only uses fineweb, this uses more datasets with greater diversity.

First course: entropy measurementThis is the main way that the parameter golf is scored: measuring entropy on Fineweb.

It’s exciting to see new architectures for LLMs and working on many tiny experiments quickly is an interesting and productive way forward, especially with tiny language models.

3 часа назад @ leebutterman.com
Show HN: OpenSpec – OpenAPI/Swagger explorer with a contract linter
Show HN: OpenSpec – OpenAPI/Swagger explorer with a contract linter Show HN: OpenSpec – OpenAPI/Swagger explorer with a contract linter

Interactive API ExplorerExplore and ValidateOpenAPI Specifications.

Paste your OpenAPI or Swagger URL to instantly extract parameters, schemas, and endpoint details for professional QA validation.

3 часа назад @ openspec.vercel.app
Show HN: PlanBridge: open-source tool for precise feedback on coding agent plans
Show HN: PlanBridge: open-source tool for precise feedback on coding agent plans Show HN: PlanBridge: open-source tool for precise feedback on coding agent plans

PlanBridgeWebsite | QuickstartReview your agent's plan the way you review code.

It runs locally, hooks into Claude Code and Codex CLI, and sends your plan content nowhere.

After the binary lands, it runs contextbridge install to wire up any supported AI coding harness it finds.

Any agent that runs shell commands and parses JSON can pipe a plan to contextbridge plan and act on the response.

The CLI sends anonymous product analytics and crash reports unless you opt out with DO_NOT_TRACK=1 or CONTEXTBRIDGE_TELEMETRY_DISABLED=1 .

3 часа назад @ github.com
Show HN: image-3D – a web component for 3D images
Show HN: image-3D – a web component for 3D images Show HN: image-3D – a web component for 3D images

Paste this prompt into Claude Code in your project directory.

Copy promptAdd the web component to this project.

Reference docs: https://mukba.ng/image-3d/docs/ Steps: 1.

Add this script tag once, in the of the main HTML template (or shared layout): 2.

To swap one, replace its with: It's a standard custom element — no wrapper needed in React/Vue/ Svelte/etc.

3 часа назад @ mukba.ng
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 6 часов назад
Show IH: I built a project tracker and accidentally discovered it was also a mental health tool
Show IH: I built a project tracker and accidentally discovered it was also a mental health tool Show IH: I built a project tracker and accidentally discovered it was also a mental health tool

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

6 часов назад @ rss.app
How I built an AI workflow with preview, approval, and monitoring
How I built an AI workflow with preview, approval, and monitoring How I built an AI workflow with preview, approval, and monitoring

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

7 часов назад @ rss.app
From simple theme to $65k/mo ecosystem
From simple theme to $65k/mo ecosystem From simple theme to $65k/mo ecosystem

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

9 часов назад @ rss.app
The post you helped me write 2 months ago is now a live app.
The post you helped me write 2 months ago is now a live app. The post you helped me write 2 months ago is now a live app.

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

14 часов назад @ rss.app
Stop Spamming Reddit for MRR. It’sKilling Your Brand (use Grammrly for Reddit)
Stop Spamming Reddit for MRR. It’sKilling Your Brand (use Grammrly for Reddit) Stop Spamming Reddit for MRR. It’sKilling Your Brand (use Grammrly for Reddit)

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

15 часов назад @ rss.app
Is AI governance only aboutsafety, or should it alsocontrol product behavior?
Is AI governance only aboutsafety, or should it alsocontrol product behavior? Is AI governance only aboutsafety, or should it alsocontrol product behavior?

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

1 day, 4 hours назад @ rss.app
Partnering up with a content creator to hit $50k/mo
Partnering up with a content creator to hit $50k/mo Partnering up with a content creator to hit $50k/mo

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

1 day, 5 hours назад @ rss.app
Some of your RevenueCat subscribers didn't choose to leave. You just never found out.
Some of your RevenueCat subscribers didn't choose to leave. You just never found out. Some of your RevenueCat subscribers didn't choose to leave. You just never found out.

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

1 day, 7 hours назад @ rss.app
I shipped Biznipe, tried distribution, got humbled, now I want real feedback
I shipped Biznipe, tried distribution, got humbled, now I want real feedback I shipped Biznipe, tried distribution, got humbled, now I want real feedback

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, 17 hours назад @ rss.app
I built a desktop app to move files between cloud providers without subscriptions or CLI
I built a desktop app to move files between cloud providers without subscriptions or CLI I built a desktop app to move files between cloud providers without subscriptions or CLI

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, 3 hours назад @ rss.app
Looking for OpenClaw users to test a people-finding agent
Looking for OpenClaw users to test a people-finding agent Looking for OpenClaw users to test a people-finding agent

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

2 days, 5 hours назад @ rss.app
I spent 2 weeks writing about why agency dashboards don't work. This week I started building the thing that does.
I spent 2 weeks writing about why agency dashboards don't work. This week I started building the thing that does. I spent 2 weeks writing about why agency dashboards don't work. This week I started building the thing that does.

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, 6 hours назад @ rss.app
We built Recurflux for RevenueCat users because the gap was just too obvious to ignore.
We built Recurflux for RevenueCat users because the gap was just too obvious to ignore. We built Recurflux for RevenueCat users because the gap was just too obvious to ignore.

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, 8 hours назад @ rss.app
The "Book a Demo" Button Was Killing My Pipeline. Here's What I Replaced It With.
The "Book a Demo" Button Was Killing My Pipeline. Here's What I Replaced It With. The "Book a Demo" Button Was Killing My Pipeline. Here's What I Replaced It With.

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
Building a portfolio and growing it to $3M/yr via YouTube
Building a portfolio and growing it to $3M/yr via YouTube Building a portfolio and growing it to $3M/yr via YouTube

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

2 days, 11 hours назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 21 минуту назад
I built an open-source, self-updating wiki for your codebase
I built an open-source, self-updating wiki for your codebase

I got tired of re-explaining the same codebase context to coding agents. Stuff like: “we tried moving auth into middleware, but backed it out because it broke OAuth callbacks,” or “that weird retry logic exists because Stripe webhooks arrive out of order.” So I built Almanac. It gives your coding agent a self-updating wiki for the codebase. It updates from your repo, and conversations you havewith Codex/ Claude Code. The wiki lives locally in your repo as markdown. You can read it yourself, but the main consumer is the agent. It’s free and open source. Currently only MacOS (would add a windows support if people find it useful) GitHub: https://github.com/AlmanacCode/codealmanac submitted by …

21 минуту назад @ reddit.com
I am building a structured kids TV app called TalosTV
I am building a structured kids TV app called TalosTV

Since February this year I have been building a TV channel, it uses an official YouTube player that gives all credits to the creators. I use only official channels. The difference is there are: No recommendations No AI slop No dopamine inducing shorts No doom scrolling No endless choices What is does have is: Structured sessions Human curated age appropriate content 6 worlds the child can go in to 4 age brackets between 2 and 14 A session curve which has a start, peak and calm end Breaks built in every 20mins Parent screen time controls for daily limits and extentions Built this as a dad of two boys who kept coming off YouTube wired and snappy. Genuinely looking for feedback to see what's m…

49 минут назад @ reddit.com
I've been putting off building my website for months and honestly I'm embarrassed
I've been putting off building my website for months and honestly I'm embarrassed

okay so i finally decided to stop procrastinating and just talk about this because maybe some of you have been in the same boat. i need to get a website built. nothing crazy but it has to actually work you know? like i'm so tired of seeing websites that take forever to load and don't show up on google at all. what's even the point then. I've spoken to a couple of developers already and either they don't really get SEO or they want to charge me like i'm running amazon. i just need something clean, fast and visible on search. that's it. what i'm looking for is pretty simple honestly: - loads fast, like actually fast not "fast for a wordpress site" fast - shows up when people search for it - l…

50 минут назад @ reddit.com
I've been building a Discord alternative for over a year.
I've been building a Discord alternative for over a year.

We just hit v1.33.0 and I wanted to share where we're at. Tavrn is a privacy-first chat platform, no data selling, no face scans, no ID uploads. I am one person, 30+ builds (probably more than that if you count early development builds). I've heard all the concern and talk on the internet about vibe coding, and I can promise you that I've been working on this since before AI coding was a mainstream idea. The app is currently in Public Beta. - What we have: servers, voice/video calls, custom emojis, moderation tools, optional premium ($4.99/mo), and a lot more. - What we don't have yet: E2E (working on it, kinda tough, but getting closer to it), native mobile apps (PWA works great though). G…

2 часа назад @ reddit.com
I was spending 45 mins every week rewriting my blog posts for Twitter, LinkedIn and Reddit. So I built a tool to do it in 10 seconds.
I was spending 45 mins every week rewriting my blog posts for Twitter, LinkedIn and Reddit. So I built a tool to do it in 10 seconds.

The problem was simple but annoying. I'd write a blog post, then spend 30–45 minutes manually rewriting it for different platforms. Same ideas. Completely different formats. Twitter/X wants punchy hooks and threads LinkedIn wants storytelling + short paragraphs Reddit hates marketing-style writing Email newsletters need structure + a clear CTA So I built Repurpost. You paste your blog post, choose your platforms, and it generates platform-native versions in about 10 seconds. The main thing I focused on: the outputs are written differently for each platform instead of just reformatting the same text. You get 5 free generations and there's no signup required. https://postpilot-app-two.vercel.…

2 часа назад @ reddit.com
From idea to App Store: my indie app journey
From idea to App Store: my indie app journey

Built and launched my app “Golio” recently while working full-time as a software engineer in Japan. Honestly, getting users is 100x harder than coding 😅 Currently experimenting with: - TikTok marketing - ASO - short-form content Would love feedback from other indie hackers: What helped you get your first real users? submitted by /u/pabel-5180 [link] [comments]

2 часа назад @ reddit.com
AI Dictation sold 142 AppSumo codes in May - offline mode might be the better hook
AI Dictation sold 142 AppSumo codes in May - offline mode might be the better hook

I’m building AI Dictation, a native Mac app that turns spoken thoughts into clean, formatted text. I shared an earlier version here, but I now have better launch data from AppSumo and the positioning lesson is different than I expected. Current May numbers: $2,661.52 AppSumo payout 142 payable codes 20 refunded codes Peak launch day: 24 codes sold Sales kept coming after the first spike The surprising part: the product is not being judged only as transcription software. People care about accuracy, but they also care about whether the dictated text is usable after transcription. That means filler word cleanup, punctuation, grammar, formatting, personal vocabulary, and not having to rewrite e…

2 часа назад @ reddit.com
I'm pre-validating an A/B testing tool for solo founders running multiple landing pages.
I'm pre-validating an A/B testing tool for solo founders running multiple landing pages.

I run a small portfolio of 6 landing pages (calculator tools, contractor stuff, a carb-count guide, etc.) and I have no idea which headline is converting on any of them. PostHog is too much, Plausible has no A/B, Vercel A/B is Vercel-only, GrowthBook is great but assumes a product team. So I'm validating whether building a stripped-down version makes sense: * Drop one script tag * Cross-page dashboard for your whole portfolio * Just A/B - no session replay, no funnels, no heatmaps **The honest part:** the tool isn't built yet. If 10+ people pre-buy a $99 lifetime founding seat in the next two weeks, I'll build it. If not, full refund and I shelve the idea. Page: dartlab.vercel.app Mostly lo…

2 часа назад @ reddit.com
I built an AI chatbot builder — any business can create a support bot in minutes
I built an AI chatbot builder — any business can create a support bot in minutes

Hey r/SideProject, I’ve been building on the side while doing my IT Ausbildung in Germany. This week I launched JavoBot — an AI chatbot builder for businesses. What it does: • Create a custom AI support bot in minutes • Add your own Q&A knowledge base • Choose personality tone (friendly, professional, playful) • Embed on any website with one line of code Built with Vite.js + Groq API. Go and test it, it’s free for startups: https://javo-bot-vasv.vercel.app/ Would love feedback from the community! submitted by /u/Dependent-Band-3289 [link] [comments]

2 часа назад @ reddit.com
I built a desktop app that routes Claude Code to any LLM: DeepSeek, Ollama, Copilot, OpenRouter, and 7 more. MIT, free forever.
I built a desktop app that routes Claude Code to any LLM: DeepSeek, Ollama, Copilot, OpenRouter, and 7 more. MIT, free forever. I built a desktop app that routes Claude Code to any LLM: DeepSeek, Ollama, Copilot, OpenRouter, and 7 more. MIT, free forever.

Claude Code is the best AI coding tool I've used, but being locked to one provider always bothered me. CCPG is a desktop app (Mac/Windows/Linux) that proxies Claude Code to whatever provider you want. Configure in a UI, launch with ccpg --DeepSeek. No YAML. No pip install. No config files. It also logs every request Claude Code sends... including the silent background calls you never see, with token count and latency per request. submitted by /u/Livid_Individual3656 [link] [comments]

2 часа назад @ reddit.com
Built a modular Indian temple environment pack for indie game developers
Built a modular Indian temple environment pack for indie game developers

I’ve been working on a modular Indian temple environment kit recently and finally released the first version. Most environment packs I usually came across were focused on medieval, sci-fi, or generic fantasy settings, so I wanted to build something inspired by Indian temple architecture that could still work well in real-time game environments. The pack is fully modular and grid-based, so developers can quickly assemble: corridors courtyards temple interiors exterior structures I also focused heavily on reusability and optimization instead of just making a showcase scene. Current contents include: walls pillars arches stairs roof pieces props like diyas and pooja items Built in Blender usin…

2 часа назад @ reddit.com
I vibecoded an invoice maker app in 24 hours — from idea to App Store. Lifetime is free for the next 4 days.
I vibecoded an invoice maker app in 24 hours — from idea to App Store. Lifetime is free for the next 4 days.

Was browsing the App Store last month and stumbled across the productivity/finance category. Got me thinking, especially having had my bathroom renovated last year. Contractors are on their phone for everything, yet when it's time to hand a client an estimate or invoice on the spot, most of them are fumbling with notes or promising to "email it later." So I set myself a challenge: idea to App Store submission in 24 hours. Built it. Submitted it. Done. Invoice Maker for Contractor, create a professional invoice on your phone, send it as a PDF on the spot, track who's paid. Built for tradespeople who bill from the job site. Giving it away free for the next 4 days to celebrate shipping and get…

2 часа назад @ reddit.com
What major feature have you pushed this week?
What major feature have you pushed this week?

I pushed the "Collections" feature in BiteTube. What it does is you can create your account and then start adding your own playlists of videos which you can share with other people. Most beneficial for content creators because it pushes your content more organically. Users also have a new "Profile" page now where you can check out your number of likes, dislikes and shares on all of your collections. And yes, likes, dislikes and shares are available on each collections as well to keep track of how the collections are doing. This is a pro feature which you can use for free right now. Tell me what new feature YOU pushed this week! submitted by /u/fawad_ali1 [link] [comments]

2 часа назад @ reddit.com
Drop your app URL, I'll run an AI UX test on it and reply with the results
Drop your app URL, I'll run an AI UX test on it and reply with the results

I built ClankerView, an app that sends AI agents with web browsers through your app like real users, then gives you a structured review with findings and a score. Drop your URL in the comments. I'll run a free review on each one and reply with the link. Be specific if you have preferences. Landing page or authenticated flow? What's your target audience? Mobile or desktop? Otherwise I'll use defaults. submitted by /u/pmst [link] [comments]

3 часа назад @ reddit.com
What are your thoughs on this new UI for my app website?
What are your thoughs on this new UI for my app website? What are your thoughs on this new UI for my app website?

Site: https://flowbudget.site/waitlist submitted by /u/IShot13 [link] [comments]

3 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 15 часов назад
Storecraft
Storecraft

Rapidly build AI-powered, Headless e-commerce backends Discussion | Link

15 часов назад @ producthunt.com
Raindrop Workshop
Raindrop Workshop

Open source, free, local debugger for AI agents. Discussion | Link

15 часов назад @ producthunt.com
Comie.dev
Comie.dev

Production context for AI with logs, DBs, and error tracking Discussion | Link

16 часов назад @ producthunt.com
YM.dat
YM.dat

Read old Yahoo! Messenger .dat archives locally Discussion | Link

17 часов назад @ producthunt.com
Indigo
Indigo

Stay in touch with your people on Bluesky and Mastodon Discussion | Link

17 часов назад @ producthunt.com
Agent FM for Claude Code & Codex
Agent FM for Claude Code & Codex

Tune in and stay in the loop with your agents 🎧 Discussion | Link

18 часов назад @ producthunt.com
Notion Developer Platform
Notion Developer Platform

Build on Notion, not just inside it Discussion | Link

18 часов назад @ producthunt.com
Enjo Help Center
Enjo Help Center

AI auto-builds your help centers that learn from your team Discussion | Link

19 часов назад @ producthunt.com
transfa.sh
transfa.sh

WeTransfer for AI agents Discussion | Link

20 часов назад @ producthunt.com
The Augmented AI
The Augmented AI

Real-time AI insights for meetings without interruptions Discussion | Link

21 час назад @ producthunt.com
Crystal
Crystal

Identify rocks, crystals & gemstones instantly with AI Discussion | Link

22 часа назад @ producthunt.com
Tenure
Tenure

Local LLM that remembers your stack and why you chose them Discussion | Link

23 часа назад @ producthunt.com
Instants
Instants

Send disappearing, unedited photos to Close Friends Discussion | Link

1 day назад @ producthunt.com
PiP Cue
PiP Cue

PIP video controls and captions for any site Discussion | Link

1 day назад @ producthunt.com
Higgsfield Supercomputer
Higgsfield Supercomputer

Run your entire creative pipeline from one chat agent Discussion | Link

1 day назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 6 months, 2 weeks назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

6 months, 2 weeks назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

6 months, 2 weeks назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months, 2 weeks назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 2 weeks назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months, 2 weeks назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months, 2 weeks назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 2 weeks назад @ 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, 2 weeks назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 2 weeks назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

6 months, 2 weeks назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 2 weeks назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 2 weeks назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 3 weeks назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

6 months, 3 weeks назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

6 months, 3 weeks назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 2 часа назад
‘Straight Flush’ in Toronto, Ontario
‘Straight Flush’ in Toronto, Ontario ‘Straight Flush’ in Toronto, Ontario

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

The action you just performed triggered the security solution.

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

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

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

2 часа назад @ atlasobscura.com
Vinny's Circle in Chicago, Illinois
Vinny's Circle in Chicago, Illinois Vinny's Circle in Chicago, Illinois

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

The action you just performed triggered the security solution.

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

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

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

4 часа назад @ atlasobscura.com
Thrombolite Walking Trail in Flowers Cove, Newfoundland and Labrador
Thrombolite Walking Trail in Flowers Cove, Newfoundland and Labrador Thrombolite Walking Trail in Flowers Cove, Newfoundland and Labrador

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

The action you just performed triggered the security solution.

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

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

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

6 часов назад @ atlasobscura.com
Snail Parliament in Keszthely, Hungary
Snail Parliament in Keszthely, Hungary Snail Parliament in Keszthely, Hungary

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
Kobe Muslim Mosque in Kobe, Japan
Kobe Muslim Mosque in Kobe, Japan Kobe Muslim Mosque in Kobe, 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.

1 day, 2 hours назад @ atlasobscura.com
Wheeler Kilns in Pahrump, Nevada
Wheeler Kilns in Pahrump, Nevada Wheeler Kilns in Pahrump, Nevada

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

The action you just performed triggered the security solution.

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

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

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

2 days, 8 hours назад @ atlasobscura.com
I'd Always Wanted to See Cuba. Signing Up to Run 26.2 Miles Got Me There.
I'd Always Wanted to See Cuba. Signing Up to Run 26.2 Miles Got Me There. I'd Always Wanted to See Cuba. Signing Up to Run 26.2 Miles Got Me There.

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

The action you just performed triggered the security solution.

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

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

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

2 days, 22 hours назад @ atlasobscura.com
Flannery O’Connor Childhood Home in Savannah, Georgia
Flannery O’Connor Childhood Home in Savannah, Georgia Flannery O’Connor Childhood Home in Savannah, Georgia

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

The action you just performed triggered the security solution.

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

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

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

3 days, 8 hours назад @ atlasobscura.com
Cosgrove Hall Films Archive in Sale, England
Cosgrove Hall Films Archive in Sale, England Cosgrove Hall Films Archive in Sale, 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.

6 days, 2 hours назад @ atlasobscura.com
Rings Loop Trail in Essex, California
Rings Loop Trail in Essex, California Rings Loop Trail in Essex, 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.

6 days, 4 hours назад @ atlasobscura.com
Red Skelton Museum of American Comedy in Vincennes, Indiana
Red Skelton Museum of American Comedy in Vincennes, Indiana Red Skelton Museum of American Comedy in Vincennes, Indiana

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

The action you just performed triggered the security solution.

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

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

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

1 week назад @ atlasobscura.com
The Inselbergs in Regina, French Guiana
The Inselbergs in Regina, French Guiana The Inselbergs in Regina, French Guiana

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 week, 1 day назад @ atlasobscura.com
San Francisco Chronicle Building in San Francisco, California
San Francisco Chronicle Building in San Francisco, California San Francisco Chronicle Building in San Francisco, 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 week, 1 day назад @ atlasobscura.com
Longest Road Through No Man’s Land in Tajikistan
Longest Road Through No Man’s Land in Tajikistan Longest Road Through No Man’s Land in Tajikistan

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 week, 1 day назад @ atlasobscura.com
Frank Morgan’s Grave in Brooklyn, New York
Frank Morgan’s Grave in Brooklyn, New York Frank Morgan’s Grave 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.

1 week, 1 day назад @ atlasobscura.com
T—Ж T—Ж
последний пост None
Европейское айти
EU-startups EU-startups
последний пост 8 часов назад
The quantum opportunity: Investors should stop waiting for the perfect machine
The quantum opportunity: Investors should stop waiting for the perfect machine The quantum opportunity: Investors should stop waiting for the perfect machine

The day of massive, fault-tolerant quantum computers running arbitrary workloads is still years away.

Quantum computers use qubits, which exist simultaneously in a state of both 0 and 1, a strange property called superposition.

Superposition, along with the quantum mechanical phenomena of entanglement and interference, gives quantum computers their extraordinary computational power.

These elements will intersect with today’s cloud environments, heterogeneous compute, regulated data requirements, and long-lived security needs.

The near-term win is probably the other way around: using AI to improve quantum systems themselves.

8 часов назад @ eu-startups.com
UK AgriBioTech startup Resurrect Bio closes €8.8 million Series A to develop disease-resistant crops
UK AgriBioTech startup Resurrect Bio closes €8.8 million Series A to develop disease-resistant crops UK AgriBioTech startup Resurrect Bio closes €8.8 million Series A to develop disease-resistant crops

Resurrect Bio, a London-based agricultural BioTech startup developing disease-resistant crops, has closed its oversubscribed Series A funding round at €8.8 million ($10.3 million).

In February 2026, the company made an initial close of over €6.8 million ($8 million) in its Series A round.

Dr Cian Duggan, CEO of Resurrect Bio.

Resurrect Bio provides the seed industry with a sustainable alternative to chemical crop protection by resurrecting complex resistance mechanisms.

In March 2026, the company announced its partnership with Corteva Agriscience to develop disease resistance in corn.

10 часов назад @ eu-startups.com
The EU-Startups Podcast | Interview with Pieterjan Bouten, Founding and Managing Partner at Entourage
The EU-Startups Podcast | Interview with Pieterjan Bouten, Founding and Managing Partner at Entourage The EU-Startups Podcast | Interview with Pieterjan Bouten, Founding and Managing Partner at Entourage

Join us for a conversation with Pieterjan Bouten, Founding and Managing Partner at Entourage, as he reflects on his journey from co-founding In the Pocket and scaling Showpad to $100 million ARR, to now building and funding the next generation of B2B SaaS companies through Entourage Studio and Entourage Capital.

The rationale behind combining a venture studio and VC fund at Entourage, and how the two models complement each other.

Where Entourage fits into today’s European VC ecosystem, amid sector-specific funds and cautious capital deployment.

The role of communities like Wintercircus in fostering collaboration, knowledge-sharing, and ambition among the next generation of founders.

The tru…

12 часов назад @ eu-startups.com
Prague’s Zerops raises €1.7 million to close the gap between development and production in cloud infrastructure
Prague’s Zerops raises €1.7 million to close the gap between development and production in cloud infrastructure Prague’s Zerops raises €1.7 million to close the gap between development and production in cloud infrastructure

The company removes the separation between development and production environments, a long-standing flaw in cloud architecture that causes deployment failures for developers and AI coding agents alike.

Zerops claims to create a unified environment where applications behave identically from development through to production, enabling reliable deployments from the start.

Aleš Rechtorík, co-founder and CEO of Zerops, said, “Most platforms ask you to trust that development and production are close enough.

That’s the same guarantee we now give AI coding agents, and it’s why the code they produce is production-ready from the first deployment.

Zerops aims to become one of the primary cloud platfor…

13 часов назад @ eu-startups.com
How Malta’s Nomad Residence Permit is helping professionals build beyond borders (Sponsored)
How Malta’s Nomad Residence Permit is helping professionals build beyond borders (Sponsored) How Malta’s Nomad Residence Permit is helping professionals build beyond borders (Sponsored)

And perhaps that is Malta’s real differentiator vis-à-vis other nomad destinations: it offers a credible pathway from remote work to long-term opportunity.

The Nomad Residence Permit grants eligible non-EU nationals a one-year residence permit:Renewable up to three timesAllows a stay of up to four yearsImmediate family members may also be included, subject to due diligence.

A stay in Malta that starts with the Nomad Residence Permit may well become your next strategic base in Europe.

Learn more and apply for Malta’s Nomad Residence Permit at nomad.residencymalta.gov.mt.

For details about the Malta Startup Residence Programme click herehttps://startup.residencymalta.gov.mt/

14 часов назад @ eu-startups.com
Swedish EnergyTech startup Elvy closes €5.9 million round after securing €500 million credit facility
Swedish EnergyTech startup Elvy closes €5.9 million round after securing €500 million credit facility Swedish EnergyTech startup Elvy closes €5.9 million round after securing €500 million credit facility

Stockholm-based EnergyTech company Elvy has closed a €5.9 million ($7 million) round to accelerate growth and establish Elvy’s subscription model as the market standard for homeowners across Europe.

Last December, the company secured €500 million from Scayl, a Swedish debt-funding platform.

Elvy notes that this credit facility is already in place, with funds earmarked for hardware deployment at scale.

Elvy has already built the technology needed for a stable Swedish energy system and low electricity costs for households.

With an Elvy subscription, you don’t need to worry about whether there’s no wind in Germany when you want to cook or do laundry.

15 часов назад @ eu-startups.com
Slovenia’s DDD Invoices secures €1.31 million to tackle fragmented global e-invoicing compliance
Slovenia’s DDD Invoices secures €1.31 million to tackle fragmented global e-invoicing compliance Slovenia’s DDD Invoices secures €1.31 million to tackle fragmented global e-invoicing compliance

DDD Invoices, a Ljubljana-based company building API-driven infrastructure for global e-invoicing compliance, has closed a €1.31 million Seed round supported by Fil Rouge Capital, 500 Global, and experienced operators from the ERP and e‑invoicing ecosystem.

We’re building the infrastructure to take that off their plate,” said Denis Vehovec Pondelak, CEO and co-founder of DDD Invoices.

DDD Invoices claims to abstract this complexity through a unified API for issuing, receiving, and archiving tax‑compliant e‑invoices, offering an “all‑encompassing” solution for modern scaling.

For companies using platforms such as Stripe, Bitrix, Shopify, and Chargebee, DDD Invoices states that it offers nati…

17 часов назад @ eu-startups.com
And that’s a wrap! The EU-Startups Summit 2026 footage and photos are now live
And that’s a wrap! The EU-Startups Summit 2026 footage and photos are now live And that’s a wrap! The EU-Startups Summit 2026 footage and photos are now live

The 2026 edition of the EU-Startups Summit 2026 has officially come to a close.

Now, we’re excited to share the official event footage and photo galleries so you can relive your favourite moments from the Summit.

And after an incredibly competitive final, the winner of the EU-Startups Summit 2026 Pitch Competition was AlterEcho.

We can’t wait to welcome you back for the 2027 edition of the EU-Startups Summit – still in Malta!.

The IONOS Cloud Start-up Program provides young companies with up to €100,000 in cloud credits for up to five years after their founding.

1 day, 7 hours назад @ eu-startups.com
France’s Mantle8 raises €31 million to fund the world’s most advanced natural hydrogen exploration and drilling campaign
France’s Mantle8 raises €31 million to fund the world’s most advanced natural hydrogen exploration and drilling campaign France’s Mantle8 raises €31 million to fund the world’s most advanced natural hydrogen exploration and drilling campaign

Mantle8, a Grenoble, France-based natural hydrogen exploration company, has raised €31 million in Series A funding.

The existence of natural hydrogen is a well-established scientific fact; the challenge has been finding free gas accumulations of high-purity hydrogen that are commercially viable.

Mantle8 claims that its technology for identifying commercially viable natural hydrogen reserves reduces exploration risk and cost, with economic models projecting production costs as low as €0.80/kg.

The company plans to deploy this capital during the next two years to fund the world’s most advanced natural hydrogen exploration and drilling campaign.

It then went on to complete the world’s first 4D…

1 day, 10 hours назад @ eu-startups.com
Barcelona’s Dolfin raises €2.1 million Seed round to scale its AI-native platform for sales compensation
Barcelona’s Dolfin raises €2.1 million Seed round to scale its AI-native platform for sales compensation Barcelona’s Dolfin raises €2.1 million Seed round to scale its AI-native platform for sales compensation

Dolfin, a Barcelona-based AI-native platform for sales compensation management, has closed a €2.1 million ($2.5 million) Seed round to accelerate product development and expand across Europe and the United States.

Founded in 2023, Dolfin helps RevOps, finance, and compensation teams design, manage, and adapt compensation plans without spreadsheets, complex implementations, or external consultants.

According to Dolfin, most companies with sales teams rely heavily on their compensation models.

Revenue teams devote a lot of time to fixing and clarifying a process that should be more agile and automated, states the company.

With this funding, Dolfin plans to accelerate product development and e…

1 day, 12 hours назад @ eu-startups.com
AI for the workers it can’t replace: Italy’s Gyver raises €1.4 million to empower electricians
AI for the workers it can’t replace: Italy’s Gyver raises €1.4 million to empower electricians AI for the workers it can’t replace: Italy’s Gyver raises €1.4 million to empower electricians

It claims to be building the “Workforce Infrastructure for Europe’s new Industrial Era” and aims to empower the workers who will never be replaced by AI.

There are currently 28 million skilled blue-collar workers across the EU, yet an estimated 5.8 million additional workers will be required by 2030.

Over the next few years, the product will expand towards upskilling, learning and workforce productivity tools for electricians.

David Guérin, Partner at Brighteye, commented, “Europe has 2.7 million electrical workers and a €3 billion hiring market that has been chronically underserved.

“Gyver uses AI not to replace skilled electricians but to make each one more productive and more valuable, w…

1 day, 13 hours назад @ eu-startups.com
The 2026 DayOne Accelerator applications are now open: Calling Healthtech & TechBio founders! (Sponsored)
The 2026 DayOne Accelerator applications are now open: Calling Healthtech & TechBio founders! (Sponsored) The 2026 DayOne Accelerator applications are now open: Calling Healthtech & TechBio founders! (Sponsored)

If that sounds like your company, the DayOne Accelerator could be worth a closer look.

DayOne describes itself as a leading launchpad for startups transforming pharma R&D.

More specifically, DayOne is looking for ventures developing high-potential products that can transform pharma R&D and that are interested in collaborating or partnering with pharmaceutical companies.

Key informationApplications for the 2026 DayOne Accelerator are open until 31 May 2026.

For early-stage ventures developing solutions for pharma R&D, the programme offers more than mentorship and visibility.

1 day, 14 hours назад @ eu-startups.com
Bucharest’s DesignVerse raises over €4.6 million Seed funding after supporting EUROCONTROL software upgrade
Bucharest’s DesignVerse raises over €4.6 million Seed funding after supporting EUROCONTROL software upgrade Bucharest’s DesignVerse raises over €4.6 million Seed funding after supporting EUROCONTROL software upgrade

DesignVerse, a Bucharest-based enterprise software startup helping modernise aviation infrastructure across Europe, has raised more than €4.6 million ($5.5 million) in Seed funding.

Andrei Manolache, CEO of DesignVerse, said, “Large organisations still lose enormous amounts of time translating design work into production software.

Using AI, DesignVerse states that its technology allows teams to modernise operational software far faster than traditional development processes.

The platform grounds its AI models in each customer’s design systems, component libraries and technical documentation.

Prior to this round, DesignVerse raised €725.3k ($850k) in pre-Seed funding, which enabled the team …

1 day, 14 hours назад @ eu-startups.com
Italian AI company Webidoo secures €21 million to scale SMB-focused automation platform
Italian AI company Webidoo secures €21 million to scale SMB-focused automation platform Italian AI company Webidoo secures €21 million to scale SMB-focused automation platform

Milan-based Webidoo, the AI technology company focused on making advanced digital tools more accessible and viable for SMBs, today announced the closing of a €21 million ($25 million) funding round.

The round positions Webidoo to expand its AI-driven execution model across the SMB market.

The closest comparables include AI marketing platforms such as Aizy and DOJO AI, sales-execution tools such as Sillage, Realm and Zynt, and broader orchestration or operational layers such as Contents, Toyo and Kestra.

Through its proprietary ecosystem, including Jooice, Groow, and Welpy, Webidoo enables companies to adopt AI across marketing, sales, and operations.

In 2025, Webidoo reported more than €15 …

2 days, 7 hours назад @ eu-startups.com
African-Startups.com launches as sister publication of EU-Startups for Africa’s startup ecosystem
African-Startups.com launches as sister publication of EU-Startups for Africa’s startup ecosystem African-Startups.com launches as sister publication of EU-Startups for Africa’s startup ecosystem

It is positioned as a curated intelligence layer for Africa’s startup ecosystem.

Although Africa’s startup ecosystem is attracting increasing regional and international attention, many startups, founders, ecosystem builders, and innovations emerging across the continent still do not receive the visibility they deserve.

Our goal is to do the same for Africa’s startup ecosystem, but in a way that reflects the continent’s diversity, challenges, and potential.

“Alongside daily news coverage, the platform will also report on investor profiles, the VC landscape, and the innovation shaping Africa’s startup ecosystem.

One such platform is the Global Startup Awards (GSA), the world’s largest indepen…

2 days, 14 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 8 часов назад
Twin Prime lands $10M pre-seed to build frontier AI models for defence and security
Twin Prime lands $10M pre-seed to build frontier AI models for defence and security Twin Prime lands $10M pre-seed to build frontier AI models for defence and security

Frontier AI lab for defence and security Twin Prime has raised have $10 million in pre-seed funding led by Expeditions, with additional investment from American and European VCs, Theon, family offices, and angels from within Palantir, Anduril, Quorum, and more.

Twin Prime is developing AI models that natively reason on data from a large number of sensor modalities in the physical world, notably across the national security landscape, compressing the perception-to-decision layer to enable smart, real-time action against threats.

Mikolaj Firlej, Co-founder and GP of Expeditions, said:“Current AI models are not specialised enough to capture the complexity of modern war and wider security chall…

8 часов назад @ tech.eu
Iceotope raises $26M to advance cooling for next-generation AI infrastructure
Iceotope raises $26M to advance cooling for next-generation AI infrastructure Iceotope raises $26M to advance cooling for next-generation AI infrastructure

Founded in 2005 as a research-driven green computing venture, Iceotope has evolved into a specialist in precision liquid cooling for AI infrastructure, high-performance computing (HPC), and edge deployments.

The company’s chassis-based liquid cooling approach is designed to replace traditional air cooling with liquid-based thermal management across infrastructure components, helping high-performance systems operate more efficiently while reducing energy consumption and water usage.

Iceotope said its solutions are designed for both core data centre environments and enterprise and edge deployments where cooling constraints can be particularly demanding.

The company currently holds more than 2…

9 часов назад @ tech.eu
Ouinex reaches $9M in community funding, launches token platform
Ouinex reaches $9M in community funding, launches token platform Ouinex reaches $9M in community funding, launches token platform

Alongside the funding round, Ouinex introduced Ouinex Launchpad, a token sale platform designed to give users access to early-stage token launches based on platform engagement and loyalty metrics.

Ouinex is a trading platform combining crypto and traditional financial markets within a single environment.

The platform offers access to spot crypto, crypto perpetuals, forex, indices, stocks, and commodities derivatives through one account, using crypto assets as collateral.

The company said more than 10,000 retail and professional traders have participated in its funding rounds since launch.

The new funding will be used to support regulatory expansion, product development, and the rollout of a…

10 часов назад @ tech.eu
Meet the 3D printing startup that spent five years not selling anything
Meet the 3D printing startup that spent five years not selling anything Meet the 3D printing startup that spent five years not selling anything

Most people think of additive manufacturing — better known as 3D printing — as small plastic prototypes or desktop machines producing objects you can hold in your hand.

According to Francesco De Stefano, additive manufacturing largely accepted the physical “box” of the printer as a limitation until around 2015.

Between 2015 and 2017, they worked on integrating the two technologies to bring additive manufacturing into large-scale industrial production.

Building a transatlantic manufacturing footprintThe company is currently the only large-format additive manufacturing player operating manufacturing facilities in both Europe and the US.

Its long-term ambition is not just autonomous machines, …

12 часов назад @ tech.eu
Ten Years In, VivaTech Is Just Getting Started [Sponsored]
Ten Years In, VivaTech Is Just Getting Started [Sponsored] Ten Years In, VivaTech Is Just Getting Started [Sponsored]

When VivaTech first opened its doors in 2016, it gathered 45,000 visitors.

The Energy Transition Gets RealThe climate debate at VivaTech 2026 moves past ambition and into execution.

To answer these questions, VivaTech is bringing together some of the sector's most consequential voices.

On the floor, startups like Nyobolt (ultra-fast charging), Bienesis (climate-resilient agriculture), and Tenaka (ocean regeneration, world exclusive) will demonstrate that the energy transition isn't a future story.

Join VivaTech from June 17 to 20 at Paris Porte de Versailles.

12 часов назад @ tech.eu
London fintech Banked acquired by Australia’s top business lender
London fintech Banked acquired by Australia’s top business lender London fintech Banked acquired by Australia’s top business lender

A London-founded payments fintech backed by US investment giant Bank of America has been acquired by Australia’s top business lender, the lender has announced.

The fintech has been acquired by National Australia Bank (NAB) for an undisclosed sum, with Banked boss Brad Goodall saying the deal will allow its tech to reach more people.

NAB is an existing customer of Banked, which has offices in London, Palo Alto and Vilnius, and has also invested in Banked via its venture arm.

Sources told Tech.eu that Banked would now be exiting the UK and US market and focus on Australia.

Sources said the deal failed due to issues arising out of the due diligence process carried out by Banked.

13 часов назад @ tech.eu
Energy tech: 10 companies that raised the most in 2025
Energy tech: 10 companies that raised the most in 2025 Energy tech: 10 companies that raised the most in 2025

In 2025, European energy tech companies raised €7.5 billion, with funding concentrated in large infrastructure-focused rounds spanning EV charging, battery storage, grid flexibility, home energy systems, and sustainable fuels.

Debt financing played a major role, particularly among companies scaling capital-intensive assets such as charging networks and storage systems.

The largest deals show investor focus on deployment-ready infrastructure, with EV charging companies IONITY, Electra, and Believ ranking highly, while battery and grid storage companies, including Green Flexibility, Zenobē, Lion Storage, Return, and Energy Vault, also attracted significant capital.

Overall, 2025 points to a E…

13 часов назад @ tech.eu
Zerops raises $2M seed to rebuild cloud infrastructure for the AI development era
Zerops raises $2M seed to rebuild cloud infrastructure for the AI development era Zerops raises $2M seed to rebuild cloud infrastructure for the AI development era

Zerops, a Platform-as-a-Service startup redesigning cloud architecture, has raised a $2 million seed round led by Gi21 Capital.

Zerops removes the separation between development and production environments, a long-standing flaw in cloud architecture that causes deployment failures for developers and AI coding agents alike.

It creates a unified environment where applications behave identically from development through to production, enabling reliable deployments from the start.

We removed the gap entirely by rethinking how cloud architecture should work from the ground up.

The new funding will be used to expand Zerops’ global infrastructure in the US and Asia, accelerate product development,…

14 часов назад @ tech.eu
DDD Invoices raises €1.31M to simplify global e-invoicing compliance
DDD Invoices raises €1.31M to simplify global e-invoicing compliance DDD Invoices raises €1.31M to simplify global e-invoicing compliance

DDD Invoices, a Ljubljana-based company building API-driven infrastructure for global e-invoicing compliance, has raised a €1.31 million seed round backed by Fil Rouge Capital, 500 Global, and experienced operators from the ERP and e-invoicing ecosystem.

DDD Invoices is building an API-first infrastructure designed to simplify this process.

For unstructured files such as PDFs, DDD Invoices also applies AI-based document processing to extract and structure invoice data automatically.

Denis Vehovec Pondelak, CEO and co-founder of DDD Invoices, said modern software companies are increasingly challenged by local compliance complexity as they scale across markets.

With the new funding, DDD Invoi…

14 часов назад @ tech.eu
UK AI chip startup Fractile raises $220M to tackle the growing inference bottleneck
UK AI chip startup Fractile raises $220M to tackle the growing inference bottleneck UK AI chip startup Fractile raises $220M to tackle the growing inference bottleneck

UK company Fractile has today raised a $220M Series B as it continues to build next-generation inference hardware for AI.

Founded in 2022, Fractile is building next-generation inference hardware for frontier AI.

Its thesis is that the next major limit on AI progress is the time and cost required to produce useful outputs at scale.

As advanced AI systems take on harder, longer-running tasks that can require tens of millions of tokens to generate, Fractile is developing chips and systems designed to make faster inference economically viable, spanning AI research, chip microarchitecture, and foundry process innovation.

Looking ahead, Goodwin sees value in not accelerating today's workloads, bu…

1 day, 7 hours назад @ tech.eu
Recursive Superintelligence emerges from stealth with $650M raise
Recursive Superintelligence emerges from stealth with $650M raise Recursive Superintelligence emerges from stealth with $650M raise

A London-based AI startup set up just months ago, which believes it’s pursuing the fastest path to surpassing human intelligence, has today come out of stealth, having raised over $650m at a $4.65bn valuation.

Called Recursive Superintelligence, the funding round was led by GV, Google’s VC arm, and US VC Greycroft, with participation from chip makers Nvidia and AMD.

Recursive Superintelligence’s “bold bet” is that AI systems will improve themselves by analysing their own performance, without human intervention.

Others who work at the startup, which has a team of less than 30, previously worked at Meta and OpenAI.

The potential benefits for humanity of safely creating such an advance cannot …

1 day, 9 hours назад @ tech.eu
Glocalzone acquired by MovitOn to expand decentralised logistics network
Glocalzone acquired by MovitOn to expand decentralised logistics network Glocalzone acquired by MovitOn to expand decentralised logistics network

Glocalzone, the platform connecting travellers with cross-border delivery requests, has been acquired by MovitOn as part of a deal focused on expanding peer-to-peer logistics infrastructure and integrating decentralised delivery technology.

Founded as a marketplace linking travellers with users seeking international deliveries, Glocalzone has built a network of more than 1.3 million registered users.

MovitOn said the acquisition gives it access to an established international user base while expanding the reach of its decentralised logistics network.

The company is developing a delivery platform that combines AI-powered courier matching with blockchain-enabled payment and verification syste…

1 day, 10 hours назад @ tech.eu
Gyver scores €1.4M to help power Europe’s industrial workforce
Gyver scores €1.4M to help power Europe’s industrial workforce Gyver scores €1.4M to help power Europe’s industrial workforce

Gyver, the Italian startup developing workforce infrastructure for Europe’s industrial and energy sectors, has raised €1.4 million in pre-seed funding.

As Europe accelerates investment into renewable energy, data centres and grid modernisation, demand for skilled electrical workers continues to increase.

While there are currently around 28 million skilled blue-collar workers across the EU, industry estimates suggest an additional 5.8 million workers will be needed by 2030.

The company plans to expand the platform beyond recruitment into areas including upskilling, learning and workforce productivity tools for electricians.

Gyver’s broader aim is to become a workforce platform for electrical…

1 day, 15 hours назад @ tech.eu
Romanian DesignVerse raises $5.5M to modernise legacy enterprise software
Romanian DesignVerse raises $5.5M to modernise legacy enterprise software Romanian DesignVerse raises $5.5M to modernise legacy enterprise software

Bucharest-based DesignVerse, the enterprise software startup using AI to modernise complex legacy systems, has raised more than $5.5 million in seed funding as demand grows for tools that can safely accelerate software development in mission-critical industries.

Prior to the seed round, the company raised $850,000 in pre-seed funding to build its core platform and begin working with early enterprise design partners.

Founded by former Oracle product design lead Andrei Manolache and software engineer Robert Dragutoiu, DesignVerse develops AI-powered infrastructure for organisations operating complex software environments across sectors, including aviation, finance, cybersecurity and governmen…

1 day, 15 hours назад @ tech.eu
Nordic Compass launches to fast-track Nordic resilience and industrial competitiveness
Nordic Compass launches to fast-track Nordic resilience and industrial competitiveness Nordic Compass launches to fast-track Nordic resilience and industrial competitiveness

This week, Nordic Compass launches, a new pan-Nordic industry alliance for resilience and competitiveness.

Initiatives in four critical areas will be presented at the Nordic Compass Summit in Gothenburg on 4-5 November.

Nordic Compass is chaired by former Prime Minister of Finland, Jyrki Katainen.

The ambition is to strengthen Nordic and European resilience and competitiveness amid rising geopolitical tensions.

Taken together, the Nordic Region ranks among the world's largest economies, yet industrial cooperation across the region remains underutilised, according to the alliance.

1 day, 15 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 month, 1 week назад
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.

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

1 month, 1 week назад @ 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, 3 weeks назад @ 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, 3 weeks назад @ techcrunch.com
One of Europe’s largest universities knocked offline for days after cyberattack
One of Europe’s largest universities knocked offline for days after cyberattack

An alleged ransomware attack has taken down the systems of the Sapienza University of Rome.

3 months, 1 week назад @ techcrunch.com
Ireland proposes new law allowing police to use spyware
Ireland proposes new law allowing police to use spyware

The Irish government announced that it wants to pass a law that would grant police more surveillance powers, such as using spyware to fight serious crime, while aiming to protect the privacy rights of its citizens.

3 months, 3 weeks назад @ techcrunch.com
The European startup market’s data doesn’t match its energy — yet
The European startup market’s data doesn’t match its energy — yet

Europe's startup market hasn't produced meaningful numbers but there is reason to believe the data will start to change.

4 months, 3 weeks назад @ techcrunch.com
Apple adds 650 megawatts of renewables in Europe with more coming in China
Apple adds 650 megawatts of renewables in Europe with more coming in China

Apple is adding renewable power to offset customer charging and support its operations, including third-party manufacturing in China.

7 months назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

7 months, 3 weeks назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

7 months, 3 weeks назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

7 months, 4 weeks назад @ techcrunch.com
Why European founders are winning (and it’s not about working less)
Why European founders are winning (and it’s not about working less)

Europe’s startup scene is having a moment, with European unicorns multiplying and American VCs setting up shop across the pond. But while European funding dominates the early stages, late-stage capital still flows primarily from the U.S. So what does this mean for European founders, and how is the continent carving out its own identity in […]

7 months, 4 weeks назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

9 months, 1 week назад @ techcrunch.com