frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Extend UI – open-source UI kit for modern document apps

https://www.extend.ai/ui
109•kbyatnal•6h ago•23 comments

Show HN: HelixDB – A graph database built on object storage

https://github.com/HelixDB/helix-db/tree/main
78•GeorgeCurtis•7h ago•29 comments

Show HN: Atlasphere – Live Infrastructure Diagrams

17•andreygrehov•1d ago•4 comments

Show HN: Artie – Real-time data replication to your warehouse, now self-serve

https://www.artie.com
18•tang8330•17h ago•5 comments

Show HN: Llmbuffer – Python library for cache-optimized LLM conversation history

https://github.com/scottpurdy/llmbuffer
3•scottmp10•32m ago•0 comments

Show HN: Magenta Real-Time Music Generation on iPhone, Without the GPU

https://github.com/mattmireles/magenta-realtime-2-iphone
3•MediaSquirrel•36m ago•0 comments

Show HN: Meadow Notes – extract and publish microsites from your Markdown graphs

https://meadow-notes.com
2•gmccreight2•1h ago•0 comments

Show HN: Ustps (UDP Speedy Transmission Protocol Secure) and USSH

https://github.com/x1colegal/USTP-Secure
10•x1colegal•1d ago•4 comments

Show HN: Kctx – A read-only Kubernetes context engine for SREs and AI Agents

https://github.com/lucasepe/kctx
4•lucasepe•2h ago•0 comments

Show HN: macOS menu bar gauges for your Claude Code quota

https://github.com/grzegorz-raczek-unit8/claude-quota
58•grzracz•13h ago•37 comments

Show HN: Gravity – Interactive solar-system simulator, from Newton to Einstein

https://qunabu.github.io/Gravity/
197•qunabu•1d ago•48 comments

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

https://github.com/luke8086/gentleos32
122•luke8086•3d ago•104 comments

Show HN: NBSDgames – 21 new, improved, original text games for Unix, DOS, Plan9

https://github.com/abakh/nbsdgames
9•abakh•7h ago•1 comments

Show HN: Resonate – Low-latency, high-resolution spectral analysis

https://alexandrefrancois.org/Resonate/
43•arjf•4d ago•18 comments

Show HN: I built a microlearning app to learn personal finance

https://finance.usescroll.app
4•maclinz•5h ago•4 comments

Show HN: Meadow Mind – a 7B diffusion LLM plays Gym games with zero training

https://github.com/Hey-Meadow/meadow-mind
3•akaiHuang•5h ago•0 comments

Show HN: Performative-UI – A react component library of design tropes

https://vorpus.github.io/performativeUI/
1160•lizhang•2d ago•208 comments

Show HN: Learn while you wait for your agents to code

https://github.com/get-foyer/foyer
5•dennis3124•6h ago•0 comments

Show HN: Nucleus – A security-hardened, Nix-native container runtime

https://github.com/sig-id/nucleus
34•0kenx•23h ago•12 comments

Show HN: Drift – an embedding-model upgrade should be a rotation, not a reindex

https://github.com/aayush4vedi/drift-spark
6•aayush4vedi•10h ago•3 comments

Show HN: Social network where inviting someone makes you accountable for them

https://chirpper.com
7•Chirpper•7h ago•16 comments

Show HN: Cost.dev (YC W21) – making agents cost-aware and cheaper to call

https://cost.dev/
48•akh•6d ago•29 comments

Show HN: A curated collection of simple datasets for machine learning

https://github.com/pplonski/datasets-for-start
4•pplonski86•8h ago•1 comments

Show HN: Construct SQL from table records by breaking down decision tree

https://github.com/rentruewang/inversql
3•rentruewang•8h ago•1 comments

Show HN: Camel Mono – a monospace font that makes camelCase easier to read

https://github.com/TJHdev/camel-mono
5•tjhdev•8h ago•0 comments

Show HN: Learn from 30 historical figures, open source, nonprofit, self-hosted

https://github.com/chipmates/agoracosmica
43•micstradev•1d ago•23 comments

Show HN: Gitdot – A better GitHub. Open-source, written in Rust

https://gitdot.io/
321•baepaul•2d ago•302 comments

Show HN: A Bluesky client for PICO-8

https://picosky.vinnymac.dev/
4•vinnymac•10h ago•0 comments

Show HN: SNItch – fuzz the TLS SNI field to discover hidden virtual hosts

https://github.com/cirosec/SNItch
2•flixf•10h ago•0 comments

Show HN: Tempis, a canvas-based timeline component for large datasets

https://tempis.dev/
2•nikkorn•10h ago•0 comments
Open in hackernews

Show HN: Atlasphere – Live Infrastructure Diagrams

17•andreygrehov•1d ago
Hi HN. My name is Andrey. On a regular business day, I'm a software engineer working at AWS. Outside of work hours, I spend time on my hobby - writing code.

I was once building a pet project that allowed customers to spin up fully synchronized blockchain nodes within just a few minutes. The backend was split into a control plane and a data plane, each with its own AWS account. Later I added two more AWS accounts. One for shared RPC nodes. One for the Analytics Service.

Since I love to visualize things, I used drawio to visualize the architecture.

With time, I noticed a pattern. I'd write some code, add a few lambda functions, update my drawio diagram, write more code, introduce a few more resources, test things, see that everything works fine and go to sleep with a smile on my face. Next week I'd check my diagram, and shockingly, it's missing some of the resources! This kept happening for a few more weeks until I decided to fully abandon the project until my infrastructure diagrams could stay in sync with my cloud account.

That's how Atlasphere.io was born. I've been working on it for the past 6 months and I think the product is ready for some feedback :)

A few notes:

- Atlasphere uses a ReadOnly IAM role to scan your AWS account (my account reaches your account through a trust relationship).

- The number of services is currently limited (WIP)

- It's a macOS app

- It's NOT an Electron app, i use Rust + Webview

What am I looking for? All I really need is for someone to try the app and tell me what they like about it and what they absolutely hate about it, haha!

The website is https://atlasphere.io/

Comments

overflowy•1h ago
Showing the pricing section after downloading the app and signing up is a dark pattern, I suggest including a pricing section on the website.
sudosteph•1h ago
Hey, First things - I used to work for AWS, unless your job is more of an evangelist thing, or unless the policy is changed, you need get approval to share side projects. So don't get in trouble over this!

Personally, I am not comfortable with cross-account access from a stranger, even if it's read only. I feel like I should be able to run something locally on my side to gather the data so I can pick and choose what actually needs diagrams

Sounds fun though!

andreygrehov•45m ago
Hey! I did get approval, so fingers-crossed I'm good here :)

Yea, that cross-account trust is a good call out. I'll need to spend time thinking more about it. Is there anything i could do such that you could say: 'Well, in this case I'm fine with cross-account access from a stranger like you'?

NickNaraghi•1h ago
This is brilliant. I've been really excited about Jack Dorsey's "From Hierarchy to Intelligence"[0] and I think what you've got here is a pretty important piece of the puzzle.

[0] block.xyz/inside/from-hierarchy-to-intelligence