<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: stana</title><link>https://news.ycombinator.com/user?id=stana</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 10 Sep 2026 18:54:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=stana" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by stana in "Beware Management Consultants"]]></title><description><![CDATA[
<p>Major scandal in Australia was PwC secretly passing government secrets (tax changes consulting work) to private corporations [1]. And another one was KPMG passing secret client information to win contracts [2]<p>[1] - <a href="https://en.wikipedia.org/wiki/PwC_tax_scandal" rel="nofollow">https://en.wikipedia.org/wiki/PwC_tax_scandal</a>
[2] - <a href="https://www.theguardian.com/australia-news/2026/jun/10/kpmg-scandal-alleged-confidential-leaks-contracts-lost-leaders-quit-ntwnfb" rel="nofollow">https://www.theguardian.com/australia-news/2026/jun/10/kpmg-...</a></p>
]]></description><pubDate>Tue, 18 Aug 2026 23:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49354316</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=49354316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49354316</guid></item><item><title><![CDATA[New comment by stana in "What I love about Django"]]></title><description><![CDATA[
<p>There are a lot of things to like about Django. Remember being blown away when I discovered Django Content Types[1]. Basically generic foreign keys to any model type.<p>[1]: <a href="https://docs.djangoproject.com/en/6.0/ref/contrib/contenttypes/" rel="nofollow">https://docs.djangoproject.com/en/6.0/ref/contrib/contenttyp...</a></p>
]]></description><pubDate>Thu, 06 Aug 2026 11:16:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49195188</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=49195188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49195188</guid></item><item><title><![CDATA[New comment by stana in "Why Vanilla JavaScript"]]></title><description><![CDATA[
<p>Writing programs in C has simplified developer experience over Assembly. Issue with JS frameworks is that many find them complex, i.e. complexity has not been abstracted away (which should be goal of abstractions). Maybe DOM manipulation has, but many new complex ideas had to be introduced to achieve it.</p>
]]></description><pubDate>Mon, 13 Jul 2026 02:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48887062</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=48887062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48887062</guid></item><item><title><![CDATA[New comment by stana in "Will Claude Code ruin our team?"]]></title><description><![CDATA[
<p>I wonder if this could go down similar way some SaaS systems went to lower barrier to customisation so less technical users could do it. For example, having to interface with some ServiceNow instances I often find major flaws with db schema design - similar data in multiple places, lack of constraints, etc. Basically one big mess you are now stuck with that could have been avoided if a db expert was in charge of data model design.</p>
]]></description><pubDate>Sun, 08 Mar 2026 03:57:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47294266</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=47294266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47294266</guid></item><item><title><![CDATA[New comment by stana in "I'm switching to Python and actually liking it"]]></title><description><![CDATA[
<p>Or<p><pre><code>  API_KEY = os.environ.get("YOUTUBE_API_KEY")
  CHANNEL_ID = os.environ.get("YOUTUBE_CHANNEL_ID")

  assert(API_KEY, "Missing YOUTUBE_API_KEY")
  assert(CHANNEL_ID, "Missing CHANNEL_ID")</code></pre></p>
]]></description><pubDate>Thu, 17 Jul 2025 01:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44588882</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=44588882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44588882</guid></item><item><title><![CDATA[New comment by stana in "The appeal of serving your web pages with a single process"]]></title><description><![CDATA[
<p>Would love to explore this in Python. But would it be correct to assume single process service would not be as performant due to GIL?</p>
]]></description><pubDate>Mon, 21 Apr 2025 04:07:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43748429</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=43748429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43748429</guid></item><item><title><![CDATA[New comment by stana in "The Post-Developer Era"]]></title><description><![CDATA[
<p>After some experience, starting to use a new programming language is not such a big challenge. Mastering the new language eco system is. AI might help you generate new code faster, but feel like crunching code has not been so much of an issue. Bigger picture system design, something that scales and is maintainable is the challenge.</p>
]]></description><pubDate>Tue, 15 Apr 2025 05:56:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=43689407</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=43689407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43689407</guid></item><item><title><![CDATA[New comment by stana in "Let's Ban Billboards"]]></title><description><![CDATA[
<p>Advertising is out of control. Doing mundane things like filling up fuel at a petrol stations, or catching a lift at work - there is a little screen targeting you with ads.</p>
]]></description><pubDate>Mon, 07 Apr 2025 02:12:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43606896</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=43606896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43606896</guid></item><item><title><![CDATA[New comment by stana in "Macrodata Refinement"]]></title><description><![CDATA[
<p>Got introduced to Rufus Sewell in 'The Man in The High Castle'. He played an SS commander. Most intimidating and frightening presence on the screen - without raising his voice and no (direct) acts of violence. Great actor.</p>
]]></description><pubDate>Mon, 03 Feb 2025 02:50:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42914388</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=42914388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42914388</guid></item><item><title><![CDATA[New comment by stana in "Dependency management fatigue, or why I ditched React for Go+HTMX+Templ"]]></title><description><![CDATA[
<p>Isn't that Svelte?</p>
]]></description><pubDate>Wed, 04 Dec 2024 02:54:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42314091</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=42314091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42314091</guid></item><item><title><![CDATA[New comment by stana in "Rails is better low code than low code"]]></title><description><![CDATA[
<p>And not much mention of how you do releases and version control with low-code.</p>
]]></description><pubDate>Mon, 02 Dec 2024 05:18:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42293343</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=42293343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42293343</guid></item><item><title><![CDATA[New comment by stana in "Rails is better low code than low code"]]></title><description><![CDATA[
<p>Stuff like MS Power Apps. More traditionally MS Access. Basically drag and drop App builder - UI form builder, connectors to connect to public API-s and even store data.</p>
]]></description><pubDate>Mon, 02 Dec 2024 05:03:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42293274</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=42293274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42293274</guid></item><item><title><![CDATA[New comment by stana in "Rails is better low code than low code"]]></title><description><![CDATA[
<p>Point I was trying to make was that low-code is a lock-in IMO, and I would pick Ruby, Django, or whatever any day for no other reason than being able to modify/maintain/own code.</p>
]]></description><pubDate>Mon, 02 Dec 2024 04:59:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42293258</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=42293258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42293258</guid></item><item><title><![CDATA[New comment by stana in "Rails is better low code than low code"]]></title><description><![CDATA[
<p>Code is cost. Low-code is getting a vendor to generate code for you (cost again) and putting into a black box you can't access. i.e. lock in.</p>
]]></description><pubDate>Sun, 01 Dec 2024 23:18:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42291502</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=42291502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42291502</guid></item><item><title><![CDATA[New comment by stana in "Procrastination and the fear of not being good enough"]]></title><description><![CDATA[
<p>Interesting what you say about having to face some existential questions if you remove some ego enforcing ideas about yourself. Ernest Becker's book 'Denial of Death' suggests that this 'narrative' we have about ourselves is to deny our mortality, which we really got me thinking.</p>
]]></description><pubDate>Mon, 11 Nov 2024 00:32:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=42103627</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=42103627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42103627</guid></item><item><title><![CDATA[New comment by stana in "Accountability sinks"]]></title><description><![CDATA[
<p>Interesting. Wonder sometimes how much of consulting business is motivated by accountability avoidance - "accountability sinks" for hire</p>
]]></description><pubDate>Sun, 20 Oct 2024 04:32:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=41892875</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=41892875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41892875</guid></item><item><title><![CDATA[New comment by stana in "AI and globalisation are shaking up software developers' world"]]></title><description><![CDATA[
<p>Code generation was a thing for decades but there are still jobs writing CRUD based apps by hand.</p>
]]></description><pubDate>Sun, 29 Sep 2024 21:20:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41690722</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=41690722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41690722</guid></item><item><title><![CDATA[New comment by stana in "AI and globalisation are shaking up software developers' world"]]></title><description><![CDATA[
<p>This might help with building new software. But large part of the job is maintenance and changes. How long will next outage take to understand without people with deep understanding of the code.</p>
]]></description><pubDate>Sun, 29 Sep 2024 21:06:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41690553</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=41690553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41690553</guid></item><item><title><![CDATA[New comment by stana in "Just for Fun (2022)"]]></title><description><![CDATA[
<p>We are all temporarily embarrassed millionaires. That big project idea just around the corner...</p>
]]></description><pubDate>Tue, 10 Sep 2024 05:55:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41497564</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=41497564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41497564</guid></item><item><title><![CDATA[New comment by stana in "CrowdStrike's impact on aviation"]]></title><description><![CDATA[
<p>Rebranding project coming up at CrowdStrike?</p>
]]></description><pubDate>Mon, 29 Jul 2024 21:58:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=41104182</link><dc:creator>stana</dc:creator><comments>https://news.ycombinator.com/item?id=41104182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41104182</guid></item></channel></rss>