<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: fasquoika</title><link>https://news.ycombinator.com/user?id=fasquoika</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 01:34:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fasquoika" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fasquoika in "Apple cuts off Beeper Mini's access"]]></title><description><![CDATA[
<p>Personally nearly every nice thing in my life either is a human or was made by one</p>
]]></description><pubDate>Fri, 08 Dec 2023 23:12:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=38576026</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=38576026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38576026</guid></item><item><title><![CDATA[New comment by fasquoika in "The Seamless Communication models"]]></title><description><![CDATA[
<p>Reinventing polari is certainly one way to make yourself less understood...</p>
]]></description><pubDate>Fri, 01 Dec 2023 22:40:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=38493544</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=38493544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38493544</guid></item><item><title><![CDATA[New comment by fasquoika in "Pythagorean Theorem found on clay tablet 1k years older than Pythagoras (2009)"]]></title><description><![CDATA[
<p>Well you're on a website called ycombinator.com so maybe the fixed point combinator<p><pre><code>    Y = λf.(λx.f(xx))(λx.f(xx))
</code></pre>
<a href="https://en.m.wikipedia.org/wiki/Fixed-point_combinator" rel="nofollow noreferrer">https://en.m.wikipedia.org/wiki/Fixed-point_combinator</a></p>
]]></description><pubDate>Thu, 05 Oct 2023 06:12:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=37775397</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=37775397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37775397</guid></item><item><title><![CDATA[New comment by fasquoika in "SEC charges Impact Theory for unregistered offering of NFTs"]]></title><description><![CDATA[
<p>>There’s a well-established effect, common enough at this point to where some academic has probably given it a name like “The Twitter Dilemma” or something, that describes how a lie can be much more potent and contagious with exponentially fewer words than are necessary to effectively refute it.<p><a href="https://en.m.wikipedia.org/wiki/Brandolini%27s_law" rel="nofollow noreferrer">https://en.m.wikipedia.org/wiki/Brandolini%27s_law</a></p>
]]></description><pubDate>Tue, 29 Aug 2023 01:53:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=37302601</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=37302601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37302601</guid></item><item><title><![CDATA[USB-C Confirmed for the iPhone 15]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.macworld.com/article/2023828/usb-c-confirmed-for-the-iphone-15-in-new-leaked-part-images.html">https://www.macworld.com/article/2023828/usb-c-confirmed-for-the-iphone-15-in-new-leaked-part-images.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37057382">https://news.ycombinator.com/item?id=37057382</a></p>
<p>Points: 65</p>
<p># Comments: 70</p>
]]></description><pubDate>Wed, 09 Aug 2023 00:43:40 +0000</pubDate><link>https://www.macworld.com/article/2023828/usb-c-confirmed-for-the-iphone-15-in-new-leaked-part-images.html</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=37057382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37057382</guid></item><item><title><![CDATA[New comment by fasquoika in "Driving is more expensive than you think (2020)"]]></title><description><![CDATA[
<p>In New Jersey the Midtown Direct line famously paid for itself multiple times over by increasing nearby property values so much the state collected millions more in property taxes<p><a href="https://en.m.wikipedia.org/wiki/Kearny_Connection" rel="nofollow noreferrer">https://en.m.wikipedia.org/wiki/Kearny_Connection</a></p>
]]></description><pubDate>Sun, 06 Aug 2023 13:38:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=37021791</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=37021791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37021791</guid></item><item><title><![CDATA[New comment by fasquoika in "Indirect ownership, shallow borrow and self-referential data structures in Rust"]]></title><description><![CDATA[
<p>>A safe alternative is to use indexes instead of references.<p><pre><code>    struct ParsedFile {
        contents: Vec<u8>,
        words: Vec<(usize, usize)>
    }
</code></pre>
>This works well, and you can make it ergonomic by wrapping the index pair in a new type<p>You should probably just use the std::ops::Range type for this. It's what's created by the `..` syntax</p>
]]></description><pubDate>Sat, 30 Apr 2022 15:56:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=31216959</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=31216959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31216959</guid></item><item><title><![CDATA[New comment by fasquoika in "Ask HN: What are some interesting examples of Prolog?"]]></title><description><![CDATA[
<p><a href="https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.34.3972&rep=rep1&type=pdf" rel="nofollow">https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.34...</a></p>
]]></description><pubDate>Sat, 30 Apr 2022 02:00:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=31212696</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=31212696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31212696</guid></item><item><title><![CDATA[Implementing Prolog via Microprogramming a General Purpose Host Computer [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/1988/CSD-88-399.pdf">https://www2.eecs.berkeley.edu/Pubs/TechRpts/1988/CSD-88-399.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31137321">https://news.ycombinator.com/item?id=31137321</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 23 Apr 2022 19:04:15 +0000</pubDate><link>https://www2.eecs.berkeley.edu/Pubs/TechRpts/1988/CSD-88-399.pdf</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=31137321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31137321</guid></item><item><title><![CDATA[New comment by fasquoika in "Zig self hosted compiler is now capable of building itself"]]></title><description><![CDATA[
<p>GHC is nearly impossible to bootstrap if you don't consider the vendored transpiled C code to be source. Versions of GHC not dependent on GHC were never public AFAIK.<p><a href="https://elephly.net/posts/2017-01-09-bootstrapping-haskell-part-1.html" rel="nofollow">https://elephly.net/posts/2017-01-09-bootstrapping-haskell-p...</a></p>
]]></description><pubDate>Sat, 16 Apr 2022 16:45:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=31053823</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=31053823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31053823</guid></item><item><title><![CDATA[New comment by fasquoika in "U+237C ⍼ Right Angle with Downwards Zigzag Arrow"]]></title><description><![CDATA[
<p><a href="https://tildeverse.org/" rel="nofollow">https://tildeverse.org/</a></p>
]]></description><pubDate>Wed, 13 Apr 2022 22:09:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=31020931</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=31020931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31020931</guid></item><item><title><![CDATA[New comment by fasquoika in "How to set up a blog with Hugo and Cloudflare, and why you should"]]></title><description><![CDATA[
<p>Writefreely?<p><a href="https://writefreely.org/" rel="nofollow">https://writefreely.org/</a></p>
]]></description><pubDate>Sat, 19 Feb 2022 16:56:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=30398490</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=30398490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30398490</guid></item><item><title><![CDATA[New comment by fasquoika in "A Big Week for RISC-V"]]></title><description><![CDATA[
<p>Closer to pi zero than pi 4 but you can order it right now<p><a href="https://aliexpress.com/item/1005003741287162.html" rel="nofollow">https://aliexpress.com/item/1005003741287162.html</a></p>
]]></description><pubDate>Sun, 13 Feb 2022 23:38:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=30326746</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=30326746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30326746</guid></item><item><title><![CDATA[New comment by fasquoika in "Tell HN: AWS appears to be down again"]]></title><description><![CDATA[
<p>Well, you didn't just find a cave, it was made for you by other people. Interdependence is a hallmark of social species such as Homo Sapiens. Even your caveman ancestors were probably reliant on one another in many ways.<p>>It seems that someone asked the great anthropologist, Margaret Mead, “What is the first sign you look for to tell of an ancient civilization?” The interviewer had in mind a tool or article of clothing. Ms. Mead surprised him by answering, “a healed femur (thigh bone)”. When someone breaks a femur, they can’t survive to hunt, fish or escape enemies unless they have help from someone else. Thus, a healed femur indicates that someone else helped that person, rather than abandoning them and saving only themselves.</p>
]]></description><pubDate>Wed, 15 Dec 2021 16:57:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=29568536</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=29568536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29568536</guid></item><item><title><![CDATA[New comment by fasquoika in "Fortran Web Framework"]]></title><description><![CDATA[
<p><a href="http://www.coboloncogs.org/" rel="nofollow">http://www.coboloncogs.org/</a></p>
]]></description><pubDate>Mon, 13 Sep 2021 18:10:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=28514723</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=28514723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28514723</guid></item><item><title><![CDATA[New comment by fasquoika in "Learning APL"]]></title><description><![CDATA[
<p>>It really clued me into how the language got such a following in HR/Finance applications. You got an array of everyones hours per day. Weekly total hours, pay, tax, medicare, etc, were all broken out in little calculative statements based on the array of hours.<p>Yeah I guess APL is kind of 'spreadsheets as a Real Programming Language', isn't it?</p>
]]></description><pubDate>Sat, 07 Aug 2021 00:12:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=28094322</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=28094322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28094322</guid></item><item><title><![CDATA[Pine64 July Update]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.pine64.org/2021/07/15/july-update/">https://www.pine64.org/2021/07/15/july-update/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27860400">https://news.ycombinator.com/item?id=27860400</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 16 Jul 2021 19:43:23 +0000</pubDate><link>https://www.pine64.org/2021/07/15/july-update/</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=27860400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27860400</guid></item><item><title><![CDATA[New comment by fasquoika in "Cwtch: Decentralized, privacy-preserving, multi-party messaging protocol"]]></title><description><![CDATA[
<p>>I was at a talk that had something to do with Unix. Fortunately, I’ve succeeded in repressing all but the speaker’s opening remark:<p>>I’m rather surprised that the author of sendmail is still walking around alive.<p>>The thing that gets me is that one of the arguments that landed Robert Morris, author of “the Internet Worm” in jail was all the sysadmins’ time his prank cost. Yet the author of sendmail is still walking around free without even a U (for Unixery) branded on his forehead.<p>- The Unix Haters Handbook</p>
]]></description><pubDate>Sun, 27 Jun 2021 02:08:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=27647879</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=27647879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27647879</guid></item><item><title><![CDATA[New comment by fasquoika in "Main is usually a function, so when is it not? (2015)"]]></title><description><![CDATA[
<p>I'm guessing this is referring to the fact that early versions of Fortran stored return addresses in specific memory locations (at the end of the function definition IIRC) instead of on a call stack. This is why those versions of Fortran couldn't do recursion, because the new return address would overwrite the old one.</p>
]]></description><pubDate>Tue, 15 Jun 2021 04:35:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=27511337</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=27511337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27511337</guid></item><item><title><![CDATA[The Matrix Space Beta]]></title><description><![CDATA[
<p>Article URL: <a href="https://matrix.org/blog/2021/05/17/the-matrix-space-beta">https://matrix.org/blog/2021/05/17/the-matrix-space-beta</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27200579">https://news.ycombinator.com/item?id=27200579</a></p>
<p>Points: 281</p>
<p># Comments: 94</p>
]]></description><pubDate>Tue, 18 May 2021 20:28:16 +0000</pubDate><link>https://matrix.org/blog/2021/05/17/the-matrix-space-beta</link><dc:creator>fasquoika</dc:creator><comments>https://news.ycombinator.com/item?id=27200579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27200579</guid></item></channel></rss>