<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: fresh_geezer</title><link>https://news.ycombinator.com/user?id=fresh_geezer</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 12:43:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fresh_geezer" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fresh_geezer in "Ask HN: If you had $10M in the bank, would you still show up to your job?"]]></title><description><![CDATA[
<p>Funny cause I'm pondering this question right now. While I don't have $10M, I have around a quarter of that and by my calculations it should cover my expenses indefinitely, but who knows in this strange climate.<p>For me, fulfillment comes from two things: seeing people finding use in the things I build and the craft itself. A job can help with the former, but it definitely doesn't help with the latter.<p>At my current job politics and "process" often take priority over the software engineering part. The advent of AI isn't making things better, some people are cranking out buggy slop at speed and there's no room for pushback with ever more ambitious deadlines.<p>I'd rather just work on my own passion projects, maybe contribute back open source that have brought me a lot of utility over the years.</p>
]]></description><pubDate>Wed, 14 Jan 2026 08:06:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46613540</link><dc:creator>fresh_geezer</dc:creator><comments>https://news.ycombinator.com/item?id=46613540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46613540</guid></item><item><title><![CDATA[New comment by fresh_geezer in "Tell HN: Chrome and Spotify dropping support for macOS11"]]></title><description><![CDATA[
<p>I agree. The MacBook Pro 2014 does have an unlocked bootloader and runs Linux fine, on which you can run Chrome and Spotify. I don’t think Apple has an obligation to support an old laptop with MacOS, but they should release specs to allow driver development.</p>
]]></description><pubDate>Sat, 09 Aug 2025 14:35:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44846803</link><dc:creator>fresh_geezer</dc:creator><comments>https://news.ycombinator.com/item?id=44846803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44846803</guid></item><item><title><![CDATA[New comment by fresh_geezer in "Poll: How often do you bathe?"]]></title><description><![CDATA[
<p>Perhaps it's an "American thing" in the western sphere. My impression is that majority of Africa and Asia shower daily, many twice.</p>
]]></description><pubDate>Wed, 21 May 2025 06:11:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44048733</link><dc:creator>fresh_geezer</dc:creator><comments>https://news.ycombinator.com/item?id=44048733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44048733</guid></item><item><title><![CDATA[New comment by fresh_geezer in "Custom SIM card in Tesla Model 3 2024, Tesla Model Y 2025 and Cybertruck"]]></title><description><![CDATA[
<p>APN does not influence SMS (nor phone number routing) though.</p>
]]></description><pubDate>Mon, 12 May 2025 06:53:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=43960300</link><dc:creator>fresh_geezer</dc:creator><comments>https://news.ycombinator.com/item?id=43960300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43960300</guid></item><item><title><![CDATA[New comment by fresh_geezer in "A look at Firefox forks"]]></title><description><![CDATA[
<p>I thought it would funny to buy the Netscape brand off AOL and start a fork using that name. Maybe combined with your idea, then when/if there's enough funding coming in it can become the main entity developing the browser.</p>
]]></description><pubDate>Fri, 14 Mar 2025 14:57:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43363239</link><dc:creator>fresh_geezer</dc:creator><comments>https://news.ycombinator.com/item?id=43363239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43363239</guid></item><item><title><![CDATA[New comment by fresh_geezer in "WASM Wayland Web (WWW)"]]></title><description><![CDATA[
<p>> WASM could indeed make for a simple, yet powerful, web-like platform, and I hope to see this!<p>Careful what you wish for. WASM-rendered pages could spell the end of ad-blockers and other extensions that modify or read page content. You'll have only binary blobs being downloaded rendering something on a canvas surface.</p>
]]></description><pubDate>Fri, 28 Feb 2025 09:28:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=43203571</link><dc:creator>fresh_geezer</dc:creator><comments>https://news.ycombinator.com/item?id=43203571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43203571</guid></item><item><title><![CDATA[New comment by fresh_geezer in "Bybit loses $1.5B in hack"]]></title><description><![CDATA[
<p>Here is what the CEO wrote on X:<p>"Bybit ETH multisig cold wallet just made a transfer to our warm wallet about 1 hr ago. It appears that this specific transaction was musked, all the signers saw the musked UI which showed the correct address and the URL was from @safe . However the signing message was to change the smart contract logic of our ETH cold wallet. This resulted Hacker took control of the specific ETH cold wallet we signed and transfered all ETH in the cold wallet to this unidentified address."<p>[yes, it says 'musked', assuming they meant masked. @safe is <a href="https://safe.global/wallet" rel="nofollow">https://safe.global/wallet</a>]<p>Unfortunately most hardware wallets can't interpret EVM smart contract transactions and asks you to sign a big binary blob that is supposed to match what you see on your computer screen (it's literally called blind signing). He said in the tweet and later on a live stream that they verified that the URL was correct, and there were several signers in different locations on different machines.<p>Logically the UI must have been manipulated for all of them, which I can think of a few different ways to do:<p>- The signing link was replaced somehow over whatever medium they sent it to each other, pointing to something that either looks like the original UI (perhaps IDN homograph domain) or is the actual site if it has some weakness that allows script injection to manipulate the page<p>- The server side was exploited to serve a manipulated page<p>- Client side malware that injects something in the browser to manipulate the page<p>- Some kind of network/DNS attack combined with mis-issued TLS certificate (or injected CA)<p>It points to some level of sophistication and long-term observation of their internal systems to know what the process looks like and devising an attack.<p>Will be interesting to read when/if they release a full analysis.</p>
]]></description><pubDate>Sat, 22 Feb 2025 10:58:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43137931</link><dc:creator>fresh_geezer</dc:creator><comments>https://news.ycombinator.com/item?id=43137931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43137931</guid></item><item><title><![CDATA[New comment by fresh_geezer in "Ask HN: Where to Work After 40?"]]></title><description><![CDATA[
<p>I'm in the same situation, 41 and just folded a startup in November after six years and looking at what to do next.<p>My concern is if I jump on another startup and it doesn't go well, I will have even less chance to land a decent gig afterwards. Who knows what AI capabilities will be five years down the line?<p>I have some friends that work in government that could help me get a job there where you are basically unfireable and even get a pension, but the work is not very technically interesting. They all say it's soul-killing but stay for the stability and benefits.<p>Is a large tech company a better bet? I consider my self a very good developer but not sure if I can pass through all filters and the leetcode gauntlet either.<p>Deciding which road to go down is giving me more anxiety than ever before.</p>
]]></description><pubDate>Thu, 02 Jan 2025 13:58:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=42574431</link><dc:creator>fresh_geezer</dc:creator><comments>https://news.ycombinator.com/item?id=42574431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42574431</guid></item></channel></rss>