frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Petabyte-scale storage for AI agent sandboxes

https://twitter.com/aniketmaurya/status/2072249879573754225
3•theaniketmaurya•1h ago
We enabled Petabyte scale durable storage for Celesto sandboxes, useful for coding agents, harnesses and store large files.

Comments

theaniketmaurya•1h ago
This test creates a 10 GiB sandbox, then writes 20 GiB of data into the workspace. It shows that large workspace data is not constrained by the root disk size.

1. Create a new sandbox with 10gb root storage:

`celesto computer create --template coding-agent --disk-size-mb 10240`

2. Write 20 GiB under user home dir:

``` celesto computer run einstein "python3 - <<'PY' from pathlib import Path import hashlib import os

target_dir = Path('/home/ohm/storage-proof') target_dir.mkdir(parents=True, exist_ok=True) target = target_dir / 'twenty-gib.bin'

with target.open('wb') as f: for gib in range(20): for block_index in range(1024): seed = f'{gib}:{block_index}'.encode() block = hashlib.sha256(seed).digest() * 32768 f.write(block) f.flush() os.fsync(f.fileno()) print(f'wrote {gib + 1} GiB', flush=True)

print('final size bytes:', target.stat().st_size) PY" ```

3. Verify the file is larger than the 10 GiB root disk:

`celesto computer run einstein "du -h /home/ohm/storage-proof/twenty-gib.bin && df -h / /home/ohm"`

Continuous low-intensity ultrasound downregulates inflammation in macrophages

https://www.nature.com/articles/s41598-026-53228-6
1•bookofjoe•57s ago•0 comments

Why your AI bill is bigger than it should be

https://leaddev.com/ai/why-your-ai-bill-is-bigger-than-it-should-be
1•chhum•2m ago•0 comments

Opinion: I Was Not Allowed to Type Prompts into ChatGPT During My Chalk Talk

https://inpreparation.substack.com/p/opinion-i-was-not-allowed-to-type
1•mold_aid•4m ago•1 comments

Show HN: Waisly – a budgeting app that never asks for your bank login

https://getwaisly.app/en
1•Vadim7j7•5m ago•0 comments

JSP for Practical Program Design (1996)

https://archive.org/details/jspforpracticalp0000dudm
1•turtleyacht•7m ago•1 comments

Phone Number Carrier and Line Type with Python and the Telnyx Number Lookup

https://telnyx.com/resources/phone-number-carrier-lookup-python
1•harpreetseehra•9m ago•0 comments

Show HN: Irongate – Serverless Auth on AWS

https://github.com/RobinSrimal/irongate
2•maltaro•9m ago•0 comments

Show HN: HackerNows – Native iOS HN Client

https://hackernows.app/
4•maguszin•10m ago•1 comments

Private equity firm acquires MariaDB (2024)

https://k1.com/k1-acquires-mariadb/
1•elisaado•11m ago•0 comments

BIS Annual Report AI Scenarios

https://www.bis.org/publ/arpdf/ar2026e1.htm
1•2716057•13m ago•0 comments

Show HN: I built an automated productivity system (Telegram –> Notion)

https://singhos.com/
2•RS_Singh•16m ago•0 comments

Loop Engineering – Andrew Ng

https://twitter.com/AndrewYNg/status/2071988145667928442
3•vismit2000•16m ago•0 comments

How to Save a Claude Chat as a PDF [video]

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

Eight irritating ways America has ruined this World Cup

https://inews.co.uk/sport/football/world-cup-america-eight-irritating-ways-4489438
2•jjgreen•27m ago•2 comments

The Internet I Grew Up with Doesn't Exist Anymore

https://cleberg.net/blog/internet.html
2•felixdoerp•29m ago•1 comments

TokenBudgeting: Our Conversations with Enterprises on Token Spend

https://newsletter.semianalysis.com/p/tokenbudgeting-our-conversations
1•felixdoerp•30m ago•0 comments

When Impressive Performance Gains Do Not Matter

https://blog.colinbreck.com/when-impressive-performance-gains-do-not-matter/
2•signa11•31m ago•0 comments

MacBook Air M4 for development: 1 year review

https://notnotp.com/notes/macbook-air-m4-for-dev/
1•chmaynard•36m ago•0 comments

Apple 'Hide My Email' Vulnerability Reveals Peoples' Real Email Addresses

https://www.404media.co/apple-hide-my-email-vulnerability-reveals-peoples-real-email-addresses/
2•sashk•36m ago•0 comments

Apple iPhone 18 Pro supplier list, parts and photos exposed in Tata data leak

https://www.reuters.com/business/media-telecom/apple-iphone-18-pro-supplier-list-parts-photos-exp...
3•aravpanwar•37m ago•0 comments

Building AGI Using Language Models (2020)

https://bmk.sh/2020/08/17/Building-AGI-Using-Language-Models/
1•rzk•40m ago•0 comments

Stop handwaving away nearly every petition that gains traction on this website

https://petition.parliament.uk/petitions/771707
3•robin_reala•40m ago•0 comments

Shoe Tray Forming Machine

https://eggtraytz.com/shoe-tray-forming-machine/
1•shuliymachinery•41m ago•1 comments

Transcribe.cpp – ggml speech-to-text inference engine

https://github.com/handy-computer/transcribe.cpp
1•sipjca•42m ago•0 comments

We put a Redis server inside our runtime

https://encore.dev/blog/redis-runtime
5•eandre•45m ago•0 comments

The YAML document from hell (2023)

https://ruuda.nl/2023/the-yaml-document-from-hell
1•vismit2000•46m ago•0 comments

Ask HN: Which GitHub features are needed in a code forge before you can migrate?

2•pksunkara•47m ago•1 comments

Asahi Linux 7.1 Progress Report

https://asahilinux.org/2026/06/progress-report-7-1/
75•pantalaimon•49m ago•8 comments

AI models' values are different from most people's

https://www.economist.com/briefing/2026/06/25/ai-models-values-are-very-different-from-most-peoples
2•felixdoerp•51m ago•0 comments

Universal Path Converter

https://universalpathconverter.com/
1•ankitg12•52m ago•0 comments