<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: deletes</title><link>https://news.ycombinator.com/user?id=deletes</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 10:43:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=deletes" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by deletes in "StoreDot’s Bio-Organic Battery Tech Can Charge From Flat to Full in 30 Seconds?"]]></title><description><![CDATA[
<p><i>It reckons the speedy charging battery technology could be on the market within three years.</i><p>According to this chart it really works: <a href="https://xkcd.com/678/" rel="nofollow">https://xkcd.com/678/</a></p>
]]></description><pubDate>Mon, 07 Apr 2014 13:47:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=7546422</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7546422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7546422</guid></item><item><title><![CDATA[New comment by deletes in "Speed memory access by arranging data to take advantage of CPU caching"]]></title><description><![CDATA[
<p>Of course that doesn't apply to games anymore but to high performance computing. Systems for gaming vary too much for that to be of any importance. Maybe if you are doing it for the consoles, but then you have to optimize each individually.</p>
]]></description><pubDate>Mon, 07 Apr 2014 07:41:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=7545120</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7545120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7545120</guid></item><item><title><![CDATA[New comment by deletes in "Speed memory access by arranging data to take advantage of CPU caching"]]></title><description><![CDATA[
<p>I was curious about this as I have never done any such testing, so I wrote a simple c program.<p>The object was a struct with a size of a typical game object( 100B ),
then I trashed the memory by doing a lot of malloc/free using the size of the object. The two tests were one with an array of objects( contiguous array ) and the other an array of pointers to objects which were allocated separately. Then I iterated over the object doing some very simple operation( just enough to access it, and identical for each object ) and timed this. And of course I trashed the memory some more for each time.<p>The time taken ratio is:<p>array of objects : array of pointers to objects<p>1 : 1.189<p>The second test is identical except I made some extra effort to make sure that every object in array of pointers was not adjacent to any previous one in memory:<p>array of objects : array of pointers to objects<p>1 : 2.483<p>The difference got much smaller once the operation on each object became more time consuming.</p>
]]></description><pubDate>Mon, 07 Apr 2014 05:48:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=7544844</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7544844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7544844</guid></item><item><title><![CDATA[New comment by deletes in "Why 'gallons per mile' is better than 'miles per gallon'"]]></title><description><![CDATA[
<p>Frames per seconds is better in almost every way. When you use it to watch movies it is better since a normal human understands seconds but not what a frame is. In gaming, frame times usually vary quite a lot, and the average, which is fps, is the important part.</p>
]]></description><pubDate>Sun, 06 Apr 2014 07:52:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=7540198</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7540198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7540198</guid></item><item><title><![CDATA[New comment by deletes in "2048 implemented in 487 bytes of C "]]></title><description><![CDATA[
<p>As an obfuscated c example I was expecting portable code.  Anyone hoping that as many people as possible try their code should aim for that.</p>
]]></description><pubDate>Sat, 05 Apr 2014 08:21:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=7536378</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7536378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7536378</guid></item><item><title><![CDATA[New comment by deletes in "2048 implemented in 487 bytes of C "]]></title><description><![CDATA[
<p>HN got really trigger happy in the last few weeks.<p>That part of the comment only is partially correct, and not was even the main point of my comment; what I really meant was that it doesn't belong in windows, and the main point was that the code is not portable.</p>
]]></description><pubDate>Sat, 05 Apr 2014 06:01:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=7536143</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7536143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7536143</guid></item><item><title><![CDATA[New comment by deletes in "2048 implemented in 487 bytes of C "]]></title><description><![CDATA[
<p>Doesn't run correctly under windows. The code relies on the system call "stty cbreak", which is linux specific.<p><i>'stty' is not recognized as an internal or external command,
operable program or batch file.</i><p>I would love to read comments instead of downvotes. Where am I wrong?</p>
]]></description><pubDate>Sat, 05 Apr 2014 05:18:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=7536056</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7536056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7536056</guid></item><item><title><![CDATA[New comment by deletes in "Microsoft Will Soon Bring Back The Start Menu In Windows 8.1"]]></title><description><![CDATA[
<p>right click >> Properties >> Disable metro<p>I hope there is an obscure setting somewhere that would disable metro completely. As a programmer I see no benefit to it.</p>
]]></description><pubDate>Wed, 02 Apr 2014 18:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=7517930</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7517930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7517930</guid></item><item><title><![CDATA[New comment by deletes in ""60 Minutes" admits it manipulated the sound in its Tesla segment"]]></title><description><![CDATA[
<p>This is why I don't like April F. Everything has to be rechecked/researched x times. The 60 minutes article is definitely not AF and I doubt my link is also.</p>
]]></description><pubDate>Tue, 01 Apr 2014 19:43:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=7511141</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7511141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7511141</guid></item><item><title><![CDATA[New comment by deletes in ""60 Minutes" admits it manipulated the sound in its Tesla segment"]]></title><description><![CDATA[
<p>The strangest outcome of all of this is that Bill O'Reilly's actually made some sense for the first time in history.<p><a href="http://youtu.be/Pt0ot1LgXZQ?t=1m3s" rel="nofollow">http://youtu.be/Pt0ot1LgXZQ?t=1m3s</a></p>
]]></description><pubDate>Tue, 01 Apr 2014 19:25:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=7511003</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7511003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7511003</guid></item><item><title><![CDATA[New comment by deletes in "Google Maps now lets you find and catch wild Pokémon"]]></title><description><![CDATA[
<p>Seriously, what are they waiting for. I'm not a teenager anymore, but If this was a serious app I would totally go catch a few, granted as a joke. And kids would go crazy over this, every single one already has the pokedex( smartphone ), that basically has all required capabilities.</p>
]]></description><pubDate>Mon, 31 Mar 2014 18:10:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=7503117</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7503117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7503117</guid></item><item><title><![CDATA[New comment by deletes in "The Cache and Multithreading"]]></title><description><![CDATA[
<p>Comment on the blog that got deleted:<p>I did a similar test in C and have gotten very similar results. When N is around 4000 the trashing version starts to differ substantially.  A 3x difference can already be seen when N is 1000.<p><i>This means if your program is running on two threads over different parts of the matrix, every single iteration requires a request to RAM.</i><p>I'm skeptical over this part, I have tried to replicate this behavior but was unsuccessful. Even though cores are sharing L3, I doubt that a thread will overwrite the entire cache on every iteration.</p>
]]></description><pubDate>Sun, 30 Mar 2014 10:29:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=7495774</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7495774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7495774</guid></item><item><title><![CDATA[New comment by deletes in "Oculus Says They Didn't Expect Such Negative Reactions to Selling to Facebook"]]></title><description><![CDATA[
<p>Note the phrase <i>might as well</i>. The example was a stab at how you can't make such assumptions.</p>
]]></description><pubDate>Sat, 29 Mar 2014 18:00:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=7493160</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7493160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7493160</guid></item><item><title><![CDATA[New comment by deletes in "Oculus Says They Didn't Expect Such Negative Reactions to Selling to Facebook"]]></title><description><![CDATA[
<p>You don't know that, they might as well changed their opinion and are now too embarrassed to speak about it.<p>I think a lot of people were acting with pure emotion. Once the surprise subsides the logical reasoning kicks in and you get the bigger picture.</p>
]]></description><pubDate>Sat, 29 Mar 2014 17:25:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=7492999</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7492999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7492999</guid></item><item><title><![CDATA[New comment by deletes in "Tesla Adds Titanium Underbody Shield and Aluminum Deflector Plates to Model S"]]></title><description><![CDATA[
<p>I appreciate the response.<p>I'm still skeptical about the actual energy usage. If the % more kinetic energy applies equally to battery energy usage.</p>
]]></description><pubDate>Fri, 28 Mar 2014 19:14:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=7489339</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7489339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7489339</guid></item><item><title><![CDATA[New comment by deletes in "Tesla Adds Titanium Underbody Shield and Aluminum Deflector Plates to Model S"]]></title><description><![CDATA[
<p>Can we see your calculation and reasoning or did you make the numbers up?</p>
]]></description><pubDate>Fri, 28 Mar 2014 15:11:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=7487726</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7487726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7487726</guid></item><item><title><![CDATA[New comment by deletes in "Tesla Adds Titanium Underbody Shield and Aluminum Deflector Plates to Model S"]]></title><description><![CDATA[
<p>Official blog: <a href="http://www.teslamotors.com/blog/tesla-adds-titanium-underbody-shield-and-aluminum-deflector-plates-model-s" rel="nofollow">http://www.teslamotors.com/blog/tesla-adds-titanium-underbod...</a></p>
]]></description><pubDate>Fri, 28 Mar 2014 14:49:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=7487585</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7487585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7487585</guid></item><item><title><![CDATA[New comment by deletes in "MLB.com is using my Google Analytics code"]]></title><description><![CDATA[
<p>This is exactly the reason they responded. By changing the code quietly, they would implicate themselves. An official PR statement like this is obligatory.<p>What is more probable, that they a lying, or that the random generator generated not a single code that matched, which is very(!) improbable by itself, but two codes that belong to the same account, <i>generated at the same iteration</i>.</p>
]]></description><pubDate>Thu, 27 Mar 2014 05:50:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=7478843</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7478843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7478843</guid></item><item><title><![CDATA[New comment by deletes in "MLB.com is using my Google Analytics code"]]></title><description><![CDATA[
<p>Look at the code as the author suggests; you will notice that a part of the code( ~40 lines ) is identical, including the comments.</p>
]]></description><pubDate>Thu, 27 Mar 2014 00:58:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=7477840</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7477840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7477840</guid></item><item><title><![CDATA[New comment by deletes in "Facebook’s $2B Oculus deal happened over the last five days"]]></title><description><![CDATA[
<p><i>I suppose I will get a FB account now, so that may lead to some writing a little longer than tweet length</i><p>If only there existed such a thing before facebook, a platform to enable others on the internet to read it,... a blog if you will.<p>Oh wait...<p><a href="http://www.altdevblogaday.com/author/john-carmack/" rel="nofollow">http://www.altdevblogaday.com/author/john-carmack/</a><p>--------<p>I guess If someone gives you a lot of money you have to talk nice about them.</p>
]]></description><pubDate>Wed, 26 Mar 2014 14:30:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=7473593</link><dc:creator>deletes</dc:creator><comments>https://news.ycombinator.com/item?id=7473593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7473593</guid></item></channel></rss>