frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Bullshit Detector – agent skills that fact-check videos and articles

https://github.com/SerhiiKorniienko/bullshit-detector
35•skorniienko•1h ago•14 comments

Show HN: Echologue – the private AI voice journal I built for myself

https://echologue.com/
15•arisAlexis•1h ago•8 comments

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript

https://github.com/twalichiewicz/HNewhere
374•twalichiewicz•16h ago•103 comments

Show HN: Tessera – tmux/Zellij ergonomics for macOS windows

https://github.com/pa/tessera
2•pramodhayyappan•6m ago•0 comments

Show HN: A verification browser for AI agents – 13ms windows, one-call checks

https://github.com/hongnoul/hwatu
2•hongnoul_•11m ago•0 comments

Show HN: Vimgolf.ai – Learn Vim by playing through a map of levels

https://vimgolf.ai
27•nickandbro•4h ago•18 comments

Show HN: PriEco (open source, 400M index, EU search engine) integrated Goggles

https://prieco.net/
2•JojoYou•1h ago•0 comments

Show HN: A Persistent AI RPG Engine Built with React SPA and Supabase

https://vampirolife.com/en
3•mansueli•1h ago•0 comments

Show HN: Blank Invoice Maker – free, no-signup client-side invoice tool

https://blankinvoicemaker.com
2•klaabu•1h ago•0 comments

Show HN: Burnless – 1,590 tokens of context for a 1.44M-token workday

https://github.com/Rudekwydra/burnless
2•rudekwydra•1h ago•0 comments

Show HN: Parithmetic, a daily numbers game scored like golf

https://parithmetic.com
2•fco356pal•1h ago•0 comments

Show HN: ReadFlora – Strava for Reading

https://readflora.com
2•amitabhx•1h ago•0 comments

Show HN: AnalogTV – analog TV simulated in the signal domain, not with filters

https://analogtv.net/
2•ambanmba•1h ago•0 comments

Show HN: The space simulator that I showed here first has had lot's of updates

https://luna.watermelonson.com/
3•watermelonson•1h ago•0 comments

Show HN: BetaManuscript – A Beta-Reading Platform for Indie Authors

https://betamanuscript.com
3•neudo•1h ago•0 comments

Show HN: Relaxingwith.me – Ambient sound mixer with an animated scene

https://relaxingwith.me
2•ahmettopal•1h ago•0 comments

Show HN: PipeCrab – a Rust voice agent that runs multiple tasks at once

https://github.com/SheaHawkins/pipecrab
2•aerxes•1h ago•1 comments

Show HN: Wallfacer: A terminal session manager for Claude Code

https://github.com/pradipta/wallfacer
2•pradiptasarma•1h ago•1 comments

Show HN: Free weather map with 25 model layers, live lightning and storm cells

https://www.wfy24.com/en/hyperion-map?lat=37.9321047&lon=23.7559673
3•weatherfun•1h ago•0 comments

Show HN: Gpuinstances.net, historical tracking for GPU prices across providers

https://gpuinstances.net/
2•vorador•1h ago•0 comments

Show HN: Font Lab – live font swapping and text editing on your dev server

https://github.com/jmg698/Font-Lab
4•jmg698•1h ago•0 comments

Show HN: I built a $8/mo Intercom alternative that integrates with Paddle/Stripe

https://www.userscom.com/
3•ibuildproducts•2h ago•0 comments

Show HN: I gave Fable a robot body

https://www.talraviv.co/p/i-gave-claude-a-robot-body
3•talsraviv•2h ago•1 comments

Show HN: PassControl – so your AI agents never hold your real API keys

https://passcontrol.vertias.eu
2•vertias3u•2h ago•0 comments

Show HN: Aero Frame – a photo frame for planes flying near you

https://www.aeroframe.app/
3•ipsilo•2h ago•2 comments

Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library

https://github.com/reflex-dev/xy
127•apetuskey•22h ago•46 comments

Show HN: GPX and FIT File Tools – convert maps, plan routes, edit and more

https://gpxfile.pro/gpx-route-planner
3•jway66•2h ago•0 comments

Show HN: Miget – Free cloud hosting for open source projects (no star minimums)

https://miget.com/open-source-program
5•Ankiit111•3h ago•0 comments

Show HN: Experiments with Weather Data

https://strataweather.com/map
4•chrisfreder•2h ago•2 comments

Show HN: How far do I have to go to run into 100k people?

https://imjasonh.github.io/playground/population-rays/
71•ImJasonH•5d ago•46 comments
Open in hackernews

Show HN: Echologue – the private AI voice journal I built for myself

https://echologue.com/
14•arisAlexis•1h ago
I have tried journaling many times but nothing stuck. So I decided to make my own app for myself with these features:

* Voice first

* Private first

* AI chat

* Automatic tagging, meaning extraction, and semantic retrieval using embeddings stored locally

* Export to LLM

the AI angle is especially interesting for me. It allows me to ask questions like:

* "remind me highlights and crazy nights in the last 3 months"

* "How was I feeling during my trip in Spain and how big of a problem was my breakup"

* "How would you judge my overall interactions with Marc after I told him about my problems"

the overall process is fire and forget. I just talk for let's say a minute every day or when there was something of interest.

Everything is stored on device. The AI inference is done with Zero Data Retention Endpoints. No email or anything else is kept, you are completely anonymous, I have no idea what or how people use this.

Otherwise journaling doesn't work. I can't say my secret thoughts when I know someone has a master key or can suffer a security breach.

I hope you enjoy the product as much as I do.

Comments

parthmule28•1h ago
I just tried the android application, really like the privacy first approach. Would you consider adding BYOK so that a user could have complete control over where inference happens? I realize it might not fit your architecture, but it seems like a neat optional setting. Either way, neat project.
arisAlexis•35m ago
I did consider it at one point the problem is that the prompt and instruction following for formating and extracting tags, nouns etc and the json returns are unreliable if you switch models and especially if it's an older model. right now i'm using Gemma 4 and works smoothly so it would need to be BYOK for gemma only which is doable. If more people ask I could do it sure.
sgc•32m ago
I would not use a personal journaling app that didn't give me that type of control, so here's one more asking :)
arisAlexis•12m ago
the best would be on device inference only but we need maybe 6 months for a small model to match capabilities yet. I wanted to do it like that but even my pixel 10 suffered.
dthcst•1h ago
Same reason here: I got tired of my stuff living on someone else's server, so I ended up building my own local memory thing. Not a developer at all, just stubborn.

Two honest questions, since you built it for yourself first:

1. Are the entries plain files I can open and read without your app, or a database? For me that ended up being the whole point. If I can't read it without you, it's not really mine.

2. You say everything is on device, but inference goes to a zero-retention endpoint. Have you looked at running a small local model for the AI part? "Private" and "my text leaves the machine" are hard to hold together in one sentence.

Not a criticism, I hit the same wall myself. Nice project.

arisAlexis•30m ago
1) the app is using a database stored on your phone. you can export it all in json or llm format. the one is for export/import and the other to feed an LLM with your data to chat more

2) yes I tried it and it becomes so slow it's unworkable right now but in a future version totally possible. Gemma 4 needs an iphone 17 pro or similar to run in a normal timeframe and still it's slow and also the whisper-large is also very slow. it would also need to download some gigs of data. but that was actually the first version I built :)

kingkemol888•1h ago
Great,maybe a Great Work!
hsoc•55m ago
I downloaded it today. Pretty cool