frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: How much of Hacker News is AI?

https://hnstats.com
52•beekthos•3h ago•35 comments

Show HN: SSH Session Monitor – read-only Windows OpenSSH monitoring

https://github.com/issacnitin/SshSessionMonitor
2•issacnitin•21m ago•0 comments

Show HN: TexLite – A lightweight self-hosted LaTeX workspace

https://github.com/SWUFE-DB-Group/TexLite
12•thisispi•2h ago•0 comments

Show HN: Prompt Builder – Free Templates

https://www.promptbuilder.space/templates
8•LandoLorinse•3h ago•0 comments

Show HN: PairBook – correlation and holdings overlap for +4,700 US stocks/ETFs

https://www.pairbook.io/
4•vincentjouanne•2h ago•0 comments

Show HN: BumbleTap – Bind a key to any element, or automate the whole sequence

https://bumbletap.com
3•umershahzeb•2h ago•0 comments

Show HN: Splitright – split group expenses without anyone making an account

https://apps.apple.com/us/app/splitright-split-expenses/id6608980374
4•sleipner42•2h ago•0 comments

Show HN: Bury.lol – a $2 pixel-art graveyard for things that died

https://bury.lol/
4•alertcubes•2h ago•0 comments

Show HN: Neoswarm – Neovim for controlling AI agents

https://neoswarm.dev/
4•meszmate•2h ago•1 comments

Show HN: Tabu, NSFW image and video API for explicit content moderation

https://tabushield.com/
3•jofo_s•2h ago•0 comments

Show HN: Getting more users for my projects

https://www.joinindie.club/
5•AkshayS96•2h ago•1 comments

Show HN: Buslens – where can I get to by bus? (UK)

https://rupertlinacre.com/buslens/
72•RobinL•9h ago•54 comments

Show HN: LatticeDB – Like SQLite but for graph databases

https://github.com/jeffhajewski/latticedb
174•smiths1999•1d ago•48 comments

Show HN: Remap – bike routing that builds loops from the best roads, on-device

https://remap.earth
10•basil•4h ago•1 comments

Show HN: A local tool that logs every time you swear at your AI coding assistant

https://github.com/fireinbelly/biomass-conversion-index-monitoring-system
5•lokinkl•5h ago•2 comments

Show HN: Shelf Protocol – Robots.txt for Commerce

https://github.com/Signal-All/shelfprotocol
3•Lui371•2h ago•0 comments

Show HN: I wrote a BASIC interpreter that boots on UEFI machines

https://tarjan.itch.io/thoreaubasic
150•Gorsefound•2d ago•40 comments

Show HN: AgentMachinist, issue to reviewed PR with a SHA-bound spec approval

https://github.com/vscarpenter/AgentMachinist
4•vscarpenter•3h ago•0 comments

Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM

https://github.com/swimmingbrain/texbrain
111•swimmingbrain•19h ago•27 comments

Show HN: Revealed – paint one image out of another (WebGL, no dependencies)

https://revealed.idlee.xyz
2•idleeee•3h ago•1 comments

Show HN: A TUI for Inspecting Snowflake Tasks

https://github.com/ben-nour/snowtask
3•regexman1•3h ago•0 comments

Show HN: AgentConnect, shared agents with separate permissions

https://github.com/agentconnect-md/agentconnect
4•k_kiki•3h ago•0 comments

Show HN: A robot football league where frontier AI models manage the clubs

https://rfl.football
2•spobin•3h ago•1 comments

Show HN: Routebase – One OpenAPI spec drives your docs, mocks, tests, monitors

https://routebase.dev/
6•driedl•5h ago•0 comments

Show HN: Otter: experimental multi-threaded JavaScript runtime written in Rust

https://github.com/gi-dellav/otter
3•gidellav•3h ago•0 comments

Show HN: CueMap – deterministic-first memory retrieval for continuous recall

https://github.com/cuemap-dev/cuemap
3•kaandemirel•3h ago•0 comments

Show HN: DBLift – database migration management for Python teams

https://dblift.com/
5•cmodiano•5h ago•2 comments

Show HN: Free economic nexus checker for online sellers (all 50 states)

https://nexussnapshot.com/
2•davyth•3h ago•0 comments

Show HN: EBM Lens, searches biomedical papers, ranks evidence, grounds claims

https://github.com/mauroforlin/ebm-lens
3•mauroforlin•3h ago•0 comments

Show HN: A Layer for robotics dataset quality

https://www.calibrarobotics.com/
5•omertt27•3h ago•4 comments
Open in hackernews

Show HN: Revealed – paint one image out of another (WebGL, no dependencies)

https://revealed.idlee.xyz
2•idleeee•3h ago

Comments

spawrks•3h ago
oooo I love this. I love how simple tricks can be perceptually gorgeous but computationally straightforward like this, just very nice job!

On thought I'm curious , have you thought about giving it memory?

If you regenerate noise every frame, it’s just decoration. If you advect the same noise field through the cursor’s velocity, the edge starts to feel like a material being pushed around. Same mask math, completely different perceptual result.

There’s a whole graphics literature around temporally coherent texture advection; this is a good rabbit hole: https://pubmed.ncbi.nlm.nih.gov/21149889/

and the original post does a great job (also + for no dependencies) but if you want to see a good deeper explanation for the some fluid math with a much crappier demo this one is good:

https://jamie-wong.com/2016/08/05/webgl-fluid-simulation/?ut...