<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: shriek</title><link>https://news.ycombinator.com/user?id=shriek</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 16:22:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=shriek" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by shriek in "Meta’s AI smart glasses and data privacy concerns"]]></title><description><![CDATA[
<p>A simple on/off toggle isn't going to prevent them from using your data. If your data is in their server then it's going to be used one way or another. Whether in an anonymous way or shipped to where there are no privacy laws.</p>
]]></description><pubDate>Tue, 03 Mar 2026 04:06:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47227881</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=47227881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47227881</guid></item><item><title><![CDATA[New comment by shriek in "Claude wrote a functional NES emulator using my engine's API"]]></title><description><![CDATA[
<p>to build what you don't understand is to suffer in future</p>
]]></description><pubDate>Wed, 31 Dec 2025 15:44:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46445121</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=46445121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46445121</guid></item><item><title><![CDATA[New comment by shriek in "I'm a laptop weirdo and that's why I like my new Framework 13"]]></title><description><![CDATA[
<p>Yep, did the same thing too. It's nice that you just need one tool to unscrew, screw things and everything is labelled well that you don't need to go dig to multiple websites on how to do repair/replace parts.  
But of all things, replacing keyboard was the most tedious one in framework with so many screws, haha.</p>
]]></description><pubDate>Fri, 26 Dec 2025 14:59:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46392649</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=46392649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46392649</guid></item><item><title><![CDATA[New comment by shriek in "DOGE puts $1 spending limit on government employee credit cards"]]></title><description><![CDATA[
<p>Yep. They've made a decision to pay premium price for your service so you know you're worth more now.</p>
]]></description><pubDate>Thu, 20 Feb 2025 23:11:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43121694</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=43121694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43121694</guid></item><item><title><![CDATA[New comment by shriek in "A decade later, a decade lost (2024)"]]></title><description><![CDATA[
<p>It never occurred to me to lookup the creator of the tool[1] that I used to use so often. It's so easy to overlook that there are actually humans with their own story (tragic or not) behind the tools that we use. 
I should learn to appreciate people behind the code more. And, I'm so sorry what you had to and are going through, Mr. Meyer.<p>[1]. <a href="https://meyerweb.com/eric/tools/dencoder/" rel="nofollow">https://meyerweb.com/eric/tools/dencoder/</a></p>
]]></description><pubDate>Sat, 15 Feb 2025 19:54:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43061718</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=43061718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43061718</guid></item><item><title><![CDATA[New comment by shriek in "FFmpeg by Example"]]></title><description><![CDATA[
<p>Or maybe calling a cab and telling the cab driver each direction to get to the destination instead of the cab driver just taking you there.</p>
]]></description><pubDate>Wed, 15 Jan 2025 15:28:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=42711971</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=42711971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42711971</guid></item><item><title><![CDATA[New comment by shriek in "Tabby: Self-hosted AI coding assistant"]]></title><description><![CDATA[
<p>Wait till they come with auto review/merge agents, or maybe there already is. <i>gulp</i></p>
]]></description><pubDate>Mon, 13 Jan 2025 16:07:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=42684974</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=42684974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42684974</guid></item><item><title><![CDATA[New comment by shriek in "Why making friends as an adult is hard"]]></title><description><![CDATA[
<p>Because they have a common goal. The challenge for atheists is to find group of people with the same goal as theirs.</p>
]]></description><pubDate>Tue, 24 Dec 2024 17:56:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=42503547</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=42503547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42503547</guid></item><item><title><![CDATA[New comment by shriek in "We're Leaving Kubernetes"]]></title><description><![CDATA[
<p>And the reason they suck is the feedback loop is just too high as compared to running it locally. You have to jump through hoops to debug/troubleshoot your code or any issues that you come across between your code and output of your code. And it's almost impossible to work on things when you have spotty internet. 
I haven't worked on extremely sensitive data but for PII data from prod to dev, scrubbing is a good practice to follow. This will vary based on the project/team you're on of course.</p>
]]></description><pubDate>Mon, 04 Nov 2024 16:31:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42043130</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=42043130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42043130</guid></item><item><title><![CDATA[New comment by shriek in "TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'"]]></title><description><![CDATA[
<p>Oh for sure. I use it as smart(ish) autocomplete to avoid typing everything out/looking up in docs everytime but the thought of prompt engineering to make an app is just bizarre to me. It almost feels like it has more friction than actually writing the damn thing yourself.</p>
]]></description><pubDate>Fri, 27 Sep 2024 19:06:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41674389</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=41674389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41674389</guid></item><item><title><![CDATA[New comment by shriek in "TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'"]]></title><description><![CDATA[
<p>Most of the time the entire apps are just a timer app or something simple. Never a complex app with tons of logic in them. And if you're having to write paragraphs of texts to write something complex then might as well just write that in a programming language, I mean isn't that what high-level programming language was built for? (heh).  
Also, you're not the only one who's had the thought that someone is vested in someway to overhype this.</p>
]]></description><pubDate>Fri, 27 Sep 2024 15:29:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41671702</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=41671702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41671702</guid></item><item><title><![CDATA[New comment by shriek in "Claude 3 beats GPT-4 on Aider's code editing benchmark"]]></title><description><![CDATA[
<p>Yeah, I'm curious how others are using too. For boilerplate code and configs, they're great in a sense that I don't have to open docs for reference but other than that I feel like maybe I'm not fully using it to its full potential like others are mentioning.</p>
]]></description><pubDate>Thu, 28 Mar 2024 11:46:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=39849987</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=39849987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39849987</guid></item><item><title><![CDATA[New comment by shriek in "Open Policy Agent"]]></title><description><![CDATA[
<p>Yeah, that's what I've noticed too. Conceptually, they're more or less same giving an option of RBAC, ABAC or ReBAC and each offer their own DSLs (e.g. Oso, Ory Keto etc) and deployment strategies. It's been a bit harder to pick one honestly but I guess I'll just have to just use them to find which one fits for me.</p>
]]></description><pubDate>Wed, 13 Mar 2024 14:48:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39691860</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=39691860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39691860</guid></item><item><title><![CDATA[New comment by shriek in "Open Policy Agent"]]></title><description><![CDATA[
<p>This feels very much like OpenFGA[0]. I've been evaluating authorization tool for one of my side projects and honestly most tools feels like creating relationships in a graph-like database and querying to see if there is/isn't relationship between two entities. Is there more to this (besides the implementation details) or am I missing something from these tools?<p>[0] <a href="https://openfga.dev/" rel="nofollow">https://openfga.dev/</a></p>
]]></description><pubDate>Wed, 13 Mar 2024 02:34:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39687527</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=39687527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39687527</guid></item><item><title><![CDATA[New comment by shriek in "Disillusioned with Deno"]]></title><description><![CDATA[
<p>Heh I had the same experience but with bun. Lots of subtle bugs on stream and crypto packages where I spent a lot of time trying to figure out what was wrong only to find that it's a known bug in bun. I would have understood that there'd be bugs in relatively new runtime that's undertaking this huge task but it's not drop-in replacement for node as it claims to be and I wouldn't say v1 is stable at all.</p>
]]></description><pubDate>Mon, 26 Feb 2024 14:22:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=39511496</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=39511496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39511496</guid></item><item><title><![CDATA[New comment by shriek in "FAA orders grounding of more than 170 Boeing 737 Max 9s"]]></title><description><![CDATA[
<p>Because the chance of you dying when something goes wrong in an aircraft at high altitude is significantly higher (almost 100%) than you dying in a car crash. There's still a chance of you getting ambulance on road accidents but you're plummeting to your death on major aircraft malfunction.</p>
]]></description><pubDate>Sat, 06 Jan 2024 20:53:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=38895335</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=38895335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38895335</guid></item><item><title><![CDATA[New comment by shriek in "The Unix timestamp will begin with 17 this Tuesday"]]></title><description><![CDATA[
<p>What's even remarkable is 999999999,9/9 has 11 9s.</p>
]]></description><pubDate>Sat, 11 Nov 2023 04:45:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38227708</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=38227708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38227708</guid></item><item><title><![CDATA[New comment by shriek in "ChatGPT turned generative AI into an “anything tool”"]]></title><description><![CDATA[
<p>Likewise, same result for me too but I get it. It's a language model. It makes a best guess based on the information it was provided so I trust it on the things I'm familiar with but verify on those that I'm not.</p>
]]></description><pubDate>Thu, 24 Aug 2023 05:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37245361</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=37245361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37245361</guid></item><item><title><![CDATA[New comment by shriek in "Inside The Decline of Stack Exchange"]]></title><description><![CDATA[
<p>Perhaps you and I have different level of trust for ChatGPT but I have to double verify its responses on topics that are unfamiliar to me still.</p>
]]></description><pubDate>Mon, 14 Aug 2023 16:32:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=37123003</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=37123003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37123003</guid></item><item><title><![CDATA[New comment by shriek in "Inside The Decline of Stack Exchange"]]></title><description><![CDATA[
<p>> the answers that are technically correct but "weird"<p>In ChatGPT's instance they can be downright wrong and I have to verify if what it's saying is indeed correct on many occasions.</p>
]]></description><pubDate>Mon, 14 Aug 2023 14:58:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=37121782</link><dc:creator>shriek</dc:creator><comments>https://news.ycombinator.com/item?id=37121782</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37121782</guid></item></channel></rss>