frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: DemandMap – Memory Mapping S3 into Polars on macOS Without FUSE

https://github.com/sonthonaxrk/demandmap
2•sonthonax•4h ago
Basically this exists to solve one of my biggest pain-points with dataframe libraries and big data. It's basically impossible to lazily download data on S3 with polars unless you're processing it strictly sequentially, and even then, it won't work with arrow and numpy data.

This allows you to "download" a multi-gigabyte file on S3 into a Polars DataFrame in <100ms.

# Demo

    alloc = demandmap.S3Alloc(
        "./cache.bin",
        # number of blocks
        capacity=512,
        # one megabyte block (per request chunk size)
        block_size=1048576
    )

    buf1 = alloc.get(S3_PATH)
    # Big file
    assert buf1.nbytes > 400000000
    # But this takes ~100ms
    df = pl.DataFrame([buf1])

It's one of those problems that manages to be both simple and difficult. I'd wager <5% of devs know what a memory map is (higher on HN) and I'd wager 1% of devs who know what mmap is know you can catch page faults in user-space, and yet another 1% of those devs know that it's possible to do userfaultfd in macOS with truly obscure mach_send_msg calls.

I'd really like to build a cross platform user faulting library covering Linux and Windows too, because nearly everyone who's touched a dataframe has had this exact problem.

Show HN: InstantVideos.org – short documentaries in ~30 seconds

https://instantvideos.org/
3•pw•56m ago•1 comments

Show HN: Tarot.free – Free Tarot Readings

https://tarot.free/
2•nadermx•25m ago•0 comments

Show HN: Dedtxt is a quiet, cross-platform plain-text editor

https://dedtxt.app/
2•chrisportka•33m ago•0 comments

Show HN: Pulpie – Models for Cleaning the Web

https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/
81•snyy•8h ago•22 comments

Show HN: GeoLens – a self-hosted catalog and map builder for spatial data

https://getgeolens.com/
3•ishiland•47m ago•0 comments

Show HN: Otari: your open-source LLM control plane

https://github.com/mozilla-ai/otari
7•angpt•3h ago•0 comments

Show HN: Capsule – E2E encrypted file sharing

https://withcapsule.dev/
2•seanathan•53m ago•0 comments

Show HN: LLM Thought Visualization

https://github.com/ninjahawk/Subtext
2•ninjahawk1•1h ago•0 comments

Show HN: Cindy – Managing infrastructure at breakneck speed

https://cindy.rs
2•martinkroner•1h ago•0 comments

Show HN: L9gpu – GPU telemetry that ties each GPU to the K8s pod or Slurm job

https://github.com/last9/gpu-telemetry
3•nishantmodak•2h ago•0 comments

Show HN: orzma – a terminal emulator that renders webviews inside the terminal

https://github.com/not-elm/orzma
5•notelm•5h ago•5 comments

Show HN: Schwifty – quickly find and reuse previously executed commands

https://github.com/vanesterik/schwifty
2•bakkerinho•2h ago•0 comments

Show HN: Nimbus - open-source AI agent that operates your AWS and GCP

https://github.com/hritvikgupta/nimbus
2•hritvik29•2h ago•0 comments

Show HN: Autoops – Multi-region data and service mesh operated by a Makefile

https://github.com/neospe/autoops
2•leschak•2h ago•0 comments

Show HN: Noriento – Train your sense of direction

https://noriento.com/
2•markoberkes•2h ago•0 comments

Show HN: Aestheticscience.net – A website for rating academic papers

https://aestheticscience.net/
3•pswjt•3h ago•0 comments

Show HN: Free keyword search volume data

https://www.seodata.dev/
3•alentodorov•3h ago•0 comments

Show HN: Built multi-hop passenger transfer routing for a browser train SIM

https://overlandgame.netlify.app/
2•aashishharishch•3h ago•1 comments

Show HN: Branchless-nccl-router ver.JAX (GPUs cannot rest)

https://github.com/PJHkorea/branchless-nccl-router
2•PJHkorea•3h ago•1 comments

Show HN: Focal Harvest – CLI research pipeline to search, scrape and notify

https://github.com/techno-neighbour/focal-harvest
6•xlr8_track•7h ago•0 comments

Show HN: Found.as – small contact page / digital business card

https://found.as/
2•ptramo•3h ago•1 comments

Show HN: An interactive, interlinked city exploration project (St. Louis)

https://stlouing.com/
3•stlouing•6h ago•0 comments

Show HN: LangChain's OpenWiki agent based on PI.dev harness

https://github.com/barvhaim/pi-openwiki
2•bignet•3h ago•1 comments

Show HN: Dike is a compliance gateway for AI products in the EU

https://d1k3.com
2•orbanlevi•4h ago•0 comments

Show HN: DemandMap – Memory Mapping S3 into Polars on macOS Without FUSE

https://github.com/sonthonaxrk/demandmap
2•sonthonax•4h ago•0 comments

Show HN: A little cat that counts your tokens (Claude and codex)

https://jpthecat.com
2•saddington•4h ago•0 comments

Show HN: DNSskills.md – agentic skills for certain DNS utilities

https://dnsskills.md
3•StuntPope•4h ago•1 comments

Show HN: I Built LangGraph for Swift

https://github.com/christopherkarani/Swarm
24•christkarani•10h ago•3 comments

Show HN: Onboard CLI uses LLM to filter out nodes and AST to visualize codebase

https://github.com/animesh-94/Onboard-CLI
2•yr_animesh•4h ago•0 comments

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
220•homegamesjoseph•1d ago•53 comments