<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: jefozabuss</title><link>https://news.ycombinator.com/user?id=jefozabuss</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 14:26:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jefozabuss" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jefozabuss in "Seed. LINE's Custom Typeface"]]></title><description><![CDATA[
<p>The links are using images instead of texts in the footer, which is well not ideal as they are not searchable.</p>
]]></description><pubDate>Thu, 13 Nov 2025 15:12:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45915817</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=45915817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45915817</guid></item><item><title><![CDATA[New comment by jefozabuss in "Ask HN: How does one build large front end apps without a framework like React?"]]></title><description><![CDATA[
<p>While it does not use a commonly used "framework" it uses many libraries and likely has its own custom framework.<p>In the past we used <a href="http://microjs.com/" rel="nofollow">http://microjs.com/</a> and similar to find small libs to work with when we threw together marketing websites, not sure how maintained that list is nowadays but the idea is that you can make websites like lego, sometimes you don't need a whole box of Eiffel tower to make a little tree.<p>If your functionality is well thought out and not super complicated, don't have 10s or 100s of devs on the same project then working without a well known framework could make sense, otherwise there can be steeper learning curve when onboarding new devs, scope creep / bloat, etc that will likely cause issues down the road.<p>To learn about this you could try to replicate for example the mentioned Obsidian by yourself and research solutions for all the issues you run into, e.g. minimal routing, custom view renders, reactivity, performance, etc.</p>
]]></description><pubDate>Fri, 17 Oct 2025 11:27:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45615448</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=45615448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45615448</guid></item><item><title><![CDATA[New comment by jefozabuss in "Discord says 70k users may have had their government IDs leaked in breach"]]></title><description><![CDATA[
<p>Rationale is likely the requirements of age verification rules by UK, some US states, etc.<p>We could likely see a bit more of these data leaks in the future I guess, due to how there are more and more countries/states adopting this.</p>
]]></description><pubDate>Thu, 09 Oct 2025 10:50:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45525896</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=45525896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45525896</guid></item><item><title><![CDATA[New comment by jefozabuss in "Shai-Hulud malware attack: Tinycolor and over 40 NPM packages compromised"]]></title><description><![CDATA[
<p>I think all public package registries have this problem as it's not unique to npm.<p>The "blind" auto updating to latest versions seems to be also an issue here, simply you cannot trust it enough as there is (seemingly) no security vetting process (I mean if you get obfuscated gibberish pushed into a relatively sanely written codebase it should ring some alarms somewhere).<p>Normally you'd run tests after releasing new versions of your website but you cannot catch these infected parts if they don't directly influence the behavior of your functionality.</p>
]]></description><pubDate>Wed, 17 Sep 2025 06:16:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45272375</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=45272375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45272375</guid></item><item><title><![CDATA[New comment by jefozabuss in "You too can run malware from NPM (I mean without consequences)"]]></title><description><![CDATA[
<p>Seems like people already forgot about Jia Tan.<p>By the way why doesn't npm have already a system in place to flag sketchy releases where most of the code looks normal and there is a newly added obfuscated code with hexadecimal variable names and array lookups for execution...</p>
]]></description><pubDate>Tue, 09 Sep 2025 12:36:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45181108</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=45181108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45181108</guid></item><item><title><![CDATA[New comment by jefozabuss in "iPhone dumbphone"]]></title><description><![CDATA[
<p>You also accumulate screen time if you are using navigation while commuting, etc. I easily rack up 2 hours daily just from driving to my workplace and back home, so there are definitely some "passive" ways to increase those numbers.<p>I think focusing on numerical stats here is also a bit of a problem and while making these guardrails might help some people but the main issue should be addressed (overconsumption/addiction).<p>I wonder by reducing the screen time of the phone, how the screen time of the other devices (computer/tv/etc) changed.</p>
]]></description><pubDate>Tue, 09 Sep 2025 06:27:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45178174</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=45178174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45178174</guid></item><item><title><![CDATA[New comment by jefozabuss in "Malicious versions of Nx and some supporting plugins were published"]]></title><description><![CDATA[
<p>I just use .npmrc with save-exact=true + lockfile + manual updates, you can't be too careful and you don't need to update packages that often tbh.<p>Especially after the fakerjs (and other) things.</p>
]]></description><pubDate>Wed, 27 Aug 2025 19:20:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45043852</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=45043852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45043852</guid></item><item><title><![CDATA[New comment by jefozabuss in "How much energy does it take to think?"]]></title><description><![CDATA[
<p>Be very careful with these "experimental" (to say in the nicest way possible) things like methylene blue as combining with certain meds like SSRIs could be fatal according to <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC2078225/#:~:text=Monoamine%20oxidase%20inhibitors%20(MAOI)%20are,ST%20in%20patients%20using%20SSRI." rel="nofollow">https://pmc.ncbi.nlm.nih.gov/articles/PMC2078225/#:~:text=Mo...</a></p>
]]></description><pubDate>Fri, 06 Jun 2025 08:51:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44198966</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=44198966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44198966</guid></item><item><title><![CDATA[New comment by jefozabuss in "High vitamin B6 doses over a long period could cause irreversible nerve damage"]]></title><description><![CDATA[
<p>There was an interesting video by ChubbyEmu where energy drinks fixed his B12 deficiency by accident that caused the insomnia: <a href="https://www.youtube.com/watch?v=d_qKA6KTvs8" rel="nofollow">https://www.youtube.com/watch?v=d_qKA6KTvs8</a></p>
]]></description><pubDate>Fri, 30 May 2025 07:23:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44133814</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=44133814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44133814</guid></item><item><title><![CDATA[New comment by jefozabuss in "High vitamin B6 doses over a long period could cause irreversible nerve damage"]]></title><description><![CDATA[
<p>I've been taking "Opti-Men" from Optimum Nutrition for like 10 years now and it seems to have 50mg in a (full) serving that I take.<p>Since B6 is water soluble doesn't it mean most of it might just leave our body if not needed? (No storage in fat)</p>
]]></description><pubDate>Fri, 30 May 2025 07:15:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44133757</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=44133757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44133757</guid></item><item><title><![CDATA[New comment by jefozabuss in "Critical CSS"]]></title><description><![CDATA[
<p>What was the problem with something like <a href="https://www.npmjs.com/package/penthouse" rel="nofollow">https://www.npmjs.com/package/penthouse</a> ?</p>
]]></description><pubDate>Tue, 06 May 2025 05:37:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=43902101</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=43902101</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43902101</guid></item><item><title><![CDATA[New comment by jefozabuss in "We fell out of love with Next.js and back in love with Ruby on Rails"]]></title><description><![CDATA[
<p>I still have some ptsd from payment gateway integrations via iframes about 6-7 years ago. If you thought SPAs are bad by themselves for history tracking imagine those banking iframes randomly adding more entries via inside navigation/redirection that you have to track manually.</p>
]]></description><pubDate>Sat, 03 May 2025 22:54:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=43883028</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=43883028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43883028</guid></item><item><title><![CDATA[New comment by jefozabuss in "Nice things with SVG"]]></title><description><![CDATA[
<p>I think web assembly can be comparable, e.g. unity/unreal/godot can compile to the browser pretty easily.<p>The problem is that each of these apps can be quite bloated and in the tens of MBs range not the usual single digit MB.</p>
]]></description><pubDate>Sun, 13 Apr 2025 11:20:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43671947</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=43671947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43671947</guid></item><item><title><![CDATA[New comment by jefozabuss in "We don't need startups, we need Digital-Mittelstand"]]></title><description><![CDATA[
<p>Not to mention in Germany the quarterly/or even monthly tax accountant fees that could bleed into a couple thousand easily in the first year of operation.<p>I'd say in Germany for starting a new GmbH you'd need at least 4-5k set on the side for lawyer/notary/accountant fees, this can be deducted from the 12.5k/25k bank account but it's a pain in the ... for the average startup.</p>
]]></description><pubDate>Mon, 24 Feb 2025 10:52:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43158101</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=43158101</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43158101</guid></item><item><title><![CDATA[New comment by jefozabuss in "My failed attempt to shrink all NPM packages by 5%"]]></title><description><![CDATA[
<p>I wonder what is the tarball size difference on average if you'd for example download everything in one tarball (full package list) instead of 1-by-1 as the gzip compression would work way better in that case.<p>Also for bigger companies this is not really a "big" problem as they usually have in-house proxies (as you cannot rely on a 3rd party repository in CI/CD for multiple reasons (security, audit, speed, etc)).</p>
]]></description><pubDate>Mon, 27 Jan 2025 15:53:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42842397</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=42842397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42842397</guid></item><item><title><![CDATA[New comment by jefozabuss in "My failed attempt to shrink all NPM packages by 5%"]]></title><description><![CDATA[
<p>I just installed a project with pnpm about 120 packages mostly react/webpack/eslint/redux related<p>with prod env: 700MB<p>without prod env: 900MB<p>sadly the bloat cannot be avoided that well :/</p>
]]></description><pubDate>Mon, 27 Jan 2025 15:41:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42842255</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=42842255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42842255</guid></item><item><title><![CDATA[New comment by jefozabuss in "ByteDance’s Bytespider is scraping at much higher rates than other platforms"]]></title><description><![CDATA[
<p>Maybe someone went against the rule of deploying on a Friday, ouch.</p>
]]></description><pubDate>Mon, 07 Oct 2024 12:41:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=41765427</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=41765427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41765427</guid></item><item><title><![CDATA[New comment by jefozabuss in "ByteDance’s Bytespider is scraping at much higher rates than other platforms"]]></title><description><![CDATA[
<p>In addition to those it's also possible they just found a website that published a scraped list back then and got de-indexed for obvious spammy content.<p>I would not be surprised if there are still some auto generated link directories left from the "golden ages" of blackhat.</p>
]]></description><pubDate>Mon, 07 Oct 2024 12:32:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41765358</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=41765358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41765358</guid></item><item><title><![CDATA[New comment by jefozabuss in "Google’s AI thinks I left a Gatorade bottle on the moon"]]></title><description><![CDATA[
<p>For me he kind of sounds like a younger Howard Stern</p>
]]></description><pubDate>Mon, 07 Oct 2024 06:31:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41763305</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=41763305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41763305</guid></item><item><title><![CDATA[New comment by jefozabuss in "Automattic–WP Engine Term Sheet"]]></title><description><![CDATA[
<p>Automattic is cooking from that Unity cookbook</p>
]]></description><pubDate>Wed, 02 Oct 2024 09:42:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41718803</link><dc:creator>jefozabuss</dc:creator><comments>https://news.ycombinator.com/item?id=41718803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41718803</guid></item></channel></rss>