<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: wangman</title><link>https://news.ycombinator.com/user?id=wangman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 08:39:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wangman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wangman in "Copy Fail"]]></title><description><![CDATA[
<p>RedHat has also changed it to "Important severity" and "Affected" now.</p>
]]></description><pubDate>Wed, 29 Apr 2026 22:14:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47955431</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=47955431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47955431</guid></item><item><title><![CDATA[New comment by wangman in "Cisco to acquire Isovalent"]]></title><description><![CDATA[
<p>I guess the new CNCF Cilium Certified Associate (CCA) is a Cisco certification soon :)</p>
]]></description><pubDate>Thu, 21 Dec 2023 15:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=38721895</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=38721895</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38721895</guid></item><item><title><![CDATA[New comment by wangman in "Charging My MacBook Air M1 with a Standard Mobile Phone USB Charger"]]></title><description><![CDATA[
<p>I guess you'll have to deep in the apple cult to be amazed by other phone chargers. Power Delivery have been around for over 10 years, follow standards and have enough power and it charges.</p>
]]></description><pubDate>Thu, 27 Jul 2023 14:16:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=36893930</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=36893930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36893930</guid></item><item><title><![CDATA[New comment by wangman in "TinyWM – A tiny window manager in around 50 lines of C"]]></title><description><![CDATA[
<p>Wow 82 sloc. That just way too much bloat.</p>
]]></description><pubDate>Wed, 15 Aug 2018 15:29:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=17766793</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=17766793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17766793</guid></item><item><title><![CDATA[New comment by wangman in "Omega2: $5 Linux Computer with Wi-Fi"]]></title><description><![CDATA[
<p>wth! That page tells us nothing useful. The hardware headline has a picture of it, a pinout diagram and nothing more.
What kind of hardware is it built with? What architecture is it? What's the wi-fi chip? Does it have good support? What libraries are you using? What distros are supported?<p>All I can see it that it's running busybox and a two year old kernel.</p>
]]></description><pubDate>Thu, 01 Sep 2016 12:49:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=12404818</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=12404818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12404818</guid></item><item><title><![CDATA[New comment by wangman in "Use Atom to edit in Chrome"]]></title><description><![CDATA[
<p>What about Vimperator or Pentadactyl?</p>
]]></description><pubDate>Tue, 02 Feb 2016 22:28:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=11023208</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=11023208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11023208</guid></item><item><title><![CDATA[New comment by wangman in "Why use www?"]]></title><description><![CDATA[
<p>Nice!<p>I would have gone for a simpler loop:<p>echo -e "sec\tmethod\turl";for url in {https,http}://{www.,}{en.wikipedia.org,{google,reddit,facebook,youtube,netflix,amazon,twitter,linkedin,msn}.com,google.co.in}; do curl -sL "$url" -w "%{time_redirect}\t${url%:<i>}\t${url#</i>//}\n" -o/dev/null; done|sort</p>
]]></description><pubDate>Sun, 31 Jan 2016 22:41:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=11008504</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=11008504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11008504</guid></item><item><title><![CDATA[New comment by wangman in "Why use www?"]]></title><description><![CDATA[
<p>Thanks, it sure looks less ugly with -o/dev/null{,}
I couldn't find any other way to get curl to stay silent and still output redirect times. Hence the crude hack.
(Obviously my bash and curl versions had no problem with the spaces or I wouldn't have posted it)</p>
]]></description><pubDate>Sun, 31 Jan 2016 17:45:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=11007129</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=11007129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11007129</guid></item><item><title><![CDATA[New comment by wangman in "Why use www?"]]></title><description><![CDATA[
<p>This is because reddit.com and www.reddit.com gets you the http-versions, which both are redirected to https<p>Try this:
curl -sL <a href="https://{www.,}reddit.com" rel="nofollow">https://{www.,}reddit.com</a> -o\ /dev/null{,\ } -w "%{time_redirect}\n"</p>
]]></description><pubDate>Sun, 31 Jan 2016 14:54:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=11006573</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=11006573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11006573</guid></item><item><title><![CDATA[New comment by wangman in "Textract, a Python package for extracting text from any document"]]></title><description><![CDATA[
<p>I also assumed that it was some kind of Python wrapper or implementation of Tesseract OCR when I saw that name.
One would think so when Tesseract being (one of?) the best preforming OCR-programs out there.</p>
]]></description><pubDate>Mon, 04 Aug 2014 10:46:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=8131076</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=8131076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8131076</guid></item><item><title><![CDATA[New comment by wangman in "Negative Ships and Unlimited Money Postmortem"]]></title><description><![CDATA[
<p>I'd rather have No-Ships and Unlimited Spice.</p>
]]></description><pubDate>Tue, 22 Jul 2014 17:50:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=8070462</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=8070462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8070462</guid></item><item><title><![CDATA[New comment by wangman in "Yogscast Kickstarter failure is a painful reminder of the risks of crowdfunding"]]></title><description><![CDATA[
<p>"The Yogscast's Yogventures was the first Kickstarter I ever saw that set off alarm bells in my head"
What? Was this also the first Kickstarter the article author ever saw?</p>
]]></description><pubDate>Thu, 17 Jul 2014 19:54:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=8049804</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=8049804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8049804</guid></item><item><title><![CDATA[New comment by wangman in "List of fictional computers"]]></title><description><![CDATA[
<p>Yes both the Vinculum and the Central Plexus should on that list. The Vinculum is specifically described as a processing device whereas the Central Plexus might be more of a switchboard. (Edit: all this is VOY not TNG ofc)</p>
]]></description><pubDate>Sun, 01 Jun 2014 23:17:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=7831068</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=7831068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7831068</guid></item><item><title><![CDATA[New comment by wangman in "PirateBox 1.0"]]></title><description><![CDATA[
<p>Can't you just switch on the Wifi-hotspot on your iPhone and connect together that way?</p>
]]></description><pubDate>Fri, 30 May 2014 21:12:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=7824118</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=7824118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7824118</guid></item><item><title><![CDATA[New comment by wangman in "Email Patterns for Web Apps"]]></title><description><![CDATA[
<p>I agree. The e-mail patterns here are so different that I don't think they belong in the same article.</p>
]]></description><pubDate>Sat, 08 Mar 2014 19:04:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=7365988</link><dc:creator>wangman</dc:creator><comments>https://news.ycombinator.com/item?id=7365988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7365988</guid></item></channel></rss>