HN user

amaldavid

39 karma
Posts19
Comments24
View on HN
github.com 1mo ago

Show HN: Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages

amaldavid
54pts13
amaldavid.com 1mo ago

What TTS Throws Away

amaldavid
4pts0
twitter.com 2mo ago

Show HN: Terminal Arcade – Side quests when agents are cooking

amaldavid
5pts1
amal-david.github.io 2mo ago

Show HN: A bilingual guide to Thaayam, a Tamil board game

amaldavid
11pts2
github.com 8mo ago

Show HN: KeyLeak Detector – Scan websites for exposed API keys and secrets

amaldavid
30pts7
amal.bearblog.dev 1y ago

Ambition, Validation and the Multipliers That Matter

amaldavid
1pts1
savetiktokvideos.co 1y ago

Show HN: TikTok Video Downloader

amaldavid
5pts0
docingest.com 1y ago

Show HN: DocIngest – Download and save documentation from any URL

amaldavid
6pts1
github.com 1y ago

Show HN: GitBook Documentation Downloader for LLMs

amaldavid
7pts1
www.together.ai 1y ago

Instrumentation checklist for running large GPU clusters

amaldavid
2pts2
amal.bearblog.dev 1y ago

Building software brick by brick and New Internet

amaldavid
3pts0
chromewebstore.google.com 2y ago

Show HN: Add Speech to Text for Your Claude Chats

amaldavid
1pts3
github.com 2y ago

WhatsApp Parser for LLM Instruction Finetuning

amaldavid
3pts1
whimsical.com 2y ago

RAG with LLMs Primer Mindmap

amaldavid
1pts1
exporter.hexonlabs.com 3y ago

Export your ChatGPT conversations as PDF/Doc

amaldavid
1pts1
chrome.google.com 3y ago

Sensitive Data Warning in ChatGPT

amaldavid
4pts4
chrome.google.com 3y ago

ChatGPT Mini – Nothing but ChatGPT in a mini window

amaldavid
3pts1
news.ycombinator.com 3y ago

Any File Viewer

amaldavid
1pts1
news.ycombinator.com 3y ago

Ask HN: Setting up a custom map server do's and don'ts

amaldavid
4pts4

Thanks for the unfiltered feedback!

Yes, the readme and no screenshot was something that I meant to cleanup and add and are already live now.

Agent reports vs small static sites -> It was supposed to mean markdown files as plans gets shared between teams which is what CC mentioned as agent reports.

Yes, code is definitely cheap. Built it as an utility for myself and dogfooding it with my team. Had put it out with the thought that others might find it useful.

Point in time, a lot of it is available vanilla with cloudflare cli but natively enabling passwords, private team dashboard are something that am considering. Passwords are already live as we speak.

Will improve this as i get more feedback and time to spend on this.

Yep, Github does a wonderful job flagging secrets most times but irrespective of that this is happening in some sites. This was built out of personal curiosity and I had put it out for public because I myself was not aware if this will be actually useful and if so in what form. People do YOLO to prod, we have more kids building AI wrappers than I can count, and somewhere in that chaos secrets slip through the cracks.

Ideally I would have loved this to be a chrome plugin or part of the CI/CD pipeline or put it out as an adversary agent for all of these new vibe coded apps but don't think I'm that vested into the idea yet. Thanks for being gentle :)

Well, when i meant "personally" not in the app I manage. I have a quirk of checking sites to understand what they are using and how they are using and have stumbled upon sites with exposed Gemini, Google Maps, OpenAI keys etc.

https://news.ycombinator.com/item?id=45741569 - It was also partly inspired by this as I have seen legacy sites making these mistakes quite often.

With all the vibe coded apps that are getting launched or were launched early, there are enough holes to plug. This is just an attempt to help individuals or orgs to ensure they are not exposed. Just pushed it out what I had in mind based on my experience.

And I agree with you that an adversary approach won't work if we can't fix the underlying problem but the world has changed with enough vibe coded apps that are getting shipped everyday and very little of them care or know about security.

I just built a simple chrome extension which uses Groq with a whisper model to do Speech to Text so that we can give speech inputs to Claude. I really liked being able to do speech to text with ChatGPT and missed that quite a bit with Claude, hence built this.

Why Groq? They have a free tier and super fast, so anyone can create an account and add their API key to the extension.

Privacy? The only API calls that are there are to Groq servers, so as long as you have read their T&C you should be fine

This was done and tested in a few hours and quite buggy still but works. Feel free to drop some feedback. Will push more updates, if anyone else actually finds this useful

Just started working on this small project where one can just convert their whatsapp conversations into an instruction dataset which can be finetuned with any OSS models for creating a clone of themselves.

Have added sensitive info redaction and also general whatsapp messages redaction when parsing and compiling the dataset.

Very early but appreciate any suggestions or discussions around this.

I was just dumping all of my thoughts with respect to LLMs on how to setup and manage a RAG system. Thought it will be useful for people to think through as well, hence sharing here.

Export Chat is a ChatGPT plugin which lets you export your ChatGPT conversations as a PDF/Doc with just a single message. Just type "export the previous message" or conversation.

Find it under the list of plugins in ChatGPT.

Checkout exporter.hexonlabs.com for understanding how to create better exports. Do let me know any feedback!

Hey Hacker News folks! I'm an indie developer, and I've just built a nifty little plugin to help keep your personal data safe while using ChatGPT. With ChatGPT becoming increasingly popular, it's easy to accidentally share sensitive info like phone numbers or email addresses. My plugin displays a warning when it detects you're about to enter personal details into the message window.

This can be a lifesaver in professional environments, too. IT managers can enforce it on office machines to ensure employees don't unintentionally leak confidential data through ChatGPT. I'm excited to share this with you all and hope it'll make your ChatGPT experience more secure and privacy-conscious. Give it a try and let me know your thoughts!

Tried building a chrome plugin completely by GPT-4 generated code for fun and got it published a few days back.

The name and description was also generated by ChatGPT, just asked it to be more SEO friendly. Consider this a mini experiment and nothing technical or fancy.

I did look at QGIS but it seems to be limiting the custom functionalities we want to add on top of the map layers which is easily available over a JS library like openlayers.

I ruled out QGIS simply because of the fact that it's a native app and not a JS library.