<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: aahortwwy</title><link>https://news.ycombinator.com/user?id=aahortwwy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 16:50:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aahortwwy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aahortwwy in "Ask HN: Who Has Switched to Serverless?"]]></title><description><![CDATA[
<p>At the very least we would've had the build tooling and infrastructure to support containers from the get-go, rather than having to migrate from zips to containers.<p>Speculative, but had we used containers from the start we would likely have built "fatter" Lambdas running full web servers with an extant web framework (someone else in this thread mentioned Flask - we don't use anything like that, we have one Lambda per... function, and our functions just consume the raw Lambda event).</p>
]]></description><pubDate>Thu, 04 Aug 2022 03:28:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=32339041</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32339041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32339041</guid></item><item><title><![CDATA[New comment by aahortwwy in "Anger as BP profits triple to $8.5bn amid soaring household energy bills"]]></title><description><![CDATA[
<p>No, I'm not talking about "preference". People don't "prefer" to live paycheck-to-paycheck, with any meager savings they're able to accumulate being consumed by unplanned expenses until they're eventually forced to take on debt to make ends meet - which only exacerbates the problem by reducing their cash flow even further.<p>"Just move" or "just get a new job" is great advice for a highly mobile household where the workers have skills in high demand (e.g. young tech workers with no dependents).<p>For a great many people, "just move" is terrible advice. Moving is financially burdensome, socially disruptive, at times irresponsible, and at other times impossible. Not everyone has the option of just picking up and moving to a place that's more economically viable. They may not have the money to move. They may have obligations tying them to a particular geographical area. There might be legal barriers preventing them from moving.<p>"Just get a new job" is similarly terrible advice for most workers, for whom a job is not an easily disposable or replaceable thing. It's nice to work in software, where anyone with a reasonable network can organize half a dozen interviews next week with close to no effort. Most people aren't in software, though. A friend with a STEM PhD recently spent 18 months looking for a new job. Now think about people who have less desirable education or skills. "Just get a new job" is not advice that they can act on easily; certainly not quickly in response to rising fuel prices.<p>I was going to write a long thing here about autonomy and economic circumstances, but I can't really be bothered. In short: people <i>really</i> don't like having their entire lives disrupted, and we shouldn't be building a society that expects that of the average person.</p>
]]></description><pubDate>Thu, 04 Aug 2022 03:05:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=32338891</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32338891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32338891</guid></item><item><title><![CDATA[New comment by aahortwwy in "Being swamped is normal and not impressive"]]></title><description><![CDATA[
<p>Not all places do this; the place I currently work only rewards leaders for "impact" and people have the option of whether to take on leadership responsibilities.<p>Places that reward non-leaders for impact are doing so intentionally to encourage people to self-organize into teams that produce the most value for the business. The theory being that the people on the ground often have a clearer view of whether value is being created than the various layers of middle management do. If you work in a place like this it's actually <i>part of your job</i> to stay plugged in to the business side and determine whether you're working on something valuable or not.</p>
]]></description><pubDate>Thu, 04 Aug 2022 02:23:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=32338628</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32338628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32338628</guid></item><item><title><![CDATA[New comment by aahortwwy in "Anger as BP profits triple to $8.5bn amid soaring household energy bills"]]></title><description><![CDATA[
<p>> If petrol were 10x the current price, you wouldn't commute that distance. You'd move or get a different job.<p>This doesn't happen in practice. Instead, people get stuck in poverty traps.</p>
]]></description><pubDate>Wed, 03 Aug 2022 10:15:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=32329785</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32329785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32329785</guid></item><item><title><![CDATA[New comment by aahortwwy in "Ask HN: Who Has Switched to Serverless?"]]></title><description><![CDATA[
<p>We've been using a serverless stack on AWS for a while (API Gateway, Lambda, S3, SQS, RDS) and it's been a good experience overall.<p>I can't recommend Serverless Framework. The abstractions are leaky and it's quite opinionated about architecture. We regularly need to step away from Serverless Framework to use various features offered by AWS. Meanwhile, it's led us to build an infrastructure that reflects our org chart in some really unpleasant ways. I wish we'd used AWS CDK from the start.<p>Lambda currently makes sense for us cost-wise, but we are approaching an inflection point where that will no longer be true (something like Fargate will probably be cheaper). Problem is, the cost of migrating from Lambda to Fargate will be non-trivial for us. I wish we'd used containers on Lambda from the start.<p>We struggle regularly with global state in the Lambda runtime. Some devs avoid it assiduously, which can result in costly inefficiencies which have bitten us badly a few times (think hitting API limits due to calls happening on each Lambda invocation rather than only when needed). Other devs make use of global state for efficiency benefits, which then bites us by causing difficult-to-reproduce bugs. I don't think there's a great solution to this in the Lambda runtime.<p>Overall I think the benefits of security, process isolation, scaling, cost, etc. have all made it worth it, but there are things I would do differently if I was setting up a project from scratch.</p>
]]></description><pubDate>Tue, 02 Aug 2022 03:09:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=32314729</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32314729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32314729</guid></item><item><title><![CDATA[New comment by aahortwwy in "TikTok videos leave teens thinking they have rare mental disorders (2021)"]]></title><description><![CDATA[
<p>Also related: the effect of exposure to pro-ana communities<p><a href="https://en.wikipedia.org/wiki/Pro-ana#Effect" rel="nofollow">https://en.wikipedia.org/wiki/Pro-ana#Effect</a></p>
]]></description><pubDate>Tue, 02 Aug 2022 00:38:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=32313912</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32313912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32313912</guid></item><item><title><![CDATA[New comment by aahortwwy in "TikTok videos leave teens thinking they have rare mental disorders (2021)"]]></title><description><![CDATA[
<p>> All the kids that I knew who did this have grown up to be completely normal adults.<p>Some kids did this and didn't grow up, because someone in their online community committed suicide and that prompted them to do the same.<p>This is a real problem. It's been a problem since the 90s, yes, but it's getting worse.</p>
]]></description><pubDate>Tue, 02 Aug 2022 00:23:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=32313839</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32313839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32313839</guid></item><item><title><![CDATA[New comment by aahortwwy in "How to freaking hire great developers by having them read code"]]></title><description><![CDATA[
<p>> No one seems to know how to get interviews right.<p>Plenty of people do, but good interview processes are highly context-dependent and not trivially transferable.<p>And <i>most</i> companies just cargo-cult something associated with a name brand, then tweak it to something they're personally comfortable conducting.<p>I'll quote myself from an old comment:<p>> Every time one of these interviewing posts bubbles up I skim it to see if the author mentions things like: company size, team composition, the nature of the work the team is doing, the nature of the industry the company exists in, the way hiring decisions are made, the desired properties of their hiring process, their offer rate, acceptance rate, turnover rate, the amount of time positions tend to stay open for, or really just anything that would offer some context on what, specifically, their interview process is optimized for or achieving.<p>> Nine times out of ten that stuff is absent and the post is just a bunch of opinion and conjecture.<p>This post is more of the same.</p>
]]></description><pubDate>Fri, 29 Jul 2022 06:08:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=32273695</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32273695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32273695</guid></item><item><title><![CDATA[New comment by aahortwwy in "Instagram is shifting to videos – users aren't happy"]]></title><description><![CDATA[
<p>It's not capitalism, it's managerialism.</p>
]]></description><pubDate>Thu, 28 Jul 2022 10:03:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=32262435</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32262435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32262435</guid></item><item><title><![CDATA[New comment by aahortwwy in "Mark Zuckerberg braces Meta employees for ‘intense period’"]]></title><description><![CDATA[
<p>> Comments on Workplace, the company’s internal version of Facebook for employees, came flying in. “This is war-time, we need a war-time CEO,” one wrote. “Beast mode activated,” a second employee posted.<p>> Others couldn’t believe what they’d just heard. “Did Mark just say there are a bunch of people at this company that don’t belong here[?]” a staffer asked. Another responded: “Who hired them?”<p>Two sorts of responses, emotionally opposed, but both coming from people V. Rao might categorize as "clueless" in The Gervais Principle.</p>
]]></description><pubDate>Wed, 27 Jul 2022 05:58:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=32247310</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32247310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32247310</guid></item><item><title><![CDATA[New comment by aahortwwy in "Facebook's TikTok-like redesign marks sunset of social networking era"]]></title><description><![CDATA[
<p>> Social media giant Facebook has seen its daily active users (DAUs) drop for the first time in its 18-year history.<p>> Facebook's owner Meta Platforms says DAUs fell to 1.929bn in the three months to the end of December [2021], compared to 1.930bn in the previous quarter.<p><a href="https://www.bbc.com/news/business-60238565" rel="nofollow">https://www.bbc.com/news/business-60238565</a></p>
]]></description><pubDate>Wed, 27 Jul 2022 04:07:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=32246746</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32246746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32246746</guid></item><item><title><![CDATA[New comment by aahortwwy in "Code doesn’t have to be a mess"]]></title><description><![CDATA[
<p>All dependencies should be injected (and possibly wrapped with custom interfaces, if they're libraries).<p>All globals should be configurable (most codebases I've seen have a ton of hidden globals).<p>All side effects should be isolated.<p>"Break any of these rules sooner than say anything outright barbarous."</p>
]]></description><pubDate>Tue, 26 Jul 2022 12:14:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=32237228</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32237228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32237228</guid></item><item><title><![CDATA[New comment by aahortwwy in "Gitlab and remote work"]]></title><description><![CDATA[
<p>Value selling isn't an option for most employees. Try it in a typical salary negotiation and you'll get funny looks followed by a repeat of their standard offer.</p>
]]></description><pubDate>Thu, 21 Jul 2022 08:49:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=32177096</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32177096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32177096</guid></item><item><title><![CDATA[New comment by aahortwwy in "Log4j: The pain just keeps going"]]></title><description><![CDATA[
<p>> If I don't think the change is worth it or the vulnerability is relevant, I can go to the Snyk site and mark a vulnerability to be ignored, or even tell it to ignore it for a month or whatever.<p>I am currently fighting with our security team because they refuse to allow developers to do this, and instead require my team to file tickets with their team, wait hours for that ticket to be picked up, explain why a thing is a false positive to a person who doesn't understand the codebase they're working on, and hope that person feels that the finding should be ignored.<p>I do not work at a large company.<p>This is greatly exacerbated by the fact that Snyk - like all package scanners - primarily flags false positives. When you start digging in to what it flags you'll find that a lot of the vulnerabilities aren't reasonably exploitable, or the impact is questionable, or you can't repro the issue. Those that do legitimately affect the underlying library often don't affect your usage of that library. I'd estimate our false positive rate is >90%. So when we get a finding our options are to go through that costly and disruptive process I mentioned above, or just upgrade the dependency (which carries associated risk of breaking shit in production).<p>These tools emphasize the quantity of findings they produce, and quietly ignore the quality. As soon as you have <i>any</i> divergence in motivations or incentives between the people running the scanner and the people being blocked by the scanner those low quality findings become incredibly costly.</p>
]]></description><pubDate>Thu, 21 Jul 2022 00:03:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=32174100</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32174100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32174100</guid></item><item><title><![CDATA[New comment by aahortwwy in "Accomplish more by doing less (2007)"]]></title><description><![CDATA[
<p>Most people read these things because it feels good to read them, not because it provides any lasting benefit.<p>It makes sense that these productivity entertainment books include the simplest, least controversial ideas only. Anything else would reduce the size of their TAM.</p>
]]></description><pubDate>Wed, 20 Jul 2022 09:17:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=32163255</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32163255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32163255</guid></item><item><title><![CDATA[New comment by aahortwwy in "Use `Python -m Pip`"]]></title><description><![CDATA[
<p>Maybe you just downloaded a bunch of files into your cwd and now you're going to run a script to process them.</p>
]]></description><pubDate>Wed, 20 Jul 2022 09:08:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=32163206</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32163206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32163206</guid></item><item><title><![CDATA[New comment by aahortwwy in "“No convincing evidence” that depression is caused by low serotonin levels"]]></title><description><![CDATA[
<p>> "Chemical imbalance" isn't actually taught as the root cause of depression.<p>The article contradicts this.</p>
]]></description><pubDate>Wed, 20 Jul 2022 08:16:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=32162899</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32162899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32162899</guid></item><item><title><![CDATA[New comment by aahortwwy in "“No convincing evidence” that depression is caused by low serotonin levels"]]></title><description><![CDATA[
<p>If you have a broken arm a cast can be helpful during the healing process, but a cast does not heal a broken arm.</p>
]]></description><pubDate>Wed, 20 Jul 2022 08:14:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=32162892</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32162892</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32162892</guid></item><item><title><![CDATA[New comment by aahortwwy in "Celsius acknowledges $1.2B hole in balance sheet"]]></title><description><![CDATA[
<p><a href="https://en.m.wikipedia.org/wiki/Properties_of_water#Triple_point" rel="nofollow">https://en.m.wikipedia.org/wiki/Properties_of_water#Triple_p...</a></p>
]]></description><pubDate>Fri, 15 Jul 2022 08:04:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=32105866</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32105866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32105866</guid></item><item><title><![CDATA[New comment by aahortwwy in "Your compliance obligations under the UK’s Online Safety Bill"]]></title><description><![CDATA[
<p>You don't think so? I worry that it will be very effective, that it will be passively accepted by the public, and that we will see widespread injustice as a result.</p>
]]></description><pubDate>Tue, 12 Jul 2022 08:14:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=32066927</link><dc:creator>aahortwwy</dc:creator><comments>https://news.ycombinator.com/item?id=32066927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32066927</guid></item></channel></rss>