<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: MajorBee</title><link>https://news.ycombinator.com/user?id=MajorBee</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 17:33:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=MajorBee" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by MajorBee in "How does IKEA come up with names for its products?"]]></title><description><![CDATA[
<p>> BYDGOSZCZ sofa<p>This may not even be that far off from reality, looking at the sort of names rando brands on Amazon often have...</p>
]]></description><pubDate>Tue, 18 Aug 2026 22:09:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49353443</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=49353443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49353443</guid></item><item><title><![CDATA[New comment by MajorBee in "Uber’s COO says it’s getting harder to justify money spent on tokenmaxxing"]]></title><description><![CDATA[
<p>There's an excellent HN thread that talks about this very question (that comes up on HN every now and then - what _does_ company X do that needs so many engineering resources?): <a href="https://news.ycombinator.com/item?id=25375921">https://news.ycombinator.com/item?id=25375921</a><p>TL;DR: Managing a taxi service (that's what Uber is in my mind, not whatever "ride share" means) that spans cities and states, never mind countries, is extremely complicated. To their credit, Uber manages to make it look simple to the end user, prompting such comments as "meh it's just a few screens how hard could it be", which is triumph of product engineering as far as I am concerned.<p>Related: this blog from Uber talks about the problem of serving market-specific configuration data at scale: <a href="https://www.uber.com/us/en/blog/how-we-unified-configuration-distribution-across-systems-at-uber/" rel="nofollow">https://www.uber.com/us/en/blog/how-we-unified-configuration...</a></p>
]]></description><pubDate>Mon, 25 May 2026 18:05:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48269804</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=48269804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48269804</guid></item><item><title><![CDATA[New comment by MajorBee in "I prefer OG style websites – what are yours?"]]></title><description><![CDATA[
<p>I, for one, found reading the text under the News section quite difficult to read. The combination of the font color and the spacing/kerning made it all appear like a character soup to me. It's possible this is something that has variable impact across populations though.<p>Generally speaking though, I do think trying to paint 90s websites as some sort of utopian ideal of function and design is purely an exercise in nostalgia and nothing else. It is entirely possible to make fast, responsive, accessible, well-designed rich websites today, all without writing a word of JavaScript (not that including JS by itself is bad or anything). Do not mistake anti-user functions like heavy weight analytics and user tracking libraries, or poorly optimized and ill-architected code bundles as the current "state of the art".</p>
]]></description><pubDate>Fri, 03 Apr 2026 16:43:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47628955</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=47628955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47628955</guid></item><item><title><![CDATA[New comment by MajorBee in "Ghostty – Terminal Emulator"]]></title><description><![CDATA[
<p>While I quite liked Ghostty to being with, the lack of a scripting API quickly drove me to WezTerm before long. See: <a href="https://github.com/ghostty-org/ghostty/discussions/2353" rel="nofollow">https://github.com/ghostty-org/ghostty/discussions/2353</a><p>I hope they prioritize scriptability soon. It's quite important to my personal git worktree ergonomics.</p>
]]></description><pubDate>Sun, 01 Mar 2026 19:42:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47209945</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=47209945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47209945</guid></item><item><title><![CDATA[New comment by MajorBee in "Git's Magic Files"]]></title><description><![CDATA[
<p>Only tangential, but I recently discovered that VS Code also picks up paths in `.ignore` to decided whether to include paths in search. I knew that `.gitignore` is automatically picked up, but was surprised when all of a sudden directories that weren't supposed to show up in file search started showing up -- it's because I had unignored them in `.ignore` for ripgrep. Makes sense I suppose.</p>
]]></description><pubDate>Mon, 23 Feb 2026 07:18:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47119109</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=47119109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47119109</guid></item><item><title><![CDATA[New comment by MajorBee in "Git's Magic Files"]]></title><description><![CDATA[
<p>It can be quite useful to check in project-wide shared editor settings so that everyone in the team is using the same linter/formatter editor settings. We do that in my team for VS Code settings and extensions, even tasks.<p>I haven't checked if there's a way to maintain a project-scoped _personal_ `.vscode` for those idiosyncratic settings or extensions you want applied to only this project but wouldn't be appropriate to foist on everyone else. I hope there is.</p>
]]></description><pubDate>Mon, 23 Feb 2026 07:12:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47119068</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=47119068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47119068</guid></item><item><title><![CDATA[New comment by MajorBee in "Agentic Software Engineering Book"]]></title><description><![CDATA[
<p>You're crazy if you think the target demo of "business leaders" and "thought leaders" aren't going to dump it into their favorite LLM first thing and prompt their way into a summary.</p>
]]></description><pubDate>Mon, 23 Feb 2026 04:47:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47118261</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=47118261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47118261</guid></item><item><title><![CDATA[New comment by MajorBee in "Agentic Software Engineering Book"]]></title><description><![CDATA[
<p>I just noticed that the PDF cover simply says "© <Author>", not the traditional style of author attribution, which usually is just plain "<Author>". I don't know why, I found it interesting...</p>
]]></description><pubDate>Mon, 23 Feb 2026 04:41:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47118230</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=47118230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47118230</guid></item><item><title><![CDATA[New comment by MajorBee in "Agentic Software Engineering Book"]]></title><description><![CDATA[
<p>Why is so much of generated AI art so... literal? The cover art of this PDF literally spells out what the graphics are supposed to represent. The vast majority of AI visuals on LinkedIn are the same way. If this is what's in store as the future of art, at least commercial art -- feels like a huge step backwards if I'm being honest.<p>And anyway, what's the point of generating a massive tome like this on a topic evolving as fast as agentic software? Sure it will be outdated within months, if not weeks...</p>
]]></description><pubDate>Mon, 23 Feb 2026 04:37:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47118209</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=47118209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47118209</guid></item><item><title><![CDATA[New comment by MajorBee in "Stardew Valley developer made a $125k donation to the FOSS C# framework MonoGame"]]></title><description><![CDATA[
<p>In this case, as a solo dev, it's probably quite justified to be honest. I doubt ConcernedApe would have really been able to continue solo-ing it with this level of success if he also had to maintain distribution channels, sales/returns, marketing, legal stuff on a global scale.<p>It's probably the big name studios who already have entire departments to do that kind of stuff that feel they're being ripped off.</p>
]]></description><pubDate>Wed, 31 Dec 2025 18:00:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46446568</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=46446568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46446568</guid></item><item><title><![CDATA[Pagebound is an independent Goodreads alternative]]></title><description><![CDATA[
<p>Article URL: <a href="https://pagebound.co/">https://pagebound.co/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46394046">https://news.ycombinator.com/item?id=46394046</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 26 Dec 2025 17:17:15 +0000</pubDate><link>https://pagebound.co/</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=46394046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46394046</guid></item><item><title><![CDATA[New comment by MajorBee in "iPhone Pocket"]]></title><description><![CDATA[
<p>I bought :( Loved the thing, but yeah batter life wasn't the best. Also noticed that app developers would sometimes not take into account the smaller viewport on the Mini, and so app views would sometimes look too squished or out of place. That 's a minor grouse though compared to the subpar batter life.</p>
]]></description><pubDate>Tue, 11 Nov 2025 17:49:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45890456</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=45890456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45890456</guid></item><item><title><![CDATA[Oracle announces WebAssembly support in MySQL]]></title><description><![CDATA[
<p>Article URL: <a href="https://blogs.oracle.com/mysql/post/webassembly-integration-for-nextgen-data-apps-in-mysql">https://blogs.oracle.com/mysql/post/webassembly-integration-for-nextgen-data-apps-in-mysql</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45629890">https://news.ycombinator.com/item?id=45629890</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 18 Oct 2025 19:42:23 +0000</pubDate><link>https://blogs.oracle.com/mysql/post/webassembly-integration-for-nextgen-data-apps-in-mysql</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=45629890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45629890</guid></item><item><title><![CDATA[New comment by MajorBee in "Salesforce, but for Dating"]]></title><description><![CDATA[
<p>The more you put yourself in social settings (online, offline, whatever), the more you increase the surface area for finding someone through "pure random chance". Just adding a more optimistic bent to things.</p>
]]></description><pubDate>Thu, 19 Jan 2023 00:16:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=34435039</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=34435039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34435039</guid></item><item><title><![CDATA[New comment by MajorBee in "Ask HN: What are your predictions for 2023?"]]></title><description><![CDATA[
<p>> Google will sell Google Cloud Services to Oracle to cut their losses<p>Now that is a hot take! I’d like to see this happen just to experience the meltdown this would cause in this community. If you thought the Sun acquisition didn’t go down so well…</p>
]]></description><pubDate>Sun, 25 Dec 2022 19:24:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=34130290</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=34130290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34130290</guid></item><item><title><![CDATA[New comment by MajorBee in "Jugaad takes agile to the extreme (2020)"]]></title><description><![CDATA[
<p>I have grown to dislike "jugaad" solutions to problems (unless it is forced onto the problem through sheer necessity), mainly because -- if left unchecked -- it fosters a culture of doing just barely enough to meet minimum requirements and no adherence or even ambition to achieving excellence and craftsmanship.<p>I recognize that jugaad solutions are usually not what people necessarily want to resort to, but are frequently adopted because of lack of viable alternatives. In such situations, more power to us / them! I'd call that being resourceful though. Aspiring to arrive to the jugaad solution to problems when better ways of doing it  are within reach though, that's where I draw the line.</p>
]]></description><pubDate>Mon, 19 Dec 2022 03:16:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=34047963</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=34047963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34047963</guid></item><item><title><![CDATA[New comment by MajorBee in "Growing indifference to relationships and sex in Japan"]]></title><description><![CDATA[
<p>That's hardly a crazy stat, you're merely viewing it through a Western lens. In plenty of Asian cultures it is uncommon for people to have sexual experience before marriage.</p>
]]></description><pubDate>Tue, 27 Sep 2022 18:55:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=32999523</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=32999523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32999523</guid></item><item><title><![CDATA[New comment by MajorBee in "Shrugs.app – A native Slack client for macOS"]]></title><description><![CDATA[
<p>Plus you can land in a situation where a user might associate bad experiences with an unofficial client with the actual service and thus leave with a bad impression overall.</p>
]]></description><pubDate>Thu, 30 Jun 2022 05:11:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=31928903</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=31928903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31928903</guid></item><item><title><![CDATA[New comment by MajorBee in "Cold Showers"]]></title><description><![CDATA[
<p>Kinda going off on a tangent here, but it was a mild "ohhh" moment for me when I first realized that the company Cisco is actually named after San Francisco, followed by a second such moment when I realized that Cisco's logo represents the Golden Gate bridge.</p>
]]></description><pubDate>Sun, 19 Jun 2022 05:44:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=31796456</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=31796456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31796456</guid></item><item><title><![CDATA[New comment by MajorBee in "Mental illness, mass shootings, and the politics of American firearms (2015)"]]></title><description><![CDATA[
<p>The availability of cheap, unhealthy junk food is very high, and that combined with the force multiplier that is poverty is a core component in the obesity epidemic. If you are to draw a parellel to the topic at hand, availability of cheap, easy to use (?) guns combined with the force multiplier of mental illness…</p>
]]></description><pubDate>Thu, 26 May 2022 02:36:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=31513661</link><dc:creator>MajorBee</dc:creator><comments>https://news.ycombinator.com/item?id=31513661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31513661</guid></item></channel></rss>