frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Qualcomm to Acquire Arduino

https://www.qualcomm.com/news/releases/2025/10/qualcomm-to-acquire-arduino-accelerating-developers--access-to-i
333•janjongboom•2h ago

Comments

vluft•2h ago
well, they'll be missed for sure.
buserror•1h ago
No they won't. I've seen them coming a looooong way. I even re-baptised arduidiots [0] quite a while ago. Since the "branding" fiasco I've stayed well clear of them.

[0]: https://github.com/buserror/simavr/blob/master/examples/shar...

defraudbah•1h ago
you can't say no on this website, downvoted until you change it to `yes, they won't`
geerlingguy•2h ago
Additionally, they're launching their first joint product, the $44 Uno Q SBC, which has a Dragonwing SoC and STM32 microcontroller on an Uno form factor board[1].

It seems like Arduino will keep their brand, maintain their existing product lines, and continue building devices using other vendor's chips (besides Qualcomm), etc... but as with all acquisitions—I wonder how long that state of affairs will last.

Alternatives like the Pi RP2040/2350 and Espressif's vast selection of boards can fill the gaps, but Arduino was what got me and many people I know into microcontrollers, so I have a special fondness for them!

[1] https://www.arduino.cc/product-uno-q

c0balt•1h ago
This board has onboard EMMC, wifi/ble and can run a full Linux. That is more of an rp 4/5 with an rp2xxx tagged on the side. It comes with their own arduino IDE installed too

It is kinda disappointing but I can see why Qualcomm wants to use the brand.

geerlingguy•1h ago
I'm speaking in a broader sense, comparing the variety of other Arduino boards like the Uno R3/R4. That wasn't too clear in the OP, sorry!

The concern I have with the $44 Q is it has 2GB of RAM and 16GB eMMC, and a processor that's probably between a Pi 3 and Pi 4 in terms of speed and IO (though 4nm, so probably much more efficient).

For $45 I can buy a Pi 5 with it's own built-in GPIO, PCIe, and a much faster SoC, though it lacks a few niceties like the Q form factor, the more efficient SoC, a realtime microcontroller, and a USB-C port with display out capabilities (I really wish Pi had that...).

kcb•40m ago
Shame to still see newly released products using a 13 year old core design. How has there been such little progress on low power ARM cores that it still makes sense to build a Cortex-A53 based soc on a modern node.
ACCount37•1h ago
Yes, this new board is more of a Raspberry Pi replacement than an Arduino Uno replacement.

More specifically, I can see it trying to compete with things like those funny Chinese boards built around SoCs like SG2000. Those embed a Linux capable core, a small NPU, a camera interface with ISP and video codecs, and a secondary RTOS core for realtime control. Basically built for drones and simple robots. The caveat of those boards being: the documentations sucks, the SDK is wack, you get 3 example scripts and are entirely on your own outside that.

Qualcomm could be trying to branch into drones/robotics/etc with this move.

joezydeco•50m ago
Because Jetson is getting traction?
nic547•1h ago
STM32 MCUs are 3V3, not 5V right?

Arduino really isn't great with naming, a Uno can be an AVR or ARM based board, now either 3V3 or 5V based and also a SBC rather than just a MCU.

geerlingguy•1h ago
I think to Arduino, Uno just means 'Uno form factor, with shield pins in the same place'
chimpontherun•1h ago
Which is kind of sad, since the Uno pinout is horrible for high-speed signals
geerlingguy•1h ago
FYI the new Q has two 'high speed connectors' on the bottom side, for signals like CSI, HDMI, USB 3.1, etc.

Haven't seen any examples of bottom 'high speed' shields yet, though. They said there would be some made available.

the__alchemist•1h ago
Depends on the MCU, but generally STM32 is 1.7-3.6V
chpatrick•1h ago
ESP stuff is so damn cheap and capable now I'm not sure what you would use Arduino for these days.
dotancohen•1h ago
That's probably why these AI-capable Qualcomm boards are being introduced.
the__alchemist•1h ago
Community inertia / maker content.
suyash•1h ago
It used to be that but since Arduino and Pi have both gone full commercial, it's not longer viable. I teach kids coding and have been looking at alternatives like ESP or other boards that are much more cost effective and friendly for beginners.
cruffle_duffle•33m ago
Exactly. I dunno why you’d ever use anything but an esp for “maker stuff” at this point. They are cheaper, more capable, and have the same DX (largely, setting aside 3.3v vs 5v).
phoehne•1h ago
Don't look at just the specs. You also need to look at the board design and programming environment. I've used the ESP32 native tools and they are a lot more complex than Arduino. But I'm an embedded firmware developer, so it's kind of what I expect. But I used an Arduino, with 5V tolerant outputs, to light up Halloween costumes for years. I do it in 1 page of code that's I write in their IDE. I don't have to set up an SDK. And the Arudino API hides all the details I don't care about. Especially if I'm really just slinging solder and wiring something up quick.
echoangle•1h ago
You can program the normal ESP32 Devboards with the Arduino IDE.
tedivm•1h ago
Yup- ESP32 is absolutely compatible with Arduino.

There's also great support for CircuitPython and MicroPython, which makes it trivial to program the devices.

skybrian•1h ago
Even if you like the Arduino programming environment (and I do), there seems to be little reason to use Arduino hardware unless it’s for compatibility with other hardware you have? For example, there is a very nice unofficial port of Arduino for the Raspberry Pi Pico. There are also many fine Arduino-compatible single-board computers from Adafruit. The Arduino board form factor seems big and clunky in comparison.

I don’t even use the Ardiuino IDE anymore; I've switched to VS Code using PlatformIO.

It’s great that all these microcontroller boards and peripheral breakout boards can be programmed using the same basic API’s, but I don’t think it helps Arduino the company very much.

ssl-3•37m ago
There's a wealth of easy projects that a person can get started with using an Arduino.

Without any opportunities for getting bogged down in anything extra at all, they can follow a simple recipe and quickly begin to blink an LED at the rate of their choosing.

The Arduino was developed to be a teaching tool, and it allows for a person to take little baby steps.

(Whether this placement is good or bad for Arduino as a business entity isn't something that I find particularly important.)

itopaloglu83•1h ago
What do you think about the Arduino professional line? They have industrial PLC equipments and other high end boards etc.
dfex•14m ago
Not the OP, but have had some experience with the Arduino Opta around this time twelve months ago (Oct 24) through a professional development course I took at my local university on industrial control systems programming.

While it's nice to have exposure to PLC programming at an Arduino price point, the IDE, and PLC firmware was VERY rough around the edges. It took lots of resets and fiddling to even get the units connected over their USB serial, and you'd come back the next day and you'd have to repeat the process. Lots of "hold your tongue the right way while pressing this button". The IDE was also very buggy (though it may have improved in the last 12 months), but once you got things going, it did the job.

crote•7m ago
Doesn't look bad, but the Arduino name is a serious drawback. It's a brand focusing on DIY tinkering, how are you going to sell that to your boss who only finds a bunch of shady hobbyist stuff when he Googles it?

Besides, what's the market? The non-pro hardware is fine for prototypes, but you don't want a bowl of spaghetti in production, so porting it to the pro is pointless. If you want a generic compute board, why not a Raspberry Pi? If you want a PLC, why not go for a proper PLC?

There's perhaps a market for the shadow IT equivalent of electronics projects where an Arduino sketch is suddenly a load-bearing part of the company, but that's about it.

estimator7292•35m ago
Trouble is, this kind of trivial throwaway application is all that Arduino is really good for. Because the framework is designed to support thousands of chips, it supports none of them well. Any arduino code you write is easily 5x more terse than any of the native libraries, but it's also 10x slower. If you don't care, you don't care. But if you do care, Arduino is the least appropriate way to make a microcontroller go.

Besides that, IMO hiding hardware details from the developer is the worst thing about Arduino. The hardware details matter and it's far too easy to get footgunned by some implementation detail hidden from you.

But really, esp-IDF isn't that much more complex, nor are most of the other native frameworks. It's a bit more verbose, but esp-IDF provides helper libraries that replace almost everything Arduino provides, but in a way that is actually designed for the hardware and doesn't have to do things like lookup pin numbers in a giant table for each and every gpio call.

mikepurvis•22m ago
The pin mapping shenanigans are another annoying footgun with Arduino. Even in native development you're dealing with a physical pin number and the logical assignment (PA5, PA6, etc), but now Arduino maps that all again to an Arduino board pin number, and it's all shuffled to ensure the peripherals are in the right place to enable I2C, ADC, and PWM pins to function as expected.
snitty•22m ago
And yet there is clearly a market for easy-to-program MCUs for hobby and educational purposes.
bschwindHN•10m ago
I would argue the RP2040/2350 fills that niche. Cheap, available, easy to program, flexible peripherals, fast enough for many projects, good documentation, and good community support.
crote•20m ago
On the other hand, their competitors haven't been sleeping either.

Companies like Adafruit and Sparkfun sell dozens of tailor-made dev board variants, and their I2C module system allows you to mix & match a whole bunch of peripherals.

The code? A handful of lines of Python, which you can drag&drop onto it like it's a flash drive. Or use a browser-based IDE if you want one-click library install and serial logging.

Arduino's IDE was groundbreaking in 2010, but these days there are easier (and cheaper!) alternatives for beginning hobbyists, and better alternatives for power users.

dangoodmanUT•5m ago
Page of code?
andoando•4m ago
[delayed]
brunosutic•1h ago
I use it for learning and play with my kids. I load the program on the board then we wire the components together and get all excited about blinking LEDs or a LCD.

The lack of features (notably Wifi on our boards) and somewhat larger size are benefits for us.

kevin_thibedeau•1h ago
The ATMega AVR devices are not cost effective for what they deliver. However, the new ATtiny 0/1/2-series devices are worthwhile for applications the Cortex-M devices aren't a good fit for. The Arduino ecosystem doesn't really acknowledge these parts.
ssl-3•1h ago
Various ESP dev boards, Arduino, Pi Pico -- any of these are good places to get started from on the road towards doing useful things with microcontrollers, I think.

Arduino is just a familiar name with a long (~20 year!) history. There's a plethora of pre-existing projects that a person with no prior programming or electronics experience can implement easily to get their feet wet.

Some manner of ESP32 (or STM or MSP or RP2...) may be a good choice for a project for someone with some experience, but if you put a reasonably-motivated person in a room with a computer and an Arduino starter kit then they'll successfully be building simple things in no time.

It remains a friendly place to start doing stuff, and that was always the primary intent.

mrheosuper•54m ago
you are comparing apple to orange, Arduino is not MCU. In fact, the uno r4 has a variant with esp32 module on it.

It's like saying AMD Cpu is so much better, why do you need Linux.

xkcd-sucks•47m ago
Cheap fun, if you acquired a box of Arduinos from a defunct makerspace or startup in the mid 2010s
potatolicious•13m ago
Yeah I'm kind of puzzled by what Qualcomm is getting out of this.

Arduino has so little presence in production devices and is largely an enthusiast and hobbyist product. To be clear, this is good! Having well-supported high-quality enthusiast products is awesome.

But it just doesn't... seem to overlap with the bulk of Qualcomm's business, which is large-scale silicon sales to consumer and industrial clients.

dotancohen•1h ago
That is quite some board! Arduino has certainly progressed, I'm still playing around with R3 boards and ATMega chips. Other than the form factor, this looks like not only a completely different class of product, but a completely different hobby or business.
phoronixrly•1h ago
Were you paid to make this comment? As a youtuber, are you partnering with Qualcomm or Arduino and are you positioning their brands and products?
wyldfire•57m ago
I guess I'm replying to you with your own video? But it seems interesting and relevant [1].

[1] https://www.youtube.com/watch?v=CfKX616-nsE

webdevver•2h ago
theyre going to push "AI on the edge" and "IoT" nonsense again

absolutely unbelievably cooked. anyone pushing that nonsense, short with leverage.

low latency connectivity + goliath data centres will always beat on-device inference/training.

ale42•1h ago
> low latency connectivity + goliath data centres will always beat on-device inference/training.

Except that it's not always an option...

KeplerBoy•1h ago
privacy is a thing people care about.
webdevver•1h ago
beyond delusional. imagine unironically saying this in the big '25.
ChrisMarshallNY•1h ago
> privacy is a thing people care about.

Sadly, it seems that privacy is something that HN readers care about, but precious few others.

Look at the success of Facebook. The covers have been off that stinker for years, yet people still regularly use it; often to the exclusion of more traditional media. I have quite a few friends that I don't get invited to their occasions, because they only advertise them on FB. They invite a bunch of randos they've never met, but not those of us, they see all the time.

To be fair, if I sit down, and describe exactly what the ramifications of the "always on, always open" Facebook presence means, people will usually suddenly value privacy, but it seems that no one actually ever does that, at a level most folks can understand.

Hysterical rantings (even when well-founded), by geeks, don't get through to most folks. It needs to be done in the vernacular, and via media they actually consume.

dboreham•1h ago
There's a commercial version of privacy. E.g. Company A doesn't want to send their data to Company B (a competitor) for processing.
KaiserPro•1h ago
Low latency, low power, portable

pick two.

well actually you can't really, low latency is pretty hard to do full stop

Teknomadix•1h ago
Not necessarily. There are lots of use cases for on device AI inference. I run YOLO on an Nvidia Jetson powered Lenovo Think Edge, which processes incoming video at full frame rates on four channels with recognition and classification for a bespoke premises security system. No clouds involved other than the Nix package manager etc. Make sure your argument May carry more weight when you're talking about ultra low power devices like an Arduino running AI inference locally that seems like more of a stretch.
webdevver•1h ago
true, true, very true, but i observe you use a nvidia chip. which is perfectly logical. why would you use something that is worse in every single way, right? which is exactly what qcom offerings are...
westpfelia•1h ago
SOOOO buy Qualcomm. The second they start talking about AI-IOT stock is gonna sky rocket.

We live in a broken world.

vachina•1h ago
> "AI on the edge" and "IoT" nonsense again.

I love it when my device stays dumb (or at least connect-local) and not become abadonware 6 months after release because the cloud provider felt it a chore to keep running.

healthymomo•1h ago
tf are you on. just look at meta display glasses. it s all on board compute
webdevver•1h ago
its cool... but thats not gonna last long at all. soon theyre gonna put their own custom soc into it, just like google did.

especially for such a specific, space/power/thermal constrained platform. itd be weird if meta didnt put their own custom soc into it.

running a big tech company these days, theres enough custom work going around that basically all the big players have internal silicon teams. hell, even fintech shops with ~100 employees are doing tape-outs these days!

MountDoom•1h ago
> short with leverage.

Are you doing that?

leoedin•1h ago
> low latency connectivity

That's not exactly easy. I doubt on-device training will become much of a thing. But on-device inference is desirable in all sorts of distributed use cases. We're still a long way off from reliable internet everywhere. Especially when you want to start pushing large quantities of sensor data down the pipe.

I can't even get reliable internet on my phone in the centre of London.

murillians•2h ago
I only feel dread when I see a Qualcomm story on HN anymore.
femiagbabiaka•1h ago
Yeah, it might as well say “Oracle to acquire $FOO”
webdevver•1h ago
genuinely, what is the survival story for qualcomm entering the next decade?

- completely missed out on AI

- phones become commodity, push for complete vertical integration from apple, google

- squeezed by chinese soc vendors from 'below' (mediatek, unisoc)

they're cooked, right? there's no way out, surely.

ivape•1h ago
Cooked hardware companies get bought into it seems. Intel is the most egregious example, but AMD is being circled by OpenAI now for 10%. Companies like Marvell and even hard drive companies are up due to how they fit into the AI pipeline.
fred_is_fred•1h ago
I don't think OpenAI has any plans to buy AMD. That's just another moving paper around and we all get rich in the AI space - like the nVidia, OpenAI, Oracle circle of funding.
webdevver•1h ago
But intel being "cooked" was a massive psyop. how was intel ever "cooked", when they were still designing, taping out, and delivering massive quantities of CPUs to DCs and consumer products?

AMD briefly gave them a run for their money, but it was nowhere near the catastrophe that bulldozer was, where the company basically needed rescuing. For a brief moment, they weren't a monopolist - that's all that happened, right?

AMD being circled by OpenAI makes sense since AMD makes NVidia knockoffs. that's objectively useful. Harddrive company make sense for storing weights and generative content. Marvell is networking...

what does QCOm present here, that openai or the AI scene at large needs? the only bet is robotics - but why on earth would I put some washed-up adreno into a 40kg man-sized apparatus which would very comfortably fit a H100?

BirAdam•1h ago
Intel was in danger because they went from having massive amounts of cash on hand to losing billions per quarter with no roadmap to retake the market in the face of competition from both AMD and ARM. They also didn't have competitive GPUs, they lost the automotive market, they lost the networking market outside of desktop/laptop WiFi, and they'd lost any potential market in handhelds/embedded ages ago. Intel is a company that is massively capital intensive, and they simply cannot afford to be in that position. Looking at the need for billions in investment while burning billions per quarter and no good pathway to profitability, investors leave and the company is forced to make dramatic cuts which furthers the death spiral.
jsheard•1h ago
Apple's vertical integration is formidable but Google are still really struggling with their execution, their Tensor SOCs are consistently years behind Snapdragon in performance and efficiency even after their switch to TSMC this generation. Qualcomm is probably safe at the high end of the Android market for a while yet.
webdevver•1h ago
google is competing with a different offering. with a pixel you get google's ecosystem. apple is also not neccesarily top dog in performance (maybe they are - havne't checked lately), nobody buys an iphone because it ranks highly in benchmarks. thats some nerd nonsense that 0.1% of the audience seriously cares about.

for google, pushing 3rd parties out of the supply chain gives them a ton of security and stability concerning pricing and budgeting. its a smart long term move, and i think the industry is going to continue to push towards consolidation and in-housing.

Certified•1h ago
Apple A series CPUs and now M series CPUs have consistently been top of the benchmarks in single core performance for most of the last decade. This even holds true when pitted against desktop Intel and AMD chips. For someone who works with workloads that struggle to be very multithreaded, I do watch this. I must be that 0.1% of the audience
leoh•53m ago
>nobody buys an iphone because it ranks highly in benchmarks. thats some nerd nonsense that 0.1% of the audience seriously cares about.

This is not true at all. Performance matters because it enables exceptional battery life.

cosmic_cheese•59m ago
The gap between Google’s and Apple’s SoCs is insane. Current Pixels bench at around a third of what current iPhones do.

Not that performance matters to all users, but with how much Pixels cost you have to ask yourself what it is you’re paying for. Even if you don’t care for Apple, for a little more you can get a competitor for a Snapdragon.

jsheard•49m ago
> with how much Pixels cost you have to ask yourself what it is you’re paying for.

The average consumer seems to be stuck on the same question, judging by Pixel's 3% market share.

fidotron•1h ago
Qualcomm are good at radios and associated signal processing. The rest is simply integrations around that.
ac29•51m ago
Yeah, there are only a small handful of companies making radios for mobile networks that I am aware of - its really hard. Qualcomm, Samsung, Mediatek, Apple?
piltdownman•1h ago
They just won a significant case in its licensing battle with Arm, securing rights to use Oryon cores in Snapdragon chips. Add in a decent x86 to ARM translation layer, and you have the basis of the next generation of handheld gaming. If Valve or someone paired with them for the next Steamdeck style project, they'd dominate.

At the high-end they announced two new flagship processor platforms at its 2025 Snapdragon Summit. The Snapdragon 8 Elite Gen 5 they claim to be the world’s fastest mobile SoC.

Outside of Snapdragon its basically 5G Telecoms atm - iPhone 17 Pro Max relies on Qualcomm's Snapdragon X80 Modem for 5G - 5G Edge solutions for RAN, presumably harnessing AI - Non-Terrestrial 5G Provisioning in their partnerships with Thales/Ericsson. - IoT and Wearables - presumably low power/footprint modems

webdevver•1h ago
>They just won a significant case in its licensing battle with Arm

did you notice how ARMs stock jumped 5% after that ruling? that tells you everything you need to know.

not to be reddity but reminds me of that scene from The Social Network, where Zuck's buddy couldn't udnerstand how the the record companies winning was actually a massive L.

all the court proved was its total irrelevance to market forces, thats all. ARM is in NVidia accelerators, in Apple phones, in things of actual relevance.

Where is qcom "in"? theyre competing in... laptops!? i could not think of a worse commodity to be in. low volume, no margins, no added value. NPUs? holy snakeoil. again, this edge inferencing that nobody cares about. theres not even a roadmap for anyone to care about it.

>next generation of handheld gaming. If Valve or someone paired with them for the next Steamdeck style project, they'd dominate.

yeah, a market of what, $50M? jeez louise.

>Outside of Snapdragon its basically 5G Telecoms atm

seems to be the only thing going for it.

clarkmoreno•1h ago
facts brother!
piltdownman•17m ago
So why on earth did ARM sue to stop their release and force a clean-sheet redesign? Other than SoftBank being Softbank.

//ARM’s CEO wrote in a contemporaneous internal message that the Nuvia ALA “had left a route to blow a hole in [ARM’s] revenue plan” because “Qualcomm already ha[d] a v9 architecture license” under its own ALA. That observation led him to vent that “I’m struggling not to be pissed that we set up a route for Qualcomm to collapse the payments to Arm,” which “feels like in our chess game we left ourselves very exposed.”

https://law.justia.com/cases/federal/district-courts/delawar...

Re: Handheld gaming - The dedicated Xbox gaming handheld was cancelled because AMD required a minimum of 10 million units in its contract. With Steam Deck only selling ~5 million units and ASUS ROG/Lenovo Legion only selling 1-2 million MS didn't want to take the risk.

Reduce that BOM, go with ARM, and realise there's an incumbent leaving the market, and you have a compelling argument for Qualcomm. Particularly given the Nintendo Switch 2 sold 1.6M units in June, the highest launch month unit sales for video game hardware in US history

ACCount37•8m ago
Good luck getting anywhere close to Nintendo Switch sales with anything that's not Nintendo Switch.

Valve managing to land Steam Deck within 2 orders of magnitude from that? That was already an unlikely feat.

Moral_•17m ago
Quoting Arm stock prices is hilarious considering that there is only 10% float available to be traded and 95% of that 10% is owned by institutions already. That stock is so heavily manipulated so the big boys can make insane profits on options.

On the other topic

>>Outside of Snapdragon its basically 5G Telecoms atm

>seems to be the only thing going for it.

Did you guys forget the $4B a year in auto rev that they generate, they essentially captured the entire auto market from Nvidia and NXP.

piltdownman•11m ago
Auto Rev is Snapdragon Digital Chassis based is it not? I presumed people were aware of the legacy Snapdragon stuff, but maybe not!
jabl•1h ago
> They just won a significant case in its licensing battle with Arm, securing rights to use Oryon cores in Snapdragon chips.

As an aside, wonder how this will impact Qualcomm's RISC-V plans? They were apparently working on some RISC-V cores, but I wonder whether that was just a play to put pressure on Arm, or are they still planning on bringing those out to market?

(The "Arduino UNO Q" that they're launching now is based on a Cortex A53. One would think if they're serious about RISC-V they would start with this kind of things, as in low-end stuff for tinkerers.)

mrheosuper•51m ago
I don't see nothing will affect the RISCV stuff. The risc-v will be likely used in some fixed-function chip(like TPM or security core inside CPU, pretty sure they've done that)
xyzzy_plugh•1h ago
I've been out of the hardware game a minute but Qualcomm was a great partner for helping you ship products. Everything about them sucks, but they will actually send engineers to your office. They always took bug reports seriously and pretty much always delivered patches. Also they always had ample samples, both in terms of dev boards and software. I know of several products that basically shipped the sample code with minimal modifications.

If I were a company trying to ship V1 of our first product, I would hands down pick Qualcomm. MediaTek et al are great for when you know what you're doing with minimal handholding.

I absolutely hated working with them, but at least they were a vendor you could work with. Perhaps the cheaper vendors have upped their game here but I wouldn't know.

ACCount37•1h ago
I heard that Qualcomm can be decent to work with - if you are in a company the size of Qualcomm, or can dangle "500000 units to ship" in front of them like a carrot.

But "decent" is Qualcomm at its absolute best. And Qualcomm at its worst?

I'd rather chew down broken glass than work with Qualcomm.

gimmeThaBeet•44m ago
I can add a minimal anecdote. I got some support from a couple engineers on a telecom project, and it wasn't even that big of a thing, but they were more than decent to work with. I did say to one guy, "you guys are a lot cooler to work with than some of the stuff you see in the news" and matter-of-fact he was just like "oh, yeah that's legal"

my vision of them is that the engineering side can be great to deal with when they want to be (and my personal experience is they want to be). but the other part of their business is like set the standard, and then enforce it.

ACCount37•34m ago
To get to the engineers, you need to get through the viper pit that is the sales first.

The only time I have seen this incredible feat accomplished was in a company large enough that they had a department dedicated to dealing with other large companies.

yaro330•1h ago
Cooked how exactly? - Completely missed out on the LLM boom, just like everyone except nvidia. - Apple never used qcom SoCs, just their modems, Google doesn't even register on the radar of sales, their first foray into SoCs isn't great. - Idk where you get that, they still hold the entire market in their firm grasp and Nuvia stuff has been nothing but outstanding, it's just a shame that MS are cowards and dropped the Windows-on-Arm stuff again. - Google are partnering with them for the Android on PC projects.

I hope they provide better Linux support for the next gen PC grade chips.

stefan_•1h ago
Buying random companies they have no use for like Arduino, they have firmly entered the Intel era.
moralestapia•56m ago
>completely missed out on AI

Cheap on-device AI. Qualcomm to the moon, @webdevver BTFO.

If anyone can pull that move, it's them.

You just severely lack imagination, man.

Workaccount2•51m ago
Qualcomm is and will remain patent holding company. They have a crazy number patents for all manner of wireless communication, and they treat them like their golden geese.
RobotToaster•48m ago
So they're basically going to become a patent troll, like IBM?
zoobab•19m ago
They are a patent troll for a long time.
dsrtslnd23•1h ago
If you want to use SOTA camera sensors on an embedded system Qualcomm is great (in particular compared to NVIDA Jetson).
phoehne•2h ago
You can make a low volume product by buying a bunch of Arduinos as your controller. You just stick them in the device. There's no license issue. While I haven't exhaustively looked, one vendor's kit I did look at explicitly stated their boards were not licensed for that kind of commercial use. Qualcomm could very well make their boards for development, test, and evaluation purposes only. And that would be my worry. It wouldn't effect tinkering at home or use in a classroom, but would mean you couldn't buy a stack of Nanos, flash them, and plug them into your project, if it is for a commercial purpose.
josephcsible•1h ago
> one vendor's kit I did look at explicitly stated their boards were not licensed for that kind of commercial use. Qualcomm could very well make their boards for development, test, and evaluation purposes only.

Under what legal theory?

geerlingguy•1h ago
The "we have lawyers and lots of money to enforce things that are on shaky legal ground and you will likely settle instead of fighting in court" legal theory, I presume.
q3k•1h ago
One way they could do this is grant you a patent license only for some kinds of use.

(and eg. make sure their products are useless without some patent license for some software driver or algorithm)

phoehne•1h ago
https://www.st.com/resource/en/evaluation_board_terms_of_use...
stephen_g•1h ago
As far as I can tell, if they even attempted that, all they could do is deny any kind of warranty claims from you and try and stop distributors selling you any more of their brand parts.
ndiddy•38m ago
> You can make a low volume product by buying a bunch of Arduinos as your controller. You just stick them in the device. There's no license issue.

Note that the Arduino libraries are LGPL licensed. Unless you have a commercial agreement with Arduino, you have to distribute your firmware to your customers as object files so it can be linked to updated/modified versions of the Arduino libraries. This means that I wouldn't use Arduino for a shipping product unless you're fine with the firmware on the device being publicly available.

phoehne•22m ago
That's not my reading of https://support.arduino.cc/hc/en-us/articles/4415094490770-L.... The LGPL is usually a requirement to publish your modifications to the LGPL licensed code, but not necessarily your binary blobs. And for some low-volume Arduino based products, the software isn't the valuable part of the project, anyway.
ndiddy•12m ago
From that support article:

> Last but not least, you need to comply with article 4.d of the LGPL license which has specific and very technical requirements. Complying with such requirements, which derive from the LGPL being used in the Arduino core, is usually a matter of providing end users with some documentation and binary files.

Article 4d of the LGPL requires library users to either:

> 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.

> 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.

Because the Arduino code is statically linked to your application to create the firmware binary, you're required to use option 0 (distribute your application's object files so it can be relinked with the Arduino library).

> And for some low-volume Arduino based products, the software isn't the valuable part of the project, anyway

That's definitely true! That's why I said I wouldn't use Arduino for a shipping product unless you're fine with the firmware on the device being publicly available.

rwaksmunski•1h ago
At least it's not Broadcom
KaiserPro•1h ago
I've not used an arduino for a number of years, I assume this means they are not going to use atmel/microchip anymore?
mrheosuper•1h ago
They has added other vendors for years now. The Uno R4 uses Renesas MCU and espressif module.
ACCount37•1h ago
Arduino wasn't strictly confined to Atmel/Microchip for a while now. Their newest mainstream boards roll with Renesas chips.

And Qualcomm itself is not in the business of making mass market MCUs. Does Qualcomm want to be?

They can, they already have the kind of dies they could put into those. But they would be competing against the likes of ST, and they wouldn't have the wide ass margins they're used to.

They would also have to be writing public documentation, and dealing with hobbyists and small developers. And the impression I got from dealing with Qualcomm? They'd rather douse themselves in gasoline and set themselves on fire than acknowledge that small developers exist.

tylergetsay•1h ago
Espressif has been eating their lunch, the boards are way more capable and much cheaper. Why would anyone pick an Uno over an ESP32?
fidotron•1h ago
The fact we don't have viable western competition for Espressif is likely to become far more of a headache than all the angst about AI GPU production.

Where can you get a half decent microcontroller with wifi integrated on it? Espressif. All the others are flat out bad in some very important dimension, which isn't to say the Espressif products are perfect, but they fit in the important ways.

monegator•1h ago
MCHP has been slowly coming up with decent radio devices, finally. If you don't use the radio going bare metal is basically effortless, if you need to use the radio the dev Tools are actually improving, though they are still nowhere as good as IDF in hiding the ugliness.

Of course they are more expensive (not much more, really, compared to simillar specced ESPs) but they are western and the peripheral actually work as intended. In my projects with ESP32 i had to basically bitbang every peripheral that i needed to use beyond their simplest mode.

the__alchemist•1h ago
Yea... ST, Nordic etc have been sleeping on the Wi-Fi, letting Espressif corner that market. They both now have standalone Wi-Fi ICs, but no MCUs still; and it took them a while to release the ICs.
wibbily•30m ago
It’s a shame. Nordic’s chips blow the ESPs out of the water in terms of power consumption. You can get an nRF bluetooth dongle to run for months/years off a coin cell, almost without trying. Getting an ESP32 to behave is much harder

IIRC their standalone wifi chip is pretty good even… just stick them together already c’mon.

phoehne•1h ago
They're more fun. The programming is easier (although you can get an Arduino like experience on a ESP32). They have 5V options, which make some projects easier without having to add additional components. The ESP32 API (and the Pico for that matter) are better suited professional programmers.

An Arduino is better if you're doing something and want a quick, easy, simple to program controller. It started as a way for artists to add MCUs to the projects without having to become embedded programmers.

xd1936•1h ago
I've only ever used my ESP32s with the Arduino IDE. I don't think there's anything "easier" about using an Arduino board vs that experience.
vachina•1h ago
Ain't fun spending $40 for a 'fun' project. ESP32 is like a dollar for WiFi and GPIOs. That's fun.
pcdoodle•1h ago
ESP32 is a dumpster fire IMO.

I prefer to get things done quickly over cheap.

sschueller•33m ago
How so? I have a product that you can buy that runs on an ESP32S3[1]. They work very well and you can even do OTA updates. Even my competitor uses an ESP32 :)

[1] https://www.stationdisplay.com/

void-pointer•24m ago
Did you need to go through CE certification to get your product on the market?

I have some ESP-based hardware ideas of my own (which include custom PCBs) but the CE certification is prohibitively expensive..

s1gsegv•1h ago
For what it’s worth, the original ESP32 is actually 5V tolerant, semi-officially acknowledged by Espressif. Good enough for hobby projects, anyway
extraduder_ire•56m ago
I'm surprised cheap level shifters with the same pin pitch as various dev boards aren't common.
poly2it•13m ago
Do you know where you can get one?
SirHumphrey•11m ago
And a lot of dev boards you will use as a hobbyist even include level shifters on the board, so you will have a 5V pin.
lenerdenator•1h ago
Different tools for different needs.
oxxoxoxooo•1h ago
If you ever wondered, how Arduino came about: The Untold History of Arduino (https://arduinohistory.github.io/).
pclmulqdq•1h ago
Arduino has always been a naked cash grab disguised as a "hacker-friendly nonprofit." The gross margin on their boards is >90%, and yeah, the software is mostly a ripoff of wiring.
ACCount37•1h ago
Fucking hell.

Qualcomm is one of the worst vendors out there to deal with if you're a small hardware developer - let alone the kind of hobbyist who wants to use Arduino boards.

In a perfect world? Qualcomm would use Arduino to bring some of their chipsets and devices to public, and have the Arduino team open them up to small developers. Essentially doing what Pi Foundation is doing for Broadcom - package their unpalatable ICs into something that people actually use.

But we're not in a perfect world. We're in the kind of world where Qualcomm exists in the first place.

The pessimist in me fully expects Qualcomm to make Arduino worse rather than Arduino to make Qualcomm better.

mrtksn•1h ago
Okay, IIRC the sum wasn't disclosed. I wonder what was the ask.
phantom32•1h ago
Interesting how Arduino is now planning to release a SBC, while Raspberry Pi also has a microcontroller lineup. Now using a RPi or an Arduino board in a project won't mean much when their products are nearly the same.
chimpontherun•1h ago
This is desperation and I think it will go nowhere good.

Arduino has neither technical (standards, form-factor, pinouts), nor mindshare among developers that can be useful for high-speed, modern and upcoming AI-on-the-edge applications.

It sounds like Qualcomm is making a belated move towards robotics, but acquiring these assets is only going to distract them from becoming a successful player.

b00ty4breakfast•1h ago
call me cynical but I can't imagine this ending very well. Even if qualcomm does nothing to alter the operations at Arduino, what happens if they go belly-up in a decade?
oytis•55m ago
IDK, what kind of innovation we need from Arduino now? Arduino IDE exists and is open source. Arduino Uno exists and is open source. Arduino cores, both from Arduino itself and third-party exist and are open source. Not sure how they made money recently, I hope they are up to something good with Qualcomm.
porridgeraisin•1h ago
With their goal of 50/50 handset/non-handset revenue split by 2030, and their recent acquisitions pointing in the same direction, it stands to reason that they will do a lot of high capex investments into things like chiplet/chiplet communication for datacenters, automation/automotive, as well as edge AI. We can also observe they're baking in a lot of fpga-style configurability into a lot of these product lines - the connectivity fabric they acquired along with alphawave semi, their hexagon dsp, nuvia(oryon which they won the legal case for recently), etc,. which is another hint for the type of market they're targeting.

My opinion is that they should productize ESP [1] (no, not that one) which will be super harmonious with their goals.

Arduino acquisition, IMO, is putting one foot into manufacturing automation/automotive/sensors field. They have done similar in the past, arriver was an ADAS compute thing.

Personally I don't believe they will take the execution risk and scale up on all of these things. They will probably wait for the right time and chop off a few of these things and focus on whatever looks like it's going to be a cash cow.

Finance wise, there will be near term margin pressure but long term (IMO) they will execute superbly on a portion of their bets.

The main problem is the clock is ticking, handsets becoming commodified leading to vertical integration, licensing losing value, etc. Apple modem agreement running out soon too, and 6G modems too will not be as high margin due to diminishing improvements in telecom tech, even operator uptake at this point is looking unlikely after the 5G... debacle.

Which explains the very diverse bets they have made.

Will be interesting to see what they execute in this limited timeframe.

[1] https://www.esp.cs.columbia.edu/

xinayder•1h ago
I hope they don't enshittify Arduino. Please keep it open hardware and open source.
silvanocerza•1h ago
I heard the rumor quite some months ago but it was mostly speculation, altough it made sense after they acquired Edge Impulse.

I'm not sure whether to be happy or not to be fair. Main issues with Arduino while I was there was the leadership lack of vision and the unwillingness to support projects coming from the engineers. It was a company kinda coasting and unsure where to go.

If they replace leadership with people that have an clear vision and focus this might be good.

My greatest hope is that people with stocks don't get screwed over though, they used to distribute them quite "easily" at a certain point to avoid raising salaries.

magtux•1h ago
This is a recipe for disaster. Arduino is great for education/tinkering. Qualcomm won't sell you anything even if you are ready to commit to buying 1000s. I tried to source some Qualcomm chips for a startup @ 10k qty and was told there would be no information or support. Qualcomm can have a much bigger market if they simply open up some product lines for distribution like MediaTek do.

China has a way more vibrant, innovative hardware industry simply because you can source everything made by Chinese firms.

ACCount37•53m ago
10k? Sorry, pal! We're in QualcommLand, and you need to be at least 100k units tall to ride this ride!

But if you are a small developer, there are options for you! Have you tried to: eat shit? And die? So that you don't insult our PRECIOUS FUCKING TIME by IMPLYING that a MERE 10K would be ENOUGH for THE GREAT QUALCOMM to ACTUALLY CARE?

The optimist in me wants to believe that this acquisition is a sign of Qualcomm actually trying to be better than that. But realistically? Yeah no. It's Qualcomm. They wouldn't have let it get this bad if they ever cared.

joezydeco•48m ago
Arduino is great for education/tinkering

Arduino has been trying out a new "pro" line for about a year now, making PLC-level devices to be used in automation but hopefully attracting developers by letting them use the same family of tools as the educational line.

https://store-usa.arduino.cc/collections/pro-family

Neywiny•42m ago
Yep. Same here but dramatically lower quantities. Was told basically we'd have to pay for a partner's support. Not that I'm expecting better from Arduino, but the community makes up for it. You Google "dragonwing stackoverflow" and there are 604 results, but even the first few aren't remotely relevant. "Atmega328p stackoverflow" is over 14k and relevant. Arduino is 52 million. It's a nonstarter
Moral_•31m ago
This is the exact reason why they bought Arduino... So now startups have a way to buy say 1,000 devices for prototyping. Qualcomm gets used to supporting smaller developers/startups/tinkerers and will hopefully push different types of chips into the Arduino product lines.
aleph_minus_one•19m ago
> This is the exact reason why they bought Arduino... So now startups have a way to buy say 1,000 devices for prototyping. Qualcomm gets used to supporting smaller developers/startups/tinkerers

For this, Qualcomm does not have to buy Arduino for a big amount of money: Qualcomm could simply offer this option on their own and save the acquisition cost.

Addendum: For the acquisition cost, Qualcomm can do a lot of marketing of their offering towards makers.

chrsw•18m ago
> Qualcomm gets used to supporting smaller developers/startups/tinkerers

I'll believe it when I see it

estimator7292•13m ago
It's cheaper and easier to just spin your own boards at that point. Arduinos are not complex or special in any way. Even if you did need a ton of off the shelf boards, there are countless clones that will sell you as many as you want for next to nothing.

Plus the market you're implying exists is so small as to be utterly worthless to Qualcomm. They are in no way interested in individuals or small businesses

mikepurvis•10m ago
Seems like a similar play to what Broadcom did with Raspberry Pi— create a new entity/brand that could resell their chips on hobby boards and be stewards of a "community" support framework but largely without distracting the company from its enterprise customers or risk cannibalizing those relationships.

That said, interesting that Qualcomm would buy twenty years of Arduino legacy for this rather than launching something new in the space.

blastersyndrome•9m ago
Qualcomm did not need to buy Arduino in order to do that.
ferguess_k•1h ago
My first instinct to this piece of news is a five-char word starting with 'S'.

But reading through the news, it seems to be fine?

> Arduino will preserve its open approach and community spirit while unlocking a full‑stack platform for modern development—with Arduino UNO Q as the first step.

> The new Arduino UNO Q is a next-generation single board computer featuring a “dual brain” architecture—a Linux Debian-capable microprocessor and a real-time microcontroller—to bridge high-performance computing with real-time control.

Looks like they want to use the brand to push out their own stuffs, which seems to be reasonable. As long as they don't touch the education/OSS part I guess it will benefit both.

dessimus•1h ago
Yeah, and nothing was going to change when IBM acquired Red Hat.
bilekas•1h ago
> Looks like they want to use the brand to push out their own stuffs, which seems to be reasonable. As long as they don't touch the education/OSS part I guess it will benefit both.

Given the current market for Qualcomm, it honestly wouldn't surprise me if in a few years they drop that education and OSS platform in favour of a paid approach. Recent Slack news doing the same has tainted my confidence.

33 Million audrino users, you can guarantee they want a piece of their wallets.

ferguess_k•21m ago
OK that makes sense, but I guess educational arduino stuffs doesn't have a deep moat, so it was already copied else where and can be done further.
mrheosuper•47m ago
Just like when Broadcom bought VMware. Great stuff /s.
mtlynch•35m ago
>My first instinct to this piece of news is a five-char word starting with 'S'.

Am I the only one who can't figure out the word?

Did you mean four characters? Or are you including a null-terminator? Extra 'e' if you're British?

ferguess_k•22m ago
Yes! Including a null-terminator '\0'

:P thought someone is going to ask but great that people on HN figured it out already

greatgib•1h ago
Just wait for a few years and then you can forget everything about open or open source about Arduino. And maybe in 2030, you will only be able to run the Arduino IDE on Windows with a specific driver to ensure that you only flash a firmware to a DRM controlled authentic Arduino device.

It is a nightmare when such an acquisition happen.

yaro330•1h ago
Qcom is one of the few SoC manufacturers in the Android space to do all their thing out in the open and properly honouring the GPL-v2 licences.
userbinator•31m ago
That's pretty useless when they won't release the documentation for their SoCs.
RobotToaster•46m ago
Arduino made a lot of their boards closed source a while ago IIRC. I was surprised this one is supposedly going to be open source.
8cvor6j844qw_d6•1h ago
Hope good things come out of it.

My favorite thing from Arduino was the UNO R3, highly versatile for "hardware" stuff at way back then.

I heard Espressif / ESP32 was its spiritual "successor".

leoh•57m ago
This does not bring joy
yalogin•45m ago
Can someone explain why Arsuino is attractive to Qualcomm? I mean is it a gateway drug to Qualcomm chips?
babl-yc•43m ago
To anyone at Arduino/Qualcomm reading --

If you're looking to make Uno Q SBC a gateway to more companies building on Qualcomm SoCs, please also release:

- Affordable HQ camera modules, with drivers, tuned ISP support for the board

- Low volume SoC purchases on Mouser/Digikey so we can move from evaluation board to prototypes

- Reference schematics

- High quality documentation and maintained Yocto layers for embedded linux development

- Ability to use SoC features like AI acceleration / ISP without huge headaches

mtoner23•41m ago
Why would any large corporation need Arduino for strategic pruposes. They could simply and easily create any board they want. I guess they just want to take and slowly destroy the brand
estimator7292•29m ago
Shame to see Arduino go, but honestly how relevant are they anymore? The Arduino framework is one of the worst ways possible to write firmware for any slightly serious use, and their hardware is... quaint in the era of Espressif and the Cambrian explosion of devboards with any number of highly advanced features.

Arduino was a great way to get into microcontrollers back when the only alternative was vendors' native libraries in straight undocumented C and wiggling CPU registers manually. But that's not really a niche anymore, there's plenty of other, better designed, frameworks and libraries. Arduino has always been the worst, slowest framework available.

Honestly it's high time to replace Arduino with something else that doesn't instill such awful habits in new engineers.

ricw•26m ago
Curious what the better frameworks are these days? Are they tied to specific hardware like addition was? And what language do they use?
bobsomers•5m ago
What frameworks would you recommend for new people learning about embedded systems?
dzonga•27m ago
used arduino for my robotics classes. for beginners its probably the best platform. get the board, add a couple of sensors and motors then boom.
micromacrofoot•27m ago
Seems natural as both Qualcomm and Arduino feel like companies that have struggled to keep up in markets they previously were at the forefront of. Maybe they can work better together.
zoobab•20m ago
Let's fork Arduino, Qualcomm is a patent troll.
elAhmo•20m ago
Sad day for education. I would be surprised to find any user who is happy about this.
codingclaws•6m ago
RIP Arduino

Jordan Fisher: Every AI Founder Should Be Asking These Questions

https://www.youtube.com/watch?v=DJjZzzPANBY
1•sandslash•1m ago•0 comments

As millions face climate relocation, the nation's first attempt sparks warnings

https://floodlightnews.org/isle-de-jean-charles-climate-relocation-broken-promises/
1•speckx•2m ago•0 comments

Starlink is burning up one or two satellites a day in Earth's atmosphere

https://www.theregister.com/2025/10/06/starlink_vaporizes_satellites_daily/
2•welovebunnies•3m ago•0 comments

How I Started Using Arch Linux After 14 Years of Windows

https://maghfoor.com/arch
2•maghfoor•4m ago•0 comments

Hackers Extorting Salesforce After Stealing Data from Customers

https://www.securityweek.com/hackers-extorting-salesforce-after-stealing-data-from-dozens-of-cust...
1•Bender•5m ago•0 comments

Walrus, A 1M ops/sec, 1 GB/s Write Ahead Log in Rust

https://nubskr.com/2025/10/06/walrus.html
1•nubskr•5m ago•0 comments

The Y2K38 Bug Is a Vulnerability, Not Just a Date Problem, Researchers Warn

https://www.securityweek.com/the-y2k38-bug-is-a-vulnerability-not-just-a-date-problem-researchers...
1•Bender•5m ago•0 comments

Show HN: Daffodil – Open-Source Ecommerce Front End, Now with Shopify

https://demo.daff.io/
1•damienwebdev•6m ago•0 comments

Kurzgesagt: AI Slop Is Killing Our Channel [video]

https://www.youtube.com/watch?v=_zfN9wnPvU0
1•maxloh•7m ago•0 comments

Canadian Soccer on the Rise: World Cup Dreams

https://craftercontent.blogspot.com/2025/10/Canadian%20Soccer.html
1•arianmarry•7m ago•0 comments

Show HN: LLM-Use – An LLM router that chooses the right model for each prompt

https://github.com/JustVugg/llm-use
1•justvugg•7m ago•0 comments

Show HN: Mars – Personal AI robot for builders (< $2k)

1•apeytavin•9m ago•0 comments

Cable TV Company Will Shut Down, Says YouTube TV $40 Cheaper

https://cordcuttersnews.com/another-cable-tv-company-announces-it-will-shut-down-its-tv-service-a...
3•indigodaddy•11m ago•0 comments

Jaguar Land Rover Bailout Shows Rising Cost of Cybercrime

https://www.bloomberg.com/news/articles/2025-10-07/jaguar-land-rover-cyber-attack-why-uk-bailout-...
5•toomuchtodo•13m ago•2 comments

Researchers over the moon to find tea can grow in lunar soil

https://www.kent.ac.uk/news/science/37158/researchers-over-the-moon-to-find-tea-can-grow-in-lunar...
1•PaulHoule•14m ago•0 comments

The Handle Trait

https://smallcultfollowing.com/babysteps/blog/2025/10/07/the-handle-trait/
2•sethaurus•15m ago•0 comments

Is everyone switching to MoQ from WebRTC?

https://webrtchacks.com/is-everyone-switching-to-moq/
1•feross•15m ago•0 comments

Earth has a space tornado problem

https://www.popsci.com/science/space-tornado-study/
1•Brajeshwar•15m ago•1 comments

Birds worldwide developed a shared warning call against parasites

https://www.sciencedaily.com/releases/2025/10/251006051113.htm
1•Brajeshwar•15m ago•0 comments

Is materials science the new alchemy for the 21st century?

https://physicsworld.com/a/is-materials-science-the-new-alchemy-for-the-21st-century/
2•Brajeshwar•15m ago•0 comments

MosaicML founder takes another swing at AI chips

https://techfundingnews.com/ex-databricks-ai-head-naveen-rao-nabs-1b-at-5b-valuation-for-unconven...
1•oofbey•19m ago•0 comments

Nearly 20 Percent Fewer International Students Traveled to the U.S. in August

https://www.nytimes.com/interactive/2025/10/06/upshot/us-international-student-travel.html
19•Erikun•19m ago•3 comments

Static Bundle Object: Modernizing Static Linking

https://medium.com/@eyal.itkin/static-bundle-object-modernizing-static-linking-f1be36175064
2•eyalitki•19m ago•1 comments

Dickinson – Amiga 40th 2025 [video]

https://www.youtube.com/watch?v=3L2TC7f7CQY
1•doener•20m ago•0 comments

You say, ask anything, Ok, I get it, but now tell me, please, what I can not ask

https://chatgpt.com/share/68e52893-01cc-8007-897c-08db3c6976e6
2•gexos•21m ago•0 comments

Build Native PHP Apps

https://nativephp.com/
1•tombot•23m ago•0 comments

Stop treating code like an afterthought: record, share and value it

https://www.nature.com/articles/d41586-025-03196-0
1•gnabgib•23m ago•0 comments

The Many Memory Management Improvements in Linux 6.18

https://www.phoronix.com/news/Linux-6.18-MM
1•mikece•23m ago•0 comments

Swiss glaciers have shrunk by a quarter since 2015, study says

https://www.france24.com/en/live-news/20251001-swiss-glaciers-shrank-by-a-quarter-in-past-decade-...
6•bookofjoe•24m ago•0 comments

Show HN: Mars – Personal AI robot for builders (< $2k) [video]

https://www.youtube.com/watch?v=_Cw5fGa8i3s
2•apeytavin•25m ago•0 comments