frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Proton: Talk Confidentially, Coming Soon

https://meet.proton.me/
1•teekert•2m ago•0 comments

How to quickly transcribe meetings and courses?

https://notegpt.io/speech-to-text
1•Lemarie•3m ago•0 comments

The Hipster PDA (2004)

http://www.43folders.com/2004/09/03/introducing-the-hipster-pda
1•HuwFulcher•4m ago•0 comments

Comprehensive Guide to Text-to-Image Quality Metrics

https://docs.thestage.ai/tutorials/source/text2image_evaluation_tutorial.html
2•hyp0thetical•4m ago•1 comments

C++'s Greatest Flaw

https://harshal.is-cool.dev/blog/programming/2025/09/03/c-s-greatest-flaw.html
2•saturnyx•5m ago•1 comments

Volkswagen to make EVs more affordable, starting with the ID.Polo and a new SUV

https://electrek.co/2025/09/03/meet-volkswagen-id-polo-affordable-ev-coming-soon/
1•breve•7m ago•0 comments

Live demo of building declarative trance music in Strudel [video]

https://www.youtube.com/watch?v=HkgV_-nJOuE
1•simonjgreen•8m ago•0 comments

Building a Train Isochrone Map for Tokyo

https://www.youtube.com/watch?v=QcNyqjQg3tE
1•pwim•11m ago•0 comments

Reactive algorithms: How Angular took the right path

https://medium.com/coreteq/reactive-algorithms-how-angular-took-the-right-path-c90e9f0183c2
2•miiiiiike•13m ago•0 comments

Feminist activist sent to prison for 'Allah is lesbian' T-shirt

https://www.independent.co.uk/news/world/africa/morocco-islam-prison-ibtissam-lachgar-b2819995.html
1•fodmap•13m ago•0 comments

Second choice beyond Nano Banana

https://notegpt.io/ai-image-editor
1•CiciSee•16m ago•0 comments

The Best Designers Know Nothing About Your Industry

https://gilli.is/journal/the-best-designers-know-nothing-about-your-industry
1•gilli•17m ago•0 comments

Trump officials ask Supreme Court to quickly allow sweeping tariffs

https://www.washingtonpost.com/politics/2025/09/04/tariffs-trump-supreme-court-appeal/
1•voxadam•19m ago•1 comments

Le Chat. Custom MCP Connectors. Memories

https://mistral.ai/news/le-chat-mcp-connectors-memories
10•Anon84•19m ago•1 comments

India Lowers Taxes on Renewable Energy Industry in Steps to Fight Trump Tariffs

https://www.bloomberg.com/news/articles/2025-09-04/india-lowers-tax-on-renewables-in-steps-to-fig...
2•alephnerd•21m ago•0 comments

Chicago-based Amtrak trains are running out of seats

https://www.hsrail.org/blog/chicago-based-amtrak-trains-are-running-out-of-seats/
1•djoldman•23m ago•0 comments

Show HN: SHAde – A tool that turns Git Commit Hashes into deterministic Art

https://github.com/LalwaniPalash/SHAde
1•palashlalwani•25m ago•0 comments

A practical introduction to parsing in Rust

https://jhwlr.io/intro-to-parsing/
1•todsacerdoti•26m ago•0 comments

Digital Dopamine Is Consuming America. It's Time to Fight for IRL

https://www.nytimes.com/2025/09/04/opinion/digital-dopamine-irl.html
1•ryan_j_naughton•27m ago•0 comments

Electromechanical Reshaping Offers Safer Eye Surgery

https://spectrum.ieee.org/electrochemistry-for-eye-surgeries
2•rbanffy•27m ago•0 comments

Digitizing Informal Public Transport in Mexico with Open Data

https://www.trufi-association.org/trufi-and-partners-enabling-inclusive-mobility-through-open-data/
1•TrufiAssoc•34m ago•1 comments

Former NASA chief says United States likely to lose second lunar space race

https://arstechnica.com/space/2025/09/ted-cruz-criticizes-trump-plan-to-cancel-sls-and-lunar-gate...
3•rbanffy•34m ago•0 comments

Spec-driven development with AI: Get started with a new open-source toolkit

https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-ne...
1•pestkranker•36m ago•0 comments

Exercise Is a Productivity Tool

https://ashleyjanssen.com/exercise-is-a-productivity-tool-part-1-breaking-down-the-untrue-stories...
1•mooreds•36m ago•0 comments

Awesome Customer IAM List

https://github.com/guptadeepak/awesome-customer-iam
1•mooreds•37m ago•0 comments

The Reason Most Startups Fail

https://sudarkoff.com/blog/the-real-reason-most-startups-fail
2•mooreds•38m ago•2 comments

Automating Security Research: AI Engine Exploits Complex Blind Code Injection

https://blog.ostorlab.co/titiler-python-code-injection-ai-poc.html
1•alaeddine001•38m ago•0 comments

Supplement Stack

https://domofutu.substack.com/p/supplement-stack
1•domofutu•38m ago•0 comments

Engage Time: Transform Presentations with Live Polls, Q&A and Real-Time Feedback

https://engagetime.live/
1•estruyf•46m ago•0 comments

A Populist World Order? Origins and Predictions [pdf]

https://cosmosandtaxis.org/wp-content/uploads/2022/09/lee_ct_vol10_iss9_10.pdf
2•brandonlc•48m ago•1 comments
Open in hackernews

Show HN: FlatGem, a free GUI to bulk-process local files with Gemini API

https://github.com/FlatPotato/FlatGem
1•FlatPotato22•2d ago

Comments

FlatPotato22•2d ago
Hi HN,

I built this because I had to process a large number of local files with an AI and got tired of the endless copy-pasting.

FlatGem is a simple, open-source desktop tool that connects the Gemini API to your local file system. You set one system prompt, point it to your input/output folders, and it processes everything in bulk.

It's completely free, with no ads or tracking. This is a passion project, I'm not trying to build a business out of it. Just wanted to solve a problem that was annoying me.

The code is on GitHub and I'd appreciate any feedback you have.

GitHub (source & downloads): https://github.com/FlatPotato/FlatGem Direct download link (itch.io): https://flatpotato22.itch.io/flatgem

ndgold•2d ago
The app uploads all documents as embeddings to the Google api? Then what?
FlatPotato22•4h ago
Great question, let me break down the exact flow. The app processes files one by one, right from your machine.

Here's the step-by-step:

1. Setup: You point the tool to a local input folder (with your source files) and a local output folder (which starts empty). You select a model (like Gemini 2.5 Flash) and write your detailed system prompt. For example:

You are an experienced JSON content translator. Your task is to translate all English text in the provided JSON files into Spanish, while preserving the original JSON file structure and formatting. It is crucial that the file structure, keys, and everything else (except the text content that needs to be translated) remain unchanged. Do not add any comments or additional text, only the translated JSON file. Make sure the translation sounds natural to the target audience.

2. Processing: The tool takes file #1 from your input folder, sends its entire text content to the API along with your prompt, and waits for the response.

3. Output: It then saves that raw text response into a new file inside your output folder, using the exact same filename and extension as the original. Then it moves on to file #2, #3, and so on.

The "then what?" is you come back to a fully populated output folder that mirrors your input folder, but with every file processed by the AI according to your instructions.