frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Security Issues Regarding GSMA ESIMs / EUICCs and Javacard

https://laforge.gnumonks.org/blog/20250709-gsma-esim-euicc-security/
1•JNRowe•1m ago•0 comments

Understanding Different Types of Correlations

https://www.clearerthinking.org/post/when-two-things-seem-linked-but-aren-t-understanding-different-types-of-correlations
1•domofutu•1m ago•0 comments

Amy Neural Content Engine

https://mirak004-amy-ai.hf.space
1•Miraktt•3m ago•1 comments

Gemini is coming to your Wear OS smartwatch

https://blog.google/products/wear-os/gemini-wear-os-watches/
1•kaycebasques•4m ago•0 comments

Masked, Armed and Forceful: Finding Patterns in Los Angeles Immigration Raids

https://www.bellingcat.com/news/2025/07/08/masked-armed-and-forceful-finding-patterns-in-los-angeles-immigration-raids/
1•tastyface•5m ago•0 comments

Ask HN: Is csound the best way to create video game sound effects via ChatGPT?

1•amichail•5m ago•2 comments

macOS 26 hints at sealed Mac updates at Apple Stores

https://9to5mac.com/2025/07/09/exclusive-macos-26-beta-hints-at-sealed-mac-updates-at-apple-stores/
1•dmmalam•7m ago•0 comments

Oh Snap an Interactive Article on Quantization Error

https://michaelgiba.com/quantization-error/
1•michaelgiba•7m ago•0 comments

5 facts about how the world’s population is expected to change by 2100

https://www.pewresearch.org/short-reads/2025/07/09/5-facts-about-how-the-worlds-population-is-expected-to-change-by-2100/
1•toomuchtodo•9m ago•0 comments

2700+ Secure, Standardized MCP Servers

https://pipedream.com/docs/connect/mcp
1•todsacerdoti•11m ago•0 comments

Butterfly Murals

https://www.mantrarea.com/murals
1•geox•12m ago•0 comments

Acquihire offer from another early stage startup ($2M raised, $1M revenue)

1•jhubble•13m ago•0 comments

U.S. Real-Time Cellular Coverage Map

https://app.gojimobile.com/map
1•rmason•14m ago•2 comments

MIT's IoT Chip Advances 5G Internet of Things

https://spectrum.ieee.org/internet-of-things-5g-mit
1•jnord•18m ago•0 comments

Show HN: I built a social media app at 11 using AI and a phone

https://app--woo-short-78d020b9.base44.app
2•homenetwork•18m ago•0 comments

Show HN: OrcaUI, A zero-dependency UI framework built with Web Components

https://github.com/orcasaga/orcaui
1•orcasaga•22m ago•1 comments

1D camera captures 2D images of things it can't see

https://blog.arduino.cc/2025/06/25/this-1d-camera-captures-2d-images-of-things-it-cant-see/
1•PaulHoule•23m ago•0 comments

Show HN: A CUDA-Generating AI Agent

https://generate.mako.dev
1•atallahw•27m ago•0 comments

REST Is for Humans, Not for APIs

https://jabbawookiees.bearblog.dev/rest-is-for-humans-not-for-apis/
1•jabbawookiees•31m ago•0 comments

Database Sharding

https://planetscale.com/blog/database-sharding
2•jxmorris12•37m ago•0 comments

When Building with LLM's, Add Autonomy Last

https://elroy.bot/blog/2025/07/07/add-autonomy-last.html
1•jjfoooo4•38m ago•0 comments

Show HN: A protocol for LLM client to render UI components

https://github.com/EL-MTN/LMUI-Protocol
2•ericlmtn•39m ago•0 comments

AI Models for Pokemon Games

https://kevinlu.ai/pokemon-agents
1•andrewnhwang001•40m ago•0 comments

I used to prefer permissive licenses and now favor copyleft

https://vitalik.eth.limo/general/2025/07/07/copyleft.html
2•bpierre•42m ago•0 comments

Litigious Company Demands Removal of Link to Article Re: How Litigious They Are

https://www.techdirt.com/2025/07/09/litigious-company-demands-removal-of-a-tweet-linking-to-an-article-about-how-litigious-they-are/
4•healsdata•42m ago•0 comments

Meta Poached Apple's Pang with Pay Package over $200M

https://www.bloomberg.com/news/articles/2025-07-09/meta-poached-apple-s-pang-with-pay-package-over-200-million
2•mfiguiere•46m ago•0 comments

People with young brains outlive old-brained peers, Stanford Med scientists find

https://med.stanford.edu/news/all-news/2025/07/brain-mortality.html
1•littlexsparkee•49m ago•0 comments

MCP-B: A Protocol for AI Browser Automation

https://mcp-b.ai/
24•bustodisgusto•53m ago•5 comments

Vim Fugitive in Action (2021)

https://dzx.fr/blog/introduction-to-vim-fugitive/
6•todsacerdoti•54m ago•1 comments

Show HN: I made a Canny alternative for indie founders and solo devs

https://upvoicy.com/
1•optinghost•54m ago•0 comments
Open in hackernews

Run Pandas on cloud GPUs (without Docker or K8s)

https://developer.nvidia.com/blog/simplify-setup-and-boost-data-science-in-the-cloud-using-nvidia-cuda-x-and-coiled/
1•scj13•8h ago

Comments

scj13•8h ago
NVIDIA published this blog post showing how to run GPU-accelerated pandas in the cloud using Coiled. In the example they do some typical data wrangling (read in parquet files from S3, do some filtering, aggregation, return a result) and saw ~9x speedup.

They used Coiled to manage the cloud infrastructure, a UX-friendly tool for Python devs who want to use the cloud, without needing to directly manage EC2 instances.

Whether you _should_ be running pandas on cloud GPUs is a whole other question (and probably pretty specific to the use case).