<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: edrobap</title><link>https://news.ycombinator.com/user?id=edrobap</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 15 May 2026 15:21:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=edrobap" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by edrobap in "Welcome to the Strip Mining Era of OSS Security"]]></title><description><![CDATA[
<p>I had done a fair bit of reverse-engineering-jar-files in the pre-LLM era for various reasons. The biggest problem with decompiled java files was naming. The original variable names, class names etc were not retained and the decompiler would use some alphanumeric series. That'd make reading code very hard. Curious how the current LLMs are able to address this. Maybe it's able to figure out how the class, variable etc is used and name it accordingly. (All this is assuming the original code itself was readable because there are enough bad programmers)</p>
]]></description><pubDate>Fri, 15 May 2026 13:12:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48148159</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=48148159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48148159</guid></item><item><title><![CDATA[New comment by edrobap in "What’s the origin of the phrase “big data doesn’t fit in excel”?"]]></title><description><![CDATA[
<p>It amuses me how the low limit nature of Excel has affected the ecosystem around it. Apache POI, which is a popular library to operate on Excel files, has a weird 4GB limit [1] on uncompressed file size.<p>throw new IllegalArgumentException("Max entry size is bounded [0-4GB], but had " + maxEntrySize);<p>[1] <a href="https://svn.apache.org/viewvc/poi/tags/REL_5_0_0/src/ooxml/java/org/apache/poi/openxml4j/util/ZipSecureFile.java?revision=1885418&view=markup" rel="nofollow">https://svn.apache.org/viewvc/poi/tags/REL_5_0_0/src/ooxml/j...</a></p>
]]></description><pubDate>Sat, 17 Apr 2021 15:03:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=26844718</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=26844718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26844718</guid></item><item><title><![CDATA[New comment by edrobap in "Yandex said it caught an employee selling access to users' inboxes"]]></title><description><![CDATA[
<p>All 3 ways make sense. The dump and session token ways look cleaner from Yandex employees’ perspective. Although, none of the three should require a password change for the compromised user account. At no point, users password or hash of the password gets shared.</p>
]]></description><pubDate>Sat, 13 Feb 2021 11:38:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=26123005</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=26123005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26123005</guid></item><item><title><![CDATA[New comment by edrobap in "Yandex said it caught an employee selling access to users' inboxes"]]></title><description><![CDATA[
<p>> Yandex officials also said they re-secured the compromised accounts and blocked what appeared to be unauthorized logins. They are now asking impacted account owners to change their passwords.<p>I’m curious how access was provided to these sold accounts. The password change implies the passwords were shared and that means plan text password were available to admins!?</p>
]]></description><pubDate>Fri, 12 Feb 2021 17:53:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=26116414</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=26116414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26116414</guid></item><item><title><![CDATA[New comment by edrobap in "The Mutated Virus Is a Ticking Time Bomb"]]></title><description><![CDATA[
<p>> This increased transmission could be due to chance or founder effects—meaning one variant just happened to get somewhere before the other variants and then got “lucky”; it was early, rather than more transmissible. It could be due to changed behavior among people—quarantine fatigue, less masking—leading to more rapid spread. However, given the current evidence, along with the specifics of the mutation, it’s getting harder to assume that those other explanations are more likely than the simple proposition that this is truly a more transmissible variant.<p>There is a chance that the hyper growth of the mutated virus is not scalable.</p>
]]></description><pubDate>Sat, 02 Jan 2021 11:36:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=25612097</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=25612097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25612097</guid></item><item><title><![CDATA[New comment by edrobap in "Ask HN: Why does print (0.1 and 0.1 and 0.1 == 0.3) evaluate to False in Python?"]]></title><description><![CDATA[
<p>Explanation for this behaviour is explained here - <a href="https://docs.python.org/3/library/decimal.html" rel="nofollow">https://docs.python.org/3/library/decimal.html</a></p>
]]></description><pubDate>Sat, 02 Jan 2021 11:21:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=25612029</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=25612029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25612029</guid></item><item><title><![CDATA[New comment by edrobap in "TabFS: Mount your Browser Tabs as a Filesystem"]]></title><description><![CDATA[
<p>I have seen this behaviour repeatedly. Having to many “task windows” makes it difficult to focus. Similar to having to many tasks in Asana or emails in my Inbox. Prioritisation is the only option to come out of this. Unfortunately, I haven’t found a way to tag priority with the “task windows”. And that’s the reason I daily browse through all windows and close the ones that are not urgent.</p>
]]></description><pubDate>Fri, 01 Jan 2021 07:52:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=25601604</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=25601604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25601604</guid></item><item><title><![CDATA[New comment by edrobap in "They want us to be compliant, not secure"]]></title><description><![CDATA[
<p>> SOC3 facility, located 25 feet below street level in 8 foot thick concrete walls<p>One of objectives for encryption at rest is shredding. The drives may not remain in the secure facility after the end of life.<p>> your files are distributed in pieces across millions of drives throughout the data center<p>Distributing data could actually secure it if individual pieces are meaningless.</p>
]]></description><pubDate>Sat, 26 Dec 2020 15:53:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=25544132</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=25544132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25544132</guid></item><item><title><![CDATA[New comment by edrobap in "Some Git internals"]]></title><description><![CDATA[
<p>Branching is more of an art. With the kind of flexibility git provides, one can get lost in the convention to follow. I have found this useful For a small team working on app development -<p><a href="https://nvie.com/posts/a-successful-git-branching-model/" rel="nofollow">https://nvie.com/posts/a-successful-git-branching-model/</a></p>
]]></description><pubDate>Sat, 26 Dec 2020 05:34:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=25541655</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=25541655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25541655</guid></item><item><title><![CDATA[New comment by edrobap in "Ask HN: What helps you deal with burnout?"]]></title><description><![CDATA[
<p>Working on your intrinsic motivation needs - relatedness, autonomy, and competence - has always helped me when it comes to burnout, failures, and, in general, feeling of things not going your way. AFAIU, you probably have a good autonomy in terms of "how" you do the tech stuff as long as it works. Embrace your autonomy and have a plan for the other two.</p>
]]></description><pubDate>Sat, 19 Dec 2020 05:42:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=25475386</link><dc:creator>edrobap</dc:creator><comments>https://news.ycombinator.com/item?id=25475386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25475386</guid></item></channel></rss>