<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: nizarmah</title><link>https://news.ycombinator.com/user?id=nizarmah</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 12 Sep 2026 09:58:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nizarmah" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nizarmah in "My friend's dad reviews all the work my agents do"]]></title><description><![CDATA[
<p>My work-mate told me about his dad a while ago. I tried his help reviewing the work some agents did, and I've been relying on his dad ever since. He does much better than my dad, my dad can't read code.<p>Jokes aside: Dad is a code reviewer skill that focuses on boring correct code. It's my co-worker's personal project, and I found myself using it on everything I do. My actual father remains unable to read code.</p>
]]></description><pubDate>Mon, 31 Aug 2026 17:41:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49512535</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=49512535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49512535</guid></item><item><title><![CDATA[My friend's dad reviews all the work my agents do]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ugglr/dad">https://github.com/ugglr/dad</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49512534">https://news.ycombinator.com/item?id=49512534</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 31 Aug 2026 17:41:25 +0000</pubDate><link>https://github.com/ugglr/dad</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=49512534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49512534</guid></item><item><title><![CDATA[New comment by nizarmah in "[dead]"]]></title><description><![CDATA[
<p>I just got a 3D printer and a few colors. My sister wants an organizer, but we're picking from the colors I have. It took me so much time to setup the project in Bambu Studio just to switch between filament colors. This made it much easier.<p>This was entirely vibe-coded, but man did it make my life easier. So I hope it helps you too.</p>
]]></description><pubDate>Sat, 08 Aug 2026 15:31:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49222788</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=49222788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49222788</guid></item><item><title><![CDATA[Show HN: BucksBuddy – a free, on-the-go, private money journal]]></title><description><![CDATA[
<p>I loved learning how to build end-to-end encryption. I thought you'd need to go through every record. I felt really silly when I learned how keys can be used.<p>For context, I'd blown through half a million dollars over 4 years and had no idea where it went. So I'm trying to get a grip on it with this app. I can't use bank statements, because I'm using different electronic money institutions (EMI) and Lebanon barely supports paying by card.<p>It took a while to get a UI I actually wanted to use... The part I'm still unsure about is adding old savings. Some find it intuitive but others find it confusing. That's where I need your help.<p>I didn't expect it, but the whole family is on it now! My parents, partner, sister, best friend, and his parents. My dad is somehow the power user.<p>If you want to try it, without logging in to Google: tap the carrot 7 times, and login with user (test@bucksbuddy.com, test, No E2EE pass) or (locked@bucksbuddy.com, test, E2EE pass: test).<p>If you use the test users, please be considerate with how you touch E2EE. Make sure to revert any E2EE changes, so others can use the account as well. If they're broken, leave a comment below and I'll reset the accounts.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48397958">https://news.ycombinator.com/item?id=48397958</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 04 Jun 2026 12:51:38 +0000</pubDate><link>https://www.bucksbuddy.com/</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=48397958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48397958</guid></item><item><title><![CDATA[Show HN: Petri – Drop-in Postgres image that forks a DB per test]]></title><description><![CDATA[
<p>Rolling it out at work to parallelize 4,257 tests across 5 services. It fixes our tests running in band and DB mocking in API tests.<p>It's a drop-in Postgres image, with a Golang proxy. :5432 is passthrough, :5433 forks the DB per conn (CREATE DATABASE … TEMPLATE …, dropped on disconnect).<p>If you use it, let me know what you like or don't like, so I can make it better. Cheers!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48129073">https://news.ycombinator.com/item?id=48129073</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 13 May 2026 23:32:06 +0000</pubDate><link>https://github.com/taktekhq/petri</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=48129073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48129073</guid></item><item><title><![CDATA[Show HN: Pixel text renderer using CSS linear-gradients (no JavaScript)]]></title><description><![CDATA[
<p>I've been playing around with rendering pixel text using only CSS. No JS in the final result, and no per-pixel DOM elements (too heavy).<p>The demo page is rendered as a long list of CSS linear-gradients. Each letter is an 8x8 matrix. Each pixel becomes a tiny background image.<p>Demo: <a href="https://taktek.io" rel="nofollow">https://taktek.io</a>  
Gallery/Debugger: <a href="https://taktek.io/gallery" rel="nofollow">https://taktek.io/gallery</a>  
Code: <a href="https://github.com/taktekhq/taktekhq.github.io" rel="nofollow">https://github.com/taktekhq/taktekhq.github.io</a><p>At first, I wrote each linear-gradient pixel manually... When I came to resize each pixel's size, I wrote the generator script.<p>1. It takes the text -> 2. breaks it into letters -> 3. gets its matrix -> 4. returns the linear-gradients list.<p>It chooses a variant based on the context window. For example, a period after a sentence ("hello.") should look different than inside a domain ("example.com").<p>My workflow now is: open the gallery -> generate the CSS in the console -> copy the result into the static page.<p>It's very small and a dumb tool, but I want it for an upcoming project.<p>If you have any feedback, maybe some pitfalls, or a better approach, I'd love to hear them.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46209263">https://news.ycombinator.com/item?id=46209263</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 09 Dec 2025 19:18:11 +0000</pubDate><link>https://taktek.io</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=46209263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46209263</guid></item><item><title><![CDATA[Show HN: Pixel Based Life Journal]]></title><description><![CDATA[
<p>I'm trying to figure out how to make the best of my life.<p>I am lucky enough to have a job that allows me to focus on life, but I suck at living and I am trying to learn.<p>I used to take life for granted and lately losing people I care about and riding a motorcycle are really putting into perspective how easy it is to die.<p>So I'm trying to go on this memento mori quest, to make the best out of every week I have (considering we only have 4000 rougly).<p>This is my first week, and it has already started with:
- 4 kind moments
- 1 lucky moment
- 1 dressup moment
- 6 items gifted
- 1 drinks shared
- 3 games shared<p>I missed the sunset, but I'm definitely catching it tomorrow.<p>I don't know where this is going honestly, I'm going to try to tweak it based on how I feel. But I hope someone else finds a use for it. :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45956520">https://news.ycombinator.com/item?id=45956520</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 17 Nov 2025 18:39:56 +0000</pubDate><link>https://mm.quest</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=45956520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45956520</guid></item><item><title><![CDATA[New comment by nizarmah in "Ask HN: How are you acquiring your first hundred users?"]]></title><description><![CDATA[
<p>I’m also suspicious about all those em dashes (—).</p>
]]></description><pubDate>Tue, 13 May 2025 23:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43978770</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43978770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43978770</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: ProcASM – A general purpose, visual programming lanugage"]]></title><description><![CDATA[
<p>The legos was referring to user experience, sorry about the vagueness.<p>I'd love to try this again with a simpler UI. If there's a place I can follow for updates, LMK.</p>
]]></description><pubDate>Tue, 06 May 2025 11:18:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43903827</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43903827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43903827</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: ProcASM – A general purpose, visual programming lanugage"]]></title><description><![CDATA[
<p>I just saw the Hello World example on the website, and the video.<p>It seems like your program is really capable, but I'm finding the UI extremely overwhelming.<p>I find myself comparing this to MIT's Scratch, and I know your tool is much more capable, but the user experience makes Scratch so intuitive.<p>Everything reads like a short sentence, and I can just dive in without understanding what I'm doing.<p>Any chance this can turn into something like "building legos"?<p>Blocks can be built exactly like Scratch. And, then, maybe you can map their input/output streams as a way to connect blocks (ideally inferred on the run).<p>And people can re-use blocks that others have built.<p>I know this is supposed to be a programming language, not a toy. But, selfishly, I want the UX to feel like it's a toy, so simple to discover it on my own. I can imagine prototyping stuff with it, especially if there's a library of stuff that I can use or contribute to while doing so...</p>
]]></description><pubDate>Tue, 06 May 2025 09:59:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43903329</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43903329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43903329</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: Free, in-browser PDF editor"]]></title><description><![CDATA[
<p>This is really nice! Kudos.<p>Small request: When I have a document open, ask to prevent accidentally closing the tab.<p>Large request: Resizing pictures and signatures.</p>
]]></description><pubDate>Sat, 03 May 2025 20:01:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43881763</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43881763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43881763</guid></item><item><title><![CDATA[New comment by nizarmah in "Garfield Minus Garfield"]]></title><description><![CDATA[
<p>I am always fascinated how people get ideas as creative as this.<p>I didn't know I needed this, but now that you shared it—I NEEDED IT!</p>
]]></description><pubDate>Thu, 10 Apr 2025 17:58:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43646467</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43646467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43646467</guid></item><item><title><![CDATA[New comment by nizarmah in "Overengineered Anchor Links"]]></title><description><![CDATA[
<p>The animations on the left are exactly what my primitive mind needs to understand better and stay engaged while reading an article. I _love_ it.</p>
]]></description><pubDate>Thu, 03 Apr 2025 15:17:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43570974</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43570974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43570974</guid></item><item><title><![CDATA[New comment by nizarmah in "Dijkstra On the foolishness of "natural language programming""]]></title><description><![CDATA[
<p>One of the most challenging aspects in my career has been: communication.<p>This is largely because it leaves chance for misinterpretation or miscommunication.
Programming languages eliminated misinterpretation and made miscommunication easier to notice through errors.<p>Programming language enables micromanaging proactively, I specify the instructions before they run.
I often find myself micromanaging retroactively with LLMs, until I reach the path I am looking for.</p>
]]></description><pubDate>Thu, 03 Apr 2025 13:52:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=43569661</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43569661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43569661</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: Offline SOS signaling+recovery app for disasters/wars"]]></title><description><![CDATA[
<p>I collected a list of alternative options for signals that I'll be looking into [1]. I included wifi probe requests as well. Thank you so much!<p>[1]: <a href="https://github.com/nizarmah/igatha/issues/5" rel="nofollow">https://github.com/nizarmah/igatha/issues/5</a></p>
]]></description><pubDate>Wed, 02 Apr 2025 19:13:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=43560385</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43560385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43560385</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: Offline SOS signaling+recovery app for disasters/wars"]]></title><description><![CDATA[
<p>Thanks a lot for the kind words!<p>That's a really cool idea. Kudos!! A companion system should be relatively easy. It's also two single devices communicating with each other which makes things much simpler to build as well. This is worth looking closer into.</p>
]]></description><pubDate>Wed, 02 Apr 2025 16:17:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43558340</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43558340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43558340</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: Offline SOS signaling+recovery app for disasters/wars"]]></title><description><![CDATA[
<p>I would definitely like to chat about it. Right now, it's the main picture in mind towards getting some funding to push this project forward. So, I'd love to learn more about it.</p>
]]></description><pubDate>Wed, 02 Apr 2025 15:07:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43557527</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43557527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43557527</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: Offline SOS signaling+recovery app for disasters/wars"]]></title><description><![CDATA[
<p>It's awesome that it's coming to Android as well. I was mind blown when I got it on my phone traveling between Spain and Portugal by car.<p>It's hard to find a one-size-fits-all solution. I don't know if satellite coverage would still be available under rubble. It's definitely valuable in other situations.<p>The country coverage is a huge part. My country will likely not get satellite coverage in the next 5 to 10 years. Such countries is where disaster response is worse and infrastructure is more prone to failure.</p>
]]></description><pubDate>Wed, 02 Apr 2025 12:57:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43556156</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43556156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43556156</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: Offline SOS signaling+recovery app for disasters/wars"]]></title><description><![CDATA[
<p>+1 to sound, I'm planning to research that thanks to all the helpful HN comments like yours :D<p>I find the "instruction app" a little limited because a person needs to be conscious, they need to be calm and collected to remember to open the app, and their phone needs to be accessible.<p>In its current state, providing instructions is better than just broadcasting BLE which will be weakened and lost by rubble.<p>In my country, a lot of first responders still rely on asking people to scream if they can hear them. Anyone unconscious would be discovered days later...<p>There has to be some way of providing an automated signal of life.<p>The comments about the physics limitations are pretty awesome. They make me wonder if we can assist it in any way... I learned about passive resonators recently. I know they have a short distance transmission, but maybe if they were part of the building material?<p>I need to start by learning more about the physics. I know I'm limited by it, but maybe there's window we can walk through instead of the door.</p>
]]></description><pubDate>Wed, 02 Apr 2025 10:41:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43555367</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43555367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43555367</guid></item><item><title><![CDATA[New comment by nizarmah in "Show HN: Offline SOS signaling+recovery app for disasters/wars"]]></title><description><![CDATA[
<p>There's a higher chance a person/company can do something valuable with this than Apple buying it or hiring me as an employee.<p>I will also try to create a monetized version for specific use. Maybe that can help fund building a solution that's publicly available.<p>Both of those will increase the chances of it being adopted by smartphones, like Google and Apple. That's why I switched from GPL-3.0 to MIT.<p>I appreciate the kind words and the awesome suggestion. Thank you!</p>
]]></description><pubDate>Wed, 02 Apr 2025 09:57:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43555137</link><dc:creator>nizarmah</dc:creator><comments>https://news.ycombinator.com/item?id=43555137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43555137</guid></item></channel></rss>