frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Flux Kontext – AI-Powered Image Restoration Platform

1•mehelpme•1m ago•0 comments

Mango says some customer information exposed in cyber incident

https://therecord.media/mango-fashion-retaier-data-breach
2•PaulHoule•2m ago•0 comments

Nvidia Becomes First $5T Company as AI Demand Surges

https://www.macrumors.com/2025/10/29/nvidia-5-trillion-market-cap/
1•mgh2•3m ago•0 comments

Elon Musk launches Grokipedia to compete with online encyclopedia Wikipedia

https://apnews.com/article/elon-musk-wikipedia-grok-grokipedia-4dab7c6ebb16cc7718b231adae4aac95
1•nsoonhui•4m ago•0 comments

Show HN: After Watching 30k People Get Laid Off, I Built This

https://www.ratetheculture.com/
2•monkee_kl•5m ago•0 comments

ThePrimeagen's harpoon plugin is dead, so I saved it

https://github.com/baggiiiie/harpoon
1•baggiiiie•6m ago•0 comments

Battle of the Planets (1978) [video]

https://www.youtube.com/watch?v=cR-0z6kpuno
1•amichail•8m ago•0 comments

Brumby-14B-Base: The Strongest Attention-Free Base Model

https://manifestai.com/articles/release-brumby-14b/
3•cgel•8m ago•1 comments

Within-family heritability estimates for phenotypes from 500k sibling pairs

https://www.medrxiv.org/content/10.1101/2025.09.17.25336022v1
2•marojejian•12m ago•0 comments

Nim's New Intermediate Representation: NJVL

https://github.com/nim-lang/nimony/blob/master/doc/njvl-spec.md
1•generichuman•13m ago•0 comments

Show HN: Gamified Fitness – Would You Use This?

https://github.com/HarisWasim/pulse-1.0
1•harisranch•16m ago•0 comments

Show HN: Tailkits UI Free – 30 copy-paste Tailwind components

https://github.com/tailkits/tailkits-ui
1•hey-fk•20m ago•0 comments

Meta's Q3 revenue was $51.242B, with net profit down 83% year-on-year

https://news.futunn.com/en/post/64039143/meta-s-q3-revenue-was-51-242-billion-with-net
1•mgh2•21m ago•1 comments

Kraft Heinz CEO Warns of Worst Consumer Sentiment in Decades

https://www.bloomberg.com/news/articles/2025-10-29/kraft-heinz-sees-weaker-us-sales-ahead-of-plan...
6•toomuchtodo•23m ago•1 comments

Building the Analytics Agent on Metabase: A Progress Report

https://medium.com/@sebastiancajamarca/building-the-analytics-agent-on-metabase-a-progress-report...
1•sebascaja•23m ago•1 comments

How Metal Is the Past?

https://margaretkilljoy.substack.com/p/how-metal-is-the-past
1•mooreds•24m ago•0 comments

Say it with me: Windows is the problem with Windows handhelds

https://www.theverge.com/games/807711/xbox-ally-sleep-fail-bazzite-fix-performance
3•bobtheborg•24m ago•1 comments

Alphabet tops $100B in quarterly revenue amid cloud, YouTube growth

https://www.axios.com/2025/10/29/google-earnings-youtube-alphabet
2•mgh2•24m ago•0 comments

Amazon Flash Deals – A simple tool for tracking short-term deals

https://amazonflashdeals.vercel.app
1•wizhub•25m ago•1 comments

Google Pacman – Halloween 2025

https://searchplayground.google/intl/en/pacman/halloween/
1•JohnHammersley•25m ago•0 comments

In Defense of Private Equity

https://joelonsdale.com/defense-private-equity/
1•mooreds•27m ago•1 comments

Evolving MultiAgentic Systems

https://caylent.com/blog/evolving-multi-agentic-systems
1•mooreds•28m ago•0 comments

A Silver Tsunami?

https://blog.joelonsdale.com/p/a-silver-tsunami
1•mudil•29m ago•0 comments

QVAC – Modular AI Agents for Privacy, Performance and Control

https://qvac.tether.dev/
1•Blahah•32m ago•1 comments

You Shall Know a Word by the Company It Keeps

https://quoteinvestigator.com/2022/09/18/word-company/
2•cainxinth•33m ago•1 comments

Show HN: Eintercon – Global Connections in 48 Hours

https://eintercon.com/
1•abilafredkb•35m ago•0 comments

A Few Words About Async

https://twitter.com/vivekgalatage/status/1983695982035661051
1•vinhnx•37m ago•0 comments

Apollo 16 Astronaut Charlie Duke's Keynote at the Astro Awards [video]

https://www.youtube.com/watch?v=xuwgOlc-1AU
1•LorenDB•37m ago•0 comments

Traveling Salesman Game

https://prolog.univie.ac.at/tspGame/game.html
2•Bogdanp•41m ago•0 comments

Ask HN: Serving startup community as financial advisor

1•alienlike•47m ago•1 comments
Open in hackernews

Raspberry Pi Pico Bit-Bangs 100 Mbit/S Ethernet

https://www.elektormagazine.com/news/rp2350-bit-bangs-100-mbit-ethernet
50•chaosprint•2h ago

Comments

ChuckMcM•2h ago
Fun stuff. You kids don't know how lucky you are to have really capable MCU's for just a few bucks. :-)

It is kind of the ultimate "not a TOE[1]" example yet.

[1] TOE or TCP Offload Engine was a dedicated peripheral card that implements both the layer 1 (MAC), layer 2 (Ethernet), and layer 3 (IP) functions as a co-processing element to relieve the 'main' CPU the burden of doing all that.

unixfg•2h ago
Would this have been possible without PIO?
tylerflick•1h ago
Not at that transfer rate. SPI which is the next fastest (common) protocol you find on micros typically operates around 10 Mhz, but this isn’t an apples to apples comparison.
codebje•44m ago
On a Pico? No - the PIOs replace other peripherals a µC might be able to use to achieve this sort of bitrate, so you'd not really have the tools you'd need to change GPIO pin states once every 3-4 CPU clock cycles.

In a sense the PIO is a bit 'cheaty' when claiming "bit-banging", because the PIO is the ultimate peripheral, programmable to be whatever you need. It's no mean feat to make the PIO do the sorts of things happening here, by any stretch, but "bit-banging" typically means using the CPU to work around the lack of a particular peripheral.

From that perspective, there's precious few µCs out there that could bit-bang 100MBit/s Ethernet - I'm no expert, but I _think_ that's a 125MHz IO clock, so if you want 4 CPU cycles per transition to load data and push it onto pins, you're looking for a 500MHz µC, and at those speeds you definitely have to worry about the bus characteristics, stalls, caching, and all those fun bits; it's not your old 8-bit CPU bit-banging a slow serial protocol over the parallel port any more.

kfterrg67•26m ago
>"bit-banging" typically means using the CPU

This is significant. It's using a hardware peripheral that is designed and intended for high frequency IO manipulation without CPU intervention. This isn't bit-banging, lest we start calling it "bit-banging" any time an FPGA or ASIC or even a microcontroller peripheral handles any kind of signalling.

hackingonempty•1h ago
PIO is great but the competition has working silicon and SDK for all of the common peripherals while RP gives you crappy example code. Want to connect to an audio codec with I2S? Almost every MCU has this built in but for RP2040/RP2350 you'll have to roll your own production quality version from a demo that only shows how to send. Years after release.
ggm•1h ago
this is classic computing wheel of life stuff (Bell, Mudge, MacNamara wrote that up in the 70s)

* first you do it in the cpu * then you do it in a dedicated card off the bus * then you find the FPGA or whatever too slow, so you make the card have it's own CPU * then you wind up recursing over the problem, implementing some logic in a special area of the cpu, to optimise its bus to the other bus to ...

I expect to come back in 10years and find there is a chiplet which took the rpi core, and implements a shrunk version which can be reprogrammed, into the chiplet on the offload card, so we can program terabit network drivers with a general purpose CPU model.

brcmthrowaway•46m ago
How does PIO compare to Cypress PSoC?