<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: jdefr89</title><link>https://news.ycombinator.com/user?id=jdefr89</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 23 Aug 2026 11:47:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jdefr89" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jdefr89 in "DskDitto: Ultra-fast, parallel duplicate-file detector"]]></title><description><![CDATA[
<p>I implemented it quite quickly I use SimHash for now but I need to refactor and possibly replace…</p>
]]></description><pubDate>Sun, 26 Jul 2026 09:34:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49056302</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=49056302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49056302</guid></item><item><title><![CDATA[New comment by jdefr89 in "DskDitto: Ultra-fast, parallel duplicate-file detector"]]></title><description><![CDATA[
<p>Wow. Wasn’t expecting to see this here… I am the author…</p>
]]></description><pubDate>Sun, 26 Jul 2026 09:33:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49056290</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=49056290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49056290</guid></item><item><title><![CDATA[New comment by jdefr89 in "OpenAI and Hugging Face address security incident during model evaluation"]]></title><description><![CDATA[
<p>You can still exploit a system and easily prove it via simply popping a shell or calc.exe or updating a database with a new entry, etc… They didn’t have to let it loose on the network. If that system was air gapped - problem solved.</p>
]]></description><pubDate>Wed, 22 Jul 2026 08:27:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49003467</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=49003467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49003467</guid></item><item><title><![CDATA[New comment by jdefr89 in "OpenAI and Hugging Face address security incident during model evaluation"]]></title><description><![CDATA[
<p>Security Researcher here. While you’re correct that air gaps aren’t a totally secure mechanism to rely on, they sure as hell can raise the bar for realistic exploitation. You pretty much need to rely on tricking someone into running your exploit or something of that nature. That said, they could have completely avoided this problem with an air gap. Simply don’t provide it network access. That isn’t too hard to do.</p>
]]></description><pubDate>Wed, 22 Jul 2026 08:24:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49003441</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=49003441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49003441</guid></item><item><title><![CDATA[New comment by jdefr89 in "In San Francisco, even $180k tech salaries are no longer enough"]]></title><description><![CDATA[
<p>I am at a similar salary. I live in Kendal Square; nearly on MIt campus for convenience and due to the fact I relocated to Cambridge from PA when I took my research pos at MIT lab. I pay 4000k a month for a STUDIO. That includes no utilities or anything. Then add groceries and all that stuff. Then add supporting your significant other and various other things…. trust me it disappears fast. Yes there is some cash left over if you do absolutely nothing but stay in your home… Things get tight. I shouldn’t feel pressure given my salary but sometimes I think if things really went downhill… my salary isn’t leaving me room for a care/worry free life style. Not the way it would have 10 to 15 years ago. Things are too expensive…</p>
]]></description><pubDate>Tue, 30 Jun 2026 15:51:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48734483</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=48734483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48734483</guid></item><item><title><![CDATA[New comment by jdefr89 in "To study how chips work, MIT researchers built their own operating system"]]></title><description><![CDATA[
<p>Hello Joseph. I am awesome Joseph. I am at MIT LL. Can’t wait to check this out a bit deeper.</p>
]]></description><pubDate>Fri, 19 Jun 2026 21:10:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48603285</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=48603285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48603285</guid></item><item><title><![CDATA[New comment by jdefr89 in "Why are we still using Markdown?"]]></title><description><![CDATA[
<p>A few things here.<p>1. Use a proper Markdown parser. The grammar is easy to define EBNF style most implementations I see now days use some recursive descent parser, etc… Regex implementation was used in original authors parser when it became popular.<p>2. You can resolve ambiguities and define more consistent symbols that make sense. Most markdown implementations are decent and follow common sense best practice syntax.<p>3. The beauty is its simplicity. You can pick it up in a few minutes and utilize it anywhere you damn near see a text box.<p>4. Parsing to HTML isn’t the only option! I mostly use TUI markdown viewers that render the document via ANSI escape codes beautifully. Check out glow project. But once you parse and have a AST, you can easily walk it and render it in other ways as well. Again though. Everyone can read a text document and a html document. You can render it to a PDF if need be.<p>5. Do we really need a whole new markup text2<format of some kind>? Markdown is simple fast and widely supported. So I have to say.. I prefer it over most things and that includes Rst.<p>If you need real beauty and power you can move to LaTeX or something… My two cents anyway.</p>
]]></description><pubDate>Sat, 04 Apr 2026 01:09:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47634493</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47634493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47634493</guid></item><item><title><![CDATA[New comment by jdefr89 in "I quit. The clankers won"]]></title><description><![CDATA[
<p>Sort of hard to do because AI it shoved down your throat in one form or another virtually everywhere you go. I also think a lot of us Hackers are mourning the fact we spent many years mastering machines and programming just to have the skill devalued (at least from the publics perspective) nearly over night. I personally think it is more important now more than ever to understand technology. To be able to write code, understand how a CPU works etc. Tech literacy will help prevent doom scenarios. A future where virtually everyone depends on AI and Computers but lacks people who actually understand them from a low level perspective seems bleak. I know thinking itself seems to have gone out of fashion and its given rise to misinformation and/or political nonsense like the rise of fascism etc... I think a lot of us just feel "empty" and are trying to express it.</p>
]]></description><pubDate>Wed, 01 Apr 2026 13:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47600412</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47600412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47600412</guid></item><item><title><![CDATA[New comment by jdefr89 in "Claude Code users hitting usage limits 'way faster than expected'"]]></title><description><![CDATA[
<p>Over reliance on LLMs is going to become such a disaster in a way no one would have thought possible. Not sure exactly what, who, when, or where.. Just that having your entire product or repo dependent on a single entity is going to lead to some bad times…</p>
]]></description><pubDate>Tue, 31 Mar 2026 13:40:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47587242</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47587242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47587242</guid></item><item><title><![CDATA[New comment by jdefr89 in "What 81,000 people want from AI"]]></title><description><![CDATA[
<p>Which one was yours???</p>
]]></description><pubDate>Thu, 19 Mar 2026 12:48:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438474</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47438474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438474</guid></item><item><title><![CDATA[New comment by jdefr89 in "What 81,000 people want from AI"]]></title><description><![CDATA[
<p>That’s what I really gets me. These folks who are “so rich from said technology” always need you to buy their course for $5,000… Likes buddy if you were bringing in so much money you probably wouldn’t be pestering people to take your “course” and you certainly aren’t going to give any info away that have value only because they are obscure or hard to do… They are also almost ALWAYS self proclaimed experts. Oversight everyone because an AI expert. Before ChatGPT they probably had zero AI was a large field and machine learning is one small part of it..</p>
]]></description><pubDate>Thu, 19 Mar 2026 12:26:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438185</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47438185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438185</guid></item><item><title><![CDATA[New comment by jdefr89 in "Why I love FreeBSD"]]></title><description><![CDATA[
<p>That’s all it came down to with me.. FreeBSD doing WiFi circa 2002 was a remote dream. Shit even Linux you had to use ndiswrapper and it still prob wouldn’t work</p>
]]></description><pubDate>Tue, 17 Mar 2026 13:31:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47412409</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47412409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47412409</guid></item><item><title><![CDATA[New comment by jdefr89 in "Ask HN: What is it like being in a CS major program these days?"]]></title><description><![CDATA[
<p>I’m 37 and have coded my entire life. I even got to pull the drop out of college and do star up and make money type thing before I took my current position.. I have to say AI has sucked the heart and soul out of coding.. Like it’s the most boring thing having to sit and prompt… Not to mention the slop, nonsense hype etc.. Never attach your identity to your job or a skill. Many of us do that just to be humbled when a new advancement occurs… I know I see programming and looking at Open Source code to contribute and all of it…. Is just lifeless. Literally and figuratively. Sorry for long rant I needed to vent.</p>
]]></description><pubDate>Mon, 16 Mar 2026 12:36:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47398137</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47398137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47398137</guid></item><item><title><![CDATA[New comment by jdefr89 in "Ask HN: What is it like being in a CS major program these days?"]]></title><description><![CDATA[
<p>I am not a graduate but Apple has reached out to me twice in the past month. Many others too so I wouldn’t say it’s absolutely dead but it’s tightened a bit.</p>
]]></description><pubDate>Mon, 16 Mar 2026 12:28:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47398058</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47398058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47398058</guid></item><item><title><![CDATA[New comment by jdefr89 in "Terence Tao, at 8 years old (1984) [pdf]"]]></title><description><![CDATA[
<p>No better way to learn System32 folder was essential is Windows than by destroying your family computer by removing it.</p>
]]></description><pubDate>Tue, 24 Feb 2026 18:01:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47140328</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47140328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47140328</guid></item><item><title><![CDATA[New comment by jdefr89 in "I found a vulnerability. they found a lawyer"]]></title><description><![CDATA[
<p>Vulnerability Researcher here… Unless your target has a security bounty process or reward; leave them alone. You don’t pentest a company without a contract that specified what you can and can’t test. Although I would personally appreciate and thank a well meaning security researchers efforts most companies don’t. I have reported 0days for companies that HAVE bounties and they still tried to put me in hot water over disclosure.. Not worth the risk these days.</p>
]]></description><pubDate>Sat, 21 Feb 2026 15:50:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47101877</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=47101877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47101877</guid></item><item><title><![CDATA[New comment by jdefr89 in "I have written gemma3 inference in pure C"]]></title><description><![CDATA[
<p>Python and PyTorch all call out to C libraries… I don’t get what he means by “proving LLMs can run without Python and PyTorch” at all. Seems like they don’t understand basic fundamentals about things here…</p>
]]></description><pubDate>Wed, 28 Jan 2026 20:15:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46800928</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=46800928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46800928</guid></item><item><title><![CDATA[New comment by jdefr89 in "Doing the thing is doing the thing"]]></title><description><![CDATA[
<p>All because this dude is the ultimate judge for all that is good and worth doing somehow..</p>
]]></description><pubDate>Wed, 28 Jan 2026 15:38:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46796731</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=46796731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46796731</guid></item><item><title><![CDATA[New comment by jdefr89 in "Doing the thing is doing the thing"]]></title><description><![CDATA[
<p>Oh.. So you start doing something new and you're top 10% without practicing or being bad at it first? I'd love to test that to see if it's the case... Your logic is "You're not the best ever to do something so you are not doing it" means you have probably never done a single thing your entire life. Maybe you should just stop.</p>
]]></description><pubDate>Wed, 28 Jan 2026 15:37:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46796711</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=46796711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46796711</guid></item><item><title><![CDATA[New comment by jdefr89 in "There's only one Woz, but we can all learn from him"]]></title><description><![CDATA[
<p>Obviously familiar with Fabrice Bellard and his technical contributions but it seems like he is a pretty private person and he keeps to himself. I don't really know much about him as a person.</p>
]]></description><pubDate>Wed, 28 Jan 2026 14:10:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46795628</link><dc:creator>jdefr89</dc:creator><comments>https://news.ycombinator.com/item?id=46795628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46795628</guid></item></channel></rss>