<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: temporallobe</title><link>https://news.ycombinator.com/user?id=temporallobe</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 14:38:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=temporallobe" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by temporallobe in "Spending 3 months coding by hand"]]></title><description><![CDATA[
<p>The very first few years of my career I spent writing code (mostly Perl) in vi (not even vim) on a SPARC running Solaris. I bought myself the O’Riley Perl Cookbook and that was pretty much my sole guide apart from the few internet forums that were available at the time. Search engines were still primitive, so getting help when you got stuck was far more difficult. But it forced me to deeply learn a lot of things -  Perl syntax (we had no syntax highlighting, intellisense, etc.)  terminal tools, and especially vi keystrokes. Looking back, there was far less distraction and “noise”, though I admit that could have been the fact that it was the beginning of my career and expectations were lower. I miss those times because now everything feels insanely more layered and complex.</p>
]]></description><pubDate>Sat, 18 Apr 2026 01:28:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47812405</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47812405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47812405</guid></item><item><title><![CDATA[New comment by temporallobe in "Intel 486 CPU announced April 10, 1989"]]></title><description><![CDATA[
<p>Had the same experience with Doom II. Got it to run surprisingly well on a brand new Tandy 486DX2 + 4MB RAM, though I seem to recall having issues with SoundBlaster compatibility.</p>
]]></description><pubDate>Fri, 10 Apr 2026 14:54:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47719073</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47719073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47719073</guid></item><item><title><![CDATA[New comment by temporallobe in "Why are we still using Markdown?"]]></title><description><![CDATA[
<p>MD is not perfect, but it’s perfectly adequate.<p>Markdown apologist here - I think MD is the greatest thing since sliced bread and I use it a LOT. In fact, one project I work on has an entire git repo of just MD docs. It’s easy to maintain, and even non-tech people can author them with ease. In fat, I love that raw MD is entirely human-readable, and even if someone fat-fingers some of the syntax, it’s still very forgiving.<p>Don’t forget, many MD renderers support regular HTML embedding, including <style> tags, which makes it a very flexible choice.<p>I don’t think it’s going anywhere!</p>
]]></description><pubDate>Sat, 04 Apr 2026 04:11:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47635648</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47635648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47635648</guid></item><item><title><![CDATA[New comment by temporallobe in "Chess in SQL"]]></title><description><![CDATA[
<p>Impressive! Incidentally, I built my own Chess game from scratch pretty recently, using nothing but my own knowledge of the game rules and I am seeing some of the same patterns emerge, though I used plain data structures instead of tables. It’s always interesting to see different ways of solving the same problem, especially with inappropriate/inadequate tools. It’s kind of like figuring out how to make pizza without a proper oven.</p>
]]></description><pubDate>Wed, 01 Apr 2026 20:04:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47605832</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47605832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47605832</guid></item><item><title><![CDATA[New comment by temporallobe in "Oracle slashes 30k jobs"]]></title><description><![CDATA[
<p>Oracle is used for mission-critical legacy applications, which is common in the federal government IT space. Replacing with OSS is a nontrivial undertaking, but it is happening. For the most part, replacing Oracle’s Java with OpenJDK is relatively painless, but some agencies preferred the licensed version because it includes support. Replacing a database, however, is a much scarier task, even when you have experienced and competent DBAs.</p>
]]></description><pubDate>Tue, 31 Mar 2026 19:42:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47592414</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47592414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47592414</guid></item><item><title><![CDATA[New comment by temporallobe in "Study: 'Security Fatigue' May Weaken Digital Defenses"]]></title><description><![CDATA[
<p>Every time I see the term “SSO” I want to vomit. That does not exist any more. On my projects, there are literally dozens of systems each with their own siloed authentication systems. Just to throw out some of what I deal with: OKTA, MFA, MS 365, AWS, PIV/CACI, YubiKey, proprietary user name/passwords, IAM, OAuth, federated identity services, RSA, just off the top of my head. My single biggest fear is losing some or all of my credentials in sone catastrophe, so I keep my credentials in multiple places, including on my own phone and everyone else I know does the same thing. I have tried using password managers but one time my password database got corrupted and I lost everything, so now I just use plain text files - all of which is behind locked systems anyway (including my own phone). It’s maddening.</p>
]]></description><pubDate>Tue, 24 Mar 2026 04:21:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47498567</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47498567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47498567</guid></item><item><title><![CDATA[New comment by temporallobe in "Passengers who refuse to use headphones can now be kicked off United flights"]]></title><description><![CDATA[
<p>Good.</p>
]]></description><pubDate>Sat, 21 Mar 2026 18:05:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47469553</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47469553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47469553</guid></item><item><title><![CDATA[New comment by temporallobe in "Our commitment to Windows quality"]]></title><description><![CDATA[
<p>The obnoxious behavior of Windows update is the single biggest reason I left the platform over a decade ago. Too little too late for me.<p>Also there is one huge glaring omission in the article. The sneaky integration of ads embedded in the OS. I have thankfully never experienced this myself since I abandoned Windows before the ads became a thing.<p>I sometimes have to use Enterprise Windows 11 professionally, but I can’t ever see myself going back to it for any kind of personal computing. Basically Microsoft had a good thing and decided to enshitify it to death.</p>
]]></description><pubDate>Sat, 21 Mar 2026 01:50:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47463254</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47463254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47463254</guid></item><item><title><![CDATA[New comment by temporallobe in "HP trialed mandatory 15-minute support call wait times (2025)"]]></title><description><![CDATA[
<p>Yeah it’s almost like purposely frustrating people has negative consequences, which HP completely overlooked.</p>
]]></description><pubDate>Fri, 20 Mar 2026 15:39:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47456158</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47456158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47456158</guid></item><item><title><![CDATA[New comment by temporallobe in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I don’t use AI to generate any code, but I have used a few tools sparingly as such:<p>1. Gemini as a replacement for Stack Overflow, but I always have to check the source because it sometimes gives examples that 10 or even 15+ years old, as if that’s a definitive answer. We cannot and should not trust that anything AI produces is correct.<p>2. Co-Pilot to assist in code snippets and suggestions, like a better Intellisense. Comes in handy for CLI tools such as docker compose, etc.<p>3. Co-Pilot to help comprehension of a code base. For example, to ask how a particular component works or
to search for the meaning of a term of reference to it, especially if the term is vague or known by another name.<p>Believe it or not, we have just recently received guidance on AI-assisted work in general, and it’s mostly “it’s ok to use AI, but always verify it”, which of course seems completely reasonable, as you should do this with any work that you wouldn’t have done yourself.</p>
]]></description><pubDate>Mon, 16 Mar 2026 01:48:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47394178</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47394178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47394178</guid></item><item><title><![CDATA[New comment by temporallobe in "The 49MB web page"]]></title><description><![CDATA[
<p>Even enterprise COTS products can have some of these issues. We have an on-premise Atlassian suite, and Jira pages sometimes have upwards of 30MB total payloads for loading a simple user story page — and keep in mind there is no ad-tech or other nonsense going on here, it’s just pure page content.</p>
]]></description><pubDate>Sun, 15 Mar 2026 22:37:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47392745</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47392745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47392745</guid></item><item><title><![CDATA[New comment by temporallobe in "TUI Studio – visual terminal UI design tool"]]></title><description><![CDATA[
<p>Yes and no. Early DOS UIs had elements of TUIs and GUIs, and supported mice. Many old school
greenscreen applications were like this too.</p>
]]></description><pubDate>Fri, 13 Mar 2026 18:21:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47367780</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47367780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47367780</guid></item><item><title><![CDATA[New comment by temporallobe in "Entities enabling scientific fraud at scale (2025)"]]></title><description><![CDATA[
<p>My wife completed her PhD two years ago and she put a LOT of work into it. Many sleepless nights, and it almost destroyed our marriage. It took her about 6 years of non-stop madness and she didn’t even work during that time. She said that many of her colleagues engaged in fraudulent data generation and sometimes just complete forgery of anything and everything. It was
obvious some people were barely capable of putting together coherent sentences in posts, but somehow they generated a perfect dissertation in the end. It was common knowledge that candidates often hired writers and even experts like statisticians to do most of the heavy lifting. I don’t know if this is the norm now, but I simultaneously have more respect and less respect for those doctoral degrees, knowing that some poured their heart and soul into it, while others essentially cheated their way through. OTOH, I also understand that there may be a lot of grey area.<p>My eyes have been opened!</p>
]]></description><pubDate>Wed, 11 Mar 2026 14:42:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47336233</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47336233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47336233</guid></item><item><title><![CDATA[New comment by temporallobe in "Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library"]]></title><description><![CDATA[
<p>Unless you’re stuck on an older version. Also there is a jQuery resolver still embedded even in the latest version that looks for jQuery and tries to use it if it’s globally defined. Caused some nasty bugs in certain Enterprise applications and I have had to manually gut this from the official release.</p>
]]></description><pubDate>Wed, 18 Feb 2026 01:07:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47055709</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47055709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47055709</guid></item><item><title><![CDATA[New comment by temporallobe in "Suicide Linux (2009)"]]></title><description><![CDATA[
<p>Simple way to defeat the game: alias rm=ls</p>
]]></description><pubDate>Mon, 16 Feb 2026 23:36:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47041805</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47041805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47041805</guid></item><item><title><![CDATA[New comment by temporallobe in "Modern CSS Code Snippets: Stop writing CSS like it's 2015"]]></title><description><![CDATA[
<p>As much hate as it gets, this is one thing I like about Angular.</p>
]]></description><pubDate>Mon, 16 Feb 2026 05:35:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47031246</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47031246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47031246</guid></item><item><title><![CDATA[New comment by temporallobe in "Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library"]]></title><description><![CDATA[
<p>The problem with Bootstrap is that it depends on jQuery and Popper, and its CSS has global classes. It’s perfectly fine if BS is the only UI framework, but if you need to bring to bring in other frameworks or libraries (by choice or by force), then there’s a chance you’ll run into conflicts.</p>
]]></description><pubDate>Mon, 16 Feb 2026 05:25:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47031189</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47031189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47031189</guid></item><item><title><![CDATA[New comment by temporallobe in "Oat – Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library"]]></title><description><![CDATA[
<p>This is of special interest to me, because man do I hate UI frameworks with tons of external dependencies. Looking at you, Bootstrap.</p>
]]></description><pubDate>Sun, 15 Feb 2026 16:52:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47025197</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47025197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47025197</guid></item><item><title><![CDATA[New comment by temporallobe in "uBlock filter list to hide all YouTube Shorts"]]></title><description><![CDATA[
<p>That’s like the crosswalk button that does nothing. It’s there purely for the placebo effect.</p>
]]></description><pubDate>Sat, 14 Feb 2026 21:43:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47018681</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=47018681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47018681</guid></item><item><title><![CDATA[New comment by temporallobe in "Start all of your commands with a comma (2009)"]]></title><description><![CDATA[
<p>Interesting, I have never compared make with task but I suppose there’s some overlap. My favorite feature is that it’s cross-platform. I do use it for performing complex builds (like chaining several environment setup and docker compose commands, etc.). Of course you could do this with shell scripts, but this adds a layer of abstraction.</p>
]]></description><pubDate>Sat, 07 Feb 2026 19:54:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46927136</link><dc:creator>temporallobe</dc:creator><comments>https://news.ycombinator.com/item?id=46927136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46927136</guid></item></channel></rss>