<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: nabilt</title><link>https://news.ycombinator.com/user?id=nabilt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 11:34:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nabilt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nabilt in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>I built (and currently testing) a 4 port automated PCB test & programming tool. I needed a way to produce a bunch of PCBs efficiently and couldn't find a solution that was flexible and didn't cost many thousands of dollars. I made a simple tool to solve this.<p>Features<p><pre><code>    - 4-channel DUT interface with individual power control via TPS22992
    - JTAG multiplexer for programming (not exclusive to JTAG)
    - Power monitoring using PAC1954 for per-channel current/voltage measurement
    - Raspberry Pi Pico for control logic and automation
    - USB interface through Pi Pico USB-CDC for host communication (1 port for each DUT)
    - 1.8V - 5V IO support
    - MicroPython support for test script automation
</code></pre>
<a href="https://www.youtube.com/watch?v=NKTlRVKJuS8&t" rel="nofollow">https://www.youtube.com/watch?v=NKTlRVKJuS8&t</a><p><a href="https://github.com/Netlist-Studio/dut_hub_hw" rel="nofollow">https://github.com/Netlist-Studio/dut_hub_hw</a></p>
]]></description><pubDate>Tue, 10 Feb 2026 02:27:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46954574</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=46954574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46954574</guid></item><item><title><![CDATA[New comment by nabilt in "Show HN: Look Ma, No Linux: Shell, App Installer, Vi, Cc on ESP32-S3 / BreezyBox"]]></title><description><![CDATA[
<p>Very cool project. Congrats. I will be trying this out.<p>Two other project I saw that are somewhat related for those interested:<p>1. reddit community (r/xteinkereader) building an OS like ebook reader app for a small chinese ereader based on esp32-s3<p>2. Linux port for the esp32-s3. Interestingly, the S3 has an MMU but I don't think it was used in this project.<p><a href="https://github.com/ESP32DE/Boot-Linux-ESP32S3-Playground?tab=readme-ov-file" rel="nofollow">https://github.com/ESP32DE/Boot-Linux-ESP32S3-Playground?tab...</a></p>
]]></description><pubDate>Sat, 07 Feb 2026 04:56:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46921436</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=46921436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46921436</guid></item><item><title><![CDATA[New comment by nabilt in "Ultrathin business card runs a fluid simulation"]]></title><description><![CDATA[
<p>For those that want more details on how the software works, this guy goes into a bit more detail for his version<p>Fluid simulation pendant
<a href="https://mitxela.com/projects/fluid-pendant" rel="nofollow">https://mitxela.com/projects/fluid-pendant</a><p><a href="https://www.youtube.com/watch?v=jis1MC5Tm8k" rel="nofollow">https://www.youtube.com/watch?v=jis1MC5Tm8k</a></p>
]]></description><pubDate>Fri, 08 Aug 2025 16:59:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44839249</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=44839249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44839249</guid></item><item><title><![CDATA[New comment by nabilt in "Lvgl: Embedded graphics library to create beautiful UIs"]]></title><description><![CDATA[
<p>If you just want a simple UI editor and don't want to pay for the official tool, give GUI Glider from NXP a try.<p><a href="https://www.nxp.com/design/design-center/software/development-software/gui-guider:GUI-GUIDER" rel="nofollow">https://www.nxp.com/design/design-center/software/developmen...</a></p>
]]></description><pubDate>Sat, 29 Mar 2025 22:16:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43519210</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=43519210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43519210</guid></item><item><title><![CDATA[New comment by nabilt in "Show HN: Imposter Attack – Among Us-themed infrared game made with ESP32"]]></title><description><![CDATA[
<p>Super impressive project, especially for what seems to be your first embedded project. I haven't played with microPython/uOTA so this was an interesting read.<p>Since you mentioned the water meter Flume, I wanted to shamelessly plug my open source water meter that I'm currently developing. It also uses the ESP32 so I thought you might be interested.<p>Main page. <a href="https://y-drip.com/" rel="nofollow">https://y-drip.com/</a><p>Docs: <a href="https://y-drip.com/docs/site/v0.4/" rel="nofollow">https://y-drip.com/docs/site/v0.4/</a></p>
]]></description><pubDate>Fri, 13 Dec 2024 20:08:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42411871</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=42411871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42411871</guid></item><item><title><![CDATA[New comment by nabilt in "Ask HN: What are you working on (August 2024)?"]]></title><description><![CDATA[
<p>I started working on my opensource water meter again (<a href="https://y-drip.com/" rel="nofollow">https://y-drip.com/</a>). Hardware is basically done so I'm working on the backend website for those that don't want to setup their own server. More technical details here: <a href="https://hackaday.io/project/191398-ydrip" rel="nofollow">https://hackaday.io/project/191398-ydrip</a></p>
]]></description><pubDate>Sun, 25 Aug 2024 02:40:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41343898</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=41343898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41343898</guid></item><item><title><![CDATA[New comment by nabilt in "Ask HN: Who wants to be hired? (August 2024)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Toronto
  Remote: Yes
  Willing to relocate: Yes
  Technologies: C, Python, JavaScript, HTML, Qualcomm Snapdragon, STM32, AVR, ESP32, Silicon Labs Gecko, Nordic nRF
  Résumé/CV: https://nabil.me/wp-content/uploads/2024/08/nabil_tewolde_resume.pdf
  Email: work@[domain above]
</code></pre>
---<p>I'm a seasoned software engineer with extensive experience in embedded systems, real-time communication, and full-stack development. My background includes designing innovative hardware and software solutions for various applications.<p>Key Projects:<p><pre><code>    - Real-time Audio Communication Device: Developed a device supporting 16 participants over 700 meters with 18-hour battery life using STM32 and Silicon Labs EFR32.
    - Android ROM Customization: Customized Android ROM for a video kiosk, added native USB camera support, and developed an over-the-air A/B update method.
    - Innovative Water Meter Solution (Y-Drip): Designed a product for real-time water usage data and leak detection with ultra-low power consumption.
    - Full Stack Development (Scalp Radar): Created a SAAS website for futures traders using Python, Django, and C#, with an automated license management system.
</code></pre>
I'm currently seeking opportunities to leverage my skills in innovative projects, whether in embedded systems, software development, or full-stack applications. Open to remote work or on-site positions.</p>
]]></description><pubDate>Fri, 02 Aug 2024 00:13:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=41134970</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=41134970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41134970</guid></item><item><title><![CDATA[New comment by nabilt in "Adding dynamic content to your Shopify store using App Proxies and Django"]]></title><description><![CDATA[
<p>Hey HN,<p>I recently launch a side project selling software on Shopify and needed a way to for users to manage their software license. Shopify's sample Django app was out dated and didn't implement all of the security features so I've improved it and wrote a guide on how to set it up.<p>I've found Shopify to be a good platform for selling software minus a few things like subscriptions. It's nice to have most of the e-commerce features like discount codes, analytics, order management taken care of. The only limitation is their free subscription management app is very limited so you might need to pay or build an app to take care of that.<p>Hopefully, this should give you a head start on adding custom functionality to your next Shopify side project.</p>
]]></description><pubDate>Wed, 10 Jul 2024 16:25:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40928588</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=40928588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40928588</guid></item><item><title><![CDATA[Adding dynamic content to your Shopify store using App Proxies and Django]]></title><description><![CDATA[
<p>Article URL: <a href="https://scalpradar.com/blogs/dev/creating-a-shopify-proxy-app-with-django-a-step-by-step-guide">https://scalpradar.com/blogs/dev/creating-a-shopify-proxy-app-with-django-a-step-by-step-guide</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40928587">https://news.ycombinator.com/item?id=40928587</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 10 Jul 2024 16:25:05 +0000</pubDate><link>https://scalpradar.com/blogs/dev/creating-a-shopify-proxy-app-with-django-a-step-by-step-guide</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=40928587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40928587</guid></item><item><title><![CDATA[New comment by nabilt in "High-speed 10Gbps full-mesh network based on USB4 for just $47.98"]]></title><description><![CDATA[
<p>Thanks, good to know. I may need to request a 3A 1U in that case.<p>I didn't know iDRAC could measure real time power usage. Pretty amazing.</p>
]]></description><pubDate>Tue, 16 Jan 2024 00:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=39008080</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=39008080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39008080</guid></item><item><title><![CDATA[New comment by nabilt in "High-speed 10Gbps full-mesh network based on USB4 for just $47.98"]]></title><description><![CDATA[
<p>This is a pretty cool solution. I didn't know the capabilities of USB4 before this.<p>The comparison with the Dell r630 power numbers got me interested since I just purchased a Dell r430 to host my site so I decided to benchmark mine.<p>Specs:<p><pre><code>  * 2x Xeon E5-2680 v3 (same CPU)
  * 64GB RAM
  * 2x power supply (can't remember if it's 500W or 750W each and too lazy to look)
  * 1 SSD & 1 7300 RPM HDD
  * Ubuntu server 22.04.3 LTS
</code></pre>
Using a Kill-A-Watt meter I measure ~100 watts after boot. Running sysbench (sysbench --test=cpu --threads=12 --cpu-max-prime=100000 --time=300 run) I get up to ~220 watts.<p>If my calculations are correct that's 72 kW per day or $11.05 per month at idle:<p><pre><code>  0.1 kW * 24 hours * 30 days = 72 kWh
  72 kWh * 15.34 cents/kWh = $11.05 
</code></pre>
and 158.4 kW or $24.3 per month during load:<p><pre><code>  0.22 kW * 24 hours * 30 days = 158.4 kWh
  158.4 kWh * 15.34 cents/kWh = $24.3
</code></pre>
I'm not sure of OP's use case, but these numbers are probably more realistic than using the max wattage of the power supply for most people. I will still be hosting in a co-location for the reliable internet and so I can sleep without the sound of a jet engine taking off. Those fans are loud!</p>
]]></description><pubDate>Mon, 15 Jan 2024 22:07:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=39006695</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=39006695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39006695</guid></item><item><title><![CDATA[New comment by nabilt in "Show HN: YDrip – An open source water meter that detects leaks"]]></title><description><![CDATA[
<p>Thanks. Detecting slow leaks while also conserving battery life is tricky so I opted to do it in hardware with digital logic. I keep a count of all of the low speed revolutions of the magnet inside of the brass housing. It needs more testing, but it seems to work for now.</p>
]]></description><pubDate>Thu, 28 Sep 2023 02:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=37684531</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=37684531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37684531</guid></item><item><title><![CDATA[Show HN: YDrip – An open source water meter that detects leaks]]></title><description><![CDATA[
<p>Hi HN,<p>I'm developing an open-source water meter for Home Assistant and thought the HN community might be interested. I've been using some version of it after a few costly toilet leaks that my city meter missed. Recently, I decided to polish it up so others could use it. It might also function as a gas meter reader (<a href="https://youtu.be/9Dso4EBAoiE" rel="nofollow noreferrer">https://youtu.be/9Dso4EBAoiE</a>), but this is still experimental.<p>The device runs on 3 AA batteries and utilizes an ESP32-S3. It works by measuring the spinning magnet inside the brass housing. It stays in deep sleep until it needs to transmit usage or leak information. It's not an ideal CPU for battery-powered devices, but I chose it because it has a lot of support in the home automation community. To compensate for the power-hungry CPU, I am handling rotation counting and leak detection in programmable hardware. Currently, it consumes 50-75uA while the ESP32 is sleeping. The programmable hardware makes it an interesting platform for other use cases like electricity meter monitoring.<p>I'm planning on selling the hardware and potentially offering a hosted solution for those who don't want to set up Home Assistant if there is demand.<p>There is still a lot to do, like designing a waterproof case and completing the software. If you're interested in the details, I have a project log on Hackaday. Feedback, feature requests, and contributors are always welcome.<p>Website: <a href="https://y-drip.com" rel="nofollow noreferrer">https://y-drip.com</a><p>Github: <a href="https://github.com/YDrip">https://github.com/YDrip</a><p>Short demo: <a href="https://youtu.be/7eXRLN7OWA0" rel="nofollow noreferrer">https://youtu.be/7eXRLN7OWA0</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37682189">https://news.ycombinator.com/item?id=37682189</a></p>
<p>Points: 20</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 27 Sep 2023 22:20:12 +0000</pubDate><link>https://hackaday.io/project/191398-ydrip</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=37682189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37682189</guid></item><item><title><![CDATA[New comment by nabilt in "Shelf – open-source asset management software"]]></title><description><![CDATA[
<p>Someone mentioned <a href="https://inventree.org" rel="nofollow noreferrer">https://inventree.org</a> which looks cool, but there is no distributor API connections AFAIK. I really wanted to ability to scan my Digikey bags and have it auto fill all of the parameters so I made a super basic app to do that. I'm planning on open sourcing it once I clean it up.</p>
]]></description><pubDate>Tue, 11 Jul 2023 03:35:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=36676141</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=36676141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36676141</guid></item><item><title><![CDATA[New comment by nabilt in "Ask HN: Any hardware startups here?"]]></title><description><![CDATA[
<p>Strange. That's one of the reasons my leak threshold is customizable. My city water meter has an LED that turns on when it detects a leak, but I've never seen it work.</p>
]]></description><pubDate>Sat, 08 Jul 2023 17:22:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=36646491</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=36646491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36646491</guid></item><item><title><![CDATA[New comment by nabilt in "Ask HN: Any hardware startups here?"]]></title><description><![CDATA[
<p>Interesting. Do you mean the leak is intermittent and Flume isn't able to detect it? I would love to know more.</p>
]]></description><pubDate>Thu, 06 Jul 2023 04:57:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=36611467</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=36611467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36611467</guid></item><item><title><![CDATA[New comment by nabilt in "Ask HN: Any hardware startups here?"]]></title><description><![CDATA[
<p>I'm building an open source water meter to detect costly water leaks and track your water usage. The hardware design is flexible enough to easily repurpose it for measuring residential gas and electricity meters, as well as any signal that requires continuous reading while maintaining a long battery life.<p><a href="https://y-drip.com" rel="nofollow noreferrer">https://y-drip.com</a><p>Follow the development process here:<p><a href="https://hackaday.io/project/191398-ydrip" rel="nofollow noreferrer">https://hackaday.io/project/191398-ydrip</a></p>
]]></description><pubDate>Wed, 05 Jul 2023 20:22:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=36606551</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=36606551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36606551</guid></item><item><title><![CDATA[New comment by nabilt in "Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display"]]></title><description><![CDATA[
<p>I used a similar screen to display the user interface for my DIY reflow oven. The raspberry Pi and Linux is overkill for this project, but it's so much easier building a GUI than on a microcontroller.<p><a href="https://nabil.me/2020/12/01/diy-reflow-oven-w-exhaust-build-part-1/" rel="nofollow">https://nabil.me/2020/12/01/diy-reflow-oven-w-exhaust-build-...</a></p>
]]></description><pubDate>Tue, 29 Dec 2020 05:35:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=25567058</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=25567058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25567058</guid></item><item><title><![CDATA[New comment by nabilt in "Wim Hof’s teachings about breath work and the health benefits of cold plunges"]]></title><description><![CDATA[
<p>Something interesting I learned during one of his seminars was that breathing exercises can go a long way in providing most of the benefits. A lot of the media coverage focuses on cold exposure, but deep breathing is really the the core of the message. This is great because it means the barrier to entry is much lower since we all don't need to fill up our tubs with ice every week.</p>
]]></description><pubDate>Wed, 14 Oct 2020 04:28:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=24773094</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=24773094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24773094</guid></item><item><title><![CDATA[New comment by nabilt in "Ask HN: What is your favorite gym motivation video?"]]></title><description><![CDATA[
<p>If you are into lifting, anything from All Things Gym or Hook Grip. They focus on weightlifting, but it's fun to watch top athletes do their thing. You can also learn from their warm-up routine and assistance exercise.<p><a href="https://www.youtube.com/watch?v=cv_EWWDV2O0" rel="nofollow">https://www.youtube.com/watch?v=cv_EWWDV2O0</a><p><a href="https://www.youtube.com/watch?v=YgyVhFnT-zY" rel="nofollow">https://www.youtube.com/watch?v=YgyVhFnT-zY</a></p>
]]></description><pubDate>Mon, 13 Aug 2018 18:46:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=17752530</link><dc:creator>nabilt</dc:creator><comments>https://news.ycombinator.com/item?id=17752530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17752530</guid></item></channel></rss>