frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Marko 6

https://markojs.com/
1•pier25•51s ago•0 comments

How does controlling a robot work? [video]

https://www.youtube.com/shorts/xXUxtqlDDXI
1•cgreerrun•1m ago•1 comments

The Most Frustrating Customer Service Call of All Time [video]

https://www.youtube.com/watch?v=nUpZg-Ua5ao
1•duck•1m ago•0 comments

All You Need Is SSH

https://wrongthink.link/posts/all-you-need-is-ssh/
2•Bogdanp•3m ago•0 comments

5000 Podcasts. 3000 Episodes/Week. $1 Per Episode

https://www.hollywoodreporter.com/business/digital/ai-podcast-start-up-plan-shows-1236361367/
1•kawera•5m ago•0 comments

I Built a Handy macOS CLI in 2 Hours with Zero Swift Knowledge

https://www.zbeegnew.dev/tech/ekexport_story/
1•zbeegnew•6m ago•1 comments

Qatar denies White House claim Trump sent warning before Israel's attack

https://www.aljazeera.com/news/2025/9/9/white-house-says-trump-notified-qatar-ahead-of-israeli-st...
6•NomDePlum•12m ago•0 comments

Amazon, IBM, and Dell helped build China's surveillance state

https://fortune.com/2025/09/09/amazon-ibm-dell-aws-china-surveillance-state-predictive-policing/
3•giuliomagnifico•13m ago•0 comments

Glaze: Fast JSON with built-in HTTP Server for modern C++

https://github.com/stephenberry/glaze
1•klaussilveira•15m ago•0 comments

The pure genius of Bob Odenkirk

https://nationalpost.com/opinion/colby-cosh-the-pure-genius-of-bob-odenkirk
1•bbarnett•15m ago•1 comments

Oscrypto – cryptographic discovery queries for osquery

https://github.com/QuantumVillage/oscrypto
2•unprovable•17m ago•0 comments

Top Python Libraries for Visualization: Which One to Use? – CodeCut

https://codecut.ai/top-6-python-libraries-for-visualization-which-one-to-use/
1•rbanffy•18m ago•0 comments

Microsoft Patch Tuesday, September 2025 Edition

https://krebsonsecurity.com/2025/09/microsoft-patch-tuesday-september-2025-edition/
3•todsacerdoti•19m ago•0 comments

The balance that shapes rivers [video]

https://www.youtube.com/watch?v=elZgu-lhOMs
1•gmays•22m ago•0 comments

US test scores reach all time low

https://nypost.com/2025/09/09/us-news/us-test-scores-hit-new-low-in-math-reading-post-covid-natio...
3•silexia•25m ago•1 comments

Hacking Super Mario So It's All One Long Level [video]

https://www.youtube.com/watch?v=TovR3tpAQXU
1•LaserDiscMan•28m ago•0 comments

Show HN: Trusted Source for Portable Seating Solutions

https://collapsible-stool.com/
1•yangyiming•29m ago•0 comments

A literary history of fake texts in Apple's marketing materials

https://maxread.substack.com/p/a-literary-history-of-fake-texts
2•_vaporwave_•35m ago•0 comments

Show HN: Shellcast.tv – Stream your vibe coding

https://shellcast.tv/
3•erichi•37m ago•0 comments

Gold is outperforming the Nasdaq 100 since the launch of ChatGPT

https://sherwood.news/markets/gold-is-outperforming-the-nasdaq-100-since-the-launch-of-chatgpt/
11•avonmach•38m ago•2 comments

Tududi v0.81 – task details, upcoming tasks, improvements and tweaks

https://tududi.com
1•cvicpp123•38m ago•0 comments

Forever Notes: Organize Everything with the Apple Notes App

https://www.myforevernotes.com
3•car•40m ago•0 comments

UK toughens Online Safety Act with ban on self-harm content

https://www.theregister.com/2025/09/09/selfharm_online_safety_act/
1•fujigawa•42m ago•1 comments

Tech bros hate this college student. CA should listen what she's saying about AI

https://www.latimes.com/politics/newsletter/2025-09-08/chabria-monday-politics-newsletter-ai-arti...
2•1vuio0pswjnm7•44m ago•0 comments

Mr.Robot: Elliot Alderson and his dad in the UsOpen

https://www.reddit.com/r/Defcon/s/qV7RxHbH3S
1•charlitos•44m ago•1 comments

Von der Leyen under growing pressure to take tougher line with Israel

https://www.theguardian.com/world/2025/sep/09/von-der-leyen-under-growing-pressure-to-show-leader...
12•NomDePlum•46m ago•0 comments

Google Cloud API Client Libraries for Rust

https://github.com/googleapis/google-cloud-rust
2•HieronymusBosch•46m ago•0 comments

The Center for Science in the Public Interest is your food and health watchdog

https://www.cspi.org/about
2•thelastgallon•46m ago•0 comments

RabbitOS 2

https://www.rabbit.tech/newsroom/rabbitos-2-launch
1•rickcarlino•48m ago•0 comments

Ruby Executes JIT Code: The Hidden Mechanics Behind the Magic

https://railsatscale.com/2025-09-08-how-ruby-executes-jit-code-the-hidden-mechanics-behind-the-ma...
3•ciconia•49m ago•0 comments
Open in hackernews

Modal Notebooks, a real-time collaborative notebook with cloud GPUs

https://modal.com/blog/notebooks
4•ekzhang•5h ago

Comments

ekzhang•5h ago
Hello! Thrilled to be sharing something I've worked on for the past 8 months at Modal — a cloud, GPU notebooks product.

We wanted to improve the Jupyter Notebook experience while offering high-performance, cloud compute. So we sought out to fix some of the problems in cloud offerings for notebooks, and we ended up rebuilding a lot of the interface ourselves. This means you can do things like:

- Within the same notebook, swap from CPU to GPU, and the kernel will restart in seconds while keeping your work.

- Use _lots_ of hardware: up to 8x H100/B200 GPUs, not just one.

- Automatic idle shutdown (configurable timeout) so you don't get a huge bill / forget to stop your notebook.

- Real-time collaborative editing.

- Integrations with Pyright and Ruff for a better IDE-like experience.

Unlike Google Colab, we are a full cloud offering, so you can integrate with the rest of the Modal platform — use custom images, attach persistent volumes and so on. We've heard these are the actual, boring but really important features you need to do experimental work in notebooks.

Happy to hear any feedback! Would love for you to try it out.