<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: synack</title><link>https://news.ycombinator.com/user?id=synack</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 10:27:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=synack" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by synack in "Internet Protocol Version 8 (IPv8)"]]></title><description><![CDATA[
<p>Reads like AI. Not sure what OAuth/JWT has to do with Layer 3.</p>
]]></description><pubDate>Wed, 15 Apr 2026 11:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47777504</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=47777504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47777504</guid></item><item><title><![CDATA[New comment by synack in "A new spam policy for “back button hijacking”"]]></title><description><![CDATA[
<p>Are they considering all uses of window.history.pushState to be hijacking? If so, why not remove that function from Chrome?</p>
]]></description><pubDate>Tue, 14 Apr 2026 04:05:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47761107</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=47761107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47761107</guid></item><item><title><![CDATA[New comment by synack in "Running out of disk space in production"]]></title><description><![CDATA[
<p>mkfs.ext4 defaults to 5% reserved for root. -m 0 to turn it off.</p>
]]></description><pubDate>Wed, 08 Apr 2026 03:18:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47684636</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=47684636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47684636</guid></item><item><title><![CDATA[New comment by synack in "Build web apps for smart glasses"]]></title><description><![CDATA[
<p>I wasn't aware of these glasses, pretty cool. Not sure I'm ready to drop that much money on a pair with prescription lenses though.<p>Would be useful to have my multimeter display in my field of view when heads down debugging a circuit. There are a few bluetooth meters on the market, so I think this is doable?<p>Looking at the SDK, the fixed LVGL font is a bummer. Ideally I'd like to have a raw framebuffer to control, though I imagine this is difficult to do over bluetooth without blowing your power budget. Maybe you could have a custom indexed tilemap and push sprites around?</p>
]]></description><pubDate>Tue, 07 Apr 2026 08:33:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47672263</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=47672263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47672263</guid></item><item><title><![CDATA[New comment by synack in "GitHub backs down, kills Copilot pull-request ads after backlash"]]></title><description><![CDATA[
<p>Yet Sourceforge has been putting ads on open source projects for decades.</p>
]]></description><pubDate>Tue, 31 Mar 2026 06:13:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47583376</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=47583376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47583376</guid></item><item><title><![CDATA[New comment by synack in "Cloudflare's Gen 13 servers: trading cache for cores for 2x performance"]]></title><description><![CDATA[
<p>Is the Linux scheduler aware of shared CPU cache hierarchies? Is there any way we could make the scheduler do better cache utilization rather than pinning processes to cores or offloading these decisions to vendor specific code?</p>
]]></description><pubDate>Fri, 27 Mar 2026 00:01:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47537451</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=47537451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47537451</guid></item><item><title><![CDATA[New comment by synack in "Project Nomad – Knowledge That Never Goes Offline"]]></title><description><![CDATA[
<p>Library of Congress has some well considered recommendations for archival. <a href="https://www.loc.gov/preservation/resources/rfs/TOC.html" rel="nofollow">https://www.loc.gov/preservation/resources/rfs/TOC.html</a><p>For web content they recommend gzipped WARC. This is great for retaining the content, but isn’t easy to search or render.<p>I do WARC dumps then convert those to ZIM for easier access.</p>
]]></description><pubDate>Mon, 23 Mar 2026 11:31:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47488014</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=47488014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47488014</guid></item><item><title><![CDATA[New comment by synack in "Felix "fx" Lindner has died"]]></title><description><![CDATA[
<p>One of my favorite DEF CON talks <a href="https://media.defcon.org/DEF%20CON%2017/DEF%20CON%2017%20video%20and%20slides/DEF%20CON%2017%20-%20FX%20-%20Router%20Exploitation.mp4" rel="nofollow">https://media.defcon.org/DEF%20CON%2017/DEF%20CON%2017%20vid...</a></p>
]]></description><pubDate>Mon, 02 Mar 2026 18:35:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47222077</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=47222077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47222077</guid></item><item><title><![CDATA[New comment by synack in "Ask HN: Will GPU and RAM prices ever go down?"]]></title><description><![CDATA[
<p>Micron is building a bunch of new fabs in the US right now- two in Idaho, two in New York, and modernizing one existing fab in Virginia. The first Idaho fab will come online in 2027 and NY/Virginia fabs in 2030.<p><a href="https://www.micron.com/us-expansion" rel="nofollow">https://www.micron.com/us-expansion</a><p>So, more chips coming soon, but who knows if that's enough to keep up with demand for the next few years.</p>
]]></description><pubDate>Sat, 07 Feb 2026 17:39:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46925740</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46925740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46925740</guid></item><item><title><![CDATA[New comment by synack in "SQLite Is a Self Contained System"]]></title><description><![CDATA[
<p>Could say the same about Postgres. People like their databases.</p>
]]></description><pubDate>Sun, 01 Feb 2026 15:09:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46846693</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46846693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46846693</guid></item><item><title><![CDATA[New comment by synack in "Ask HN: Do you still use physical calculators?"]]></title><description><![CDATA[
<p>TI-30Xa still sits on the corner of my desk along with a pen and small notepad. I use it 2-3 times a week. Still faster to reach for it than find the calculator app on my phone or PC for simple tasks.</p>
]]></description><pubDate>Sat, 31 Jan 2026 11:23:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46835616</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46835616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46835616</guid></item><item><title><![CDATA[New comment by synack in "Some notes on starting to use Django"]]></title><description><![CDATA[
<p>Claude Code is also very good at building basic CRUD apps with Django.</p>
]]></description><pubDate>Wed, 28 Jan 2026 00:44:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46789441</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46789441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46789441</guid></item><item><title><![CDATA[New comment by synack in "Ask HN: What travel apps do you use while traveling?"]]></title><description><![CDATA[
<p>Not strictly a mobile app, but I keep offline Kiwix snapshots of Wikivoyage and Wikipedia on my laptop. It mostly comes in handy on trains with intermittent wifi.</p>
]]></description><pubDate>Thu, 15 Jan 2026 07:52:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46629425</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46629425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46629425</guid></item><item><title><![CDATA[New comment by synack in "Linux Runs on Raspberry Pi RP2350's Hazard3 RISC-V Cores (2024)"]]></title><description><![CDATA[
<p>That was Intel Quark. It was too expensive for the “big microcontroller” use case and too power hungry for the “small Linux” use case.<p>The marketing was confusing, I’m not sure Intel even knew what it was for, except to show investors they had an IoT play.<p><a href="https://en.wikipedia.org/wiki/Intel_Quark" rel="nofollow">https://en.wikipedia.org/wiki/Intel_Quark</a><p>I found some of these boards in a box last year and was unable to do anything with them… Intel has thoroughly erased all documentation and SDKs from the internet. If anyone has those artifacts, please push to archive.org</p>
]]></description><pubDate>Fri, 09 Jan 2026 18:11:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46556980</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46556980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46556980</guid></item><item><title><![CDATA[New comment by synack in "As AI gobbles up chips, prices for devices may rise"]]></title><description><![CDATA[
<p>Industrial microcontrollers and power electronics use older process nodes, mostly >=45nm. These customers aren’t competing for wafers from the same fabs as bleeding edge memory and TPUs.<p>The world ran just fine on DDR3 for a long time.</p>
]]></description><pubDate>Mon, 29 Dec 2025 09:39:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46418963</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46418963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46418963</guid></item><item><title><![CDATA[New comment by synack in "NTP at NIST Boulder Has Lost Power"]]></title><description><![CDATA[
<p>Spanner depends on having a time source with bounded error to maintain consistency. Google accomplishes this by having GPS and atomic clocks in several datacenters.<p><a href="https://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf" rel="nofollow">https://static.googleusercontent.com/media/research.google.c...</a><p><a href="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/45855.pdf" rel="nofollow">https://static.googleusercontent.com/media/research.google.c...</a></p>
]]></description><pubDate>Sat, 20 Dec 2025 10:24:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46335054</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46335054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46335054</guid></item><item><title><![CDATA[New comment by synack in "Ask HN: Cloudflare WAF Alternatives?"]]></title><description><![CDATA[
<p>I've been using Cloudfront Functions to do some of the filtering that a WAF would do. It's quite flexible, but you've gotta figure out your own rules.</p>
]]></description><pubDate>Fri, 05 Dec 2025 23:39:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46168882</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46168882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46168882</guid></item><item><title><![CDATA[New comment by synack in "The RAM shortage comes for us all"]]></title><description><![CDATA[
<p>I wonder if we'll start to see instance type shortages or price increases from EC2 and GCP if they can't get enough DRAM for latest gen servers.</p>
]]></description><pubDate>Thu, 04 Dec 2025 23:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46154557</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46154557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46154557</guid></item><item><title><![CDATA[New comment by synack in "Someone at YouTube Needs Glasses: The Prophecy Has Been Fulfilled"]]></title><description><![CDATA[
<p>Every time you see an ellipsis "..." you know that the designer put form over function. Hiding data from the user is never the right answer.<p>They could use their fancy AI to generate shorter titles.</p>
]]></description><pubDate>Wed, 26 Nov 2025 07:12:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46054933</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=46054933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46054933</guid></item><item><title><![CDATA[New comment by synack in "SQLite 3.51 Is Out"]]></title><description><![CDATA[
<p>Release notes <a href="https://sqlite.org/releaselog/3_51_0.html" rel="nofollow">https://sqlite.org/releaselog/3_51_0.html</a></p>
]]></description><pubDate>Thu, 06 Nov 2025 07:58:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45832652</link><dc:creator>synack</dc:creator><comments>https://news.ycombinator.com/item?id=45832652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45832652</guid></item></channel></rss>