<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: lllr_finger</title><link>https://news.ycombinator.com/user?id=lllr_finger</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 16:57:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lllr_finger" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lllr_finger in "Bye Bye Semantic Versioning, Say Hello to GitDate"]]></title><description><![CDATA[
<p>"When was the last time you could tell someone the difference between version 1.2.1 and 1.2.3 quickly?"<p>Especially if you're using something like fzf that can easily search your command history, "every time someone has asked":<p><pre><code>    git log <tag 1>..<tag 2> --pretty=oneline</code></pre></p>
]]></description><pubDate>Sat, 11 Jun 2022 13:33:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=31704308</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=31704308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31704308</guid></item><item><title><![CDATA[New comment by lllr_finger in "I made an AI write a story about AI then I made another AI illustrate it"]]></title><description><![CDATA[
<p>I'm sure we'll start hearing "I AI-posted on HN for 4 years, got X karma, and no one suspected" type stories pretty soon. Eventually people could start asking for badges or flair that verify users as not being AI. It's simultaneously exciting and daunting standing at the dawn of this.</p>
]]></description><pubDate>Tue, 24 May 2022 12:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=31491090</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=31491090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31491090</guid></item><item><title><![CDATA[New comment by lllr_finger in "Rust: A Critical Retrospective"]]></title><description><![CDATA[
<p>It's really cool that you experimented with this!<p>My experience is that choosing Rust just for performance gains usually doesn't pay off. In your case, node already uses C/C++ under the hood, so some of what you're replacing could just be switching that for Rust.<p>The primary reason I reach for it is when I want the stability provided by the type system and runtime, and to prevent a litany of problems that impact other languages. If those problems aren't something I'm looking to solve, I'll usually reach for a different language.</p>
]]></description><pubDate>Thu, 19 May 2022 13:53:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=31434659</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=31434659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31434659</guid></item><item><title><![CDATA[New comment by lllr_finger in "Monolith First (2015)"]]></title><description><![CDATA[
<p>The article isn't related to repo structure, however repo structure can relate to the core issue of how to share code and maintain domain boundaries - search for the "umbrella" thread elsewhere in these comments.</p>
]]></description><pubDate>Fri, 19 Feb 2021 14:04:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=26193234</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=26193234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26193234</guid></item><item><title><![CDATA[New comment by lllr_finger in "Monolith First (2015)"]]></title><description><![CDATA[
<p>This is what I do in several of my backend Kotlin code bases and it's worked very well. I've also heard it called "distributed monorepo". There are a handful of ways to share code, and the tradeoffs of this approach are very manageable.<p>The biggest downside I've encountered is that you need to figure out the deployment abstraction and then figure out how that impacts CI/CD. You'll probably do some form of templating YAML, and things like canaries and hotfixes can be a bit trickier than normal.</p>
]]></description><pubDate>Fri, 19 Feb 2021 13:52:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=26193114</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=26193114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26193114</guid></item><item><title><![CDATA[New comment by lllr_finger in "Show HN: I wrote a book on implementing DDD, CQRS and Event Sourcing"]]></title><description><![CDATA[
<p>> they each have a profile<p>Absolutely true that languages are built to fulfill specific roles and have associated trade-offs. I think you answered your own question - JavaScript's strengths are being very widespread in current software development and having a minimal syntax/type system. IMO it can be a good language for MVPs/POCs and serve as a higher form of pseudocode. Perhaps the author's choice of JS as a way of reaching the widest possible audience and focusing on the concepts more than the implementation details.<p>A relatively recent personal example: in working through some DSL and parser combinator examples in Rust, sometimes I get too distracted with lifetimes, annotations to deal with deeply recursive functions, etc. and just search for examples in a different language that allow me to focus on the concepts I'm trying to learn.</p>
]]></description><pubDate>Sun, 20 Dec 2020 14:27:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=25486388</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=25486388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25486388</guid></item><item><title><![CDATA[New comment by lllr_finger in "How to Make Your Code Reviewer Fall in Love with You"]]></title><description><![CDATA[
<p>At a more agile org, getting 2-3 stories done in one day isn't too extraordinary. A PR that follows some of the rules from the OP (especially 5/6/7) might only take 5-10 minutes to review completely.<p>If you can't slow down enough to do that, or your stories are so large they require more attention, that might be a red flag situation? Writing code faster than you can review it will eventually catch up to the team/org.</p>
]]></description><pubDate>Mon, 07 Dec 2020 13:24:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=25331897</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=25331897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25331897</guid></item><item><title><![CDATA[New comment by lllr_finger in "How to Make Your Code Reviewer Fall in Love with You"]]></title><description><![CDATA[
<p>This is great! Many of these things are slowly learned over time, but explicitly listing them out will be helpful when refreshing or teaching others.<p>The three that have been most helpful on our team are: #1 (review your own code first), #2 (write a changelist description), and #5/#6 (narrowly scope changes/separate functional/non-functional changes).</p>
]]></description><pubDate>Mon, 07 Dec 2020 13:00:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=25331684</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=25331684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25331684</guid></item><item><title><![CDATA[New comment by lllr_finger in "Self-host your fonts for better performance"]]></title><description><![CDATA[
<p>Tufte would disagree, and at least some consider his thoughts on design to be very solid.<p>Would you be amenable to "A well-designed web page does not <i>need</i> to rely on custom fonts, provided their impact on page load is absolutely minimal"?<p>You can unobtrusively serve up a single font embedded as base64 on a static site - a world of difference from some of these sites that load up 5MB of a UX person's vision off some remote CDN.</p>
]]></description><pubDate>Fri, 04 Dec 2020 13:45:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=25302140</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=25302140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25302140</guid></item><item><title><![CDATA[New comment by lllr_finger in "Avoiding GMOs isn’t just anti-science. It’s immoral. (2017)"]]></title><description><![CDATA[
<p>I didn't downvote, but I'm assuming that suggesting an equivalence between concerns with GMO and being antimask/antivaxx comes off as hyperbolic.<p>I sometimes have a difficult time separating legit benefits of GMO with shilling or astroturfing, which is unfortunate when trying to have a reasoned discussion.</p>
]]></description><pubDate>Sun, 29 Nov 2020 23:36:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=25249175</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=25249175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25249175</guid></item><item><title><![CDATA[New comment by lllr_finger in "DIY Smart Doorbell with a Raspberry Pi"]]></title><description><![CDATA[
<p>For those wondering how a spark plug would work: <a href="https://en.wikipedia.org/wiki/Ninja_rocks" rel="nofollow">https://en.wikipedia.org/wiki/Ninja_rocks</a></p>
]]></description><pubDate>Fri, 27 Nov 2020 14:13:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=25228828</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=25228828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25228828</guid></item><item><title><![CDATA[New comment by lllr_finger in "Things I Wish I’d Learned Sooner After Being a Developer for 10 Years"]]></title><description><![CDATA[
<p>It sounds like your position makes use of those data structures and algorithms - and the author's didn't. I think the key here is that you memorize the important aspects of your role while knowing how to get the answers for anything else.</p>
]]></description><pubDate>Sat, 21 Nov 2020 18:00:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=25171339</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=25171339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25171339</guid></item><item><title><![CDATA[New comment by lllr_finger in "ØMQ – The Guide (2011)"]]></title><description><![CDATA[
<p>I believe that zeromsg does not support true zero-copy messaging which might be a reason to look at nanomsg or nng if you need every last ounce of performance.</p>
]]></description><pubDate>Sun, 25 Oct 2020 00:34:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=24882971</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=24882971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24882971</guid></item><item><title><![CDATA[New comment by lllr_finger in "ØMQ – The Guide (2011)"]]></title><description><![CDATA[
<p>Look up "nanomsg is not dead" and nanomsg's replacement nng for even further confusion.<p>My takeaway is that even though these newer libs seem to be simpler and avoid some issues, they've just never caught on.</p>
]]></description><pubDate>Sun, 25 Oct 2020 00:32:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=24882959</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=24882959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24882959</guid></item><item><title><![CDATA[New comment by lllr_finger in "ØMQ – The Guide (2011)"]]></title><description><![CDATA[
<p>The only times I've ever reached for zeromq are when I needed sockets and didn't want to deal with the hassle of programming sockets - it worked great then.<p>I'd happily use it as the glue between two processes that I control, but would grab one of the other tech you mentioned for anything exposed on the boundaries of my app.</p>
]]></description><pubDate>Sun, 25 Oct 2020 00:29:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=24882947</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=24882947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24882947</guid></item><item><title><![CDATA[New comment by lllr_finger in "How to Read a Surface Weather Map"]]></title><description><![CDATA[
<p>As a follow-up, if you're wondering why, 500mb is roughly 5700m/18kft above ground level in the US - not quite jet stream level (200-300mb) - but high enough to give insight into large scale patterns that drive surface patterns.<p>Where surface features are more localized and near-term, 500mb analysis gives you insight into whether there is broad zonal flow, a deepening upper trough, and all sorts of important information about how things on a larger scale can play out in the longer term. They're sometimes called "steering winds", because they're the primary component that dictates direction and speed of storms.</p>
]]></description><pubDate>Sun, 18 Oct 2020 13:46:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=24817838</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=24817838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24817838</guid></item><item><title><![CDATA[New comment by lllr_finger in "Q: A faster re-implementaiton of jq written in Reason Native/OCaml"]]></title><description><![CDATA[
<p>Not OP, but I routinely call a specific HTTP API for millions of entities or pull down entire Kafka topics - all in JSON format. For various reasons those are the canonical sources of data and/or the most performant, so I end up ripping through GBs and GBs of JSON when troubleshooting/reporting on things.</p>
]]></description><pubDate>Mon, 14 Sep 2020 12:40:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=24469374</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=24469374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24469374</guid></item><item><title><![CDATA[New comment by lllr_finger in "Things I Learned to Become a Senior Software Engineer"]]></title><description><![CDATA[
<p>In the midwest it's "lead". I've also been on teams where nearly every developer is a lead, which sounds strange, but it's really just a confluence of "could this person lead a team" and pay band.<p>I've seen the following structure at several orgs:<p>engineer -> senior -> lead -> staff/principal -> distinguished</p>
]]></description><pubDate>Mon, 07 Sep 2020 13:21:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=24399237</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=24399237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24399237</guid></item><item><title><![CDATA[New comment by lllr_finger in "The joys of owning an ‘OG’ email account"]]></title><description><![CDATA[
<p>My emails/handles are almost always just first initial, last name but that's short enough (6 chars) these days to get weird things as well - most notable was a few months of communications from JSOC (<a href="https://en.wikipedia.org/wiki/Joint_Special_Operations_Command" rel="nofollow">https://en.wikipedia.org/wiki/Joint_Special_Operations_Comma...</a>).<p>Thankfully nothing seemed super secretive, but I got a lot of PowerPoint presentations and other things that I definitely should not have been seeing.<p>Not to mention the countless password reset requests, 1₽ added to accounts from kiosks, etc.</p>
]]></description><pubDate>Thu, 03 Sep 2020 12:08:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=24363177</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=24363177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24363177</guid></item><item><title><![CDATA[New comment by lllr_finger in "Kotlin 1.4"]]></title><description><![CDATA[
<p>The good news is this is already happening - lots of Java orgs in my market (not SV, but still a large US market) started working on new server-side things in Kotlin a year or two ago. This includes several Fortune 100 companies, so not just startups or smaller, more "nimble" companies.</p>
]]></description><pubDate>Tue, 18 Aug 2020 12:31:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=24197824</link><dc:creator>lllr_finger</dc:creator><comments>https://news.ycombinator.com/item?id=24197824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24197824</guid></item></channel></rss>