<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: jared0x90</title><link>https://news.ycombinator.com/user?id=jared0x90</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 07:38:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jared0x90" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jared0x90 in "LÖVE: 2D Game Framework for Lua"]]></title><description><![CDATA[
<p>extract the exe like a zip file, that's how love packages itself. last i looked at the source myself it had comments in still from the dev</p>
]]></description><pubDate>Sun, 05 Apr 2026 22:26:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47654578</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=47654578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47654578</guid></item><item><title><![CDATA[New comment by jared0x90 in "Zero ZGC4: A Better Graphing Calculator for School and Beyond"]]></title><description><![CDATA[
<p>try page's pre-order link at the top goes to a 404</p>
]]></description><pubDate>Sun, 22 Mar 2026 18:10:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47480373</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=47480373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47480373</guid></item><item><title><![CDATA[New comment by jared0x90 in "A OSS Library with No Code, Only Specs"]]></title><description><![CDATA[
<p>i have been joking with friends that it's time to redefine saas to software-as-a-sentence</p>
]]></description><pubDate>Fri, 09 Jan 2026 21:29:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46559636</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=46559636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46559636</guid></item><item><title><![CDATA[New comment by jared0x90 in "GLM-4.7: Advancing the Coding Capability"]]></title><description><![CDATA[
<p>Out of curiosity is there a reason nobody seems to be trying it with factory.ai's Droid in these comments? Droid BYOK + GLM4.7 seems like a really cost effective backup in the little bit I have experimented with it.</p>
]]></description><pubDate>Tue, 23 Dec 2025 15:40:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46366181</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=46366181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46366181</guid></item><item><title><![CDATA[New comment by jared0x90 in "Remote code execution vulnerability in SQLite"]]></title><description><![CDATA[
<p><p><pre><code>   const secondStatements = [
   "SELECT quote(root) from ft_segdir;",
   "UPDATE ft_segdir SET root = X'0005616261636B03010200FFFFFFFF070266740302020003046E646F6E03030200';",
   "SELECT * FROM ft WHERE ft MATCH 'abandon';"
   ];
</code></pre>
Just saw the proof of concept page. Looks like they are building quite the usual string in hex... Starting with a null terminator? Mmmhmmm</p>
]]></description><pubDate>Sat, 15 Dec 2018 10:14:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=18687853</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=18687853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18687853</guid></item><item><title><![CDATA[New comment by jared0x90 in "Remote code execution vulnerability in SQLite"]]></title><description><![CDATA[
<p>I casually thumbed through a few of the commits they posted and came across this<p><a href="https://chromium.googlesource.com/chromium/src/+/c368e30ae55600a1c3c9cb1710a54f9c55de786e%5E%21/#F48" rel="nofollow">https://chromium.googlesource.com/chromium/src/+/c368e30ae55...</a><p><pre><code>   for(i=0; i<nChar; i++){
     if( n>=nByte ) return 0;      /* Input contains fewer than nChar chars */
     if( (unsigned char)p[n++]>=0xc0 ){
   -      while( (p[n] & 0xc0)==0x80 ) n++;
   +      while( (p[n] & 0xc0)==0x80 ){
   +        n++;
   +        if( n>=nByte ) break;
   +      }
     }
   }
   return n;
</code></pre>
Looks like there may have been an issue in parsing malformed multibyte unicode characters properly.</p>
]]></description><pubDate>Sat, 15 Dec 2018 09:45:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=18687790</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=18687790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18687790</guid></item><item><title><![CDATA[New comment by jared0x90 in "MongoDB shares jump more than 30% in $192M IPO"]]></title><description><![CDATA[
<p>Did you really find CouchDB that bad to work with? I never in the end settled on either couch or mongo for a project long term but when I setup couch to test it out a few years ago I had it up and running with functional replication quite quickly (i.e., one afternoon) from being a complete novice with the platform. It's built in web panel at the time basically handled everything from basic setup to replication quickly.</p>
]]></description><pubDate>Thu, 19 Oct 2017 18:58:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=15510615</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=15510615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15510615</guid></item><item><title><![CDATA[Site that crawled Reddit for laptop recommendations]]></title><description><![CDATA[
<p>There was a site posted on HN a while back that crawled reddit and ranked laptops in order of how frequently they were discussed/recommended in certain periods of time. I can't for the life of me find it on hackernews again or through google. Does anyone have the link to that? I feel like I'm missing some obvious search term.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15494360">https://news.ycombinator.com/item?id=15494360</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Oct 2017 19:59:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=15494360</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=15494360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15494360</guid></item><item><title><![CDATA[New comment by jared0x90 in "UPX – Ultimate Packer for Executables"]]></title><description><![CDATA[
<p>Funny to see this here, it's been ages since I've seen UPX mentioned. In the early 2000's I had written some software whose executable was around a megabytes or maybe several megabytes in size coming out of VB6. On one of mid 90's test laptops we used at the time to ensure it would run on even the crummiest of machines it launched NOTICEABLY faster when packed with UPX. The hard disk in that machine was so incredibly slow loading less off the disk and decompressing the executable in RAM was easily an order of magnitude faster.</p>
]]></description><pubDate>Fri, 13 Oct 2017 08:17:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=15463968</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=15463968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15463968</guid></item><item><title><![CDATA[New comment by jared0x90 in "Never Completed Game"]]></title><description><![CDATA[
<p>Level 26... Did a base 64 decode.. The output looked base64 legal. Decoded that, looked legal again, decoded that... Canabarro Sandow?</p>
]]></description><pubDate>Sun, 01 Oct 2017 03:52:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=15376298</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=15376298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15376298</guid></item><item><title><![CDATA[New comment by jared0x90 in "Linux System Call Table"]]></title><description><![CDATA[
<p>There are tables in the kernel git repo if you want a good reference for their values; however, the register definitions aren't provided.<p>x86: <a href="https://github.com/torvalds/linux/blob/master/arch/x86/entry/syscalls/syscall_32.tbl" rel="nofollow">https://github.com/torvalds/linux/blob/master/arch/x86/entry...</a><p>x64: <a href="https://github.com/torvalds/linux/blob/master/arch/x86/entry/syscalls/syscall_64.tbl" rel="nofollow">https://github.com/torvalds/linux/blob/master/arch/x86/entry...</a></p>
]]></description><pubDate>Tue, 26 Sep 2017 03:11:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=15335850</link><dc:creator>jared0x90</dc:creator><comments>https://news.ycombinator.com/item?id=15335850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15335850</guid></item></channel></rss>