<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: willfiveash</title><link>https://news.ycombinator.com/user?id=willfiveash</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 20:12:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=willfiveash" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by willfiveash in "AT&T says criminals stole phone records of 'nearly all' customers in data breach"]]></title><description><![CDATA[
<p>In the email I got from AT&T regarding this data breach was: "Protecting customer data is a top priority. We have confirmed the affected system has been secured. We hold ourselves to high privacy standards and are always looking for ways to improve our security practices."<p>Well, now I feel better.  8^)</p>
]]></description><pubDate>Wed, 17 Jul 2024 17:53:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=40988487</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=40988487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40988487</guid></item><item><title><![CDATA[New comment by willfiveash in "What You Get After Running an SSH Honeypot for 30 Days"]]></title><description><![CDATA[
<p>This story reminds me of the time I accidentally/naively set up a ssh honeypot when I configured the router I was using at the time (this was a long time ago) to forward incoming SSH connections to a ReadyNAS (which was using a Sun SPARC processor) in my house.  I did that so I could log into it while I was away from my house.  One day, I ssh'ed in and notice that the ReadyNAS was running very slow which surprised me because I thought it was idle.  I checked the CPU usage and the sshd was using 100%. First, I thought it was a bug but it occurred to me I should check my incoming ssh connection attempts in my router log.  Turns out there were a ton of ssh connection attempts coming from an IP address assigned to China.  In response I changed the router port forwarding for incoming ssh connections to use a non-standard port number, like 55,243, and after that my ReadyNAS was no longer bombarded with ssh connection attempts.  Lesson: try to avoid forwarding standard port numbers.</p>
]]></description><pubDate>Thu, 20 Jun 2024 20:55:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=40743258</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=40743258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40743258</guid></item><item><title><![CDATA[New comment by willfiveash in "Everything I wish I knew when learning C"]]></title><description><![CDATA[
<p>I still remember when a co-worker told me that the biggest problem with C is that programmers are terrible at memory management.  Given the number of memory corruption bugs I encountered in 27 years of working with C, I have to say that rings true.</p>
]]></description><pubDate>Wed, 30 Nov 2022 16:05:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=33802697</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=33802697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33802697</guid></item><item><title><![CDATA[New comment by willfiveash in "Twenty years of Valgrind"]]></title><description><![CDATA[
<p>I see the article mentions Solaris, an OS that I am very familiar with, which had me thinking about the memory corruption detection Solaris offerred.  Among the development features Solaris supported were two memory corruption checking libraries (libumem, watchmalloc) that could easily be used without have to recompile binaries to link with them.  Libumem had support for  detecting memory leaks, buffer overruns, multiple frees, use of uninitialized data, use of freed data, etc... but it could not detect a read past an allocated buffer which is where watchmalloc came in handy.  To use either with an executable binary was as easy as:<p>$ LD_PRELOAD=libumem.so.1 <executable filename><p>I found a lot of memory corruption bugs using libumem in particular including some in MIT Kerberos that were severe enough to be considered security vulnerabilities.  Sadly, Solaris is now in support mode thanks to Ellison and friends at Oracle.</p>
]]></description><pubDate>Thu, 28 Jul 2022 14:58:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=32265239</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=32265239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32265239</guid></item><item><title><![CDATA[New comment by willfiveash in "Show HN: Bike – macOS Native Outliner"]]></title><description><![CDATA[
<p>I've been using OmniOutliner for a long time, mostly to take notes in an organized fashion and I'm pretty happy with its functionality, however one thing it doesn't provide is split editing windows on the same outline.  This is something I've used with Vim and found it to be very handy when editing code because I frequently needed to look at code at one spot in a file while modifying/creating code in another place in that same file.  Anyone know if there is a macOS outliner that can do this?</p>
]]></description><pubDate>Thu, 19 May 2022 17:09:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=31437292</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=31437292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31437292</guid></item><item><title><![CDATA[New comment by willfiveash in "Apple Discontinues macOS Server"]]></title><description><![CDATA[
<p>I'm not sad to see it go.  What I vaguely remember about macOS Server was that macOS upgrades were fraught regarding whether the macOS Server would function normally afterward requiring me spending time trying to debug what was wrong. Since macOS eventually started offering some of those services, like Time Machine Server, natively I've been using those successfully. For the services macOS doesn't offer I now have the option of using Home Brew to install those services.</p>
]]></description><pubDate>Fri, 22 Apr 2022 16:48:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=31124186</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=31124186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31124186</guid></item><item><title><![CDATA[New comment by willfiveash in "Firefox 96"]]></title><description><![CDATA[
<p>I've been using Firefox for a looong time.  What convinced me to choose that over any other browser is the following:
   A. It ran on macOS AND Solaris (which I worked on for a looong time).
   B. It took awhile for the feature to arrive but eventually I was able to sync my bookmarks across both platforms (this made me so happy).<p>At this point, even though I'm not using Solaris anymore (sniff) I'm so used to it I don't feel the need to try anything else.</p>
]]></description><pubDate>Tue, 11 Jan 2022 20:15:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=29897188</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=29897188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29897188</guid></item><item><title><![CDATA[New comment by willfiveash in "My First Impressions of Web3"]]></title><description><![CDATA[
<p>When I read "People don’t want to run their own servers, and never will." I thought, what an elitist (and libertarian)  idea to assume people would be able to afford and manage a server in their home but also afford/have access to the required Internet bandwidth.  Yuck.</p>
]]></description><pubDate>Mon, 10 Jan 2022 16:58:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=29877759</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=29877759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29877759</guid></item><item><title><![CDATA[New comment by willfiveash in "Growl in Retirement"]]></title><description><![CDATA[
<p>I'm using Pushover (<a href="https://pushover.net/" rel="nofollow">https://pushover.net/</a>) to send notifications to my Apple devices.  To make use of it easier on command line I wrote a simple Python script which I've found to be very useful for things like allowing Transmission to send notifications when a download is finished or in scripts that do backup jobs which take a long time, letting me know when my Mac has booted, etc...  Reply to this comment if you're interested in my script (note that the pushover site has good examples of how to call their API).</p>
]]></description><pubDate>Sun, 29 Nov 2020 17:59:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=25246727</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=25246727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25246727</guid></item><item><title><![CDATA[New comment by willfiveash in "Hackers take over prominent Twitter accounts in simultaneous attack"]]></title><description><![CDATA[
<p>I'm guessing use of 2FA internally could have prevented this intrusion but that's a hassle so...</p>
]]></description><pubDate>Thu, 16 Jul 2020 15:11:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=23859781</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=23859781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23859781</guid></item><item><title><![CDATA[New comment by willfiveash in "Rest-client gem is hijacked"]]></title><description><![CDATA[
<p>Another case for universal adoption of 2FA.</p>
]]></description><pubDate>Thu, 22 Aug 2019 13:22:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=20767726</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=20767726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20767726</guid></item><item><title><![CDATA[New comment by willfiveash in "Don’t Get Clever with Login Forms"]]></title><description><![CDATA[
<p>On my Mac I use a utility called Quicksilver that has an option to record and recall copies I've done then shows me a list of the last 10 copies from which I can drag one of them into an input field.  This works on input fields that don't allow normal copy/paste. Quicksilver does a number other things like app launching -- I'm a fan.</p>
]]></description><pubDate>Mon, 18 Feb 2019 20:13:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=19193958</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=19193958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19193958</guid></item><item><title><![CDATA[New comment by willfiveash in "Apple to build campus in Austin and sites in Seattle, San Diego and Culver City"]]></title><description><![CDATA[
<p>Good point.  As a long time (lived here since 1979) Austin resident I can tell you that it's a lot of fun to live here, in particular for someone in their 20's or 30's.  There are a bunch of live music clubs, several large music festivals, SXSW, lakes and the Hill Country for biking, rivers to tube on, etc...  On top of this the University of Texas main campus (~50K students) is located here and there are other universities in addition.  This city is a magnet in Texas and surrounding states for tech talent unlike say, Waco because people want to live here.</p>
]]></description><pubDate>Fri, 14 Dec 2018 22:12:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=18685341</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=18685341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18685341</guid></item><item><title><![CDATA[New comment by willfiveash in "Australia’s vague anti-encryption law sets a dangerous new precedent"]]></title><description><![CDATA[
<p>Creating and maintaining a large software project that "features" differing crypto strength depending on the country it's being shipped to is a HUGE PAIN IN THE ASS!  I know because this was something I did for the Solaris implementation of Kerberos.  What an excellent way to introduce bugs that never get tested.  Crypto/security is hard enough to get right without added complications like this.</p>
]]></description><pubDate>Tue, 11 Dec 2018 20:44:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=18658668</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=18658668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18658668</guid></item><item><title><![CDATA[New comment by willfiveash in "‘Five Eyes’ Nations Quietly Demand Government Access to Encrypted Data"]]></title><description><![CDATA[
<p>I would refer people to these two posts about this subject:<p><a href="https://www.schneier.com/blog/archives/2018/09/five-eyes_intel.html" rel="nofollow">https://www.schneier.com/blog/archives/2018/09/five-eyes_int...</a><p><a href="https://boingboing.net/2018/09/04/illegal-math.html" rel="nofollow">https://boingboing.net/2018/09/04/illegal-math.html</a><p>Basically, crypto backdoors are a very bad idea.</p>
]]></description><pubDate>Fri, 07 Sep 2018 21:08:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=17937657</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=17937657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17937657</guid></item><item><title><![CDATA[New comment by willfiveash in "Ask HN: Favorite note-taking software?"]]></title><description><![CDATA[
<p>I like OmniOutliner for MacOS as it makes it easy to reorganize my notes.</p>
]]></description><pubDate>Tue, 17 Jul 2018 22:42:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=17554148</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=17554148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17554148</guid></item><item><title><![CDATA[New comment by willfiveash in "Not Only Is the Mac Mini Outdated, It's No Longer Mini"]]></title><description><![CDATA[
<p>That may be the reason but I would point out that many companies that sell high end systems and OSes (IBM, Sun/Oracle, etc...) at some point require the customer pay for supporting older systems (even then there is an age cutoff).  For Apple, supporting older Minis without the customer paying for this support doesn't seem to be in Apple's interest from a business standpoint.</p>
]]></description><pubDate>Fri, 15 Jun 2018 18:36:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=17322313</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=17322313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17322313</guid></item><item><title><![CDATA[New comment by willfiveash in "Not Only Is the Mac Mini Outdated, It's No Longer Mini"]]></title><description><![CDATA[
<p>Man, in the last couple of years I've been counting myself lucky in that I bought a late 2012 Mini with the fastest i7 offered. It appears to be downhill for the Mini from then on.</p>
]]></description><pubDate>Fri, 15 Jun 2018 18:17:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=17322138</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=17322138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17322138</guid></item><item><title><![CDATA[New comment by willfiveash in "Not Only Is the Mac Mini Outdated, It's No Longer Mini"]]></title><description><![CDATA[
<p>The problem, for me at least, is I don't want anyone smearing their greasy fingers on my display.  I like seeing things on a clean display so I would never buy a laptop with this "feature".</p>
]]></description><pubDate>Fri, 15 Jun 2018 18:14:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=17322112</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=17322112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17322112</guid></item><item><title><![CDATA[New comment by willfiveash in "A Career Cold Start Algorithm"]]></title><description><![CDATA[
<p>Use the advanced job search and put in a salary range.</p>
]]></description><pubDate>Sat, 10 Mar 2018 15:49:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=16558897</link><dc:creator>willfiveash</dc:creator><comments>https://news.ycombinator.com/item?id=16558897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16558897</guid></item></channel></rss>