<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: nafey</title><link>https://news.ycombinator.com/user?id=nafey</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 11:56:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nafey" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nafey in "Sam Altman may control our future – can he be trusted?"]]></title><description><![CDATA[
<p>I hope ronan farrow doesn't mind his article being shared like this</p>
]]></description><pubDate>Tue, 07 Apr 2026 02:55:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47670219</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=47670219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47670219</guid></item><item><title><![CDATA[New comment by nafey in "Show HN: PinSend – Share text between devices using a PIN(P2P, no login)"]]></title><description><![CDATA[
<p>This looks interesting. What I don't understand is: how was it implemented without a server relay. I am no expert in WebRTC (or P2P for that matter) but I always assumed that there needs to be a central location for users to exchange their addresses and only then a P2P connection can be established. This must be the case here as well right? Or am I mistaken?</p>
]]></description><pubDate>Wed, 04 Jun 2025 03:22:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44176930</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=44176930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44176930</guid></item><item><title><![CDATA[New comment by nafey in "Ask HN: What are you working on? (March 2025)"]]></title><description><![CDATA[
<p>I am working on a standalone CLI tool that can do analytics find it here: <a href="https://github.com/nafey/minimalytics" rel="nofollow">https://github.com/nafey/minimalytics</a><p>Motivation for the project:<p>> This project was born out of the need for a lightweight analytics tool to track internal services on a resource-constrained VPS. Most SaaS analytics products either lack the scalability or exceed their free tier limits when tracking millions of events per month. Minimalytics addresses this gap by offering a minimalist, high-performance solution for resource-constrained environments.<p>I recently did a Show HN which you can find on my profile.</p>
]]></description><pubDate>Sun, 30 Mar 2025 23:51:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43529057</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=43529057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43529057</guid></item><item><title><![CDATA[New comment by nafey in "Show HN: Minimalytics – a standalone minimal analytics app built on SQLite"]]></title><description><![CDATA[
<p>Thank you! Copying and processing the sqlite is always an option but I agree something like CSV exports are a good feature to add.</p>
]]></description><pubDate>Fri, 21 Mar 2025 06:49:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43432509</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=43432509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43432509</guid></item><item><title><![CDATA[New comment by nafey in "Show HN: Minimalytics – a standalone minimal analytics app built on SQLite"]]></title><description><![CDATA[
<p>Wow. It looks like the two of us were responding to the same underlying needs. Great to see your project.</p>
]]></description><pubDate>Fri, 21 Mar 2025 06:36:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=43432441</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=43432441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43432441</guid></item><item><title><![CDATA[New comment by nafey in "Show HN: Minimalytics – a standalone minimal analytics app built on SQLite"]]></title><description><![CDATA[
<p>This is an interesting use case. I can definitely see how a colored cell in a grid can serve as a visual indicator to monitor health of infrastructure. Thanks for sharing this.</p>
]]></description><pubDate>Fri, 21 Mar 2025 05:30:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=43432094</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=43432094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43432094</guid></item><item><title><![CDATA[New comment by nafey in "Show HN: Minimalytics – a standalone minimal analytics app built on SQLite"]]></title><description><![CDATA[
<p>Thank you! I already had experience working in React so I decided to use it for the first release.<p>I am thinking about switching to HTMX to further reduce size, simplify and improve performance.</p>
]]></description><pubDate>Fri, 21 Mar 2025 01:09:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=43430872</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=43430872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43430872</guid></item><item><title><![CDATA[New comment by nafey in "Show HN: Minimalytics – a standalone minimal analytics app built on SQLite"]]></title><description><![CDATA[
<p>Thank you that's a good suggestion. I'll do that.</p>
]]></description><pubDate>Thu, 20 Mar 2025 22:40:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43429870</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=43429870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43429870</guid></item><item><title><![CDATA[Show HN: Minimalytics – a standalone minimal analytics app built on SQLite]]></title><description><![CDATA[
<p>Hi everyone! I wanted to share my analytics app with you.<p>This project came from requirements to track certain very frequent events. I found that the cost to do it on a regular analytics product was much more than i was willing to pay. Secondly, I also wanted to use as few resources as possible. So I thought it may be a good idea to create something that may be useful for myself (and hopefully others).<p>I have been able to track a great number of events with this using ~20 MB of storage and memory which is incredible. I have been really impressed by golang as a language and as an ecosystem and would love to work more in this language going forward.<p>Some Highlights: 
1. No dependencies 
2. CLI based management 
3. Web based UI (and the server to serve it) included in the program. 
4. 20 MB install size.   
5. 20 MB memory use while running.  
6. Minimal storage requirements because it aggregates events.<p>This can be a great fit for anyone who wants to have a lightweight minimal analytics for internal events.<p>I am looking forward to your comments and feedback.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43427850">https://news.ycombinator.com/item?id=43427850</a></p>
<p>Points: 74</p>
<p># Comments: 12</p>
]]></description><pubDate>Thu, 20 Mar 2025 19:33:30 +0000</pubDate><link>https://github.com/nafey/minimalytics</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=43427850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43427850</guid></item><item><title><![CDATA[New comment by nafey in "Show HN: Cardstock- Free TCG Proxy Manager for Magic, Yugioh, & Pokemon"]]></title><description><![CDATA[
<p>Just adding a static website with screenshots of the product will be a great upgrade for users who are interested to learn more before signing in.</p>
]]></description><pubDate>Wed, 08 Jan 2025 19:23:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42637527</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=42637527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42637527</guid></item><item><title><![CDATA[New comment by nafey in "Hetzner cuts traffic on US VPSs, raises prices"]]></title><description><![CDATA[
<p>They want more users, not more utilization. Utilization is the effect of users not its cause. They are happy to have utilization increase as long as they keep getting more users. If the utilization increases while number of users remain constant because people (like OP) are using CPU intensive programs then that is not in their interest.</p>
]]></description><pubDate>Fri, 29 Nov 2024 03:55:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42270662</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=42270662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42270662</guid></item><item><title><![CDATA[Interpreting 'Suzanne Delage' as Dracula]]></title><description><![CDATA[
<p>Article URL: <a href="https://gwern.net/suzanne-delage">https://gwern.net/suzanne-delage</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42159559">https://news.ycombinator.com/item?id=42159559</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 16 Nov 2024 21:34:38 +0000</pubDate><link>https://gwern.net/suzanne-delage</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=42159559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42159559</guid></item><item><title><![CDATA[New comment by nafey in "JavaScript dates are about to be fixed"]]></title><description><![CDATA[
<p>Wow thanks for sharing this, this certainly is a use case not covered by the system I proposed. I imagine this will require versioning of the timezone so we can translate our America/Los_Angeles v1.0 timestamp to America/Los_Angeles v2.0.</p>
]]></description><pubDate>Sat, 24 Aug 2024 23:06:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41342582</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=41342582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41342582</guid></item><item><title><![CDATA[New comment by nafey in "JavaScript dates are about to be fixed"]]></title><description><![CDATA[
<p>I have always wondered why breaking the timestamp (in UTC) and the timezone into two separate data points and storing both is not the accepted solution. It appears like the cleanest solution to me.</p>
]]></description><pubDate>Sat, 24 Aug 2024 17:29:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=41339789</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=41339789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41339789</guid></item><item><title><![CDATA[Mathematicians have shown the most efficient way yet of squaring the circle]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/QuantaMagazine/status/1491065395704647683">https://twitter.com/QuantaMagazine/status/1491065395704647683</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41219287">https://news.ycombinator.com/item?id=41219287</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 11 Aug 2024 21:00:41 +0000</pubDate><link>https://twitter.com/QuantaMagazine/status/1491065395704647683</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=41219287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41219287</guid></item><item><title><![CDATA[New comment by nafey in "How we sped up Notion in the browser with WASM SQLite"]]></title><description><![CDATA[
<p>I believe it's a missed opportunity not to bundle sqlite in major browsers. I understand that making SQLite part of the browser spec introduces all sorts of complications [1] down the line. But nevertheless, it would have proved to be quite a nifty tool.<p>[1] <a href="https://hacks.mozilla.org/2010/06/beyond-html5-database-apis-and-the-road-to-indexeddb/" rel="nofollow">https://hacks.mozilla.org/2010/06/beyond-html5-database-apis...</a></p>
]]></description><pubDate>Wed, 17 Jul 2024 14:58:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=40986633</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=40986633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40986633</guid></item><item><title><![CDATA[Ask HN: Are BigTech firms increasing their hiring?]]></title><description><![CDATA[
<p>I saw a comment online saying that Google is hiring back the employees it laid off recently. Has someone else seen this in other companies as well?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39331217">https://news.ycombinator.com/item?id=39331217</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 10 Feb 2024 23:22:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=39331217</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=39331217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39331217</guid></item><item><title><![CDATA[New comment by nafey in "Sam Bankman-Fried Convicted"]]></title><description><![CDATA[
<p>Also he was stupid, any other billionaire would have relocated to a country that does not have extradition treaty with the US.</p>
]]></description><pubDate>Fri, 03 Nov 2023 00:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=38122871</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=38122871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38122871</guid></item><item><title><![CDATA[New comment by nafey in "Archaeologists discover oldest wooden structure"]]></title><description><![CDATA[
<p>Well he also thinks that Egyptians used Sonic energy of their chants to build the pyramids.</p>
]]></description><pubDate>Thu, 21 Sep 2023 06:06:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37593783</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=37593783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37593783</guid></item><item><title><![CDATA[New comment by nafey in "UPI Payments: 10B transactions a month done, next stop 100B"]]></title><description><![CDATA[
<p>Interac is not real time. UPI is completely real time and money gets debited from your account and deposited to the merchants account instantly.</p>
]]></description><pubDate>Sun, 03 Sep 2023 07:10:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=37368352</link><dc:creator>nafey</dc:creator><comments>https://news.ycombinator.com/item?id=37368352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37368352</guid></item></channel></rss>