<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: kramer2718</title><link>https://news.ycombinator.com/user?id=kramer2718</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 14:40:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kramer2718" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kramer2718 in "Ask HN: Went to prison for 18 months, lost access to my GitHub. What can I do?"]]></title><description><![CDATA[
<p>I agree that simply emailing in copies of identity documents after the fact shouldn't be sufficient. However, there should be a verification process that includes verification of identity documents through legal means, including perhaps a processing fee. The fee would preclude many attackers from even trying to break this process.<p>Maybe this would only work for new accounts as you'd probably need to provide identity information on before losing access.</p>
]]></description><pubDate>Thu, 02 Oct 2025 18:31:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45453512</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=45453512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45453512</guid></item><item><title><![CDATA[New comment by kramer2718 in "I only use Google Sheets"]]></title><description><![CDATA[
<p>2015: This meeting could have been an email
2025: This enterprise development project could have been a spreadsheet</p>
]]></description><pubDate>Wed, 01 Oct 2025 16:42:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45439880</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=45439880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45439880</guid></item><item><title><![CDATA[New comment by kramer2718 in "Apple Photos app corrupts images"]]></title><description><![CDATA[
<p>Yeah it really amused me that he went through tons of steps, buying lots of new hardware, etc before simply unchecking the delete images box.</p>
]]></description><pubDate>Wed, 17 Sep 2025 15:06:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45276755</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=45276755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45276755</guid></item><item><title><![CDATA[New comment by kramer2718 in "Exposing a web service with Cloudflare Tunnel (2022)"]]></title><description><![CDATA[
<p>This looks AMAZING! Will be doing this for an upcoming project.</p>
]]></description><pubDate>Sat, 12 Jul 2025 20:07:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44544729</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=44544729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44544729</guid></item><item><title><![CDATA[New comment by kramer2718 in "ALICE detects the conversion of lead into gold at the LHC"]]></title><description><![CDATA[
<p>Finally! Isaac Newton is pleased.</p>
]]></description><pubDate>Fri, 09 May 2025 18:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43939752</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=43939752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43939752</guid></item><item><title><![CDATA[New comment by kramer2718 in "Cannabis pollen dispersal across the United States"]]></title><description><![CDATA[
<p>This is a largely political problem. Cross pollination does not affect the utility of commercial help-only its legality. You can study wind dispersal, etc, but at the end of the day, the problem is a bunch of clueless old men.</p>
]]></description><pubDate>Thu, 19 Dec 2024 20:47:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=42465559</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=42465559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42465559</guid></item><item><title><![CDATA[New comment by kramer2718 in "Show HN: Embed an SQLite database in your PostgreSQL table"]]></title><description><![CDATA[
<p>(laughs in xzibit)</p>
]]></description><pubDate>Tue, 19 Nov 2024 13:49:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42183392</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=42183392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42183392</guid></item><item><title><![CDATA[New comment by kramer2718 in "Launch HN: Regatta Storage (YC F24) – Turn S3 into a local-like, POSIX cloud FS"]]></title><description><![CDATA[
<p>I realize it isn't your target use case, but I'm tempted to move all of my personal stuff stored in Google Drive over to this.</p>
]]></description><pubDate>Tue, 19 Nov 2024 13:46:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=42183351</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=42183351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42183351</guid></item><item><title><![CDATA[New comment by kramer2718 in "Ask HN: Codebase at my work is a complete mess, what should I do?"]]></title><description><![CDATA[
<p>Look at the code coverage. Not just the line percentage, but look at the more complex pieces. Are they covered or not?<p>Don't refactor it right away. I'll take your word that the code is shit (frequently the case), but you don't know the idiosyncrasies well enough to know what to do with it.<p>After you've worked with the code a while, you'll be able to attempt a large refactor. Until then, gather low hanging fruit. Clean up confusing variable names. Add comments where needed. Write your new code as clearly and cleanly as possible. Use a tool like sonar to inspect your new code so that you don't introduce new problems.<p>Most importantly, ADD UNIT TESTS. That will make sure that your new code works with the old and it will allow you to attempt a larger refactor while being sure that you aren't breaking anything.<p>If necessary, you may need to add some integration tests as well.<p>I've been in your shoes. Bad code is no fun, but don't let it get you down. Focus on the happy parts of your job (team, culture, whatever). Good luck!</p>
]]></description><pubDate>Thu, 23 Aug 2018 18:46:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=17829657</link><dc:creator>kramer2718</dc:creator><comments>https://news.ycombinator.com/item?id=17829657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17829657</guid></item></channel></rss>