<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: tommodev</title><link>https://news.ycombinator.com/user?id=tommodev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 01:48:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tommodev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tommodev in "LittleSnitch for Linux"]]></title><description><![CDATA[
<p>Had the same issue on arch, though survived it OK (6.19.11-zen1-1-zen). Maybe it's a zen kernel thing, it only pegged 2-3 cores and the others were OK so could jump in and kill it.</p>
]]></description><pubDate>Fri, 10 Apr 2026 06:06:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47714211</link><dc:creator>tommodev</dc:creator><comments>https://news.ycombinator.com/item?id=47714211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47714211</guid></item><item><title><![CDATA[New comment by tommodev in "Principles of Mechanical Sympathy"]]></title><description><![CDATA[
<p>I abused this term a bit to help data scientists & data engineers understand why they should take interest in each others skillsets. I used to liken it to a formula 1 driver (scientist) and the car / pit crew (engineers).<p>Sure, you can maybe be a great driver without caring about the car or the crew, but it is definitely going to have its limits. Likewise, at the end of the day the crew is there to make the driver shine, and need to be invested in understanding how they operate.<p>Creates a much better sense of culture and collaboration, and overall better products, when everyone can see the part they play and how important the relationship is to their peers.</p>
]]></description><pubDate>Fri, 10 Apr 2026 05:52:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47714134</link><dc:creator>tommodev</dc:creator><comments>https://news.ycombinator.com/item?id=47714134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47714134</guid></item><item><title><![CDATA[New comment by tommodev in "ChatGPT won't let you type until Cloudflare reads your React state"]]></title><description><![CDATA[
<p>Ah, this explains chatgpt (and probably copilot) performance behind corporate firewalls such as zscaler.<p>Between the network latency and low end machines, there is an enormous lag between chatgpts response and being able to reply, especially for editing a canvas.<p>I've been sitting there for up to a minute plus waiting to be able to use the canvas controls or highlight text after an update.</p>
]]></description><pubDate>Mon, 30 Mar 2026 05:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47570669</link><dc:creator>tommodev</dc:creator><comments>https://news.ycombinator.com/item?id=47570669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47570669</guid></item><item><title><![CDATA[New comment by tommodev in "A Review of Linux on Surface Pro 4"]]></title><description><![CDATA[
<p>yeah, I took the Ubuntu / Fedora perf for granted as well. Recently switched back to Arch on a whim across one low-end machine, one high-end machine, and both run like lightning compared to Ubuntu 24.04 / Fedora 40.<p>Expected the difference with Ubuntu as it packs more out of the box for the enterprise behaviours, not so much with Fedora. I've had no freezes, faster startup and shutdown, generally more responsive desktop etc. with Arch.<p>Generally, though a rolling release it also has fewer moving parts as well - only having to deal with the main repo + flatpak (and a select few AUR pkgbuilds) is nice compared to Ubuntu where I had to layer deb repos + PPAs + flatpak + brew to get my tooling in place without having to script my own git-driven installers.<p>One thing that tripped me up on any distro - the defaults for TLP (vs power profile daemon) seem hyper conservative wrt performance, probably by design. I never bothered digging in, just switched back to PPD, but it definitely prioritises power savings above all else.</p>
]]></description><pubDate>Tue, 16 Jul 2024 06:34:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=40974075</link><dc:creator>tommodev</dc:creator><comments>https://news.ycombinator.com/item?id=40974075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40974075</guid></item><item><title><![CDATA[New comment by tommodev in "a[low:high:max] in Golang – A Rare Slice Trick"]]></title><description><![CDATA[
<p>Question: what is the reason for the silent copy when append exceeds the original slice cap?<p>It's a footgun avoided by reading the spec and (maybe) remembering it in practice, but it feels like it would be safer to throw a comp error and force the user to deal with it when a user is trying to exceed the cap of the underlying array?<p>Alternative is defensively using len() and cap() for slice ops in which case error-ing out feels more ergonomic.</p>
]]></description><pubDate>Sat, 18 Mar 2023 22:11:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=35213609</link><dc:creator>tommodev</dc:creator><comments>https://news.ycombinator.com/item?id=35213609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35213609</guid></item><item><title><![CDATA[New comment by tommodev in "I moved away from Poetry for Python"]]></title><description><![CDATA[
<p>This was my gateway to go.<p>Working on a python gig targeting an airgapped windows server, different OS architecture from everything else on-hand, restrictions on building and deploying VM's, poor dev/prod workflows etc.<p>After a couple of months of app dev we ran into weeks of grinding through building a reproducible process (including a sneakernet step) for python dependency resolution and binary builds to get the payload dropped on the server. It was brittle and a bit overwhelming.<p>Go was "big enough" at the time to be a reasonable next step and after a few weeks of porting we had a cross-compilation process up and were done.<p>Go actually _shits me to tears_ as a language compared to python, rust, or even Lua, but as a back-end dev it's still where I do most of my work as I'm nearly guaranteed to be able to i) predictably solve something in a way i can share it with a team and ii) get it deployed without too much pain.</p>
]]></description><pubDate>Thu, 15 Dec 2022 23:26:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=34007294</link><dc:creator>tommodev</dc:creator><comments>https://news.ycombinator.com/item?id=34007294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34007294</guid></item><item><title><![CDATA[New comment by tommodev in "Ask HN: Why the obsession with note taking?"]]></title><description><![CDATA[
<p>Same plan as this + parent comment. I struggle with the collection + curation eventually overtaking the utility of the thing, especially with "valuable information" captured in RSS feeders, bookmarks, etc. Feels more like FOMO at times.<p>I have a paper notebook that lets me be more present in different scenarios and only capture stuff like actions or critical facts. Likewise key data around policy numbers, cost codes, etc. go into a markdown file.<p>I used to be a voracious note-and-knowledge capture type between Standard Notes and Obsidian. I'd keep both a daily rolling log of everything I did + cross-ref and expand key items into broader knowledge capture.<p>It probably has some intangible benefit I didn't pick up on but overall it just felt like a waste of energy compared to letting stuff go, sometimes having to google stuff again, and putting effort into building things and talking to people.<p>I also started to wonder, what is the value? Documentation, code comments, communication all help to take an idea or understanding from Me -> People. Hoarding notes and digital content for myself really didn't accomplish much other than demanding attention.</p>
]]></description><pubDate>Thu, 27 Jan 2022 21:36:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=30107094</link><dc:creator>tommodev</dc:creator><comments>https://news.ycombinator.com/item?id=30107094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30107094</guid></item></channel></rss>