Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 47 минут назад
Liva AI (YC S25) Is Hiring
Liva AI (YC S25) Is Hiring

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.

47 минут назад @ ycombinator.com
Iowa City Made Its Buses Free. Traffic Cleared, and So Did the Air
Iowa City Made Its Buses Free. Traffic Cleared, and So Did the Air

Please enable JS and disable any ad blocker

1 час назад @ nytimes.com
Particle Life – Sandbox Science
Particle Life – Sandbox Science Particle Life – Sandbox Science

Comments

1 час назад @ sandbox-science.com
Rust is a disappointment
Rust is a disappointment

Memory safetyThere are two uncompromising things in the Rust fundament: performance and memory safety.

Mutable shared stateIt’s possible, but employing mutable shared state in Rust just makes no sense.

So, to reiterate, the second you step into the shared mutable state you lose every single advantage of Rust.

Which is kinda rational considering that the main concept of Rust was to never employ a shared mutable state.

This blog was generated with Zola, written in Rust — I did not have to write a single line of Rust code to use it.

1 час назад @ bykozy.me
Meet the AI workers who tell their friends and family to stay away from AI
Meet the AI workers who tell their friends and family to stay away from AI Meet the AI workers who tell their friends and family to stay away from AI

After years of witnessing the inner workings of AI models, Pawloski decided to no longer use generative AI products personally and tells her family to steer clear of them.

These trainers work on a range of AI models – Google’s Gemini, Elon Musk’s Grok, other popular models, and several smaller or lesser-known bots.

One worker, an AI rater with Google who evaluates the responses generated by Google Search’s AI Overviews, said that she tries to use AI as sparingly as possible, if at all.

Brook Hansen, an AI worker on Amazon Mechanical Turk, explained that while she doesn’t mistrust generative AI as a concept, she also doesn’t trust the companies that develop and deploy these tools.

For this G…

2 часа назад @ theguardian.com
Lead magnet creation for blue collar SaaS
Lead magnet creation for blue collar SaaS Lead magnet creation for blue collar SaaS

Comments

2 часа назад @ estimatekit.com
"Good engineering management" is a fad
"Good engineering management" is a fad "Good engineering management" is a fad

I'm Will Larson.

If you're looking to reach out to me, here are ways I help.

If you'd like to get a email from me, subscribe to my weekly newsletter.

I wrote An Elegant Puzzle, Staff Engineer, The Engineering Executive's Primer, and Crafting Engineering Strategy.

3 часа назад @ lethain.com
780k Windows Users Downloaded Linux Distro Zorin OS in the Last 5 Weeks
780k Windows Users Downloaded Linux Distro Zorin OS in the Last 5 Weeks 780k Windows Users Downloaded Linux Distro Zorin OS in the Last 5 Weeks

We’re thrilled to announce that Zorin OS 18 has amassed 1 million downloads in just over a month since its release, breaking all previous records.

Upgrades from Zorin OS 17 to 18We’re also excited to announce that we’re officially launching upgrades from Zorin OS 17 to 18 today.

This upgrade path is designed to allow existing Zorin OS 17 users to upgrade their computers to Zorin OS 18 directly, without needing to re-install the operating system.

How to upgrade from Zorin OS 17 to 18 (in testing)Warning: This upgrade path is not recommended for production machines yet.

After the testing period is completed in the coming weeks, this upgrade option will be available to all Zorin OS 17 users th…

3 часа назад @ blog.zorin.com
780k Windows Users Downloaded Linux Distro Zorin OS in the Last 5 Weeks
780k Windows Users Downloaded Linux Distro Zorin OS in the Last 5 Weeks

Comments

3 часа назад @ blog.zorin.com
Scoop: Judge Caught Using AI to Read His Court Decisions
Scoop: Judge Caught Using AI to Read His Court Decisions Scoop: Judge Caught Using AI to Read His Court Decisions

The official could not confirm whether Burns employs the AI to draft full written decisions or only to read his written rulings aloud using text‑to‑speech software, according to audio files reviewed by Migrant Insider.

The memo’s omission of any restriction on text‑to‑voice or AI‑generated decision delivery appears to leave it to individual judges’ discretion.

One of the Nation’s Most Restrictive JudgesBurns’ use of AI tools comes amid controversy over his record as one of the most restrictive immigration judges in the country.

Pattern of Political ReplacementThe Burns memos form part of a broader DOJ paper trail indicating a systematic reshaping of the immigration judiciary.

“We’re witness…

4 часа назад @ migrantinsider.com
Fran Sans – font inspired by San Francisco light rail displays
Fran Sans – font inspired by San Francisco light rail displays Fran Sans – font inspired by San Francisco light rail displays

OUTSIDE MY LIFE,INSIDE THE DREAM.FALLING UP THE STAIRS,INTO THE STREET.LET THE CABLE CARCARRY ME.STRAIGHT OUT OF TOWN,INTO THE SEA.PAST THE DAHLIAS ANDTHE SELF-DRIVING CARS.THE CHURCH OF 8 WHEELS.THE LOWER HAIGHT BARS.THE PEAK HOUR SPRAWL.THE KIDS IN THE PARK.THE SLANTING HOUSES.THE BAY AFTER DARK.MY WINDOW, MY OWNSILVER SCREEN.I FOLLOW WHERE THEFOG TAKES ME.

5 часов назад @ emilysneddon.com
Apple to focus on 'quality and underlying performance' with iOS 27 next year
Apple to focus on 'quality and underlying performance' with iOS 27 next year Apple to focus on 'quality and underlying performance' with iOS 27 next year

This past year, Apple overhauled its design language across all of its major software platforms with the introduction of Liquid Glass.

That dramatic redesign, coupled with a number of jam-packed feature releases over the past couple years, has resulted in many Apple users complaining about the overall quality of Apple software.

This applies to iOS 27 and macOS 27, as well as all of the companies smaller platforms, like watchOS, tvOS, and visionOS.

According to Gurman, Apple still plans to release a number of new AI features with iOS 27, so the company doesn’t continue to fall behind in the AI race.

Does a renewed focus on stability in iOS 27 excite you?

5 часов назад @ 9to5mac.com
Native Secure Enclave backed SSH keys on macOS
Native Secure Enclave backed SSH keys on macOS Native Secure Enclave backed SSH keys on macOS

Native Secure Enclave backed ssh keys on MacOSIt turns out that MacOS Tahoe can generate and use secure-enclave backed SSH keys!

However since recently it also implements SecurityKeyProivder which supports loading keys directly from the secure enclave!

However you can now use it to talk to your Secure Enclave instead!

Now if you copy this public key to your authorized keys file, it should work!

This means you can just do:ssh-add -K ssh my-serverorssh-keygen -K ssh -i id_ecdsa_rk_sk my-serverto ssh into your serverExportable keysThere's also an exportable variant where the private key is encrypted using the secure enclave as opposed to generated on the secure enclave.

5 часов назад @ gist.github.com
SVG.js v3.2
SVG.js v3.2 SVG.js v3.2

SVG.js has no dependencies and aims to be as small as possible while providing close to complete coverage of the SVG spec.

SVG.js is fast.

Obviously not as fast as vanilla js, but many times faster than the competition:Index:rects : generate 10000 rects: fill : generate 10000 rects with fill color: gradient : generate 10000 rects with gradient fillLess is better.

Creating and manipulating SVG using JavaScript alone is pretty verbose.

Doing the same as the vanilla js example above:// SVG.js var draw = SVG().addTo('#drawing') , rect = draw.rect(100, 100).fill('#f06')That's just two lines of code instead of ten!

5 часов назад @ svgjs.dev
Are consumers just tech debt to Microsoft?
Are consumers just tech debt to Microsoft? Are consumers just tech debt to Microsoft?

Number one is that Microsoft just does not feel like a consumer tech company at all anymore.

If you are not a customer who is a major business or a developer creating the next AI-powered app, Microsoft does not seem to care about you.

I just do not think they care at all about Windows with consumers.

In early 2026, Valve is going to release the Steam Machine after a few years of success with the Steam Deck.

We will see how they do there, but what they are doing is releasing a machine that runs Windows games on Linux.

6 часов назад @ birchtree.me
Hacker News Hacker News
последний пост 47 минут назад
HumanLayer (YC F24) Is Hiring Founding Engineers
HumanLayer (YC F24) Is Hiring Founding Engineers

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 часов назад @ ycombinator.com
Calculus for Mathematicians, Computer Scientists, and Physicists [pdf]
Calculus for Mathematicians, Computer Scientists, and Physicists [pdf]

Comments

6 часов назад @ mathcs.holycross.edu
Raycast for Windows Is Here
Raycast for Windows Is Here Raycast for Windows Is Here

That’s why we built Raycast.

We’re excited to announce that Raycast for Windows is in public beta.

Raycast on Windows uses familiar keyboard shortcuts, comes with a design that fits right in, and even lets you search your games alongside your apps.

The goal is to make Raycast on Windows as powerful as it is on macOS.

Over the past few months, thousands of you have been testing Raycast for Windows and giving us feedback.

6 часов назад @ raycast.com
Ask HN: Good resources to learn financial systems engineering?
Ask HN: Good resources to learn financial systems engineering? Ask HN: Good resources to learn financial systems engineering?

I work mainly in energy market communications and systems that facilitate energy trading, balancing and such.

Currently most parties there take minutes to process messages and I think there could be a lot to learn from financial systems engineering.

Any good resources you can recommend?

6 часов назад @ news.ycombinator.com
73% of AI startups are just prompt engineering
73% of AI startups are just prompt engineering

Comments

7 часов назад @ pub.towardsai.net
Mount Proton Drive on Linux using rclone and systemd
Mount Proton Drive on Linux using rclone and systemd Mount Proton Drive on Linux using rclone and systemd

Mount Proton Drive on Linux using rclone and systemdThis guide automates the process of mounting Proton Drive on a Linux system using rclone and systemd .

Tested on Arch Linux, but should work on most Linux distributions with minor adjustments.

🔧 FeaturesMounts Proton Drive at login via systemd --userUses rclone with --vfs-cache-mode writes for compatibilitywith for compatibility Enables background service with loggingAdds FUSE support for --allow-other mounts🚀 Quick Start1.

🔐 Configure Proton Drive RemoteRun:rclone configFollow prompts:n → New remote→ New remote Name: protonType: protondriveLog in via browser when promptedAccept and save3.

🔍 Verify MountCheck if Proton Drive is mounted:ls …

7 часов назад @ github.com
Inmates at a Mississippi jail were ordered to do the guards' bidding
Inmates at a Mississippi jail were ordered to do the guards' bidding

Please enable JS and disable any ad blocker

7 часов назад @ nytimes.com
Court filings allege Meta downplayed risks to children and misled the public
Court filings allege Meta downplayed risks to children and misled the public Court filings allege Meta downplayed risks to children and misled the public

Sex trafficking on Meta platforms was both difficult to report and widely tolerated, according to a court filing unsealed Friday.

The newly unsealed allegations about Meta are just one small part of the sprawling suit.

And I really think they don’t care.” After the plaintiffs’ brief was unsealed late Friday night, Meta did not immediately respond to TIME’s requests for comment.

By 2023, according to the plaintiffs, Meta knew that they were recommending minors to potentially suspicious adults and vice versa.

AdvertisementAllegation: Meta aggressively targeted young users Meta feared young users would abandon Facebook and Instagram for their competitors.

8 часов назад @ time.com
UK minister ducks cost questions on nationwide digital ID scheme
UK minister ducks cost questions on nationwide digital ID scheme UK minister ducks cost questions on nationwide digital ID scheme

A UK tech minister has declined to put a figure on the cost of the government's digital ID plans as MPs question the contributions expected from central departments.

Murray responded that the digital ID scheme was "the prime ministerial priority, and therefore GDS, in terms of digital ID, will build the system under the monitoring and policy development of the Cabinet Office."

The responsibilities would now become part of the role of the permanent secretary, the most senior civil servant in the department.

"Keeping these issues at permanent secretary level is the way to get a cross-government approach to it," he said.

However, committee chair Chi Onwurah questioned whether the permanent sec…

8 часов назад @ theregister.com
Editing Code in Emacs
Editing Code in Emacs

Editing Code in EmacsWhen you write code, you want to focus on the code, not on the text of the code.

This means a) you have to have a good text editing setup, and b) you need to have a muscle-memory level instinct for using that setup.

This is the premise of modal editing: the “default” actions of most keyboard keys are to move, not to type.

The idea being that editing in a vanilla Emacs is the same as editing using only insert mode in my setup.

Killing, or Cut Copy PasteIn the hierarchy of importance of operations in program text editing, moving around the buffer is top, cut/copy/paste is second, and typing is third.

8 часов назад @ redpenguin101.github.io
Demand for UK Food Bank Up 15% Year on Year
Demand for UK Food Bank Up 15% Year on Year Demand for UK Food Bank Up 15% Year on Year

It receives generous support locally, with food donations rising and coming in at between 1,100 and 1,400kg a month.

Meanwhile, rising food prices means every pound buys less than it used to.

View image in fullscreen Food banks have become ‘a necessary part of the welfare state’, says one social policy researcher.

On each Guardian visit, the food bank – originally a community project run by local churches – is slicker and more businesslike.

With poverty more widespread, food banks have necessarily become larger and more professional, says Taylor-Gooby.

9 часов назад @ theguardian.com
Tosijs-schema is a super lightweight schema-first LLM-native JSON schema library
Tosijs-schema is a super lightweight schema-first LLM-native JSON schema library

Comments

9 часов назад @ npmjs.com
Racket v9.0
Racket v9.0 Racket v9.0

Racket v9.0posted by Stephen De Gabrielle and John ClementsWe are pleased to announce Racket v9.0 is now available from https://download.racket-lang.org/.

Racket 9.0 is here!

A major release is always exciting and Racket 9.0 is no exception in that it introduces Parallel Threads.

While Racket has had green threads for some time, and supports parallelism via futures and places, we feel parallel threads is a major addition.

As of this release:Racket supports parallel threads.

9 часов назад @ blog.racket-lang.org
Claude Code Is Down
Claude Code Is Down Claude Code Is Down

Comments

9 часов назад @ status.claude.com
Gordon Bell finalist team pushes scale of rocket simulation on El Capitan
Gordon Bell finalist team pushes scale of rocket simulation on El Capitan

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

The action you just performed triggered the security solution.

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

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

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

10 часов назад @ llnl.gov
Lobsters Lobsters
последний пост 37 минут назад
libfive: a software library and set of tools for solid modeling
libfive: a software library and set of tools for solid modeling libfive: a software library and set of tools for solid modeling

libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design.

It is infrastructure for generative design, mass customization, and domain-specific CAD tools.

The geometry kernel is based on functional representations, which have several benefits over traditional triangle meshes:Constructive solid geometry is trivial, and scales well to large modelsResolution can be arbitrarily high (down to floating-point accuracy)Many unusual operations (e.g.

Use the libfive kernel for solid modeling, then add domain-specific details with your own GUI and frontend.

Write a headless CAD application with the Scheme bindings and standard library, the…

37 минут назад @ libfive.com
the negentropy set-reconciliation protocol
the negentropy set-reconciliation protocol the negentropy set-reconciliation protocol

For the low-level wire protocol, see the Negentropy Protocol V1 specification.

The actual transfer is external to the negentropy protocol.

Read our article for a comprehensive introduction to range-based set reconciliation, and the Negentropy Protocol V1 specification for the low-level wire protocol.

BoundsBecause each side potentially has a different set of records, ranges cannot be referred to by their indices in one side's sorted array.

The range's implied lower bound is the same as the previous range's upper bound (or 0, if it is the first range).

44 минуты назад @ github.com
Rust for Malware Development
Rust for Malware Development

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 час назад @ bishopfox.com
Caching is better than mocking
Caching is better than mocking Caching is better than mocking

Earlier I described surface testing, which is still how I go about testing systems.

Running the whole thing, however, takes 20-30 minutes and costs 1-2 bucks, simply because of the LLM calls.

I’ve also resisted the stronger temptation to not run extractions as part of the test suite.

This has the following advantages over mocking:No manual copy-pasting required: the test suite itself creates the caches when running.

I believe this can be used for most surface testing that involves slow, expensive calls.

1 час назад @ federicopereiro.com
µcad: New open source programming language that can generate 2D sketches and 3D objects
µcad: New open source programming language that can generate 2D sketches and 3D objects µcad: New open source programming language that can generate 2D sketches and 3D objects

µcad programming languageWelcome to the website of µcad!

Microcad (or µcad) is a new open source programming language that can generate 2D sketches and 3D objects.

The project is still in its early stages, but µcad is becoming increasingly stable.

New ideas are being added to the code every week.

In this blog, we want to keep you up to date on the latest developments at µcad.

2 часа назад @ microcad.xyz
ntoh*/hton* is a bad API
ntoh*/hton* is a bad API ntoh*/hton* is a bad API

ntoh*/hton* is a bad APINovember 18, 2025Say you want to send a list of consumer records to another microservice over network via JSON.

You can switch from vector to a linked list, or even change the programming language, affecting only the data type.

We have:A logical value, “integer”.

Here’s what an API for (de)serializing integers might look like:char [ 4 ] serialize( uint32_t num); uint32_t deserialize ( char bytes[ 4 ]) ;But the C standard library does not provide such an API.

No, it exposes something much more sinister:uint32_t htonl ( uint32_t hostlong) ; uint32_t ntohl ( uint32_t netlong) ;htonl tries to be serialize , and ntohl tries to be deserialize – emphasis on “tries”.

2 часа назад @ purplesyringa.moe
Why Zig + Qt Feels Like Doing the Impossible Right
Why Zig + Qt Feels Like Doing the Impossible Right Why Zig + Qt Feels Like Doing the Impossible Right

Dayvi Schuster 20 min read Wednesday, October 22, 2025 Why Zig + Qt Feels Like Doing the Impossible Right Zig and Qt make for a surprisingly effective combination for cross platform GUI development.

Item ( ctx .

Handling the Return KeyFor convenience, we also allow the user to add items by pressing Enter in the input field.

The result is a fully functional, minimal shopping list application built entirely in Zig using direct Qt bindings.

My experiments with both the shopping list application and my Hyperland launcher showed that even complex interactions are achievable with patience and careful design.

2 часа назад @ dayvster.com
Nonpareil: High-Fidelity HP Calculator Simulator
Nonpareil:  High-Fidelity HP Calculator Simulator Nonpareil: High-Fidelity HP Calculator Simulator

High-Fidelity Calculator SimulatorIntroductionNonpareil is a high-fidelity simulator for calculators.

It currently supports many HP calculators models introduced between 1972 and 1982.

In particular, numerical results will be identical, because the simulator is using the BCD arithmetic algorithms from the calculator.

Microcode for supported calculator models is included in the Nonpareil source code distribution.

Maciej Bartosiak has developed a Mac OS X port of Nonpareil as well as a port of my earier nsim HP-41C simulator.

3 часа назад @ nonpareil.brouhaha.com
Event Sourcing in Go: From Zero to Production
Event Sourcing in Go: From Zero to Production

Comments

4 часа назад @ skoredin.pro
We stopped roadmap work for a week and fixed 189 bugs
We stopped roadmap work for a week and fixed 189 bugs We stopped roadmap work for a week and fixed 189 bugs

And there’s a promise of t-shirts for various achievements: first bug fix, most points, most annoying bug, etc.

The small things your average user might not consciously notice, but absolutely will notice if they’re wrong.

For the individual: doing, not thinkingI sometimes miss the feeling I had earlier in my career when I got to just fix things.

Preparation is keyMost of what makes a fixit work happens before the week even starts.

All year round, we encourage everyone to tag bugs as “good fixit candidates” as they encounter them.

5 часов назад @ lalitm.com
Windows VTL2 Technical Exploration
Windows VTL2 Technical Exploration Windows VTL2 Technical Exploration

Inside the 13510 IGVM file, there is a complete PE file:IGVM_VHT_PAGE_DATA: GPA: 0000000001A00000 CompatibilityMask: 00000001 FileOffset: 00000000 Flags: 00000000 Reserved: 00000000 Got 4096 bytes of file data: | 00000000 | 4D 5A 90 00 03 00 00 00 04 00 00 00 FF FF 00 00 B8 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 | MZ......................@....... | | 00000020 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 | ................................ | | 00000040 | 0E 1F BA 0E 00 B4 09 CD 21 B8 01 4C CD 21 54 68 69 73 20 70 72 6F 67 72 61 6D 20 63 61 6E 6E 6F | ........!..L.

| | 000000E0 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 45 00…

7 часов назад @ howknows.github.io
liballocs: Meta-level run-time services for Unix processes... a.k.a. dragging Unix into the 1980s
liballocs: Meta-level run-time services for Unix processes... a.k.a. dragging Unix into the 1980s liballocs: Meta-level run-time services for Unix processes... a.k.a. dragging Unix into the 1980s

liballocs is a run-time library and toolchain extension which extends Unix-like operating systems (currently GNU/Linux) with a rich run-time reflective model.

a reflective meta-level API answering queries about arbitrary memory type, bounds, who allocated it, etc.

Unix abstractions are fairly simple and fairly general, but they are not humane, and they invite fragmentation.

2015 which explains how liballocs generalises existing debugging infrastructure, the contrast with VM-style debug servers, and the Unix-style descriptive debugging which liballocs adopts and extends.

works on GNU/Linux only (some FreeBSD code exists...)when code does need to be recompiled, the toolchain is a bit slowit i…

9 часов назад @ github.com
Google Revisits JPEG XL in Chromium After Earlier Removal
Google Revisits JPEG XL in Chromium After Earlier Removal

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.

9 часов назад @ windowsreport.com
What does the AGPL require?
What does the AGPL require? What does the AGPL require?

In plain English, you might assum ethat “modified version” means editing components inside the Furgit package’s source code.

The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.

In the GPL FAQ, the FSF writes:Linking a GPL covered work statically or dynamically with other modules is making a combined work based on the GPL covered work.

Since GRHS uses Furgit as a library, it is making a combined work based on Furgit.

A “covered work” means either the unmodified Program or a work based on the Program.

11 часов назад @ runxiyu.org
How Deep is Challenger Deep?
How Deep is Challenger Deep? How Deep is Challenger Deep?

Comments

11 часов назад @ storymaps.arcgis.com
Techmeme Techmeme
последний пост 2 часа назад
Flexion, which is building a full autonomy stack for humanoid robots, raised a $50M Series A from DST Global Partners, NVentures, and others, after a $7M+ seed (Mary Ann Azevedo/Crunchbase News)
Flexion, which is building a full autonomy stack for humanoid robots, raised a $50M Series A from DST Global Partners, NVentures, and others, after a $7M+ seed (Mary Ann Azevedo/Crunchbase News) Flexion, which is building a full autonomy stack for humanoid robots, raised a $50M Series A from DST Global Partners, NVentures, and others, after a $7M+ seed (Mary Ann Azevedo/Crunchbase News)

Mary Ann Azevedo / Crunchbase News:

Flexion, which is building a full autonomy stack for humanoid robots, raised a $50M Series A from DST Global Partners, NVentures, and others, after a $7M+ seed — Flexion, a startup that's “building the brain for humanoid and human-capable robots,” has raised $50 million in funding, it tells Crunchbase News exclusively.

2 часа назад @ techmeme.com
Sources: Infinite Reality, rebranded as Napster, told staff that $3B+ in funding from an unnamed investor is not coming, calling itself a "victim of misconduct" (Forbes)
Sources: Infinite Reality, rebranded as Napster, told staff that $3B+ in funding from an unnamed investor is not coming, calling itself a "victim of misconduct" (Forbes) Sources: Infinite Reality, rebranded as Napster, told staff that $3B+ in funding from an unnamed investor is not coming, calling itself a "victim of misconduct" (Forbes)

Forbes:

Sources: Infinite Reality, rebranded as Napster, told staff that $3B+ in funding from an unnamed investor is not coming, calling itself a “victim of misconduct” — Forbes raised questions about the massive funding round metaverse-turned-AI firm Napster announced as a done deal in January.

4 часа назад @ techmeme.com
Science-centric streamer CuriosityStream's Q3 revenue rose 46% YoY to $18.4M, driven by IP licensing deals for AI training that generated $23.4M through Sept. (Scharon Harding/Ars Technica)
Science-centric streamer CuriosityStream's Q3 revenue rose 46% YoY to $18.4M, driven by IP licensing deals for AI training that generated $23.4M through Sept. (Scharon Harding/Ars Technica) Science-centric streamer CuriosityStream's Q3 revenue rose 46% YoY to $18.4M, driven by IP licensing deals for AI training that generated $23.4M through Sept. (Scharon Harding/Ars Technica)

Scharon Harding / Ars Technica:

Science-centric streamer CuriosityStream's Q3 revenue rose 46% YoY to $18.4M, driven by IP licensing deals for AI training that generated $23.4M through Sept. — We all know streaming services' usual tricks for making more money: get more subscribers, charge those subscribers more money, and sell ads.

4 часа назад @ techmeme.com
Filing: Meta axed research based on a Nielsen survey in 2020 that found evidence of social media harms, claiming the survey was tainted by the "media narrative" (Jeff Horwitz/Reuters)
Filing: Meta axed research based on a Nielsen survey in 2020 that found evidence of social media harms, claiming the survey was tainted by the "media narrative" (Jeff Horwitz/Reuters) Filing: Meta axed research based on a Nielsen survey in 2020 that found evidence of social media harms, claiming the survey was tainted by the "media narrative" (Jeff Horwitz/Reuters)

Jeff Horwitz / Reuters:

Filing: Meta axed research based on a Nielsen survey in 2020 that found evidence of social media harms, claiming the survey was tainted by the “media narrative” — - Plaintiffs allege Meta hid product risks from users and authorities — Meta accused of ineffective youth safety features …

6 часов назад @ techmeme.com
X's new About This Account feature reveals that some top accounts, including many MAGA influencers, are based in countries like Russia, India, and Nigeria (Jack Revell/The Daily Beast)
X's new About This Account feature reveals that some top accounts, including many MAGA influencers, are based in countries like Russia, India, and Nigeria (Jack Revell/The Daily Beast) X's new About This Account feature reveals that some top accounts, including many MAGA influencers, are based in countries like Russia, India, and Nigeria (Jack Revell/The Daily Beast)

Jack Revell / The Daily Beast:

X's new About This Account feature reveals that some top accounts, including many MAGA influencers, are based in countries like Russia, India, and Nigeria — ROLE PLAY — A new feature on Elon Musk's X has given deeper insight into the online “America First” movement.

7 часов назад @ techmeme.com
Sources: iOS 27 will be a Snow Leopard-style update focused on bug fixes and performance, plus new AI features; FT's retirement report on Tim Cook was premature (Mark Gurman/Bloomberg)
Sources: iOS 27 will be a Snow Leopard-style update focused on bug fixes and performance, plus new AI features; FT's retirement report on Tim Cook was premature (Mark Gurman/Bloomberg) Sources: iOS 27 will be a Snow Leopard-style update focused on bug fixes and performance, plus new AI features; FT's retirement report on Tim Cook was premature (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Sources: iOS 27 will be a Snow Leopard-style update focused on bug fixes and performance, plus new AI features; FT's retirement report on Tim Cook was premature — Apple's next major iPhone software update — iOS 27 — will have two major elements: quality improvements and artificial intelligence features.

7 часов назад @ techmeme.com
A researcher details an LLM-based AI agent that "demonstrated a near-flawless ability" to bypass bot detection methods while answering online survey questions (Emanuel Maiberg/404 Media)
A researcher details an LLM-based AI agent that "demonstrated a near-flawless ability" to bypass bot detection methods while answering online survey questions (Emanuel Maiberg/404 Media) A researcher details an LLM-based AI agent that "demonstrated a near-flawless ability" to bypass bot detection methods while answering online survey questions (Emanuel Maiberg/404 Media)

Emanuel Maiberg / 404 Media:

A researcher details an LLM-based AI agent that “demonstrated a near-flawless ability” to bypass bot detection methods while answering online survey questions — We can no longer trust that survey responses are coming from real people. Online survey research …

10 часов назад @ techmeme.com
Chip companies in South Korea, Taiwan, and China have been raising pay and bonuses as global competition intensifies for a limited pool of chip engineers (June Yoon/Financial Times)
Chip companies in South Korea, Taiwan, and China have been raising pay and bonuses as global competition intensifies for a limited pool of chip engineers (June Yoon/Financial Times) Chip companies in South Korea, Taiwan, and China have been raising pay and bonuses as global competition intensifies for a limited pool of chip engineers (June Yoon/Financial Times)

June Yoon / Financial Times:

Chip companies in South Korea, Taiwan, and China have been raising pay and bonuses as global competition intensifies for a limited pool of chip engineers — The same limited pool of young talent will keep being drawn on while global competition remains fierce

13 часов назад @ techmeme.com
An in-depth look at the humanoid robotics industry, which currently relies heavily on hype to rally interest and investors, as AI fuels the humanoid boom (James Vincent/Harper's)
An in-depth look at the humanoid robotics industry, which currently relies heavily on hype to rally interest and investors, as AI fuels the humanoid boom (James Vincent/Harper's) An in-depth look at the humanoid robotics industry, which currently relies heavily on hype to rally interest and investors, as AI fuels the humanoid boom (James Vincent/Harper's)

James Vincent / Harper's:

An in-depth look at the humanoid robotics industry, which currently relies heavily on hype to rally interest and investors, as AI fuels the humanoid boom — Humanoids and the tech-industry hype machine Humanoids and the tech-industry hype machine … Kicking robots is something of a pastime among roboticists.

16 часов назад @ techmeme.com
Bedrock Data, which has debuted ArgusAI to show enterprises what data their AI models access during training and to prevent data leakage, raised a $25M Series A (Chris Metinko/Axios)
Bedrock Data, which has debuted ArgusAI to show enterprises what data their AI models access during training and to prevent data leakage, raised a $25M Series A (Chris Metinko/Axios) Bedrock Data, which has debuted ArgusAI to show enterprises what data their AI models access during training and to prevent data leakage, raised a $25M Series A (Chris Metinko/Axios)

Chris Metinko / Axios:

Bedrock Data, which has debuted ArgusAI to show enterprises what data their AI models access during training and to prevent data leakage, raised a $25M Series A — Data management platform Bedrock Data raised a $25 million Series A led by Greylock Partners, CEO and co-founder Bruno Kurtic tells Axios Pro.

16 часов назад @ techmeme.com
Deblock, an app that lets users manage fiat and digital assets in one place by linking a bank account with a self-owned crypto wallet, raised a €30M Series A (Tamara Djurickovic/Tech.eu)
Deblock, an app that lets users manage fiat and digital assets in one place by linking a bank account with a self-owned crypto wallet, raised a €30M Series A (Tamara Djurickovic/Tech.eu) Deblock, an app that lets users manage fiat and digital assets in one place by linking a bank account with a self-owned crypto wallet, raised a €30M Series A (Tamara Djurickovic/Tech.eu)

Tamara Djurickovic / Tech.eu:

Deblock, an app that lets users manage fiat and digital assets in one place by linking a bank account with a self-owned crypto wallet, raised a €30M Series A — Deblock is expanding into Germany to introduce its fully on-chain banking solution to more European users …

16 часов назад @ techmeme.com
Israel-based Chargeflow, whose AI tech automates chargeback disputes for online merchants, raised a $25M Series A led by Viola Growth, and a $10M debt round (Meir Orbach/CTech)
Israel-based Chargeflow, whose AI tech automates chargeback disputes for online merchants, raised a $25M Series A led by Viola Growth, and a $10M debt round (Meir Orbach/CTech) Israel-based Chargeflow, whose AI tech automates chargeback disputes for online merchants, raised a $25M Series A led by Viola Growth, and a $10M debt round (Meir Orbach/CTech)

Meir Orbach / CTech:

Israel-based Chargeflow, whose AI tech automates chargeback disputes for online merchants, raised a $25M Series A led by Viola Growth, and a $10M debt round — Fintech startup secures equity and debt funding as e-commerce fraud grows to $100B a year. — Fintech company Chargeflow …

16 часов назад @ techmeme.com
Peek, which sells software for attractions and tour operators, raised a $70M Series D, taking total funding to $150M, and acquired Acme Ticketing and Connect&Go (Ryan Lawler/Axios)
Peek, which sells software for attractions and tour operators, raised a $70M Series D, taking total funding to $150M, and acquired Acme Ticketing and Connect&Go (Ryan Lawler/Axios) Peek, which sells software for attractions and tour operators, raised a $70M Series D, taking total funding to $150M, and acquired Acme Ticketing and Connect&Go (Ryan Lawler/Axios)

Ryan Lawler / Axios:

Peek, which sells software for attractions and tour operators, raised a $70M Series D, taking total funding to $150M, and acquired Acme Ticketing and Connect&Go — Peek, which sells software for attractions and tour operators, raised $70 million in Series D funding, CEO Ruzwana Bashir tells Axios exclusively.

16 часов назад @ techmeme.com
Arbiter, which is using AI to automate healthcare administrative tasks, emerges from stealth with a $52M seed from multiple family offices at a $400M valuation (Rebecca Torrence/Business Insider)
Arbiter, which is using AI to automate healthcare administrative tasks, emerges from stealth with a $52M seed from multiple family offices at a $400M valuation (Rebecca Torrence/Business Insider) Arbiter, which is using AI to automate healthcare administrative tasks, emerges from stealth with a $52M seed from multiple family offices at a $400M valuation (Rebecca Torrence/Business Insider)

Rebecca Torrence / Business Insider:

Arbiter, which is using AI to automate healthcare administrative tasks, emerges from stealth with a $52M seed from multiple family offices at a $400M valuation — - Thirty Madison's former president is launching her own healthcare AI startup without VC funding.

17 часов назад @ techmeme.com
X starts rolling out About This Account globally, letting users see the country or region where an X account is based by tapping the signup date on the profile (Nikita Bier/@nikitabier)
X starts rolling out About This Account globally, letting users see the country or region where an X account is based by tapping the signup date on the profile (Nikita Bier/@nikitabier) X starts rolling out About This Account globally, letting users see the country or region where an X account is based by tapping the signup date on the profile (Nikita Bier/@nikitabier)

Nikita Bier / @nikitabier:

X starts rolling out About This Account globally, letting users see the country or region where an X account is based by tapping the signup date on the profile — In a couple hours, we'll be rolling out About This Account globally, allowing you to see the country or region where an account is based. This will be accessible by tapping the signup date on profiles. This is an important first step to securing the integrity of the global town [image]

17 часов назад @ techmeme.com
Techmeme Techmeme
последний пост 2 часа назад
A US bankruptcy judge ordered Indian edtech startup Byju's founder Byju Raveendran on Nov. 20 to pay $1B+ to US lenders, over missing funds from Byju's US unit (Jagmeet Singh/TechCrunch)
A US bankruptcy judge ordered Indian edtech startup Byju's founder Byju Raveendran on Nov. 20 to pay $1B+ to US lenders, over missing funds from Byju's US unit (Jagmeet Singh/TechCrunch) A US bankruptcy judge ordered Indian edtech startup Byju's founder Byju Raveendran on Nov. 20 to pay $1B+ to US lenders, over missing funds from Byju's US unit (Jagmeet Singh/TechCrunch)

Jagmeet Singh / TechCrunch:

A US bankruptcy judge ordered Indian edtech startup Byju's founder Byju Raveendran on Nov. 20 to pay $1B+ to US lenders, over missing funds from Byju's US unit — Byju Raveendran, the embattled founder of Indian ed-tech giant Byju's, has blasted a U.S. bankruptcy court's order directing him to pay more than $1.07 billion.

20 часов назад @ techmeme.com
How a semiconductor investment boom is turning Arizona into "America's Semiconductor HQ", attracting more than $200B in investments in the last five years (Justine Calma/The Verge)
How a semiconductor investment boom is turning Arizona into "America's Semiconductor HQ", attracting more than $200B in investments in the last five years (Justine Calma/The Verge) How a semiconductor investment boom is turning Arizona into "America's Semiconductor HQ", attracting more than $200B in investments in the last five years (Justine Calma/The Verge)

Justine Calma / The Verge:

How a semiconductor investment boom is turning Arizona into “America's Semiconductor HQ”, attracting more than $200B in investments in the last five years — Cath Virginia / The Verge, Getty Images … Arizona's economy was once dominated by the “five C's”: cotton, cattle, citrus, copper, and climate.

1 day, 1 hour назад @ techmeme.com
While the AI bubble feels like the internet bubble of 1999, it may actually be larger and scarier with an unstable US economy and greater exposure for Big Tech (Fred Vogelstein/Crazy Stupid Tech)
While the AI bubble feels like the internet bubble of 1999, it may actually be larger and scarier with an unstable US economy and greater exposure for Big Tech (Fred Vogelstein/Crazy Stupid Tech) While the AI bubble feels like the internet bubble of 1999, it may actually be larger and scarier with an unstable US economy and greater exposure for Big Tech (Fred Vogelstein/Crazy Stupid Tech)

Fred Vogelstein / Crazy Stupid Tech:

While the AI bubble feels like the internet bubble of 1999, it may actually be larger and scarier with an unstable US economy and greater exposure for Big Tech — The artificial intelligence revolution will be only three years old at the end of November. Think about that for a moment.

1 day, 4 hours назад @ techmeme.com
How the launch of Gemini 3, which surged ahead of models from OpenAI and other competitors on benchmark tests, has pushed Google ahead in the AI race (Katherine Blunt/Wall Street Journal)
How the launch of Gemini 3, which surged ahead of models from OpenAI and other competitors on benchmark tests, has pushed Google ahead in the AI race (Katherine Blunt/Wall Street Journal) How the launch of Gemini 3, which surged ahead of models from OpenAI and other competitors on benchmark tests, has pushed Google ahead in the AI race (Katherine Blunt/Wall Street Journal)

Katherine Blunt / Wall Street Journal:

How the launch of Gemini 3, which surged ahead of models from OpenAI and other competitors on benchmark tests, has pushed Google ahead in the AI race — Top-scoring model's debut shakes up AI chatbot race: 'I think we've hit on something' — Call it America's next top model.

1 day, 6 hours назад @ techmeme.com
Researchers say Russia-aligned Pravda network is engaging in "LLM grooming", flooding the internet with disinformation to influence chatbots like ChatGPT (Aisha Down/The Guardian)
Researchers say Russia-aligned Pravda network is engaging in "LLM grooming", flooding the internet with disinformation to influence chatbots like ChatGPT (Aisha Down/The Guardian) Researchers say Russia-aligned Pravda network is engaging in "LLM grooming", flooding the internet with disinformation to influence chatbots like ChatGPT (Aisha Down/The Guardian)

Aisha Down / The Guardian:

Researchers say Russia-aligned Pravda network is engaging in “LLM grooming”, flooding the internet with disinformation to influence chatbots like ChatGPT — Thinktank says internet flooded with disinformation by Russia-aligned Pravda network, which many websites treat as credible

1 day, 7 hours назад @ techmeme.com
Industry executives say nearly all major memory chipmakers are running at or near full capacity, with 2026 production slots almost "sold out" due to AI demand (Nikkei Asia)
Industry executives say nearly all major memory chipmakers are running at or near full capacity, with 2026 production slots almost "sold out" due to AI demand (Nikkei Asia) Industry executives say nearly all major memory chipmakers are running at or near full capacity, with 2026 production slots almost "sold out" due to AI demand (Nikkei Asia)

Nikkei Asia:

Industry executives say nearly all major memory chipmakers are running at or near full capacity, with 2026 production slots almost “sold out” due to AI demand — TAIPEI/TOKYO/SEOUL — Since October, SK Hynix's headquarters in Icheon, near Seoul, has seen a steady stream of visitors …

1 day, 9 hours назад @ techmeme.com
A look at Indian startups like TuluAI, which are building LLMs for low-resource languages by creating data sets nearly from scratch with community involvement (Rest of World)
A look at Indian startups like TuluAI, which are building LLMs for low-resource languages by creating data sets nearly from scratch with community involvement (Rest of World) A look at Indian startups like TuluAI, which are building LLMs for low-resource languages by creating data sets nearly from scratch with community involvement (Rest of World)

Rest of World:

A look at Indian startups like TuluAI, which are building LLMs for low-resource languages by creating data sets nearly from scratch with community involvement — Indian founders are building digital data sets for low-resource languages by involving the community, and count on local relevance to go against big tech platforms.

1 day, 12 hours назад @ techmeme.com
Q&A with Fei-Fei Li on ImageNet, her startup World Labs' focus on spatial intelligence, superintelligence, regulation, AI bubble, US-China AI arms race, more (Mishal Husain/Bloomberg)
Q&A with Fei-Fei Li on ImageNet, her startup World Labs' focus on spatial intelligence, superintelligence, regulation, AI bubble, US-China AI arms race, more (Mishal Husain/Bloomberg) Q&A with Fei-Fei Li on ImageNet, her startup World Labs' focus on spatial intelligence, superintelligence, regulation, AI bubble, US-China AI arms race, more (Mishal Husain/Bloomberg)

Mishal Husain / Bloomberg:

Q&A with Fei-Fei Li on ImageNet, her startup World Labs' focus on spatial intelligence, superintelligence, regulation, AI bubble, US-China AI arms race, more — AI is now so present in our lives that the story of how it came to be so is receding — that is, if we ever absorbed it properly.

1 day, 15 hours назад @ techmeme.com
Thoma Bravo acquires a majority stake in Java platform Azul, which received a $340M majority investment from Vitruvian Partners and Lead Edge Capital in 2020 (Chris Metinko/Axios)
Thoma Bravo acquires a majority stake in Java platform Azul, which received a $340M majority investment from Vitruvian Partners and Lead Edge Capital in 2020 (Chris Metinko/Axios) Thoma Bravo acquires a majority stake in Java platform Azul, which received a $340M majority investment from Vitruvian Partners and Lead Edge Capital in 2020 (Chris Metinko/Axios)

Chris Metinko / Axios:

Thoma Bravo acquires a majority stake in Java platform Azul, which received a $340M majority investment from Vitruvian Partners and Lead Edge Capital in 2020 — Thoma Bravo bought a majority stake in enterprise Java platform developer Azul for an undisclosed price, Azul CEO Scott Sellers tells Axios Pro.

1 day, 16 hours назад @ techmeme.com
General Atlantic purchases a $96M minority stake in Japanese HR software unicorn SmartHR, marking the PE firm's first growth equity investment in Japan (Lisa Du/Bloomberg)
General Atlantic purchases a $96M minority stake in Japanese HR software unicorn SmartHR, marking the PE firm's first growth equity investment in Japan (Lisa Du/Bloomberg) General Atlantic purchases a $96M minority stake in Japanese HR software unicorn SmartHR, marking the PE firm's first growth equity investment in Japan (Lisa Du/Bloomberg)

Lisa Du / Bloomberg:

General Atlantic purchases a $96M minority stake in Japanese HR software unicorn SmartHR, marking the PE firm's first growth equity investment in Japan — General Atlantic completed its first growth equity investment in Japan and plans to do more, citing an increase in entrepreneurship …

1 day, 16 hours назад @ techmeme.com
Federato, which provides AI-powered insurance lifecycle software, raised a $100M Series D led by Goldman Sachs Alternatives, taking its total funding to $180M+ (InsurTech Analyst)
Federato, which provides AI-powered insurance lifecycle software, raised a $100M Series D led by Goldman Sachs Alternatives, taking its total funding to $180M+ (InsurTech Analyst) Federato, which provides AI-powered insurance lifecycle software, raised a $100M Series D led by Goldman Sachs Alternatives, taking its total funding to $180M+ (InsurTech Analyst)

InsurTech Analyst:

Federato, which provides AI-powered insurance lifecycle software, raised a $100M Series D led by Goldman Sachs Alternatives, taking its total funding to $180M+ — Federato, the AI-native insurance software provider, has secured $100m in its Series D round to accelerate the adoption …

1 day, 16 hours назад @ techmeme.com
New York-based emergency alerts platform RapidSOS raised $100M led by Apax Digital Funds, a source says at a $1B+ valuation, for US and international expansion (Bloomberg)
New York-based emergency alerts platform RapidSOS raised $100M led by Apax Digital Funds, a source says at a $1B+ valuation, for US and international expansion (Bloomberg) New York-based emergency alerts platform RapidSOS raised $100M led by Apax Digital Funds, a source says at a $1B+ valuation, for US and international expansion (Bloomberg)

Bloomberg:

New York-based emergency alerts platform RapidSOS raised $100M led by Apax Digital Funds, a source says at a $1B+ valuation, for US and international expansion — Emergency services company RapidSOS raised $100 million in a deal led by Apax Digital Funds to help it expand, including internationally.

1 day, 17 hours назад @ techmeme.com
Finland-based NestAI raised €100M led by Finland's sovereign fund Tesi and Nokia to build AI products for defense applications, including for unmanned vehicles (Anna Heim/TechCrunch)
Finland-based NestAI raised €100M led by Finland's sovereign fund Tesi and Nokia to build AI products for defense applications, including for unmanned vehicles (Anna Heim/TechCrunch) Finland-based NestAI raised €100M led by Finland's sovereign fund Tesi and Nokia to build AI products for defense applications, including for unmanned vehicles (Anna Heim/TechCrunch)

Anna Heim / TechCrunch:

Finland-based NestAI raised €100M led by Finland's sovereign fund Tesi and Nokia to build AI products for defense applications, including for unmanned vehicles — Finnish startup NestAI has raised €100 million (about $115 million) in a funding round led by Finland's sovereign fund …

1 day, 17 hours назад @ techmeme.com
Alphabet's stock closed at a record high of $299.66 on November 21, continuing a strong recent run after Google's Gemini 3 impressed analysts and consumers (Rani Molla/Sherwood News)
Alphabet's stock closed at a record high of $299.66 on November 21, continuing a strong recent run after Google's Gemini 3 impressed analysts and consumers (Rani Molla/Sherwood News) Alphabet's stock closed at a record high of $299.66 on November 21, continuing a strong recent run after Google's Gemini 3 impressed analysts and consumers (Rani Molla/Sherwood News)

Rani Molla / Sherwood News:

Alphabet's stock closed at a record high of $299.66 on November 21, continuing a strong recent run after Google's Gemini 3 impressed analysts and consumers — The internet giant has a lot going for it right now. — Google parent Alphabet hit a record closing high of $299.66 today …

1 day, 17 hours назад @ techmeme.com
Italy's competition authority closes its July 2024 probe into Google's alleged unfair practices over users' personal data after Google adopted remedies (Gianluca Semeraro/Reuters)
Italy's competition authority closes its July 2024 probe into Google's alleged unfair practices over users' personal data after Google adopted remedies (Gianluca Semeraro/Reuters) Italy's competition authority closes its July 2024 probe into Google's alleged unfair practices over users' personal data after Google adopted remedies (Gianluca Semeraro/Reuters)

Gianluca Semeraro / Reuters:

Italy's competition authority closes its July 2024 probe into Google's alleged unfair practices over users' personal data after Google adopted remedies — Italy's competition authority said on Friday it had closed a probe it had launched last year over Google's (GOOGL.O) …

1 day, 19 hours назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 1 week, 3 days назад
modelcontextprotocol/go-sdk
modelcontextprotocol/go-sdk modelcontextprotocol/go-sdk

MCP Go SDKThis repository contains an implementation of the official Go software development kit (SDK) for the Model Context Protocol (MCP).

server := mcp .

StdioTransport {}); err != nil { log .

Connect ( ctx , transport , nil ) if err != nil { log .

Thanks to their work, there is a thriving ecosystem of Go MCP clients and servers.

1 week, 3 days назад @ github.com
ayn2op/discordo
ayn2op/discordo ayn2op/discordo

Discordo ·Discordo is a lightweight, secure, and feature-rich Discord terminal client.

If you are logging in using an authentication token, provide the token command-line flag to the executable (eg: --token "OTI2MDU5NTQxNDE2Nzc5ODA2.Yc2KKA.2iZ-5JxgxG-9Ub8GHzBSn-NJjNg" ).

Alternatively, set the value of the DISCORDO_TOKEN environment variable to the authentication token.

Unix: $XDG_CONFIG_HOME/discordo/config.toml or $HOME/.config/discordo/config.tomlor Darwin: $HOME/Library/Application Support/discordo/config.tomlWindows: %AppData%/discordo/config.tomlDiscordo uses the default configuration if a configuration file is not found in the aforementioned path; however, the default configuration f…

1 week, 3 days назад @ github.com
containerd/containerd
containerd/containerd containerd/containerd

containerd is an industry-standard container runtime with an emphasis on simplicity, robustness, and portability.

Most interactions with the Linux and Windows container feature sets are handled via runc and/or OS-specific libraries (e.g.

CRIcri is a containerd plugin implementation of the Kubernetes container runtime interface (CRI).

With it, you are able to use containerd as the container runtime for a Kubernetes cluster.

Security auditSecurity audits for the containerd project are hosted on our website.

1 week, 3 days назад @ github.com
sansan0/TrendRadar
sansan0/TrendRadar sansan0/TrendRadar

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

You signed in with another tab or window.

You signed out in another tab or window.

Reload to refresh your session.

You switched accounts on another tab or window.

1 week, 4 days назад @ github.com
opencloud-eu/opencloud
opencloud-eu/opencloud opencloud-eu/opencloud

Server BackendTip For general information about OpenCloud and how to install please visit OpenCloud on Github and OpenCloud GmbH.

This is the main repository of the OpenCloud server.

Getting InvolvedThe OpenCloud server is released under Apache 2.0.

AuthenticationThe OpenCloud backend authenticates users via OpenID Connect using either an external IdP like Keycloak or the embedded LibreGraph Connect identity provider.

DatabaseThe OpenCloud backend does not use a database.

1 week, 4 days назад @ github.com
ggml-org/llama.cpp
ggml-org/llama.cpp ggml-org/llama.cpp

Manifesto / ggml / opsLLM inference in C/C++Recent API changesHot topicsQuick startGetting started with llama.cpp is straightforward.

For example, you may opt to downloading model checkpoints from ModelScope or other model sharing communities by setting the environment variable, e.g.

If this doesn't occur, you can manually enable it by adding -cnv and specifying a suitable chat template with --chat-template NAME llama-cli -m model.gguf # > hi, who are you?

Measure the perplexity over a text file llama-perplexity -m model.gguf -f file.txt # [1]15.2701,[2]5.4007,[3]5.3073,[4]6.2965,[5]5.8940,[6]5.6096,[7]5.7942,[8]4.9297, ... # Final estimate: PPL = 5.4007 +/- 0.67339Measure KL divergence # T…

1 week, 4 days назад @ github.com
dbeaver/dbeaver
dbeaver/dbeaver dbeaver/dbeaver

DBeaverFree multi-platform database tool for developers, SQL programmers, database administrators and analysts.

Has a lot of features including schema editor, SQL editor, data editor, AI integration, ER diagrams, data export/import/migration, SQL execution plans, database administration tools, database dashboards, Spatial data viewer, proxy and SSH tunnelling, custom database drivers editor, etc.

Out of the box supports more than 100 database drivers.

However, it also uses a set of native OS-specific components for desktop UI, high performance database drivers and networking.

CloudBeaver is a web-based database management tool built on the DBeaver platform.

1 week, 5 days назад @ github.com
lzhoang2801/OpCore-Simplify
lzhoang2801/OpCore-Simplify lzhoang2801/OpCore-Simplify

OpCore Simplify A specialized tool that streamlines OpenCore EFI creation by automating the essential setup process and providing standardized configurations.

OpCore Simplify is the ONLY tool that builds OpenCore EFI based on your complete hardware configuration, not just predefined options.

🚀 How To UseDownload OpCore Simplify: Click Code → Download ZIP , or download directly via this link.

Selecting macOS Version and Customizing OpenCore EFI: By default, the latest compatible macOS version will be selected for your hardware.

Building OpenCore EFI: Once you've customized all options, select Build OpenCore EFI to generate your EFI.

1 week, 5 days назад @ github.com
VectifyAI/PageIndex
VectifyAI/PageIndex VectifyAI/PageIndex

🧪 Cookbooks:Vectorless RAG notebook : A minimal, hands-on example of reasoning-based RAG using PageIndex — no vectors, no chunking, and human-like retrieval.

Inspired by AlphaGo, we propose PageIndex — a vectorless, reasoning-based RAG system that builds a hierarchical tree index for long documents and reasons over that index for retrieval.

🧪 Quick Hands-onTry the Vectorless RAG Notebook — a minimal, hands-on example of reasoning-based RAG using PageIndex .

📈 Case Study: SOTA on Finance QA BenchmarkMafin 2.5 is a reasoning-based RAG system for financial document analysis, powered by PageIndex.

🔎 Learn More about PageIndexResources & Guides📖 Explore our Tutorials for practical guides and str…

1 week, 5 days назад @ github.com
NginxProxyManager/nginx-proxy-manager
NginxProxyManager/nginx-proxy-manager NginxProxyManager/nginx-proxy-manager

While there might be advanced options they are optional and the project should be as simple as possible so that the barrier for entry here is low.

Your home router will have a Port Forwarding section somewhere.

Bring up your stack by runningdocker compose up -dLog in to the Admin UIWhen your docker container is running, connect to it on port 81 for the admin interface.

After passing, docker builds for PR's are available on dockerhub for manual verifications.

Documentation within the develop branch is available for preview at https://develop.nginxproxymanager.comContributorsSpecial thanks to all of our contributors.

1 week, 6 days назад @ github.com
lima-vm/lima
lima-vm/lima lima-vm/lima

[🌎Web site] [📖Documentation] [👤Slack ( #lima )]Lima: Linux MachinesLima launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2).

The original goal of Lima was to promote containerd including nerdctl (contaiNERD ctl) to Mac users, but Lima can be used for non-container applications as well.

Lima also supports other container engines (Docker, Podman, Kubernetes, etc.)

Getting startedSet up (Homebrew):brew install lima limactl startTo run Linux commands:lima uname -aTo run containers with containerd:lima nerdctl run --rm hello-worldTo run containers with Docker:limactl start template://docker export DOCKER_HOST= $( limactl list docker --format ' unix:/…

2 weeks назад @ github.com
mindsdb/mindsdb
mindsdb/mindsdb mindsdb/mindsdb

Unify Your DataIn many situations, it’s important to be able to prepare and unify data before generating responses from it.

KNOWLEDGE BASES – Index and organize unstructured data for efficient Q&A.

VIEWS – Simplify data access by creating unified views across different sources (no-ETL).

Respond From Your DataChat with Your DataAGENTS – Configure built-in agents specialized in answering questions over your connected and unified data.

MCP – Connect to MindsDB through the MCP (Model Context Protocol) for seamless interaction.

2 weeks назад @ github.com
kvcache-ai/ktransformers
kvcache-ai/ktransformers kvcache-ai/ktransformers

🎉 IntroductionNov 6, 2025 : Support Kimi-K2-Thinking inference (Tutorial) and fine-tune (Tutorial): Support Kimi-K2-Thinking inference (Tutorial) and fine-tune (Tutorial) Nov 4, 2025 : KTransformers Fine-Tuning × LLaMA-Factory Integration.

(Tutorial): Support Kimi-K2-0905.

Apr 29, 2025: Support AMX-Int8、 AMX-BF16 and Qwen3MoE (Tutorial)202504290023-4.movApr 9, 2025 : Experimental support for LLaMA 4 models (Tutorial).

Aug 12, 2024 : Support multiple GPU; Support new model: mixtral 8*7B and 8*22B; Support q2k, q3k, q5k dequant on gpu.

: Support multiple GPU; Support new model: mixtral 8*7B and 8*22B; Support q2k, q3k, q5k dequant on gpu.

2 weeks назад @ github.com
prometheus/alertmanager
prometheus/alertmanager prometheus/alertmanager

AlertmanagerThe Alertmanager handles alerts sent by client applications such as the Prometheus server.

You can launch an Alertmanager container for trying it out with$ docker run --name alertmanager -d -p 127.0.0.1:9093:9093 quay.io/prometheus/alertmanagerAlertmanager will now be reachable at http://localhost:9093/.

(unset defaults to simple) output: extended # Set a default receiver receiver: team-X-pagerRoutesamtool allows you to visualize the routes of your configuration in form of text tree view.

To create a highly available cluster of the Alertmanager the instances need to be configured to communicate with each other.

Turn off high availabilityIf running Alertmanager in high availabili…

2 weeks назад @ github.com
topoteretes/cognee
topoteretes/cognee topoteretes/cognee

About CogneeCognee is an open-source tool and platform that transforms your raw data into persistent and dynamic AI memory for Agents.

Now, run a minimal pipeline:import cognee import asyncio async def main (): # Add text to cognee await cognee .

add ( "Cognee turns documents into AI memory."

run ( main ())As you can see, the output is generated from the document we previously stored in Cognee:Cognee turns documents into AI memory.

Use the Cognee CLIAs an alternative, you can get started with these essential commands:cognee-cli add " Cognee turns documents into AI memory. "

2 weeks назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 1 час назад
The Epstein Files were hosted on the popular AI model sharing hub Hugging Face. Over last week, it became the most downloaded dataset on the platform
The Epstein Files were hosted on the popular AI model sharing hub Hugging Face. Over last week, it became the most downloaded dataset on the platform The Epstein Files were hosted on the popular AI model sharing hub Hugging Face. Over last week, it became the most downloaded dataset on the platform

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

1 час назад @ reddit.com
New ChatGPT teen-safety measures will include age prediction and age verification
New ChatGPT teen-safety measures will include age prediction and age verification New ChatGPT teen-safety measures will include age prediction and age verification

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

3 часа назад @ reddit.com
Valve makes almost $50 million per employee, raking in more cash per person than Google, Amazon, or Microsoft — gaming giant's 350 employees on track to generate $17 billion this year
Valve makes almost $50 million per employee, raking in more cash per person than Google, Amazon, or Microsoft — gaming giant's 350 employees on track to generate $17 billion this year Valve makes almost $50 million per employee, raking in more cash per person than Google, Amazon, or Microsoft — gaming giant's 350 employees on track to generate $17 billion this year

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

4 часа назад @ reddit.com
Is AI making some people delusional? Families and experts are worried
Is AI making some people delusional? Families and experts are worried Is AI making some people delusional? Families and experts are worried

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

4 часа назад @ reddit.com
Ugly, dirty Microsoft Surface keyboards: Why high-tech computers and low-tech fabrics don’t mix
Ugly, dirty Microsoft Surface keyboards: Why high-tech computers and low-tech fabrics don’t mix Ugly, dirty Microsoft Surface keyboards: Why high-tech computers and low-tech fabrics don’t mix

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

6 часов назад @ reddit.com
Severe internet outages keep happening — and they might get worse
Severe internet outages keep happening — and they might get worse Severe internet outages keep happening — and they might get worse

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

6 часов назад @ reddit.com
Top MAGA Influencers Accidentally Unmasked as Foreign Actors
Top MAGA Influencers Accidentally Unmasked as Foreign Actors Top MAGA Influencers Accidentally Unmasked as Foreign Actors

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

6 часов назад @ reddit.com
Many Top MAGA Trolls Aren’t Even in the U.S. | New X feature has been very revealing
Many Top MAGA Trolls Aren’t Even in the U.S. | New X feature has been very revealing Many Top MAGA Trolls Aren’t Even in the U.S. | New X feature has been very revealing

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

7 часов назад @ reddit.com
Meta had 17-strikes policy for sex trafficking posts, lawsuit alleges
Meta had 17-strikes policy for sex trafficking posts, lawsuit alleges Meta had 17-strikes policy for sex trafficking posts, lawsuit alleges

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

7 часов назад @ reddit.com
According to the brief, Meta was aware that millions of adult strangers were contacting minors on its sites; that its products exacerbated mental health issues in teens; and that content related to eating disorders, suicide, and child sexual abuse was freq
According to the brief, Meta was aware that millions of adult strangers were contacting minors on its sites; that its products exacerbated mental health issues in teens; and that content related to eating disorders, suicide, and child sexual abuse was freq According to the brief, Meta was aware that millions of adult strangers were contacting minors on its sites; that its products exacerbated mental health issues in teens; and that content related to eating disorders, suicide, and child sexual abuse was freq

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

7 часов назад @ reddit.com
Activists are simulating ICE raids in GTA and Fortnite to teach immigrant rights
Activists are simulating ICE raids in GTA and Fortnite to teach immigrant rights

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

7 часов назад @ reddit.com
Anthropic Study Finds AI Model ‘Turned Evil’ After Hacking Its Own Training
Anthropic Study Finds AI Model ‘Turned Evil’ After Hacking Its Own Training Anthropic Study Finds AI Model ‘Turned Evil’ After Hacking Its Own Training

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

8 часов назад @ reddit.com
Insurers retreat from AI cover as risk of multibillion-dollar claims mounts
Insurers retreat from AI cover as risk of multibillion-dollar claims mounts Insurers retreat from AI cover as risk of multibillion-dollar claims mounts

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

8 часов назад @ reddit.com
Pinterest is leaning hard into AI. The strategy is alienating its most dedicated users
Pinterest is leaning hard into AI. The strategy is alienating its most dedicated users Pinterest is leaning hard into AI. The strategy is alienating its most dedicated users

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

8 часов назад @ reddit.com
US transportation department unveils first female-modeled crash test dummy
US transportation department unveils first female-modeled crash test dummy US transportation department unveils first female-modeled crash test dummy

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

8 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 17 часов назад
I Set A Trap To Catch My Students Cheating With AI. The Results Were Shocking.
I Set A Trap To Catch My Students Cheating With AI. The Results Were Shocking. I Set A Trap To Catch My Students Cheating With AI. The Results Were Shocking.

Since the spring semester of 2023, it has been apparent that an ever-increasing number of students are submitting AI-generated work.

AdvertisementPlagiarism detectors have and do work well enough for what I might call “classical cheating,” but they are notoriously bad at detecting AI-generated work.

So, I set out this semester to look more carefully for AI work.

To be brief, I inserted hidden text into an assignment’s directions that the students couldn’t see but that ChatGPT can.

AdvertisementThirty-six of my AI students completed it.

17 часов назад @ huffpost.com
Wikipedia:Signs of AI writing - Wikipedia
Wikipedia:Signs of AI writing - Wikipedia

This is a list of phrases and formatting conventions typical of AI chatbots, such as ChatGPT, with real examples taken from Wikipedia articles and drafts. Note that not all text featuring the following indicators is AI-generated; large language models, which power AI-chatbots, have been trained on human writing, and humans might happen to have a writing style similar to that of an AI. Be cautious when relying on automated artificial intelligence detection software such as GPTZero. While these services perform better than random chance, they should not replace human judgment. Beyond simply being indicators, the following phrasings and conventions often violate Wikipedia's Manual of Style or …

17 часов назад @ en.wikipedia.org
Kevin Boone: The privacy nightmare of browser fingerprinting
Kevin Boone: The privacy nightmare of browser fingerprinting Kevin Boone: The privacy nightmare of browser fingerprinting

Kevin BooneThe privacy nightmare of browser fingerprintingI imagine that most people who take an interest in de-Googling are concerned about privacy.

There’s more to do, and it’s getting harder to do it, because of browser fingerprinting.

Not only can browsers mitigate their risks, there’s a far more sinister one: browser fingerprinting.

Closing remarksI suspect that many people who take an interest in Internet privacy don’t appreciate how hard it is to resist browser fingerprinting.

On the other hand, browser fingerprinting produces only statistical results, and usually can’t be used to track or identify a user with certainty.

17 часов назад @ kevinboone.me
LLMs are bullshitters. But that doesn't mean they're not useful | Kagi Blog
LLMs are bullshitters. But that doesn't mean they're not useful | Kagi Blog LLMs are bullshitters. But that doesn't mean they're not useful | Kagi Blog

I’m not the first to note that LLMs are bullshitters, but I want to delve into what this means.

This is why models answer “the surgeon is the boy’s mother” in the example above – it’s the answer to a classic riddle.

LLMs don’t think; they act in probabilitiesConsider ChatGPT’s answer in two languages:The reason ChatGPT gets confused is that it doesn’t operate on numbers, it operates on text.

Active participation from the user keeps them from turning their brain off and simply consuming the LLMs’ answer.

However, the core principle remains: models predict statistically likely text, then have those predictions shaped by additional training.

17 часов назад @ blog.kagi.com
Pro Color Harmonies – Demo
Pro Color Harmonies – Demo Pro Color Harmonies – Demo

Pro Palette is a TypeScript library for generating color palettes based on various color theory principles.

This demo allows you to experiment with different palette types, styles, and modifiers to create custom color schemes.

The library itself is dependency‑free; the demo uses Culori to convert the input color to lCH and to expand the six base colors into additional shades and tints.

Support If you find this project useful, please consider buying me a coffee.

It keeps my caffeine levels high enough to distinguish between #fafafa and #fbfbfb.

17 часов назад @ meodai.github.io
Shop Sans by HEX - Future Fonts
Shop Sans by HEX - Future Fonts Shop Sans by HEX - Future Fonts 17 часов назад @ futurefonts.com
Adversarial Poetry as a Universal Single-Turn Jailbreak Mechanism in Large Language Models
Adversarial Poetry as a Universal Single-Turn Jailbreak Mechanism in Large Language Models

We evaluate all systems under a unified framework combining the 1,200 MLCommons AILuminate Benchmark baseline prompts and their 1,200 poetic counterparts, yielding 2,400 inputs per model, producing approximately 60,000 model outputs.

All evaluations are conducted in a single-turn, text-only setting using provider-default safety configurations and fixed sampling parameters across models.

To label outputs, we follow state-of-the-art LLM-as-a-judge methodology.

To validate the reliability of the judge ensemble, we collect 2,100 human labels over a set of 600 unique model outputs.

Attack Success Rate (ASR) is computed as the proportion of prompts whose final label is UNSAFE.

17 часов назад @ arxiv.org
‘We could have asked ChatGPT’: students fight back over course taught by AI | Staffordshire University | The Guardian
‘We could have asked ChatGPT’: students fight back over course taught by AI | Staffordshire University | The Guardian ‘We could have asked ChatGPT’: students fight back over course taught by AI | Staffordshire University | The Guardian

James and other students confronted university officials multiple times about the AI materials.

For students, AI teaching appears to be less transformative than it is demoralising.

1:09 Voiceover accent changes mid-lesson in alleged AI-generated course – videoThe Guardian reviewed materials from the Staffordshire course and used two different AI detectors – Winston AI and Originality AI – to scan course materials from this year.

Early in the course, James said, he brought his concerns to the student representative during a monthly meeting.

Then, in late November, he aired them during a lecture, which was recorded as a part of the course materials.

17 часов назад @ theguardian.com
Grid Paper
Grid Paper

Information👋 I made this because every time I searched for a printout of graph paper I only get weird low-res JPGs with URLs making it ugly.

Or I could buy a pallet of graph papaer on Amazon.

Then you gotta know how many inches or centimeters it needs to be and I dunno, I'm not a scientist.

So I made this app with a few options you can play with.

Instructions for printingWhen printing from the browser be sure to click "More Settings" and select the checkbox labelled "Background Graphics".

1 day, 17 hours назад @ grid-paper.daverupert.com
The Banished Bottom of the Housing Market - by Ryan Puzycki
The Banished Bottom of the Housing Market - by Ryan Puzycki The Banished Bottom of the Housing Market - by Ryan Puzycki

To bureaucrats, the bulldozer was salubrious, “eliminating dead tissue” and “clearing away the mistakes of the past.” To the people who lived there, it wiped out their last foothold in the housing market.

The SRO crisis was no accident, Groth argues, but the result of government policy at all levels that picked winners and losers in the housing market.

As one advocate put it, “The people you see sleeping under bridges used to be valued members of the housing market.

Office vacancies are soaring at the same time deeply affordable housing is vanishing.

Re-legalizing SROs won’t instantly restore a once deeply affordable housing market that provided housing at scale, but it would at least make …

1 day, 17 hours назад @ ryanpuzycki.com
FAWK: LLMs can write a language interpreter | Martin Janiczek
FAWK: LLMs can write a language interpreter | Martin Janiczek

After reading the book The AWK Programming Language (recommended!

# No need for this hack anymore ↓ ↓ #function foo(a, b ,local1, local2) { function foo(a, b) { local1 = a + b local2 = a - b return local1 + local2 } BEGIN { c = foo(1,2) print(local1) # --> 0, the local1 from foo() didn't leak! }

(OK, now I’m reaching for syntax sugar…)BEGIN { result = [1, 2, 3, 4, 5] |> filter((x) => { x % 2 == 0 }) |> map((x) => { x * x }) |> reduce((acc, x) => { acc + x }, 0) print "Result:", result }Making it happenNow for the crazy, LLM-related part of the post.

I didn’t expect to have a working interpreter the same day I dreamt of a new programming language.

trying to implement a Hindley-Milner type sy…

1 day, 17 hours назад @ martin.janiczek.cz
Pixar: The Early Days
Pixar: The Early Days Pixar: The Early Days

To mark Toy Story’s 30th anniversary, we’re sharing a never-before-seen interview with Steve from November 22, 1996—exactly one year after the film debuted in theaters.

An instant hit with audiences and critics, it also transformed Pixar, which went public the week after its premiere.

Buoyed by Toy Story’s success, Pixar’s stock price closed at nearly double its initial offering, giving it a market valuation of approximately $1.5 billion and marking the largest IPO of 1995.

In July, Pixar announced that it would close its television-commercial unit to focus primarily on feature films.

At Pixar, Steve collaborated closely with president Ed Catmull and refined a management approach centered o…

1 day, 17 hours назад @ stevejobsarchive.com
The $1,000 AWS mistake | Blog
The $1,000 AWS mistake | Blog The $1,000 AWS mistake | Blog

November 18, 2025By Mathias HansenA cautionary tale about AWS VPC networking, NAT Gateways, and how a missing VPC Endpoint turned our S3 data transfers into an expensive lesson.

Corey Quinn from Last Week in AWS has also called out the AWS Managed NAT Gateway for being particularly expensive.

The alert showed something alarming: 20,167.32 GB of "NAT Gateway" data transfers in a single day, which amounted to $907.53.

When you're using VPCs with a NAT Gateway (which most production AWS setups do), S3 transfers still go through the NAT Gateway by default.

If you're using AWS and you haven't checked your VPC Endpoint configuration lately, I'd recommend taking a look.

1 day, 17 hours назад @ geocod.io
public.monster
public.monster public.monster

BETA😎 AN HOMAGE TO 90s ~/PUBLIC_HTML HOSTING Remember when the web was FUN?!

🌈✨ BEST VIEWED WITH BROWSER ✨ Welcome to the coolest place on the World Wide Web!

Make your own site today!

Login / Sign UpNew Here?

Check out our About Page, FAQ, and our policies for cool tips!

1 day, 17 hours назад @ public.monster
Olmo Improvement Benchmark
Olmo Improvement Benchmark Olmo Improvement Benchmark

As with Olmo and Olmo 2, we’re releasing all components of the Olmo 3 flow – data, code, model weights, and checkpoints – under permissive open source licenses.

Olmo 3-Base 32B outperforms other fully open base models, and Olmo 3-Think 32B emerges as the strongest fully open thinking model.

For the 32B model, Olmo 3-Think scales these trends up and becomes one of the strongest fully open reasoning models in its class.

On top of this, we introduce two Dolma 3-based mixes for later stages of base model training.

Try Olmo 3 on the Ai2 Playground | Use Olmo 3 via OpenRouter | Download the models & data | Read the report

1 day, 17 hours назад @ allenai.org
Changelog Changelog
последний пост 2 days, 9 hours назад
NOT a swarm!
NOT a swarm! NOT a swarm!

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.

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Augment provides relevant, contextualized code right in your IDE or Slack.

It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.

2 days, 9 hours назад @ changelog.com
Creating communal computers
Creating communal computers Creating communal computers

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.

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Augment provides relevant, contextualized code right in your IDE or Slack.

It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.

4 days, 3 hours назад @ changelog.com
Why is Zig so cool?
Why is Zig so cool? Why is Zig so cool?

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.

6 days, 2 hours назад @ changelog.com
Retreat to attack
Retreat to attack Retreat to attack

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

Depot – 10x faster builds?

Build faster.

Easily integrate with your existing CI provider and dev workflows to save hours of build time.

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

1 week, 2 days назад @ changelog.com
DO repeat yourself!
DO repeat yourself! DO repeat yourself!

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

Depot – 10x faster builds?

Build faster.

Easily integrate with your existing CI provider and dev workflows to save hours of build time.

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

1 week, 4 days назад @ changelog.com
This new AI role is exploding
This new AI role is exploding This new AI role is exploding

Changelog News!

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

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

1 week, 6 days назад @ changelog.com
#define: sheer resistance
#define: sheer resistance #define: sheer resistance

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

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Backed by Outshift by Cisco, AGNTCY gives developers the tools to build and deploy multi-agent software at scale.

Start building at AGNTCY.org.

Start building at miro.com

2 weeks, 2 days назад @ changelog.com
The world of open source metadata
The world of open source metadata The world of open source metadata

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

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Backed by Outshift by Cisco, AGNTCY gives developers the tools to build and deploy multi-agent software at scale.

Start building at AGNTCY.org.

Start building at miro.com

2 weeks, 4 days назад @ changelog.com
The overlooked power of URLs
The overlooked power of URLs The overlooked power of URLs

Changelog News!

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

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

2 weeks, 6 days назад @ changelog.com
We see dead projects
We see dead projects We see dead projects

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.

Notion – Notion is a place where any team can write, plan, organize, and rediscover the joy of play.

Notion is for everyone — whether you’re a Fortune 500 company or freelance designer, starting a new startup or a student juggling classes and clubs.

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.

3 weeks, 2 days назад @ changelog.com
Agentic infra changes everything
Agentic infra changes everything Agentic infra changes everything

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.

Notion – Notion is a place where any team can write, plan, organize, and rediscover the joy of play.

It’s a workspace designed not just for making progress, but getting inspired.

Notion is for everyone — whether you’re a Fortune 500 company or freelance designer, starting a new startup or a student juggling classes and clubs.

3 weeks, 3 days назад @ changelog.com
Code like a surgeon
Code like a surgeon Code like a surgeon

Changelog News!

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

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

3 weeks, 6 days назад @ changelog.com
Kaizen! Mop-up job
Kaizen! Mop-up job Kaizen! Mop-up job

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Augment provides relevant, contextualized code right in your IDE or Slack.

It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.

Outshift by Cisco – The open source collective building the Internet of Agents.

Backed by Outshift by Cisco, AGNTCY gives developers the tools to build and deploy multi-agent software at scale.

1 month назад @ changelog.com
Bringing Atuin to the desktop
Bringing Atuin to the desktop Bringing Atuin to the desktop

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Augment provides relevant, contextualized code right in your IDE or Slack.

It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.

Outshift by Cisco – The open source collective building the Internet of Agents.

Backed by Outshift by Cisco, AGNTCY gives developers the tools to build and deploy multi-agent software at scale.

1 month назад @ changelog.com
The science behind developer flow states
The science behind developer flow states The science behind developer flow states

Changelog News!

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

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

1 month назад @ changelog.com
ZDNet ZDNet
последний пост 11 часов назад
These 12+ oddball tools are surprisingly useful, and they're all on sale right now
These 12+ oddball tools are surprisingly useful, and they're all on sale right now

Black Friday is a few days away, but I've been searching the web looking for the most useful gadgets that make great gifts.

11 часов назад @ zdnet.com
Thousands of readers bought this smartwatch this year (it's not from Apple, Samsung, or Google)
Thousands of readers bought this smartwatch this year (it's not from Apple, Samsung, or Google) Thousands of readers bought this smartwatch this year (it's not from Apple, Samsung, or Google)

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
The base model Kindle is the e-reader most people should buy, and it's only $80 right now
The base model Kindle is the e-reader most people should buy, and it's only $80 right now The base model Kindle is the e-reader most people should buy, and it's only $80 right now

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.

19 часов назад @ zdnet.com
Best Walmart Black Friday deals live now: Save up to 60% on AirPods, TVs, Dyson vacuums, and more
Best Walmart Black Friday deals live now: Save up to 60% on AirPods, TVs, Dyson vacuums, and more

Walmart's early Black Friday deals are here, with big discounts on laptops, kitchen gadgets, and more (including the lowest-ever prices on AirTags, AirPods, and Apple Watches).

20 часов назад @ zdnet.com
My favorite smart bulbs add ambience to any home, and they're under $20 for Black Friday
My favorite smart bulbs add ambience to any home, and they're under $20 for Black Friday

The GE Cync smart bulbs let you control the lighting and mood of your home. Currently, a two-pack is 25% off, ahead of Black Friday.

22 часа назад @ zdnet.com
This wall-mounted smart calendar can get you organized before the new year (and it's on sale)
This wall-mounted smart calendar can get you organized before the new year (and it's on sale)

In my ongoing effort to stay organized, the 15-inch Skylight Calendar smart display has made the biggest difference. It's 22% off for Black Friday.

22 часа назад @ zdnet.com
These sleep earbuds can dim out distracting noise, and they're not made by Bose or Anker
These sleep earbuds can dim out distracting noise, and they're not made by Bose or Anker These sleep earbuds can dim out distracting noise, and they're not made by Bose or Anker

Also: The best Black Friday deals live nowLucky for you, Ozlo's sleep earbuds just got a discount.

"The Ozlo Sleep earbuds are some of the most comfortable and effective sleep earbuds I've ever tested, and I can't recommend them enough to anybody who needs to quiet down their bedtime environment to catch a few more Z's, that is, if they're willing to pay the $300 price tag.

These sleep earbuds help me fall asleep in my noisy bedroomIf you didn't already know, Bose and Ozlo have some invisible strings.

In 2020, Bose discontinued the Bose Sleepbuds.

If you're still not looking to spend $274 on Ozlo's sleep buds, Anker's A30 sleep earbuds are slightly more affordable (and also on sale now).

23 часа назад @ zdnet.com
10 most popular phones this year, according to thousands of readers (and no.1 is bananas)
10 most popular phones this year, according to thousands of readers (and no.1 is bananas) 10 most popular phones this year, according to thousands of readers (and no.1 is bananas)

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

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

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

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

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

1 day, 11 hours назад @ zdnet.com
This Apple Watch model is still my favorite - and it's the cheapest one you can buy new
This Apple Watch model is still my favorite - and it's the cheapest one you can buy new This Apple Watch model is still my favorite - and it's the cheapest one you can buy new

The Apple Watch SE 2 pictured with the Spigen Crystal Liquid Pro Apple Watch band.

Apple's popular watch devices are available in several models, and the Watch SE 2 isn't the latest base option anymore.

Also: Apple Watch SE 3 vs. Watch SE 2: I compared the two models, and there's a clear winnerI own the Watch SE 2, and it's been the perfect smartwatch companion to my mostly low-key tech lifestyle.

Right now, you can grab my favorite watch model (still), the Watch SE 2 for up to $90 off at Walmart, dropping the price to $160.

Also: I compared every Apple Watch in 2025 - here's why I recommend this model the mostThe larger 44mm Apple Watch SE 2 is on sale, too, for $190 in select colors.

1 day, 12 hours назад @ zdnet.com
Seriously, Verizon is giving away free Samsung 4K TVs for Black Friday - how to qualify
Seriously, Verizon is giving away free Samsung 4K TVs for Black Friday - how to qualify

If you ever needed a reason to upgrade your home internet plan, let this be one to consider.

1 day, 12 hours назад @ zdnet.com
This do-it-all cable is a must-have travel item (and it's under $15 right now)
This do-it-all cable is a must-have travel item (and it's under $15 right now) This do-it-all cable is a must-have travel item (and it's under $15 right now)

That is, until I found the Statik PowerPivot Pro wire.

The Statik PowerPivot Pro cable offers fast charging, convenient usability and a 2-in-1 port on one end.

The Statik PowerPivot Pro is essentially a USB-A to USB-C cable but the former can be pulled out to reveal a Type-C port, making it a USB-C to -C wire when needed.

The Statik PowerPivot Pro is rated to deliver a satisfactory 480Mbps (USB 2.0 standard) data transfer speed and up to 60W power output for fast charging.

The Statik PowerPivot Pro wire is a great blend of convenience and functionality for travelers.

1 day, 13 hours назад @ zdnet.com
The GE Opal nugget ice maker makes the good ice, and it's $160 off for Black Friday
The GE Opal nugget ice maker makes the good ice, and it's $160 off for Black Friday

Whether you call it the good ice, Sonic ice, or soft ice, you can now have it from the comfort of your kitchen.

1 day, 14 hours назад @ zdnet.com
Best early Black Friday Verizon deals 2025: How to qualify for a free iPhone, Samsung, or Pixel
Best early Black Friday Verizon deals 2025: How to qualify for a free iPhone, Samsung, or Pixel Best early Black Friday Verizon deals 2025: How to qualify for a free iPhone, Samsung, or Pixel

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

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

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

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

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

1 day, 20 hours назад @ zdnet.com
The best GPS trackers for kids recommended by parents in 2025
The best GPS trackers for kids recommended by parents in 2025 The best GPS trackers for kids recommended by parents in 2025

Why we like it: The Apple AirTag is an affordable and accurate solution to keep track of your child's location.

However, one caveat is that an AirTag requires another Apple device to be nearby and connected to the internet to share its location with Apple's Find My network.

Review: Apple AirTagWho's it for: The AirTag will best serve families already using Apple products.

Of the customers who purchased an AirTag at Best Buy, 96% said they would recommend it to a friend.

Apple AirTag specs: Price: $29 or four for $99 | Battery life: One year | Real-time tracking: No | Monthly cost: None | Connectivity: Bluetooth, Apple's Find My Network

1 day, 20 hours назад @ zdnet.com
Best early Black Friday phone deals 2025: I found 15 offers on iPhones, Pixel, Samsung, more
Best early Black Friday phone deals 2025: I found 15 offers on iPhones, Pixel, Samsung, more Best early Black Friday phone deals 2025: I found 15 offers on iPhones, Pixel, Samsung, 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.

1 day, 20 hours назад @ zdnet.com
TechCrunch TechCrunch
последний пост 1 час назад
Roblox CEO interview gets heated over child safety
Roblox CEO interview gets heated over child safety

Roblox CEO Dave Baszuki joined the Hard Fork podcast to discuss the gaming platform’s new age verification feature — but he seemed to get frustrated at the number of questions focused on child safety.

1 час назад @ techcrunch.com
X’s new About This Account feature is going great
X’s new About This Account feature is going great

A new feature seemingly revealed many right-wing “America First” accounts are actually based outside the United States. But the data seems questionable.

2 часа назад @ techcrunch.com
AI is too risky to insure, say people whose job is insuring risk
AI is too risky to insure, say people whose job is insuring risk

Major insurers including AIG, Great American, and WR Berkley are asking U.S. regulators for permission to exclude AI-related liabilities from corporate policies. One underwriter describes the AI models’ outputs to the FT as "too much of a black box."

5 часов назад @ techcrunch.com
TechCrunch Mobility: Searching for the robotaxi tipping point
TechCrunch Mobility: Searching for the robotaxi tipping point

Welcome back to TechCrunch Mobility — your central hub for news and insights on the future of transportation.

6 часов назад @ techcrunch.com
Beehiiv’s CEO isn’t worried about newsletter saturation
Beehiiv’s CEO isn’t worried about newsletter saturation

Beehiiv's co-founder and CEO Tyler Deck spoke to TechCrunch about why the company has been expanding, and where the media business is going next.

6 часов назад @ techcrunch.com
ChatGPT told them they were special — their families say it led to tragedy
ChatGPT told them they were special — their families say it led to tragedy

A wave of lawsuits against OpenAI detail how ChatGPT used manipulative language to isolate users from loved ones and make itself into their sole confidant.

7 часов назад @ techcrunch.com
Trump administration might not fight state AI regulations after all
Trump administration might not fight state AI regulations after all

A Trump administration order targeting state-level AI regulation is reportedly on hold.

1 day, 1 hour назад @ techcrunch.com
Waymo gets regulatory approval to expand across Bay Area and Southern California
Waymo gets regulatory approval to expand across Bay Area and Southern California

Waymo continues to expand its reach, with the robotaxi company posting Friday that it’s now “officially authorized to drive fully autonomously across more of the Golden State.”

1 day, 1 hour назад @ techcrunch.com
Meta wants to get into the electricity trading business
Meta wants to get into the electricity trading business

In order to accelerate the construction of new power plants needed to provide energy for its data centers, Meta is looking to get into the business of trading electricity.

1 day, 5 hours назад @ techcrunch.com
Byju’s founder to appeal U.S. court order to pay over $1B in bankruptcy case
Byju’s founder to appeal U.S. court order to pay over $1B in bankruptcy case

A U.S. bankruptcy court has ordered Byju's founder Byju Raveendran to pay over $1.07 billion in a case over missing company funds.

1 day, 7 hours назад @ techcrunch.com
Why now is the best time to invest in climate tech
Why now is the best time to invest in climate tech

Global expectations around climate change has shifted dramatically in the last decade, suggesting that similarly significant changes are on the horizon.

1 day, 7 hours назад @ techcrunch.com
Pew’s latest social media report shows X’s staying power in the U.S., despite competition
Pew’s latest social media report shows X’s staying power in the U.S., despite competition

X is still used by 21% of U.S. adults, Pew found, only down from 23% in 2021, despite increased competition from Meta, startups, and decentralized social media.

1 day, 7 hours назад @ techcrunch.com
How this founder’s unlikely path to Silicon Valley could become an edge in industrial tech
How this founder’s unlikely path to Silicon Valley could become an edge in industrial tech

Young's age and background – things that might seem like disadvantages when it comes to more established industries – have become his secret weapons. When he walks into a room of executives twice or three times his age, he says, there's initial skepticism. "Who the hell is this young guy and how does he know what he's talking about?"

1 day, 19 hours назад @ techcrunch.com
Bret Taylor’s Sierra reaches $100M ARR in under two years
Bret Taylor’s Sierra reaches $100M ARR in under two years

The startup’s rapid growth suggests that enerprises are embracing AI agents.

2 days назад @ techcrunch.com
The hottest AI wearables and gadgets you can buy right now
The hottest AI wearables and gadgets you can buy right now

We compiled all the hottest AI wearables currently available, including Bee, Friend, Plaud, and more.

2 days, 3 hours назад @ techcrunch.com
Slashdot Slashdot
последний пост 1 час назад
Cryptologist DJB Criticizes Push to Finalize Non-Hybrid Security for Post-Quantum Cryptography
Cryptologist DJB Criticizes Push to Finalize Non-Hybrid Security for Post-Quantum Cryptography Cryptologist DJB Criticizes Push to Finalize Non-Hybrid Security for Post-Quantum Cryptography

In October cryptologist/CS professor Daniel J. Bernstein alleged that America's National Security

Agency (and its UK counterpart GCHQ) were attempting to influence NIST to adopt weaker post-quantum cryptography

standards without a "hybrid" approach that would've also included pre-quantum ECC. Bernstein is of the opinion that "Given how

many post-quantum proposals have been broken and the continuing flood of side-channel attacks, any competent engineering evaluation will conclude that

the best way to deploy post-quantum [PQ] encryption for TLS, and for the Internet more broadly, is as double encryption: post-quantum cryptography on top of ECC." But

he says he's seen it playing out differentl…

1 час назад @ it.slashdot.org
Google Revisits JPEG XL in Chromium After Earlier Removal
Google Revisits JPEG XL in Chromium After Earlier Removal Google Revisits JPEG XL in Chromium After Earlier Removal

"Three years ago, Google removed JPEG XL support from Chrome, stating there wasn't enough interest at the time," writes the blog Windows Report. "That position has now changed." In a recent note to developers, a Chrome team representative confirmed that work has restarted to bring JPEG XL to Chromium and said Google "would ship it in Chrome" once long-term maintenance and the usual launch requirements are met. The team explained that other platforms moved ahead. Safari supports JPEG XL, and Windows 11 users can add native support through an image extension from Microsoft Store. The format is also confirmed for use in PDF documents. There has been continuous demand from developers and users …

2 часа назад @ tech.slashdot.org
Mozilla Announces 'TABS API' For Developers Building AI Agents
Mozilla Announces 'TABS API' For Developers Building AI Agents Mozilla Announces 'TABS API' For Developers Building AI Agents

"Fresh from announcing it is building an AI browsing mode in Firefox and laying the groundwork for agentic interactions in the Firefox 145 release, the corp arm of Mozilla is now flexing its AI muscles in the direction of those more likely to care," writes the blog OMG Ubuntu: If you're a developer building AI agents, you can sign up to get early access to Mozilla's TABS API, a "powerful web content extraction and transformation toolkit designed specifically for AI agent builders"... The TABS API enables devs to create agents to automate web interactions, like clicking, scrolling, searching, and submitting forms "just like a human". Real-time feedback and adaptive behaviours will, Mozilla s…

3 часа назад @ tech.slashdot.org
One Company's Plan to Sink Nuclear Reactors Deep Underground
One Company's Plan to Sink Nuclear Reactors Deep Underground One Company's Plan to Sink Nuclear Reactors Deep Underground

Long-time Slashdot reader jenningsthecat shared this article from IEEE Spectrum: By dropping a nuclear reactor 1.6 kilometers (1 mile) underground, Deep Fission aims to use the weight of a billion tons of rock and water as a natural containment system comparable to concrete domes and cooling towers. With the fission reaction occurring far below the surface, steam can safely circulate in a closed loop to generate power. The California-based startup announced in October that prospective customers had signed non-binding letters of intent for 12.5 gigawatts of power involving data center developers, industrial parks, and other (mostly undisclosed) strategic partners, with initial sites under co…

4 часа назад @ hardware.slashdot.org
Could High-Speed Trains Shorten US Travel Times While Reducing Emissions?
Could High-Speed Trains Shorten US Travel Times While Reducing Emissions? Could High-Speed Trains Shorten US Travel Times While Reducing Emissions?

With some animated graphics, CNN "reimagined" what three of America's busiest air and road travel routes would look like with high-speed trains, for "a glimpse into a faster, more connected future." The journey from New York City to Chicago could take just over six hours by high-speed train at an average speed of 160 mph, cutting travel time by more than 13 hours compared with the current Amtrak route... The journey from San Francisco to Los Angeles could be completed in under three hours by high-speed train... The journey from Atlanta to Orlando could be completed in under three hours by high-speed train that reaches 160 mph, cutting travel time by over half compared with driving... While …

5 часов назад @ news.slashdot.org
Microsoft and GitHub Preview New Tool That Identifies, Prioritizes, and Fixes Vulnerabilities With AI
Microsoft and GitHub Preview New Tool That Identifies, Prioritizes, and Fixes Vulnerabilities With AI Microsoft and GitHub Preview New Tool That Identifies, Prioritizes, and Fixes Vulnerabilities With AI

"Security, development, and AI now move as one," says Microsoft's director of cloud/AI security

product marketing. Microsoft and GitHub "have launched a native integration between Microsoft Defender for Cloud and GitHub Advanced Security that aims to address what one executive calls decades of accumulated security debt in enterprise codebases..." according to The New Stack: The integration, announced this week in San Francisco at the

Microsoft

Ignite 2025 conference and now available in public preview,

connects runtime intelligence from production environments directly

into developer workflows. The goal is to help organizations

prioritize which vulnerabilities actually matter and use AI to …

6 часов назад @ developers.slashdot.org
Engineers are Building the Hottest Geothermal Power Plant on Earth - Next to a US Volcano
Engineers are Building the Hottest Geothermal Power Plant on Earth - Next to a US Volcano Engineers are Building the Hottest Geothermal Power Plant on Earth - Next to a US Volcano

"On the slopes of an Oregon volcano, engineers are building the hottest geothermal power plant on Earth," reports the Washington Post: The plant will tap into the infernal energy of Newberry Volcano, "one of the largest and most hazardous active volcanoes in the United States," according to the U.S. Geological Survey. It has already reached temperatures of 629 degrees Fahrenheit, making it one of the hottest geothermal sites in the world, and next year it will start selling electricity to nearby homes and businesses. But the start-up behind the project, Mazama Energy, wants to crank the temperature even higher — north of 750 degrees — and become the first to make electricity from what indus…

7 часов назад @ hardware.slashdot.org
How the Internet Rewired Work - and What That Tells Us About AI's Likely Impact
How the Internet Rewired Work - and What That Tells Us About AI's Likely Impact How the Internet Rewired Work - and What That Tells Us About AI's Likely Impact

"The internet did transform work — but not the way 1998 thought..." argues the Wall Street Journal. "The internet slipped inside almost every job and rewired how work got done." So while the number of single-task jobs like travel agent dropped, most jobs "are bundles of judgment, coordination and hands-on work," and instead the internet brought "the quiet transformation of nearly every job in the economy... Today, just 10% of workers make minimal use of the internet on the job — roles like butcher and carpet installer." [T]he bigger story has been additive. In 1998, few could conceive of social media — let alone 65,000 social-media managers — and 200,000 information-security analysts would …

10 часов назад @ it.slashdot.org
Microsoft Warns Its Windows AI Feature Brings Data Theft and Malware Risks, and 'Occasionally May Hallucinate'
Microsoft Warns Its Windows AI Feature Brings Data Theft and Malware Risks, and 'Occasionally May Hallucinate' Microsoft Warns Its Windows AI Feature Brings Data Theft and Malware Risks, and 'Occasionally May Hallucinate'

"Copilot Actions on Windows 11" is currently available in Insider builds (version 26220.7262) as part of Copilot Labs, according to a recent report, "and is off by default, requiring admin access to set it up." But maybe it's off for a good reason...besides the fact that it can access any apps installed on your system: In a support document, Microsoft admits that features like Copilot Actions introduce " novel security risks ." They warn about cross-prompt injection (XPIA), where malicious content in documents or UI elements can override the AI's instructions. The result? " Unintended actions like data exfiltration or malware installation ." Yeah, you read that right. Microsoft is shipping …

14 часов назад @ tech.slashdot.org
Amazon's AI-Powered IDE Kiro Helps Vibe Coders with 'Spec Mode'
Amazon's AI-Powered IDE Kiro Helps Vibe Coders with 'Spec Mode' Amazon's AI-Powered IDE Kiro Helps Vibe Coders with 'Spec Mode'

A promotional video for Amazon's Kiro software development system took a unique approach, writes GeekWire. "Instead of product diagrams or keynote slides, a crew from Seattle's Packrat creative studio used action figures on a miniature set to create a stop-motion sequence..." "Can the software development hero conquer the 'AI Slop Monster' to uncover the gleaming, fully functional robot buried beneath the coding chaos?" Kiro (pronounced KEE-ro) is Amazon's effort to rethink how developers use AI. It's an integrated development environment that attempts to tame the wild world of vibe coding... But rather than simply generating code from prompts [in "vibe mode"], Kiro breaks down requests int…

17 часов назад @ developers.slashdot.org
Did Bitcoin Play a Role in Thursday's Stock Sell-Off?
Did Bitcoin Play a Role in Thursday's Stock Sell-Off? Did Bitcoin Play a Role in Thursday's Stock Sell-Off?

A week ago Bitcoin was at $93,714. Saturday it dropped to $85,300. Late Thursday, market researcher Ed Yardeni blamed some of Thursday's stock market sell-off on "the ongoing plunge in bitcoin's price," reports Fortune: "There has been a strong correlation between it and the price of TQQQ, an ETF that seeks to achieve daily investment results that correspond to three times (3x) the daily performance of the Nasdaq-100 Index," [Yardeni wrote in a note]. Yardeni blamed bitcoin's slide on the GENIUS Act, which was enacted on July 18, saying that the regulatory framework it established for stablecoins eliminated bitcoin's transactional role in the monetary system. "It's possible that the rout in…

20 часов назад @ news.slashdot.org
PHP 8.5 Brings Long-Awaited Pipe Operator, Adds New URI Tools
PHP 8.5 Brings Long-Awaited Pipe Operator, Adds New URI Tools PHP 8.5 Brings Long-Awaited Pipe Operator, Adds New URI Tools

"PHP 8.5 landed on Thursday with a long-awaited pipe operator and a new standards-compliant URI parser," reports the Register, "marking one of the scripting language's more substantial updates... " The pipe operator allows function calls to be chained together, which avoids the

extraneous variables and nested statements that might otherwise be

involved. Pipes tend to make code more readable than other ways to

implement serial operations. Anyone familiar with the Unix/Linux

command line or programming languages like R,

F#,

Clojure, or

Elixir

may have used the pipe operator. In JavaScript, aka ECMAScript, a

pipe operator has been proposed, though there are alternatives

like method chaining. A…

21 час назад @ developers.slashdot.org
'The Strange and Totally Real Plan to Blot Out the Sun and Reverse Global Warming'
'The Strange and Totally Real Plan to Blot Out the Sun and Reverse Global Warming' 'The Strange and Totally Real Plan to Blot Out the Sun and Reverse Global Warming'

In a 2023 pitch to investors, a "well-financed, highly credentialed" startup named Stardust aimed for a "gradual temperature reduction demonstration" in 2027, according to a massive new 9,600-word article from Politico. ("Annually dispersing ~1 million tons of sun-reflecting particles," says one slide. "Equivalent to ~1% extra cloud coverage.") "Another page told potential investors Stardust had already run low-altitude experiments using 'test particles'," the article notes: [P]ublic records and interviews with more than three dozen scientists, investors, legal experts and others familiar with the company reveal an organization advancing rapidly to the brink of being able to press "go" on i…

23 часа назад @ news.slashdot.org
Meta Plans New AI-Powered 'Morning Brief' Drawn From Facebook and 'External Sources'
Meta Plans New AI-Powered 'Morning Brief' Drawn From Facebook and 'External Sources' Meta Plans New AI-Powered 'Morning Brief' Drawn From Facebook and 'External Sources'

Meta "is testing a new product that would give Facebook users a personalized daily briefing powered by the company's generative AI technology" reports the Washington Post. They cite records they've reviwed showing that Meta "would analyze Facebook content and external sources to push custom updates to its users." The company plans to test the product with a small group of Facebook users in select cities such as New York and San Francisco, according to a person familiar with the project who spoke on the condition of anonymity to discuss private company matters... Meta's foray into pushing updates for consumers follows years of controversy over its relationship with publishers. The tech compa…

1 day назад @ tech.slashdot.org
Are Astronomers Wrong About Dark Energy?
Are Astronomers Wrong About Dark Energy? Are Astronomers Wrong About Dark Energy?

An anonymous reader shared this report from CNN: The universe's expansion might not be accelerating but slowing down, a new study suggests. If confirmed, the finding would upend decades of established astronomical assumptions and rewrite our understanding of dark energy, the elusive force that counters the inward pull of gravity in our universe... Last year, a consortium of hundreds of researchers using data from the Dark Energy Spectroscopic Instrument (DESI) in Arizona, developed the largest ever 3D map of the universe. The observations hinted at the fact that dark energy may be weakening over time, indicating that the universe's rate of expansion could eventually slow. Now, a study publi…

1 day, 2 hours назад @ science.slashdot.org
Блоги людей
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 days, 10 hours назад @ nedbatchelder.com
Robotaxis and Suburbia
Robotaxis and Suburbia

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

5 days, 12 hours назад @ stratechery.com
Why your mock breaks later
Why your mock breaks later

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

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

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

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

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

1 week назад @ nedbatchelder.com
⛵ Вастрик Флот 2025 ⛵
⛵ Вастрик Флот 2025 ⛵ ⛵ Вастрик Флот 2025 ⛵

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

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

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

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

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

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

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

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

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

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

1 week, 6 days назад @ nedbatchelder.com
The Benefits of Bubbles
The Benefits of Bubbles

We are in an AI Bubble: the big question is if this bubble will worth it for the physical infrastructure and coordinated innovation that result?

2 weeks, 4 days назад @ stratechery.com
Side project advice
Side project advice

Last night was a Boston Python project night where I

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

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

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

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

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

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

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

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

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

1 month назад @ stratechery.com
Natural cubics, circular Simplex
Natural cubics, circular Simplex Natural cubics, circular Simplex

This post continues where Hobby Hilbert Simplex left

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

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

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

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

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

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

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

1 month назад @ nedbatchelder.com
OpenAI's Windows Play
OpenAI's Windows Play

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

1 month, 2 weeks назад @ stratechery.com
Sora, AI Bicycles, and Meta Disruption
Sora, AI Bicycles, and Meta Disruption Sora, AI Bicycles, and Meta Disruption

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

1 month, 2 weeks назад @ stratechery.com
Hobby Hilbert Simplex
Hobby Hilbert Simplex Hobby Hilbert Simplex

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

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

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

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

aBe on Mastodon:

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

1 month, 4 weeks назад @ nedbatchelder.com
The YouTube Tip of the Google Spear
The YouTube Tip of the Google Spear

I've come to appreciate Google's amorphous nature; what makes me bullish is the clarity of YouTube's AI opportunity.

2 months назад @ stratechery.com
Testing is better than DSA
Testing is better than DSA

I see new learners asking about “DSA” a lot. Data Structures and Algorithms

are of course important: considered broadly, they are the two ingredients that

make up all programs. But in my opinion, “DSA” as an abstract field of study

is over-emphasized.I understand why people focus on DSA: it’s a concrete thing to learn about,

there are web sites devoted to testing you on it, and most importantly, because

job interviews often involve DSA coding questions.Before I get to other opinions, let me make clear that anything you can do to

help you get a job is a good thing to do. If grinding

leetcode will land you a position, then do it.But I hope companies hiring entry-level engineers aren’t asking …

2 months назад @ nedbatchelder.com
>Анонс: Сайд-бай-сайд
Анонс: Сайд-бай-сайд Анонс: Сайд-бай-сайд

Анонс еще одного продукта, на этот раз для работы

Это приложение для голосовалок по картинкам (или видосам). Бывает, что нужно показать несколько вариантов и провести, так сказать, юикс ресерч. Знаю, как это решаю сам: почта, телеграм, эмодзи под сообщениями в чате. Собирать гуглдок не будешь, а без него агрегировать результаты — пытка. Я сделал сервис.

Что можно: Закинуть несколько картинок или видео в голосовалку.

Дать людям проголосовать и через некоторое время посмотреть результаты.

Есть плагин для фигмы, чтобы загружать картинки прямиком из фигмы.

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

Можно включить уведомления в чат (пока поддержива…

2 months, 2 weeks назад @ mikeozornin.ru
iPhones 17 and the Sugar Water Trap
iPhones 17 and the Sugar Water Trap

Apple's iPhone announcement was impressive, but no one was impressed, because Apple is increasingly peripheral to what is changing the world.

2 months, 2 weeks назад @ stratechery.com
>Курсор для … — это Курсор
Курсор для … — это Курсор

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

На днях увидел про курсор для дизайнеров, onlook.com. Несколько часов оно провисело на промте и потом сломалось. Ну окей.

На первый взгляд специлизированные тулы выглядят перспективно, они удобнее, лучше учитывают задачи конкретно вас. Возьмем тот же Фигма Мейк, болт, лавабл, реплит. Ощущение, когда ты написал промт и получил не кусок кода, а живой сервис — магическое. Первый раз это поражает. Я на 100% с вами согласен. Но потом инструмент начнет очень-очень жать. Захотите чуть отойти в сторону — все начнет ломаться и жать. Захотите написать…

2 months, 2 weeks назад @ mikeozornin.ru
Вастрик ⛺ Кэмп 2025
Вастрик ⛺ Кэмп 2025 Вастрик ⛺ Кэмп 2025

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

2 months, 3 weeks назад @ vas3k.club
Европейский человек
Европейский человек

Будучи ребёнком, я на эти курьёзы особенно не обращал внимания. Мама регулярно готовила бигос, но почему-то никогда так его не называла. Мы точно никогда не жили, как польская семья. До меня донеслось лишь эхо семейной истории, в которой там кто-то куда-то ехал, был сослан, работал много... Всё это было два или три поколения назад, я особо не разбирался, где-то в тайге кто-то жил, потом перестал жить, истории предков никогда не занимали моё воображение так, как будоражили его, скажем, романы Герберта Уэллса.

2 months, 3 weeks назад @ staskulesh.com
Почему раньше полезный контент работал, а сейчас нет?
Почему раньше полезный контент работал, а сейчас нет?

Почему раньше полезный контент работал, а сейчас нет?

2 months, 3 weeks назад @ bureau.ru
Leftover comics part two
Leftover comics part two Leftover comics part two

This is my second batch of rejected New Yorker comicsView on my website

2 months, 3 weeks назад @ theoatmeal.com
2025.35: Intel and the Least Bad Option
2025.35: Intel and the Least Bad Option

The best Stratechery content from the week of August 25, 2025, including the U.S. getting into the chip business, KPop Demon Hunters and the Netflix machine, and China's plan for AI chips.

2 months, 3 weeks назад @ stratechery.com
>Анонс Recipe scaler
Анонс Recipe scaler Анонс Recipe scaler

Навайбкодил себе проект, вдруг кому будет полезен Зачем нужен

В рецептах обычно указывают количество ингредиентов на Х порций, а приготовить нужно на Y. В этих случаях приходится пересчитывать все ингредиенты рецепта, сохраняя пропорции.

Для этого дизайн-директор Злых Марсиан Рома Шамин написал приложение Recipe scaler. Мне не хватало в нем текста описания, чтобы вставить сам рецепт, а ждать обновлений как будто не приходится. Я написал для себя свое другое.

recipe-scaler.ru

Что я посчитал нужным добавить: Текст описания. Если в нем разметить ингредиенты, то будет актуальный рецепт на нужные пропорции

Десктоп-версию. Бывает, что удобнее записать рецепт с компьютера, особенно если нужно скоп…

2 months, 3 weeks назад @ mikeozornin.ru
Sea Level
Sea Level Sea Level 2 months, 3 weeks назад @ xkcd.com
Как поставить дедлайн, если делаешь свой творческий проект
Как поставить дедлайн, если делаешь свой творческий проект

У меня вопрос: как поставить дедлайн, если делаешь свой творческий проект, и единственный заказчик — это ты? Делаю свой сайт, и раз за разом хочется добавить новый блок или функционал, от чего релиз уезжает далеко за горизонт событий. Как понять, что нужно остановиться и что-то пофлексить, если хочется сделать лучше всех, выпендриться по максимуму?

2 months, 3 weeks назад @ bureau.ru
Nvidia Earnings, Moats and China, Nvidia vs. the AI Labs
Nvidia Earnings, Moats and China, Nvidia vs. the AI Labs

Nvidia's earning continue to be governed by supply — and reasoning models make that even more the case. Plus, why Nvidia is so desperate to get back into China.

2 months, 3 weeks назад @ stratechery.com
Чем отличается виртуальный хостинг, VPS/VDS и выделенный сервер?
Чем отличается виртуальный хостинг, VPS/VDS и выделенный сервер? 2 months, 4 weeks назад @ bureau.ru
KPop Demon Hunters, Sony’s Risk, The Netflix Aggregator
KPop Demon Hunters, Sony’s Risk, The Netflix Aggregator

KPop Demon Hunters is the hit of the year. Sony missed out, but they didn't make a mistake; Netflix won the reward by being an Aggregator.

2 months, 4 weeks назад @ stratechery.com
Wavefunction Collapse
Wavefunction Collapse Wavefunction Collapse 2 months, 4 weeks назад @ xkcd.com
U.S. Intel
U.S. Intel

The U.S. taking an equity stake in Intel is a terrible idea; it also happens to be the least bad idea to make Intel Foundry viable.

2 months, 4 weeks назад @ stratechery.com
U.S. Intel
U.S. Intel

The U.S. taking an equity stake in Intel is a terrible idea; it also happens to be the least bad idea to make Intel Foundry viable.

2 months, 4 weeks назад @ stratechery.com
Руководство клуба решило добавить креатива
Руководство клуба решило добавить креатива

Привет, Бюро!

В нашем небольшом фитнес-клубе у дома на шкафах в раздевалке раньше были номерки. Шкафчики периодически добавлялись и заменялись. В итоге их номера встали рандомно. Например, за ящиком № 1 вполне мог пойти ящик № 6. Руководство решило навести порядок, но при этом добавить креатива и персонализированного подхода к клиентам.

Схема такая:

— вы приходите в клуб и на стойке администратора вытягиваете из вазочки ключ;

— на ключе надпись «Самая яркая», «Самая эффективная», «Самая способная» и прочее подобное;

— вы проходите в раздевалку и начинаете проходить квест «Найди свой ящик».

В результате, в небольшом помещении скапливается толпа людей, которые из 50 ящиков пытаются найти свой…

3 months назад @ bureau.ru
ОТЧЕТ как артефакт и легенда интернет-рекламы
ОТЧЕТ как артефакт и легенда интернет-рекламы

В основном, конечно, коллеги не теряются: вы сейчас запросто найдете, кто крутит рекламу в MyTarget, СберAds, TG-Ads, ведет блоги на Дзене и страницы в ВК, блоги на Рутубе и даже рисует там какие-то кейсы успеха.

3 months назад @ torshina.me
Dual Roomba
Dual Roomba Dual Roomba 3 months назад @ xkcd.com
Finding unneeded pragmas
Finding unneeded pragmas

To answer a long-standing coverage.py feature request, I

threw together an experiment: a tool to identify lines that have been excluded

from coverage, but which were actually executed.The program is a standalone file in the coverage.py repo. It is unsupported.

I’d like people to try it to see what they think of the idea. Later we can

decide what to do with it.To try it: copy warn_executed.py from

GitHub. Create a .toml file that looks something like this:# Regexes that identify excluded lines:

warn-executed = [ "pragma: no cover", "raise AssertionError", "pragma: cant happen", "pragma: never called", ] # Regexes that identify partial branch lines:

warn-not-partial = [ "pragma: no branch", ]…

3 months назад @ nedbatchelder.com
Шрифтовые пары, геймификация интерфейса и книги о патернах в архитектуре
Шрифтовые пары, геймификация интерфейса и книги о патернах в архитектуре 3 months назад @ bureau.ru
Как бы вы сейчас залетали в «Телеграм» с нуля?
Как бы вы сейчас залетали в «Телеграм» с нуля?

Вопрос Ильяхову. Как бы вы сейчас залетали в «Телеграм» с нуля? О чем сейчас вести канал и какую выбрать стратегию, чтобы стать востребованным в текущей ситуации? Буду рад любым мыслям и подсказкам.

3 months назад @ bureau.ru
Как иконизировать наличные?
Как иконизировать наличные?

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

3 months назад @ bureau.ru
Coastline Similarity
Coastline Similarity Coastline Similarity 3 months назад @ xkcd.com
Cesium
Cesium Cesium 3 months назад @ xkcd.com
A Personal Update and Vacation Break
A Personal Update and Vacation Break

A Personal Update and Vacation Break

3 months назад @ stratechery.com
Predicament
Predicament Predicament 3 months, 1 week назад @ xkcd.com
Бюросфера Про. Часть 2. Нетворкинг, поиск работы и коллег
Бюросфера Про. Часть 2. Нетворкинг, поиск работы и коллег 3 months, 1 week назад @ bureau.ru
My dog is going to be animated
My dog is going to be animated My dog is going to be animated

My Dog: The Paradox is going to be an animated short film.View on my website

3 months, 1 week назад @ theoatmeal.com
Beyond Booleans
Beyond Booleans

What is the type of 2 + 2 = 4?

3 months, 1 week назад @ overreacted.io
Инди-разработка
Show HN Show HN
последний пост 57 минут назад
Show HN: I made the Samsung alarm into a real music box
Show HN: I made the Samsung alarm into a real music box Show HN: I made the Samsung alarm into a real music box

Turns out I’m not alone:The alarm sound was clearly styled to sound like a music box, but I couldn’t find any historical song it was based on, nor anyone who had made it into an actual music box.

It turns out that each music box comb is custom-machined for its specific song.

(For a deeper dive, Engineerguy has a fantastic video on how a wind up music box works).

I vibecoded a script to test each music box against Homecoming at all 12 possible transpositions.

It would tick down like a timer, then trigger the music box instead of ringing a bell.

57 минут назад @ joshmosier.com
Show HN: I wrote a minimal memory allocator in C
Show HN: I wrote a minimal memory allocator in C Show HN: I wrote a minimal memory allocator in C

Custom Memory AllocatorA custom implementation of malloc, calloc, realloc, and free in C.OverviewThis project implements a memory allocator from scratch using sbrk for small allocations and mmap for large allocations.

It includes optimizations like block splitting to reduce fragmentation and coalescing to merge adjacent free blocks.

I've also written a blog post (~20 minute read) explaining step by step the process behind writing this memory allocator project, if that's of interest, you can read it here!

Author@t9nzinAcknowledgementsI credit Dan Luu for his fantastic malloc() tutorial which I greatly enjoyed reading and served as a helpful reference for this project.

If you would like to ta…

58 минут назад @ github.com
Show HN: Safe-NPM – only install packages that are +90 days old
Show HN: Safe-NPM – only install packages that are +90 days old Show HN: Safe-NPM – only install packages that are +90 days old

A security-focused npm installer that protects your projects from newly compromised packages.

Supply chain attacks on npm packages are a growing threat.

InstallationInstall from npm (recommended)# Install globally npm install -g @dendronhq/safe-npm # Now you can use it anywhere safe-npm installBuild from source# Clone and build git clone < repository-url > cd safe-npm npm install npm run build # Link the binary globally npm linkBasic usageInstall dependencies from package.json# Use the minimum age of 90 days (default) safe-npm install # Or specify your own minimum age safe-npm install --min-age-days 120Install specific packages# Install packages directly with version constraints safe-npm in…

1 час назад @ github.com
Show HN: BlankTrace – a Rust‑based MitM proxy to anonymize browser traffic
Show HN: BlankTrace – a Rust‑based MitM proxy to anonymize browser traffic

Build & Run ProxyGet up and running in minutes using Rust's cargo toolchain.

The proxy automatically generates a CA certificate for HTTPS interception.

$ cargo build --release $ cargo run blanktrace⚠️ Important: You must trust the generated CA certificate in your browser for HTTPS interception to work.

1 час назад @ mrorigo.github.io
Show HN: SaaS waste calculator (most waste –$250/employee/year)
Show HN: SaaS waste calculator (most waste –$250/employee/year) Show HN: SaaS waste calculator (most waste –$250/employee/year)

Stop Bleeding Money on Unused SoftwareMost companies waste 15-25% of their SaaS budget on ghost accounts, unused licenses, and over-provisioned seats.

LicenseLogic automatically tracks every license, identifies waste, and helps you reclaim that budget.

1 час назад @ licenselogic.co
Show HN: ESLint-plugin-no-else-if
Show HN: ESLint-plugin-no-else-if Show HN: ESLint-plugin-no-else-if

ESLint plugin that forbids any else if branches.

Use it if you want conditionals written as top-level if statements or other control structures.

LinksInstallationnpm install --save-dev eslint eslint-plugin-no-else-ifUsageAdd the plugin and rule to your ESLint config:{ "plugins" : [ " no-else-if " ], "rules" : { "no-else-if/no-else-if" : " error " } }What it does: Reports any IfStatement used as the alternate branch of another if (i.e., an else if ).

Why: Encourages flatter branching using separate if statements, switch , or other patterns.

Encourages flatter branching using separate statements, , or other patterns.

1 час назад @ github.com
Show HN: Regex Challenge – Daily regex puzzles
Show HN: Regex Challenge – Daily regex puzzles Show HN: Regex Challenge – Daily regex puzzles

Article URL: https://www.regexchallenge.com/

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

Points: 1

# Comments: 1

2 часа назад @ regexchallenge.com
Show HN: Less‑filtered LLM chat and API
Show HN: Less‑filtered LLM chat and API Show HN: Less‑filtered LLM chat and API

Abliteration.ai A less‑filtered LLM chat and API aimed at developers who are tired of “I’m sorry, I can’t help with that” for legitimate use cases.

What’s there today: – Web chat interface – /v1/chat endpoint with simple JSON payload – Instant API keys + small free tier – Quickstart examples in curlI’d really appreciate feedback on: – The offering - API design / DX (what feels rough?) Comments URL: https://news.ycombinator.com/item?id=46027298

Points: 1

# Comments: 0

2 часа назад @ abliteration.ai
Show HN: Gyti – Never write another Git commit message
Show HN: Gyti – Never write another Git commit message Show HN: Gyti – Never write another Git commit message

It feels like magic.

Focus on writing code, not describing it.

Let AI analyze your changes and summarize them instantly.

2 часа назад @ gyti.ai
Show HN: Ilseon, a Minimalist Focus Filter
Show HN: Ilseon, a Minimalist Focus Filter Show HN: Ilseon, a Minimalist Focus Filter

Ilseon (일선, Korean for “front line” or “immediate priority”) is a minimalist executive function assistant designed to reduce mental overload.

It creates a protected focus environment that helps users regain control over time, attention, and priorities.

Ilseon tackles this by filtering focus, showing only one Context at a time (e.g.

VisionIlseon is a cognitive offloading tool designed for neurodivergent users who need less friction, not more features.

Its purpose is simple: help you reclaim your front line of focus, one context at a time.

3 часа назад @ github.com
Show HN: Simple Headless CMS for Firestore and Storage (Built with Svelte)
Show HN: Simple Headless CMS for Firestore and Storage (Built with Svelte) Show HN: Simple Headless CMS for Firestore and Storage (Built with Svelte)

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

You 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
Show HN: Real-time freelancer marketplace with per-second billing
Show HN: Real-time freelancer marketplace with per-second billing Show HN: Real-time freelancer marketplace with per-second billing

A new room is created (opportunity to earn!)

Someone invites you to join their roomThere aren't many chefs creating rooms yet, but that meansfor you.With fewer participants, you're more likely to get invited to high-paying sessions.Keep this website open in a background tab.

You'll hear awhen:Invite friends and earn 5% of their platform fees for 6 months.

Check the Referrals page for your unique link.

3 часа назад @ gigs.quest
Show HN: Tab Freezer – Saved 3.1GB swap with 84 tabs open
Show HN: Tab Freezer – Saved 3.1GB swap with 84 tabs open Show HN: Tab Freezer – Saved 3.1GB swap with 84 tabs open

100+ tabs open constantly.

SOLUTION: Tab Freezer "freezes" inactive tabs using chrome.tabs.discard() API.

REAL TEST RESULTS (84 tabs): • Before: 7.2GB RAM, 6.3GB swap • After freezing: 6.6GB RAM, 3.2GB swap • Total saved: 3.1GB swapThe surprise: I closed all 84 tabs to compare - got almost identical numbers to the frozen state.

Frozen tabs ≈ closed tabs, except you keep your workflow.

Fellow tab hoarders, be honest: how many tabs do you have open right now?

4 часа назад @ news.ycombinator.com
Show HN: AwardLocker – Real-time award flight search
Show HN: AwardLocker – Real-time award flight search

AwardLocker searches award availability across multiple airlines in real time. Results stream in as they're found, so you see options immediately.Backstory: I've been working on this in my spare time. I enjoy award travel searches, and I wanted to contribute something useful to the space. Existing tools often have suboptimal search experiences—poor date selection, slow results, and limited flexibility, and SLOW SLOW SLOW websites. Airline website are slow, and my credit card strategy allows to transfer to multiple airlines.I built this to parallelize searches across all airlines and show results as they arrive.What's different: Instead of waiting for all results, flights appear as they're f…

4 часа назад @ awardlocker.com
Show HN: I just fixed .env once and for all – better-env
Show HN: I just fixed .env once and for all – better-env Show HN: I just fixed .env once and for all – better-env

.env files have always felt archaic, insecure, clunky and honestly just not fun to work with. I see my friends (and myself) accidentally committing them all the time. Managing secrets across projects becomes a mess of copy-pasting keys into scattered env files with no real way to sync anything.So I built better-env: a secure, developer-friendly alternative to .env.Store your secrets once in a global encrypted store, and load them per-project at runtime.I’d love feedback on whether this feels useful beyond solo devs, and what you’d want for teams or CI setups.Fully open source: https://github.com/HarishChandran3304/better-env Comments URL: https://news.ycombinator.com/item?id=46026272

Points…

4 часа назад @ better-env.dev
Starter Story Starter Story
последний пост None
Indiehackers
последний пост 19 часов назад
From a personal problem to a $1K MRR SaaS tool
From a personal problem to a $1K MRR SaaS tool From a personal problem to a $1K MRR SaaS 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

19 часов назад @ rss.app
1 marketing habit that brought me clients (even when my design wasn’t good)
1 marketing habit that brought me clients (even when my design wasn’t good) 1 marketing habit that brought me clients (even when my design wasn’t good)

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

19 часов назад @ rss.app
From single experiment to portfolio of templates bringing in $9k/mo
From single experiment to portfolio of templates bringing in $9k/mo From single experiment to portfolio of templates bringing in $9k/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

2 days, 2 hours назад @ rss.app
I built a text-to-video AI in 30 days.
I built a text-to-video AI in 30 days. I built a text-to-video AI in 30 days.

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

2 days, 20 hours назад @ rss.app
🎙 Building in Public: Trying to Land Our First $1 at SpeakNotes
🎙 Building in Public: Trying to Land Our First $1 at SpeakNotes 🎙 Building in Public: Trying to Land Our First $1 at SpeakNotes

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

3 days, 4 hours назад @ rss.app
Building a $51k/mo ecosystem of small apps
Building a $51k/mo ecosystem of small apps Building a $51k/mo ecosystem of small apps

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

3 days, 7 hours назад @ rss.app
Your app is wired into MCP. But ChatGPT still skips it. Here’s why.
Your app is wired into MCP. But ChatGPT still skips it. Here’s why. Your app is wired into MCP. But ChatGPT still skips it. Here’s why.

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

3 days, 8 hours назад @ rss.app
E-E-A-T for Lawyers: How to Prove Your Expertise, Authority, and Trust to Google
E-E-A-T for Lawyers: How to Prove Your Expertise, Authority, and Trust to Google E-E-A-T for Lawyers: How to Prove Your Expertise, Authority, and Trust to Google

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

3 days, 16 hours назад @ rss.app
We designed a $1M style app for a client… Now it runs our whole team.
We designed a $1M style app for a client… Now it runs our whole team. We designed a $1M style app for a client… Now it runs our whole team.

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

3 days, 20 hours назад @ rss.app
Is the future of SaaS inside AI assistants, not browsers?
Is the future of SaaS inside AI assistants, not browsers? Is the future of SaaS inside AI assistants, not browsers?

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

3 days, 23 hours назад @ rss.app
$8k MRR within a year after pivoting to productized services
$8k MRR within a year after pivoting to productized services $8k MRR within a year after pivoting to productized services

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

4 days, 6 hours назад @ rss.app
I built something that helps founders turn user clicks into real change 🌱✨
I built something that helps founders turn user clicks into real change 🌱✨ I built something that helps founders turn user clicks into real change 🌱✨

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

4 days, 7 hours назад @ rss.app
I gave up on visual editors
I gave up on visual editors I gave up on visual editors

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

4 days, 14 hours назад @ rss.app
Why don’t normal eCommerce stores follow up like Amazon does? (Saw something wild today)
Why don’t normal eCommerce stores follow up like Amazon does? (Saw something wild  today) Why don’t normal eCommerce stores follow up like Amazon does? (Saw something wild today)

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

4 days, 19 hours назад @ rss.app
The Era of Malleable SaaS: Is This the End of "Opinionated Software"?
The Era of Malleable SaaS: Is This the End of "Opinionated Software"? The Era of Malleable SaaS: Is This the End of "Opinionated Software"?

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

5 days назад @ rss.app
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 28 минут назад
I’ve been building a site that helps people get cheap Carfax reports instead of paying the full price
I’ve been building a site that helps people get cheap Carfax reports instead of paying the full price

i have been running a small project for about eight months that helps people get a legit carfax report without paying the full 45 dollars. a lot of people search for free carfax or cheap carfax because the pricing is high, so the idea was to offer something that is still the real report but at a lower cost. we use a dealer level subscription and pass the discount through, and the reports are the same ones you would get from carfax directly. we do have bundles and credits for people who run a lot of vins, and many of our users are private sellers and small dealers who need multiple reports at once. for this post I am giving out free reports to the first 20 people who want to test the site an…

28 минут назад @ reddit.com
Fixed 3 AI-coded apps that were 'almost done' for months
Fixed 3 AI-coded apps that were 'almost done' for months

The first guy spent 3 months with ChatGPT building his SaaS. Got auth working, CRUD operations, decent UI. Completely stuck on Stripe integration. Not because Stripe is complicated - the AI had created this nightmare architecture where nothing connected properly. Took me a week to untangle and get it working (Stripe was only the beginning). The second one was a React app. The components were beautiful, and everything looked great in isolation. But zero state management, doubled API calls everywhere, and no error handling. The moment they needed features to talk to each other? Dead in the water. The third time, I'm like... wait, this is a pattern. Here's what ChatGPT/Claude/whatever can't do…

1 час назад @ reddit.com
Published my first saas project...again (looking for feedback)
Published my first saas project...again (looking for feedback)

https://reddit.com/link/1p4yuyn/video/jwo8n4sbs23g1/player When I first published this, it was a pretty crude and janky website; the login and signup didn’t work properly, the UI was a complete mess, and overall the whole thing looked ridiculous. After hearing the criticism I received, I went back and refactored/redesigned the site from the ground up. I’d be incredibly grateful if anyone could give me any constructive feedback. For comparison with old version: https://x.com/dev_klaus/status/1946617145934352435 submitted by /u/iLuciferCode [link] [comments]

1 час назад @ reddit.com
I built an AI app that turns ideas into full videos — now I’m struggling to attract users and actually make money
I built an AI app that turns ideas into full videos — now I’m struggling to attract users and actually make money

Hey everyone, I’ve been working on a side project called NarrativeFlow (https://apps.apple.com/us/app/narrativeflow/id6755164950), an AI app that turns a simple idea into a complete short video — images, descriptions, and voiceover included. You can start from text, upload your own images, or let the app analyze a photo and automatically generate a scene. After you create a few scenes, the app compiles everything into a finished video. The build has been fun (lots of vibe-coding sessions), but now I’m hitting the real challenge: getting consistent users and figuring out a path to revenue. Right now I’m unsure whether my issue is: poor marketing unclear value proposition or the product just …

1 час назад @ reddit.com
Why does “launching” feel harder than building the product itself?
Why does “launching” feel harder than building the product itself?

I’ve been working on something new for months, and the product is finally in a good place… but the idea of launching it publicly feels terrifying. Not because I think the product is bad, but because I'm unsure how to actually get it in front of people. I keep hearing “build an audience early,” but I don’t know what that practically means. Is it posting daily? Engaging somewhere? Starting a small community? For those who’ve done this before What helped you overcome the fear of launching and actually get users to notice what you're building? submitted by /u/Jimmy7-99 [link] [comments]

1 час назад @ reddit.com
OpenTelemetry trace collector and viewer with flame graph support
OpenTelemetry trace collector and viewer with flame graph support OpenTelemetry trace collector and viewer with flame graph support

This is mainly a tool for software developers debugging their own software. Check it out on GitHub. It's all MIT licenced. Happy to answer any questions you have! submitted by /u/Coaleh [link] [comments]

2 часа назад @ reddit.com
Created my first app
Created my first app Created my first app

Hey 👋 , I'm Maya, my partner and I built Mivory. We wanted a place where we can save our links and easily find them again. Our goal is to decrease the time to resurface a save, a recipe from months ago, that workout you saved to try one day... everything is findable with the advanced search. I would love to get feedback on the user experience and find more ways to improve the resurfacing of links. submitted by /u/mayaj47 [link] [comments]

2 часа назад @ reddit.com
Built Giftwise, a simple web app that helps people plan and track their holiday gift shopping.
Built Giftwise, a simple web app that helps people plan and track their holiday gift shopping. Built Giftwise, a simple web app that helps people plan and track their holiday gift shopping.

You can add people, occasions, gift ideas, budgets, and even link products from Amazon. I started this as something I needed for myself and turned it into an MVP for a hackathon. I would love feedback on usability, navigation, and anything that feels confusing or missing. Live here: GetGiftwise.com GetGiftwise.com Landing Page submitted by /u/PixelateMyHouse [link] [comments]

2 часа назад @ reddit.com
Woke up to 1,700 USD MRR, I can barely believe it
Woke up to 1,700 USD MRR, I can barely believe it Woke up to 1,700 USD MRR, I can barely believe it

For the past year I’ve been building in silence for a while now. Watching others launch, scroll-building late into the night, dreaming but not shipping. 3 months ago, I finally launched: https://blogseo.io I expected silence. But something happened that I never believed could happen. Here’s what happened in the past 4 months: 950 total signups 23 paid users 9k website visitors Total revenue: ~$700 Up It’s not a fortune. But it is validation. Validation that people actually care. Validation that something I built has real demand. Validation that my hours aren’t going to waste. Still rough. Still in progress. Still figuring it out. But I’m not quitting. Current goal: $3,000 MRR by the end of …

2 часа назад @ reddit.com
Strong early valuation but no revenue yet - when do you bring in an investor?
Strong early valuation but no revenue yet - when do you bring in an investor?

Hey everyone, I’m currently building Thinkly, a micro-learning app that turns complex subjects into short 5-10 minute lessons with structured summaries, challenges, and gamified progression. The goal is to give students a fast, focused alternative to overwhelming textbooks. Right now, Thinkly is completely bootstrapped. I’ve built everything myself so far - product design, content structure, distribution strategy, and the full launch plan. A couple of business consultants have already reviewed the project and given it a strong early valuation, even before launch or paying users. I also got some people interested in investing. Because of that, I’ve started thinking seriously about bringing a…

3 часа назад @ reddit.com
Sunday Shiproom: Share Your Build
Sunday Shiproom: Share Your Build

Sunday nights = launch showcase. Built something this weekend? Don’t keep it in stealth mode. Ship it. Share it. Drop your link below and let’s see what you’ve been building. submitted by /u/sebsanswers007 [link] [comments]

3 часа назад @ reddit.com
If your side project needs polished visuals, happy to help out with AI-generated imagery!
If your side project needs polished visuals, happy to help out with AI-generated imagery! If your side project needs polished visuals, happy to help out with AI-generated imagery!

Hi everyone, I’m from Kalpnk, a creative studio that uses AI to produce cinematic visuals. A lot of side projects struggle because the idea is great but the visuals don’t match the ambition especially for early landing pages, prototypes, pitches or social content. If you’re working on something and need quick, polished visuals to make it look more premium, product mockups, character ideas, app imagery, promo visuals, concept art, anything, feel free to DM. Happy to help fellow builders bring an idea to life visually, even if it’s just for an MVP or early-stage test. Our Instagram: https://www.instagram.com/kalpnk.ai/ - Team Kalpnk submitted by /u/North-Box-605 [link] [comments]

3 часа назад @ reddit.com
I've Cracked the Secret Sauce for SaaS SEO and Wanted to Share the Workflow
I've Cracked the Secret Sauce for SaaS SEO and Wanted to Share the Workflow I've Cracked the Secret Sauce for SaaS SEO and Wanted to Share the Workflow

So here's the thing. I've been doing SEO for over 5 years now, and I know that sounds like a lot, but honestly? The first couple years were me just throwing spaghetti at the wall and hoping something stuck lol. But then I started focusing specifically on SaaS projects, and man, that's when things clicked for me. I've worked on a ton of SaaS products at this point, and I genuinely love this niche. There's something satisfying about watching a SaaS product go from "nobody's ever heard of us" to actually showing up in search results when people are actually looking for that solution. Like, I can't really explain it, but it hits different. After doing this enough times, I started noticing a pat…

3 часа назад @ reddit.com
🔥 Black Friday Directory: Crossed 100 in revenue, 1000 Visitors (400+ visitors in last 24 hours)
🔥 Black Friday Directory: Crossed 100 in revenue, 1000 Visitors (400+ visitors in last 24 hours) 🔥 Black Friday Directory: Crossed 100 in revenue, 1000 Visitors (400+ visitors in last 24 hours)

Black Friday Deals Directory stats: Tech Stack: Frontend: Next Js Database: Convex Payment: Dodo Payment Software Engineer: Claude (of course) Analytics: 1,000+ visitors (+400 in last 24 hours and growing) $100+ Revenue List your deal on Black Friday Deals directory to get more eyeballs: (listing price will increase on 25th November) 👉 Website: https://www.blackfridaydeals.directory 📈 Public Analytics: https://cloud.umami.is/share/3Db599CBsJlvUb4W submitted by /u/Accurate-Peach-9287 [link] [comments]

3 часа назад @ reddit.com
What are you building today?
What are you building today?

I'm building catdoes.com an AI mobile app builder that lets non-coders build and publish mobile apps (iOS, Android) without writing a single line of code, just talking with AI agents. What's stopping you from building an iOS/Android app for yourself or your business? Would love to help you build and publish your mobile app and onboard you with CatDoes. What are you working on this week? Drop it below and let me know how I can support, whether that's an upvote, feedback, a click, or even helping you build it. Let's help each other ship 🚀. submitted by /u/Dismal_Plate_499 [link] [comments]

4 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 1 day, 11 hours назад
Google Nano Banana Pro
Google Nano Banana Pro

Gemini 3 Pro Image Generator based on Google Nano Banana Discussion | Link

1 day, 11 hours назад @ producthunt.com
SuperIntern Translation
SuperIntern Translation

Real-time Translation AI, Live Notes & Instant Answers Discussion | Link

1 day, 14 hours назад @ producthunt.com
Better Upload
Better Upload

Simple and easy file uploads for React, use your S3 bucket Discussion | Link

2 days, 2 hours назад @ producthunt.com
Onyx
Onyx

Free, local-first 4K screen recorder Discussion | Link

2 days, 3 hours назад @ producthunt.com
SynthID by Google DeepMind
SynthID by Google DeepMind

Detect AI-generated content with Google’s new watermark tool Discussion | Link

2 days, 3 hours назад @ producthunt.com
Apex Echo Ai
Apex Echo Ai

Answer engine optimization platform Discussion | Link

2 days, 7 hours назад @ producthunt.com
SAM 3 & 3D
SAM 3 & 3D

Segment anything in images & video. Reconstruct 3D objects. Discussion | Link

2 days, 15 hours назад @ producthunt.com
Dim Notes
Dim Notes

Auto-tags your thoughts Discussion | Link

2 days, 16 hours назад @ producthunt.com
Neat Photo (Beta)
Neat Photo (Beta)

A daily photo game that teaches you to see differently. Discussion | Link

2 days, 16 hours назад @ producthunt.com
Globe of History
Globe of History

Interactive 3D globe visualizing 6,000 years of history. Discussion | Link

2 days, 16 hours назад @ producthunt.com
Next3 Offload
Next3 Offload

Reduce image loading time by offloading media to the cloud. Discussion | Link

2 days, 16 hours назад @ producthunt.com
Auto Shutdown
Auto Shutdown

Make Mommy proud, never miss bedtime. Discussion | Link

3 days назад @ producthunt.com
Mixup
Mixup

creative photo magic Discussion | Link

3 days, 2 hours назад @ producthunt.com
Instant Heatmaps by Crazy Egg
Instant Heatmaps by Crazy Egg

See where users click across your website, 100% free Discussion | Link

3 days, 2 hours назад @ producthunt.com
Comet for Android
Comet for Android

Comet is the first agentic AI browser built for mobile. Discussion | Link

3 days, 5 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 3 weeks, 4 days назад
Прямые рейсы между Оманом и Кенией
Прямые рейсы между Оманом и Кенией

У авиакомпании SalamAir промо-тариф: улететь из Маската в Найроби (или наоборот) можно от 6200 рублей (30 OMR). Для въезда в Кению нужно заранее оформить электронное разрешение (сбор около 30-35 USD с человека). Купить билеты можно на сайте авиакомпании или через trip.com / aviasales.ru (тут немного дороже, но зато принимают российские карты). Маскат — Найроби в декабре за 6200 рублей: Российской картой: […]

3 weeks, 4 days назад @ vandrouki.ru
Volotea: полеты по Европе и в Марокко
Volotea: полеты по Европе и в Марокко

Авиакомпания Volotea выкатила билеты за 19 евро. Но можно легко оформить пробную подписку SUPERVOLOTEA на 15 дней и купить их за 9 евро. Обычно подписка на год стоит 60 евро. Лоукостер утверждает, что Вы можете отменить членство в любой момент, но потеряете при этом некоторые привилегии, например, ручную кладь, но сохраните свою скидку на проезд. Главное, не забудьте […]

3 weeks, 4 days назад @ vandrouki.ru
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга
Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга Шри-Ланка и ОАЭ в одной поездке из Екатеринбурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

3 weeks, 5 days назад @ vandrouki.ru
Белавиа: прямые рейсы из Москвы в Могилев
Белавиа: прямые рейсы из Москвы в Могилев Белавиа: прямые рейсы из Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

3 weeks, 5 days назад @ vandrouki.ru
10 ночей во Вьетнаме с вылетом из Благовещенска
10 ночей во Вьетнаме с вылетом из Благовещенска 10 ночей во Вьетнаме с вылетом из Благовещенска

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

3 weeks, 5 days назад @ vandrouki.ru
Таиланд + ОАЭ из Москвы с захватом Нового года
Таиланд + ОАЭ из Москвы с захватом Нового года Таиланд + ОАЭ из Москвы с захватом Нового года

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

3 weeks, 5 days назад @ vandrouki.ru
Прямые рейсы из Екатеринбурга в Армению
Прямые рейсы из Екатеринбурга в Армению Прямые рейсы из Екатеринбурга в Армению

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

3 weeks, 6 days назад @ vandrouki.ru
Готовые путешествия из Казани на остров Бали
Готовые путешествия из Казани на остров Бали Готовые путешествия из Казани на остров Бали

Сегодня мы решили слепить готовое путешествие из Казани в Индонезию — вышло от 47200 рублей с человека при поездке вдвоем.

Авиакомпания Etihad Airways предлагает билеты из Казани на Бали за 44000 рублей туда-обратно.

Даты полетов: например, 11-24 декабря (проживание с 12 по 24 декабря).

Все варианты на двоих на 12 ночей (рейтинг — выше 7/10)Не забываем настроить сортировку:— самая низкая цена (с учётом налога)— итого (в т.ч.

Первый отель — 3200 рублей на человека / 6400 рублей на двоих:Второй отель — 4700 рублей на человека / 9400 рублей на двоих:Третий отель — 5300 рублей на человека / 10600 рублей на двоих:Другие даты перелетов:4-17 декабря7-22 декабря

3 weeks, 6 days назад @ vandrouki.ru
Прямой рейс из Египта в Самару
Прямой рейс из Египта в Самару Прямой рейс из Египта в Самару

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

3 weeks, 6 days назад @ vandrouki.ru
Прямой рейс Аэрофлота с Сейшельских островов в Москву
Прямой рейс Аэрофлота с Сейшельских островов в Москву Прямой рейс Аэрофлота с Сейшельских островов в Москву

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

3 weeks, 6 days назад @ vandrouki.ru
Из Казани в Новокузнецк за почти бесплатно
Из Казани в Новокузнецк за почти бесплатно Из Казани в Новокузнецк за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 weeks назад @ vandrouki.ru
Etihad Airways: полеты из Казани в Азию
Etihad Airways: полеты из Казани в Азию Etihad Airways: полеты из Казани в Азию

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 weeks назад @ vandrouki.ru
Таиланд или Таиланд + Хайнань в одной поездке из Москвы
Таиланд или Таиланд + Хайнань в одной поездке из Москвы Таиланд или Таиланд + Хайнань в одной поездке из Москвы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

4 weeks, 1 day назад @ vandrouki.ru
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы
AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы AZAL: полеты из Москвы, Питера и Екб на Ближний Восток, в Индию и на Мальдивы

Азербайджанские Авиалинии снизили цены ноябрь-март: взять из Москвы, Питера и Екб в ОАЭ, Израиль, Таджикистан, Саудовскую Аравию, Индию и на Мальдивы можно со скидками.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Москва — Душанбе — Москва:Москва — Даммам — Москва:Москва — Дубай — Москва:Москва — Тель-Авив — Москва:Москва — Дели — Москва:Москва — Мумбаи — Москва:Москва — Мале — Москва в ноябре:Москва — Мале — Москва в январе:Москва — Мале — Москва в феврале:Москва — Мале — Москва в марте:Питер — Душанбе — Питер:Питер — Даммам — Питер:Питер — Дубай — Питер:Питер — Тель-Авив — Питер:Питер — Дели — Питер:Питер — Мумбаи — Питер:Питер — Мале — Питер в ноябре-декабре:Питер — Мале —…

1 month назад @ vandrouki.ru
Подборка недорогих билетов по всему миру
Подборка недорогих билетов по всему миру Подборка недорогих билетов по всему миру

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

1 month назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 1 час назад
Yiwu International Trade City in Jin Hua Shi, China
Yiwu International Trade City in Jin Hua Shi, China Yiwu International Trade City in Jin Hua Shi, China

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

The action you just performed triggered the security solution.

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

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

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

1 час назад @ atlasobscura.com
Moai 263 in Rapa Nui, Chile
Moai 263 in Rapa Nui, Chile Moai 263 in Rapa Nui, Chile

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
Skógar Museum in Skógar, Iceland
Skógar Museum in Skógar, Iceland Skógar Museum in Skógar, Iceland

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 часа назад @ atlasobscura.com
PCC Car No. 3295 & Type 5 Car No. 5734 in Boston, Massachusetts
PCC Car No. 3295 & Type 5 Car No. 5734 in Boston, Massachusetts PCC Car No. 3295 & Type 5 Car No. 5734 in Boston, Massachusetts

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
Kapelle 'Madonna in den Trümmern' ('Madonna in the Ruins' Chapel) in Cologne, Germany
Kapelle 'Madonna in den Trümmern' ('Madonna in the Ruins' Chapel) in Cologne, Germany Kapelle 'Madonna in den Trümmern' ('Madonna in the Ruins' Chapel) in Cologne, Germany

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

The action you just performed triggered the security solution.

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

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

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

5 часов назад @ atlasobscura.com
Rumipamba Archaeological and Ecological Park in Quito, Ecuador
Rumipamba Archaeological and Ecological Park in Quito, Ecuador Rumipamba Archaeological and Ecological Park in Quito, Ecuador

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
Charleston Export Coal Terminal in Charleston, South Carolina
Charleston Export Coal Terminal in Charleston, South Carolina Charleston Export Coal Terminal in Charleston, South Carolina

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.

7 часов назад @ atlasobscura.com
House of Music Hungary in Budapest, Hungary
House of Music Hungary in Budapest, Hungary House of Music Hungary in Budapest, 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
New Lanark Old Burial Ground in South Lanarkshire, Scotland
New Lanark Old Burial Ground in South Lanarkshire, Scotland New Lanark Old Burial Ground in South Lanarkshire, Scotland

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

The action you just performed triggered the security solution.

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

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

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

9 часов назад @ atlasobscura.com
Fundación Montenmedio Contemporánea in Vejer de la Frontera, Spain
Fundación Montenmedio Contemporánea  in Vejer de la Frontera, Spain Fundación Montenmedio Contemporánea in Vejer de la Frontera, Spain

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

The action you just performed triggered the security solution.

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

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

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

10 часов назад @ atlasobscura.com
Mural de Cesária in Mindelo, Cabo Verde
Mural de Cesária in Mindelo, Cabo Verde Mural de Cesária in Mindelo, Cabo Verde

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, 1 hour назад @ atlasobscura.com
Armenian Genocide Martyrs Monument in Montebello, California
Armenian Genocide Martyrs Monument in Montebello, California Armenian Genocide Martyrs Monument in Montebello, California

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

The action you just performed triggered the security solution.

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

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

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

1 day, 2 hours назад @ atlasobscura.com
Carlow Castle in Carlow, Ireland
Carlow Castle in Carlow, Ireland Carlow Castle in Carlow, Ireland

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, 3 hours назад @ atlasobscura.com
Dejima Island in Nagasaki, Japan
Dejima Island in Nagasaki, Japan Dejima Island in Nagasaki, 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, 4 hours назад @ atlasobscura.com
Horses Rock Petroglyphs in Ad Dabbaniyyah, Oman
Horses Rock Petroglyphs in Ad Dabbaniyyah, Oman Horses Rock Petroglyphs in Ad Dabbaniyyah, Oman

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, 5 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост 6 months, 3 weeks назад
OpenAI откатила версию ChatGPT, которая перехва­ли­вала пользователей
OpenAI откатила версию ChatGPT, которая перехва­ли­вала пользователей 6 months, 3 weeks назад @ t-j.ru
«Магнит» догово­рился о покупке контрольного пакета «Азбуки вкуса»
«Магнит» догово­рился о покупке контрольного пакета «Азбуки вкуса»

«Магнит» договорился о покупке контрольного пакета в сети «Азбука вкуса». В сделку вошли магазины «Азбука вкуса» в Москве и Петербурге, пять фабрик-кухонь и три распределительных центра. Условия сделки не раскрываются. По оценке опрошенных РБК экспертов, стоимость контрольного пакета «Азбуки вкуса» может составлять 35—40 млрд рублей.

6 months, 3 weeks назад @ t-j.ru
Куда поехать на элек­тричке из Москвы: 10 направлений для путешествия выходного дня
Куда поехать на элек­тричке из Москвы: 10 направлений для путешествия выходного дня 6 months, 3 weeks назад @ t-j.ru
9 мая стартует вело­гонка «Джиро д’Ита­лия — 2025»: фаво­риты, призовые, трансляции
9 мая стартует вело­гонка «Джиро д’Ита­лия — 2025»: фаво­риты, призовые, трансляции 6 months, 3 weeks назад @ t-j.ru
«В меня абсолютно никто не верил»: как я создала бренд керамики с выруч­кой 800 000 ₽
«В меня абсолютно никто не верил»: как я создала бренд керамики с выруч­кой 800 000 ₽ 6 months, 3 weeks назад @ t-j.ru
Ипотека для много­дет­ных: 14 регио­нов, где дают допол­ни­тель­ные выплаты
Ипотека для много­дет­ных: 14 регио­нов, где дают допол­ни­тель­ные выплаты 6 months, 3 weeks назад @ t-j.ru
15 лучших водоне­про­ницаемых часов и браслетов
15 лучших водоне­про­ницаемых часов и браслетов 6 months, 3 weeks назад @ t-j.ru
Якутские прыжки и танцы с собаками: 10 необычных официальных видов спорта в России
Якутские прыжки и танцы с собаками: 10 необычных официальных видов спорта в России 6 months, 3 weeks назад @ t-j.ru
Как пожаловаться на врача или поликлинику в Росздравнадзор
Как пожаловаться на врача или поликлинику в Росздравнадзор 6 months, 3 weeks назад @ t-j.ru
Чат поддержки и обу­чение соцра­ботников: как фонды потратили 30 млн рублей от Т⁠-⁠Грантов в 2024
Чат поддержки и обу­чение соцра­ботников: как фонды потратили 30 млн рублей от Т⁠-⁠Грантов в 2024 6 months, 3 weeks назад @ t-j.ru
Правда ли, что ра­стения можно под­кармливать дрож­жами
Правда ли, что ра­стения можно под­кармливать дрож­жами 6 months, 3 weeks назад @ t-j.ru
Реестр должников по алиментам и правила единого детского пособия: что изменится в мае 2025 года
Реестр должников по алиментам и правила единого детского пособия: что изменится в мае 2025 года 6 months, 3 weeks назад @ t-j.ru
Haval объявил цену на кроссовер F7x второго поколения — от 3,5 млн рублей
Haval объявил цену на кроссовер F7x второго поколения — от 3,5 млн рублей 6 months, 4 weeks назад @ t-j.ru
Сможет ли ВТБ запла­тить дивиденды за 2024 год
Сможет ли ВТБ запла­тить дивиденды за 2024 год

Совет директоров ВТБ рекомендовал направить на годовые дивиденды 25,58 ₽ на акцию. Такая выплата дает доходность больше 20%. Но сможет ли компания позволить себе это? Оцениваем риски накануне собрания акционеров.

6 months, 4 weeks назад @ t-j.ru
Узнавать каждого прохожего: как живут люди с феноменальной памятью на лица
Узнавать каждого прохожего: как живут люди с феноменальной памятью на лица 6 months, 4 weeks назад @ t-j.ru
Европейское айти
EU-startups EU-startups
последний пост 2 days, 7 hours назад
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Nov. 17-21)
Weekly funding round-up! All of the European startup funding rounds we tracked this week (Nov. 17-21)

This article is visible for CLUB members only. If you are already a member but don’t see the content of this article, please login here. If you’re not a CLUB member yet, but you’d like to read members-only content like this one, have unrestricted access to the site and benefit from many additional perks, you […]

The post Weekly funding round-up! All of the European startup funding rounds we tracked this week (Nov. 17-21) appeared first on EU-Startups.

2 days, 7 hours назад @ eu-startups.com
Zurich’s Flexion raises €50 million to build the brains behind humanoids
Zurich’s Flexion raises €50 million to build the brains behind humanoids

Zurich-based Flexion, a robotics intelligence startup developing a reinforcement learning platform for humanoid robots, has raised €43 million ($50 million) in Series A funding. The round was led by DST Global Partners with participation from NVentures (NVIDIA’s venture capital arm), redalpine, Prosus Ventures, and Moonfire. This follows a €6.3 million ($7.35 million) Seed round secured […]

The post Zurich’s Flexion raises €50 million to build the brains behind humanoids appeared first on EU-Startups.

2 days, 7 hours назад @ eu-startups.com
With UK families now facing up to €25.7k in university costs – Sencillo advances education finance platform with new €397k
With UK families now facing up to €25.7k in university costs – Sencillo advances education finance platform with new €397k

London’s Sencillo, a new FinTech venture launching a finance platform that helps parents plan, fund and manage their children’s education with confidence, control, and clarity, has secured over €397k (£350k) pre-Seed funding. The round was led by Fuel Ventures. Adam Amos, CEO and founder of Sencillo: “Education is one of the biggest investments any parent will make. […]

The post With UK families now facing up to €25.7k in university costs – Sencillo advances education finance platform with new €397k appeared first on EU-Startups.

2 days, 7 hours назад @ eu-startups.com
Berlin-based NexDash hauls in €5 million to electrify Europe’s freight
Berlin-based NexDash hauls in €5 million to electrify Europe’s freight

NexDash, a German-based logistics startup, has raised €5 million in a Seed round to build Europe’s first “Neo-Carrier” for electric trucks, just three months after its founding. The round was led by Extantia Capital with participation from Clean Energy Ventures, supporting NexDash’s aim to accelerate the shift from diesel to electric freight through a digitally […]

The post Berlin-based NexDash hauls in €5 million to electrify Europe’s freight appeared first on EU-Startups.

2 days, 11 hours назад @ eu-startups.com
Spanish VCs weigh in – What 2025 means for Spain’s growing startup ecosystem
Spanish VCs weigh in – What 2025 means for Spain’s growing startup ecosystem

In 2025, Spain’s startup ecosystem has seen several major VCs closing new funds, highlighting the country’s growing potential. Although Madrid and Barcelona continue to dominate as the primary hubs, cities like Valencia, Málaga, Bilbao are emerging as key players in Spain’s entrepreneurial landscape. To gain insights on this shift, we reached out to several Spanish […]

The post Spanish VCs weigh in – What 2025 means for Spain’s growing startup ecosystem appeared first on EU-Startups.

2 days, 12 hours назад @ eu-startups.com
Estonia: The country that builds like a startup
Estonia: The country that builds like a startup

From digital marriages to robot couriers, from Tallinn’s glass towers to Narva’s ash hills, Estonia proves that the smallest nations can build the biggest futures. Estonia counts around 1,500 startups, most anchored in Tallinn, together generating more than €2.4 billion in just the first half of 2025. It is a founder’s paradise disguised as a […]

The post Estonia: The country that builds like a startup appeared first on EU-Startups.

2 days, 13 hours назад @ eu-startups.com
With €7.9 million in new funding, PolyModels Hub’s ModelFlow reduces biopharma experimentation by 90%
With €7.9 million in new funding, PolyModels Hub’s ModelFlow reduces biopharma experimentation by 90%

London’s PolyModels Hub, a startup innovating the digital transformation of biopharma process development, has raised €7.9 million (£7 million) in a Series A round to expand its engineering and product teams, enhance its core platform, and reach more pharmaceutical organisations worldwide. The round was led by Molten Ventures, with participation from Marathon Venture Capital. “The […]

The post With €7.9 million in new funding, PolyModels Hub’s ModelFlow reduces biopharma experimentation by 90% appeared first on EU-Startups.

3 days, 8 hours назад @ eu-startups.com
The quest for longevity: 10 European startups shaping and defying the future of ageing
The quest for longevity: 10 European startups shaping and defying the future of ageing

Since the dawn of civilisation, humanity has been captivated by the idea of eternal youth. From ancient myths of the Fountain of Youth to modern-day research into longevity, the quest to defy ageing and preserve vitality has driven much of our progress. It is a pursuit that transcends cultures and generations, a constant aspiration to […]

The post The quest for longevity: 10 European startups shaping and defying the future of ageing appeared first on EU-Startups.

3 days, 9 hours назад @ eu-startups.com
Bandits, the Prague-based AI integrator, raises €400k to streamline business workflows
Bandits, the Prague-based AI integrator, raises €400k to streamline business workflows

Czech Bandits, a startup helping companies integrate AI into their existing workflows and increase efficiency, has raised €400k to address the widespread challenge businesses face when adopting AI technologies. The investment came from Czech VC firm Miton. “There are more and more AI tools on the market, but most of them are impossible to integrate […]

The post Bandits, the Prague-based AI integrator, raises €400k to streamline business workflows appeared first on EU-Startups.

3 days, 11 hours назад @ eu-startups.com
As Europe’s energy grid faces strain, Munich’s Delta Charge raises €3.7 million to capitalise on electrification and BESS needs
As Europe’s energy grid faces strain, Munich’s Delta Charge raises €3.7 million to capitalise on electrification and BESS needs

Delta Charge, a Swedish-German company that is pioneering charging and battery storage solutions for electric trucks, has raised €3.7 million ($4.3 million) equity in an oversubscribed funding round. The round was led by Vireo Ventures and Rethink Ventures. The round includes executives from Audi and Allianz, German family offices and founders of Munich’s ClimateTech ecosystem. […]

The post As Europe’s energy grid faces strain, Munich’s Delta Charge raises €3.7 million to capitalise on electrification and BESS needs appeared first on EU-Startups.

3 days, 12 hours назад @ eu-startups.com
Frankfurt-based accounts receivable platform Donnerstag.ai raises €4.3 million to expand across DACH
Frankfurt-based accounts receivable platform Donnerstag.ai raises €4.3 million to expand across DACH

German startup Donnerstag.ai, an accounts receivable management platform for suppliers, has raised €4.3 million in Seed funding to expand its presence across the DACH region. The round was led by Speedinvest, with participation from QED Investors, Crestone VC, and several European business angels. “Every year, suppliers lose billions because they lack transparency over what has […]

The post Frankfurt-based accounts receivable platform Donnerstag.ai raises €4.3 million to expand across DACH appeared first on EU-Startups.

3 days, 13 hours назад @ eu-startups.com
EU-Startups Podcast | Episode 145: Matilde Giglio, Co-founder of Even
EU-Startups Podcast | Episode 145: Matilde Giglio, Co-founder of Even

This week on the EU-Startups Podcast, we sit down with Matilde Giglio, Co-founder of Even, India’s leading healthcare startup that is transforming access to affordable, high-quality care for over 1.3 billion people. Recorded during Italian Tech Week in Turin, this episode explores how Even is challenging the traditional healthcare model, which often only kicks in […]

The post EU-Startups Podcast | Episode 145: Matilde Giglio, Co-founder of Even appeared first on EU-Startups.

3 days, 13 hours назад @ eu-startups.com
Paris’ Rift raises €4.6 million to build Europe’s first on-demand aerial reconnaissance network
Paris’ Rift raises €4.6 million to build Europe’s first on-demand aerial reconnaissance network

Rift, a French DeepTech company specialising in on-demand aerial intelligence, announces a funding round of €4.6 million to accelerate the deployment of the first European on-demand aerial intelligence network, entirely operated from the company’s headquarters in the Paris region. The round included €3 million in equity from AlleyCorp and OVNI Capital, supplemented by €1.6 million […]

The post Paris’ Rift raises €4.6 million to build Europe’s first on-demand aerial reconnaissance network appeared first on EU-Startups.

3 days, 14 hours назад @ eu-startups.com
€16 million investment boosts NcodiN’s development of “world’s smallest laser” for AI chips
€16 million investment boosts NcodiN’s development of “world’s smallest laser” for AI chips

Paris-based NcodiN, a DeepTech startup innovating AI hardware infrastructure, has raised €16 million in Seed funding to enable scalable, energy-efficient computing through its proof-of-concept nanolasers. The round was led by German VC firm MIG Captial through its MIF Fonds 17 and 18, with participation from Maverick Silicon, PhotonVentures, and Verve Ventures – as well as […]

The post €16 million investment boosts NcodiN’s development of “world’s smallest laser” for AI chips appeared first on EU-Startups.

3 days, 16 hours назад @ eu-startups.com
Crypto startup BOB completes community sale, lifting overall funding above €21 million
Crypto startup BOB completes community sale, lifting overall funding above €21 million

London’s BOB, a crypto infrastructure startup which combines Bitcoin’s security with Ethereum’s DeFi innovation, has completed its community sale, bringing total funding to over €21 million ($25 million). Led by BOB labs, the sale marks an important milestone in BOB’s transition to community ownership, allocating tokens to participants around the world ahead of the upcoming […]

The post Crypto startup BOB completes community sale, lifting overall funding above €21 million appeared first on EU-Startups.

4 days, 7 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 2 days, 8 hours назад
Dutch online grocery store Picnic raises €430M
Dutch online grocery store Picnic raises €430M Dutch online grocery store Picnic raises €430M

Dutch online grocery store Picnic has raised €430 million from existing investors and is ploughing much of the funding to grow its operations in Germany.

As well as bolstering its presence in Germany, where Picnic says it's the market leader, the funds will be used to expand into multiple unnamed markets, the company said.

The new investment round is being officially announced this afternoon during the 120th anniversary celebrations of the German-Dutch Chamber of Commerce in The Hague.

Michiel Muller, Picnic co-founder, said: "The collaboration between software developers and operational staff from both countries demonstrates the excellent cross-border cooperation and the development of a E…

2 days, 8 hours назад @ tech.eu
Capital on Tap secures £500M, the second round of speakers for the Tech.eu Summit 2026, and how EQT uses AI
Capital on Tap secures £500M, the second round of speakers for the Tech.eu Summit 2026, and how EQT uses AI Capital on Tap secures £500M, the second round of speakers for the Tech.eu Summit 2026, and how EQT uses AI

This week, we tracked more than 70 tech funding deals worth over €2.3 billion and over 10 exits, M&A transactions, rumours, and related news stories across Europe.

In addition to this week's top financials, we've also indexed the most important/industry-related news items you need to know about.

If email is more your thing, you can always subscribe to our newsletter and receive a more robust version of this round-up delivered to your inbox.

Either way, let's get you up to speed.

🇬🇧 UK government announces billions of pounds of AI investment including Sovereign AI Unit🇩🇪 Pennylane launches in Germany, plans 100 hires⚛️ The biggest European quantum tech deals in H1 2025📡 Recommended reads and…

2 days, 8 hours назад @ tech.eu
EIT Urban Mobility reports strong results and new €44M Fund
EIT Urban Mobility reports strong results and new €44M Fund EIT Urban Mobility reports strong results and new €44M Fund

EIT Urban Mobility, an initiative of the European Institute of Innovation and Technology (EIT), a body of the European Union, announced results demonstrating the measurable impact of its investment approach and and commits €44M for future investmentsSince 2020, EIT Urban Mobility has built a portfolio of over 140 companies across Europe, creating systemic transformation in urban mobility.

“Urban mobility is not a niche field to invest in; it touches the lives of up to 80 per cent of Europe’s population that are living in cities,” said Daniel Serra, Director Impact Ventures at EIT Urban Mobility.

Recent investments showcase this breadth:Luvly’s innovative approach to urban vehicles, NOWOS’s …

2 days, 10 hours назад @ tech.eu
UK government announces billions of pounds of AI investment including Sovereign AI Unit
UK government announces billions of pounds of AI investment including Sovereign AI Unit UK government announces billions of pounds of AI investment including Sovereign AI Unit

The measures, featuring billions of pounds of public and private investment, come ahead of the Autumn Budget and warnings from company bosses that AI will slash UK workforce numbers.

They also come as US AI firms like Groq and Perplexity commit to AI investments in the UK.

AI ambassadors, including Monzo co-founder and Y Combinator general partner Tom Blomfield and Google DeepMind VP of research Raia Hadsell, will champion British startups and the UK AI ecosystem, drumming up investment, the government said.

The government is also to offer more free compute to British researchers and British startups so they can train new AI models and deliver scientific breakthroughs.

"This is about bringi…

2 days, 11 hours назад @ tech.eu
MuchBetter.ai banks €4M to boost workforce performance through AI-based conversations
MuchBetter.ai banks €4M to boost workforce performance through AI-based conversations MuchBetter.ai banks €4M to boost workforce performance through AI-based conversations

The company has developed an AI-powered training platform for sales teams and customer-facing field teams.

It enables rapid and independent professional development through ultra-realistic, educational, and gamified conversations and simulations, allowing sales teams to practise with virtual customers, receive real-time feedback, and refine their approach.

The solution is trusted by learning and sales teams looking to:Speed up onboarding.

Drive consistent performance across teams.

In less than two years, MuchBetter has supported over 30 major accounts, including Bouygues Telecom, Boulanger, Schneider, La Poste, and Philips.

2 days, 11 hours назад @ tech.eu
AI agents “lost” when patients ask medical questions, says healthtech boss
AI agents “lost” when patients ask medical questions, says healthtech boss AI agents “lost” when patients ask medical questions, says healthtech boss

AI agents are “lost” when patients ask medical questions, and it will take time to roll agents out effectively in a clinical setting, according to the founders of two healthtech firms.

The pair discussed AI, how their respective startups were leveraging AI, AI challenges and the future of AI in healthtech.

AI agents have been one of the hottest subjects in AI this past 12 months, with AI evangelists seeing them as the future of the workforce.

He said: “If patients start asking any medical questions, the agent is lost.” He said it would take time to develop agents.

Echoing this, Parsa said AI agents do 80 per cent of the “basics very well”, but the problem lies with the other 20 per cent.

2 days, 12 hours назад @ tech.eu
Sencillo raises £350K+ to help UK families navigate rising education costs
Sencillo raises £350K+ to help UK families navigate rising education costs Sencillo raises £350K+ to help UK families navigate rising education costs

Education financing platform Sencillo has raised over £350,000 in Pre-seed Funding.

The rising costs of education mean UK families are now spending increasingly larger amounts on their children’s education each year, averaging between £3,600 and £15,000 per annum for early years childcare, £19,000 to £50,000 for independent schooling, and over £22,700 a year for university, including living costs.

Focused on smart planning tools and responsible credit and savings products, Sencillo’s platform gives families a single, clear view of their education journey and costs - from nursery to university - so every family can access a secure education journey and future for their children.

According to…

2 days, 13 hours назад @ tech.eu
When anything is possible: what creatives should make in the age of AI
When anything is possible: what creatives should make in the age of AI When anything is possible: what creatives should make in the age of AI

Earlier this year, I attended Upscale Conf in San Francisco, a conference hosted by Spanish generative AI creative suite Freepik.

Can AI art carry cultural weight?

When asked whether AI-generated visuals can ever hold the same emotional or cultural resonance as traditional art, López contends that “art always has context.

Sometimes I start drawing and then jump to AI, or I generate something in AI that sparks a new illustration.

Terrada Gómez notes that we’re all still early users, collectively shaping what the future web of AI art will look like.

2 days, 13 hours назад @ tech.eu
NexDash raises €5M and launches AI-powered, fully electric road freight carrier
NexDash raises €5M and launches AI-powered, fully electric road freight carrier NexDash raises €5M and launches AI-powered, fully electric road freight carrier

Berlin-based NexDash has secured €5 million in seed funding to build Neo-Carrier for electric trucks, only three months after its founding.

Although electric trucks can offer economic benefits, high upfront costs, operational complexity, and insufficient charging infrastructure have slowed their adoption.

Founded by Michael Cassau, previously the founder of tech-rental company Grover, NexDash aims to accelerate the electrification of Europe’s fragmented and under-digitalised road freight sector.

The last decade was about neobanks; the next is about neo-carriers,said Cassau, noting that Germany’s shift to electrification is beginning in the logistics sector.

NexDash will use this round to fi…

2 days, 15 hours назад @ tech.eu
SOC Prime secures new investment to accelerate AI-driven threat detection
SOC Prime secures new investment to accelerate AI-driven threat detection SOC Prime secures new investment to accelerate AI-driven threat detection

SOC Prime has built and operates the world’s largest AI-Native Detection Intelligence Platform for SOC teams.

Pioneering Security-as-Code approach, SOC Prime’s Detection Intelligence is applied to over 56 SIEM, EDR, Data Lake, and Data Pipeline platforms.

SOC Prime represents the strength and global ambition of Ukraine’s deep-tech ecosystem.

SOC Prime aims to keep its solutions cost-effective and efficient, helping organisations defend themselves without compromising on sustainability or performance.

Andrii Bezverkhyi, CEO of SOC Prime "Lead image: Freepik.

3 days, 8 hours назад @ tech.eu
PolyModels Hub secures £7M investment led by Molten Ventures and Marathon VC
PolyModels Hub secures £7M investment led by Molten Ventures and Marathon VC PolyModels Hub secures £7M investment led by Molten Ventures and Marathon VC

London-based PolyModels Hub has secured a £7 million Series A investment from Molten Ventures, in partnership with Marathon VentureCapital.

PolyModels Hub is a biotech software company developing the digital backbone for biopharma process development, reshaping how medicines are designed, developed, and manufactured.

The company combines AI, advanced modelling, and data-driven workflows to help teams move faster from lab experiments to large-scale production.

According to Antonio Benedetti, Co-founder and CEO of PolyModels Hub, the pharmaceutical sector is experiencing a major digital shift.

With the latest investment, PolyModels Hub plans to grow its engineering and product teams, further …

3 days, 9 hours назад @ tech.eu
Mirantus Health lands €5.5M to bring faster eye screening to 1,000+ locations
Mirantus Health lands €5.5M to bring faster eye screening to 1,000+ locations Mirantus Health lands €5.5M to bring faster eye screening to 1,000+ locations

The Berlin-based health tech company Mirantus Health has received €5.5 million to scale its software platform mira in the DACH region.

mira creates additional low-threshold points of contact and helps to reduce waiting times and relieve the burden on practices.

Instead of months of waiting, customers receive a results report evaluated by an ophthalmologist within 24 to 48 hours – quickly, easily, and digitally.

The results report does not constitute a diagnosis but rather indicates to the patient whether there are any abnormalities that require further investigation.

Lead image: Mirantus Health.

3 days, 9 hours назад @ tech.eu
The biggest European quantum tech deals in H1 2025
The biggest European quantum tech deals in H1 2025 The biggest European quantum tech deals in H1 2025

Europe’s quantum tech industry is steadily evolving from a research-led domain into a more commercial ecosystem.

Activity spans the full stack, from quantum computing hardware and photonic components to software, algorithms, sensing, security, and test infrastructure, with both specialised deeptech startups and platform-oriented players attracting capital.

In H1 2025, hardware development remained a central focus, including fault-tolerant quantum processors, trapped-ion and CMOS-based architectures, as well as single-photon sources and detectors that underpin quantum communication and networking.

At the same time, quantum-inspired and quantum-native software, sensing technologies, and post-…

3 days, 10 hours назад @ tech.eu
How EQT uses AI to see the startup world differently
How EQT uses AI to see the startup world differently How EQT uses AI to see the startup world differently

To understand how the Firm approaches AI, defensibility, and the evolving landscape of early-stage investing, I spoke with Alexander Fred-Ojala, Head of AI at EQT Ventures.

It'll also rank by traction, foundation, and relevance to EQT Ventures— "it'd be unlikely that we invest in 20-year-old companies."

He admits that although his role focuses on building internal AI systems, he also works closely with deal teams when the Firm assesses AI opportunities.

The first is Full-Stack Powerhouses—regions with both a high number of AI startups and strong investment volume.

"Stockholm is the standout here, with more than 50 AI startups and over €205 million invested," he noted.

3 days, 11 hours назад @ tech.eu
Unveiling the Second Round of Speakers for the Tech.eu Summit London 2026!
Unveiling the Second Round of Speakers for the Tech.eu Summit London 2026! Unveiling the Second Round of Speakers for the Tech.eu Summit London 2026!

Following the excitement of our initial announcement, we are delighted to share the second round of speakers for the Tech.eu Summit London 2026.

What to Expect at the SummitThe two-day summit will dive deep into the trends and innovations driving global change.

Attendees will gain valuable insights from top investors, founders, and technology experts as they explore the opportunities and challenges ahead.

Secure your spot today and be part of one of Europe’s most important gatherings for founders, investors, operators, and ecosystem leaders.

We look forward to welcoming you in London this April for two days of insight, inspiration, and meaningful connections.

3 days, 12 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 1 month, 1 week назад
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.

1 month, 1 week назад @ techcrunch.com
European airports still dealing with disruptions days after ransomware attack
European airports still dealing with disruptions days after ransomware attack

Four major European airports in Berlin, Brussels, Dublin, and London continue to have flight delays due to a cyberattack on Collins Aerospace, a provider of check-in systems.

2 months назад @ techcrunch.com
EU cyber agency confirms ransomware attack causing airport disruptions
EU cyber agency confirms ransomware attack causing airport disruptions

A cyberattack targeting Collins Aerospace, a provider of airport check-in systems, sparked delays and disrupted flights across Europe over the weekend.

2 months назад @ techcrunch.com
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market
Dawn Capital’s Shamillah Bankiya breaks down the state of the Euro venture market

Dawn Capital’s latest partner, Shamillah Bankiya, stopped by Equity this week to talk about the European landscape and the biggest misconceptions Americans have about the European startup world.

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

2 months, 1 week назад @ techcrunch.com
Lyft and China’s Baidu look to bring robotaxis to Europe next year
Lyft and China’s Baidu look to bring robotaxis to Europe next year

The companies want to launch the robotaxi services in Germany and the U.K. first, pending regulatory approval.

3 months, 3 weeks назад @ techcrunch.com
Neobank Revolut seeks $65B valuation, a year after its $45B deal
Neobank Revolut seeks $65B valuation, a year after its $45B deal

Europe’s fintech darling Revolut is looking to raise a new funding round that would give it a $65 billion valuation, the Financial Times reports. The UK-based company is reportedly in talks to raise around $1 billion by issuing new shares and selling existing ones. The US-based firm Greenoaks is said to be leading the round, […]

4 months, 2 weeks назад @ techcrunch.com
Researchers confirm two journalists were hacked with Paragon spyware
Researchers confirm two journalists were hacked with Paragon spyware

The confirmation of two hacked victims further deepens an ongoing spyware scandal that, for now, appears largely focused on the Italian government.

5 months, 2 weeks назад @ techcrunch.com
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist
Paragon says it canceled contracts with Italy over government’s refusal to investigate spyware attack on journalist

The Italian government claims that accepting Paragon’s help would have compromised national security and classified information.

5 months, 2 weeks назад @ techcrunch.com
Litehaus raises €1.46M pre-seed to build home-building platform
Litehaus raises €1.46M pre-seed to build home-building platform

All Thibault Launay and his wife Simi wanted nearly five years ago was to build a dream home in Portugal, where they both now live. But what they encountered instead was a broken system. “Fourteen months of delays, 20% budget overruns, and endless stress managing over 10 subcontractors,” Thibault recalled. They bought the land in […]

5 months, 4 weeks назад @ techcrunch.com
Why Eric Slesinger, a former CIA officer, is now funding European defense tech
Why Eric Slesinger, a former CIA officer, is now funding European defense tech

This week on StrictlyVC Download, Strictly VC’s Alex Gove speaks with Eric Slesinger from 201 Ventures, a firm focused on seed-stage defense tech startups in Europe. They discuss Slesinger’s journey from CIA to investor and how he recognized the untapped potential in European defense tech while others were dismissive. They also chat about how he’s […]

6 months, 3 weeks назад @ techcrunch.com
Tech giants and startups join forces to call for simpler EU rules on AI, data
Tech giants and startups join forces to call for simpler EU rules on AI, data

As the AI Summit got underway in Paris on Monday, some 60 European companies — from incumbent industrial giants to AI startups (including France’s LLM-maker Mistral) — signed up to an initiative to help establish Europe as a leader in AI. But the fact that they felt the need to sign up at all highlights the […]

© 2024 TechCrunch. All rights reserved. For personal use only.

9 months, 2 weeks назад @ techcrunch.com
Spyware maker Paragon terminates contract with Italian government: media reports
Spyware maker Paragon terminates contract with Italian government: media reports

Following allegations of potential abuse, Paragon Solutions has cut off Italy from its spyware systems.

© 2024 TechCrunch. All rights reserved. For personal use only.

9 months, 2 weeks назад @ techcrunch.com
OpenAI launches data residency in Europe
OpenAI launches data residency in Europe

OpenAI on Thursday launched data residency in Europe, allowing European organizations to meet local data sovereignty requirements while using the AI company’s products. Data residency refers to the physical location of an organization’s data, as well as the local laws and policy requirements imposed on that data. Most tech giants and cloud providers offer European […]

© 2024 TechCrunch. All rights reserved. For personal use only.

9 months, 2 weeks назад @ techcrunch.com
Paragon spyware used to target citizens across Europe, says Italian government
Paragon spyware used to target citizens across Europe, says Italian government

WhatsApp said users in several European countries were targeted with Paragon spyware, according to the Italian government.

© 2024 TechCrunch. All rights reserved. For personal use only.

9 months, 3 weeks назад @ techcrunch.com