<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: reader_1000</title><link>https://news.ycombinator.com/user?id=reader_1000</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 10 Aug 2026 15:17:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=reader_1000" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by reader_1000 in "Go hard on agents, not on your filesystem"]]></title><description><![CDATA[
<p>For some reason, this made everything worse for me. Now claude constantly tries to access my home folder instead of current directory. Obviously this is not still good enough. Also Claude keeps dismissing my instructions on not to read my home directory and use current directory. Weird.</p>
]]></description><pubDate>Sat, 28 Mar 2026 11:09:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47553495</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=47553495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47553495</guid></item><item><title><![CDATA[New comment by reader_1000 in "A million ways to die from a data race in Go"]]></title><description><![CDATA[
<p>I agree, any direct / field modification should be assumed to be not-thread safe. OTOH, I think Go made a mistake by exporting http.DefaultClient, because it is a pointer and using it causes several problems including thread safety, and there are libraries that use it. It would have been better if it were http.NewDefaultClient() which creates a new one every time it is called.</p>
]]></description><pubDate>Tue, 25 Nov 2025 14:58:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46046322</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=46046322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46046322</guid></item><item><title><![CDATA[New comment by reader_1000 in "Docker Systems Status: Full Service Disruption"]]></title><description><![CDATA[
<p>> We have identified the underlying issue with one of our cloud service providers.<p>Isn't it everyone using multiple cloud providers nowadays? Why are they affected by single cloud provider outage?</p>
]]></description><pubDate>Mon, 20 Oct 2025 09:57:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45642058</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=45642058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45642058</guid></item><item><title><![CDATA[New comment by reader_1000 in "(On | No) Syntactic Support for Error Handling"]]></title><description><![CDATA[
<p>> For instance, a recurring comment in user surveys is about the lack of stack traces associated with an error. This could be addressed with support functions that produce and return an augmented error.<p>Languages with stack traces gives this to you for free, in Go, you need to implement it every time. OK, you may be disciplined developer where you always augment the error with the details but not all the team members have the same discipline.<p>Also the best thing about stack traces is that it gives you the path to the error. If the error is happened in a method that is called from multiple places, with stack traces, you immediately know the call path.<p>I worked as a sysadmin/SRE style for many years and I had to solve many problems, so I have plenty of experience in troubleshooting and problem solving. When I worked with stack traces, solving easy problems was taking only 1-2 minutes because the problems were obvious, but with Go, even easy problems takes more time because some people just don't augment the errors and use same error messages which makes it a detective work to solve it.</p>
]]></description><pubDate>Tue, 03 Jun 2025 19:05:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44173461</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=44173461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44173461</guid></item><item><title><![CDATA[Dental flossing may lower risk of stroke from blood clots, irregular heartbeats]]></title><description><![CDATA[
<p>Article URL: <a href="https://newsroom.heart.org/news/regular-dental-flossing-may-lower-risk-of-stroke-from-blood-clots-irregular-heartbeats">https://newsroom.heart.org/news/regular-dental-flossing-may-lower-risk-of-stroke-from-blood-clots-irregular-heartbeats</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43682439">https://news.ycombinator.com/item?id=43682439</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 14 Apr 2025 15:33:51 +0000</pubDate><link>https://newsroom.heart.org/news/regular-dental-flossing-may-lower-risk-of-stroke-from-blood-clots-irregular-heartbeats</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=43682439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43682439</guid></item><item><title><![CDATA[New comment by reader_1000 in "Apple's Software Quality Crisis"]]></title><description><![CDATA[
<p>As an iPhone user, I can only agree that Apple's software quality is just going backwards. Keyboard is terrible, it suggests words that are completely unrelated. Control center is becoming worse at every update. You can't still select text in the messages. Wifi is always unstable. You can't turn off wifi, etc.<p>Also my father used to use the feature of announcing outgoing calls when call is made by Siri, they removed it and I saw that many blind people also used to use this feature. I don't know what they thought while removing this feature.</p>
]]></description><pubDate>Mon, 03 Mar 2025 17:27:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43244292</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=43244292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43244292</guid></item><item><title><![CDATA[Twin Films]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Twin_films">https://en.wikipedia.org/wiki/Twin_films</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42540150">https://news.ycombinator.com/item?id=42540150</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 29 Dec 2024 14:24:08 +0000</pubDate><link>https://en.wikipedia.org/wiki/Twin_films</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=42540150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42540150</guid></item><item><title><![CDATA[New comment by reader_1000 in "In Defense of Simple Architectures (2022)"]]></title><description><![CDATA[
<p>Most companies out there want you to have certain technologies / keywords in your resume and will automatically reject you if you don't have them.<p>Yes, building a solid project with boring technology that delivers real business value sounds good in theory but not so good when applying for a new job. Maybe it can help after you somehow manage to pass some initial screening.</p>
]]></description><pubDate>Tue, 20 Feb 2024 19:20:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=39445620</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=39445620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39445620</guid></item><item><title><![CDATA[Are All ByteBuffers Equal?]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/kullanici0606/plog/blob/master/java/bytebuffer.md">https://github.com/kullanici0606/plog/blob/master/java/bytebuffer.md</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39261172">https://news.ycombinator.com/item?id=39261172</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 05 Feb 2024 13:50:54 +0000</pubDate><link>https://github.com/kullanici0606/plog/blob/master/java/bytebuffer.md</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=39261172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39261172</guid></item><item><title><![CDATA[New comment by reader_1000 in "Ask HN: Who is hiring? (December 2023)"]]></title><description><![CDATA[
<p>Agreed and they reject applications with the reason they hired somebody else, though keep posting here</p>
]]></description><pubDate>Sat, 02 Dec 2023 18:30:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=38500746</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=38500746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38500746</guid></item><item><title><![CDATA[New comment by reader_1000 in "What's in email tracking links and pixels?"]]></title><description><![CDATA[
<p>It used to prefetch external images [1]. Another option would be asking whether to download external images. I think one can enable this in settings, default is always display external images.<p>[1] <a href="https://arstechnica.com/information-technology/2013/12/gmail-blows-up-e-mail-marketing-by-caching-all-images-on-google-servers/" rel="nofollow">https://arstechnica.com/information-technology/2013/12/gmail...</a>
[2] <a href="https://news.ycombinator.com/item?id=6896378" rel="nofollow">https://news.ycombinator.com/item?id=6896378</a></p>
]]></description><pubDate>Wed, 09 Jun 2021 19:55:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=27452336</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=27452336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27452336</guid></item><item><title><![CDATA[New comment by reader_1000 in "What's in email tracking links and pixels?"]]></title><description><![CDATA[
<p>As far as I remember, Gmail used to prefetch images to prevent senders learning if and when recepient opens an email, but if this behaviour changed, I didn't know that.</p>
]]></description><pubDate>Wed, 09 Jun 2021 19:45:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=27452223</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=27452223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27452223</guid></item><item><title><![CDATA[New comment by reader_1000 in "What's in email tracking links and pixels?"]]></title><description><![CDATA[
<p>One interesting thing I noticed with Linkedin emails is that it dynamically fetches unread notification count. For example, if someone views your profile, there will be a notification in the website. If you go to your mail and open an <i>old</i> Linkedin email before you check the notification in the website, you will see a little red 1 on the corner of Linkedin logo. Later, if you go to website, clear notification, and then open the same email, you will see that notification counter is gone. If find it quite interesting that Gmail lets this behaviour.</p>
]]></description><pubDate>Wed, 09 Jun 2021 19:38:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=27452143</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=27452143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27452143</guid></item><item><title><![CDATA[New comment by reader_1000 in "How to use RabbitMQ in service integration"]]></title><description><![CDATA[
<p>>  I'd love to hear what exact scenarios it does actually make sense to use Kafka for instead of Rabbit or AMQP1.0 :)<p>If order of message processing matters, then Kafka is better suited then AMQP.
For example, In a distributed application for money transfers, if AMQP used, message order will be lost and some problems will occur in the following scenario:<p>User A with an accound of $1000 makes order for two transfers T1 ($600) and T2 ($500)<p><pre><code>  - Rabbit delivers T1 to server1, before processing message, server1 enters a full GC.
  - Rabbit delivers T2 to server2 and server2 processes message immediately, now User A's account have $500  
  - Server1 resumes its life after the end of GC, but fails to process T1 since account's balance is less than required amount.
</code></pre>
However, it is T2 that should have failed because User A ordered T1 first and T2 after.<p>In Kafka, when user account identifier is used for partitioning key, all User A's messages will be processed by same consumer (i.e server1), so even if server1 enters a full GC, that is OK, since T2 will be processed after T1.</p>
]]></description><pubDate>Mon, 17 May 2021 19:36:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=27187408</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=27187408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27187408</guid></item><item><title><![CDATA[New comment by reader_1000 in "TikTok Remix Culture"]]></title><description><![CDATA[
<p>> Almost all features of Instagram, except for interactive widgets in stories, are available from the web (doesn’t matter mobile or desktop).<p>Not exactly. When viewed in desktop browser, photo upload is not avaiable and you need to use developer tools to simulate mobile web browser view which is a workaround. Also, even in mobile web, you cannot upload more than one photo, even though this functionality exists in the app. These are very fundamental features of instagram, I think these are not so complex to implement in web versions.</p>
]]></description><pubDate>Sat, 15 May 2021 09:56:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=27163857</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=27163857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27163857</guid></item><item><title><![CDATA[New comment by reader_1000 in "WhatsApp CEO on the controversy surrounding proposed German communications laws"]]></title><description><![CDATA[
<p>> I'm not sure how easy it is to figure out whether those 'highly forwarded messages' are all the same, or somehow link them without knowing anything about their content or linking them to information you already know about people.<p>They use a counter. I don't know, however, if it is enforced on only client side or it is in a unencrypted metadata which can be checked on server side.<p>> Forwarded messages contain a counter that keeps track of how many times a message is forwarded. [1]<p>[1] <a href="https://faq.whatsapp.com/general/chats/about-forwarding-limits" rel="nofollow">https://faq.whatsapp.com/general/chats/about-forwarding-limi...</a></p>
]]></description><pubDate>Sun, 14 Mar 2021 10:07:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=26454045</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=26454045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26454045</guid></item><item><title><![CDATA[New comment by reader_1000 in "Google admits Kubernetes container tech is too complex"]]></title><description><![CDATA[
<p>> So the same thing run locally is run in the cloud<p>Who is preparing Dockerfiles? Developers and system administrators / security people do not generally prioritize same things. We do not use k8s for now (therefore I know very little about it), so this might not be relevant but how do you prevent shipping insecure containers?</p>
]]></description><pubDate>Fri, 26 Feb 2021 16:01:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=26276104</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=26276104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26276104</guid></item><item><title><![CDATA[New comment by reader_1000 in "Things you should do now (2011)"]]></title><description><![CDATA[
<p>How does it compare to cuid [1]? If you know the differences, can you please explain them for those like me who do not know both?<p>[1] <a href="https://github.com/ericelliott/cuid" rel="nofollow">https://github.com/ericelliott/cuid</a></p>
]]></description><pubDate>Fri, 19 Feb 2021 19:45:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=26197191</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=26197191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26197191</guid></item><item><title><![CDATA[New comment by reader_1000 in "Answering your questions about WhatsApp’s Privacy Policy"]]></title><description><![CDATA[
<p>I always assumed that Whatsapp keeps the logs of call / messaging (i.e who texted to whom, how many times etc), however according to the this document, it does not keep them. Moreover, it does not share neither group information nor contacts. If this is really the case, it is quite better than most people think. I just wonder, though, why do they need to keep EU out of this latest ToS update and what does Whatsapp share with Facebook?</p>
]]></description><pubDate>Tue, 12 Jan 2021 14:31:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=25747336</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=25747336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25747336</guid></item><item><title><![CDATA[New comment by reader_1000 in "Back to the '70s with Serverless"]]></title><description><![CDATA[
<p>> How long are you talking?
There were some Spring applications that took more than 5 minutes to start in my old job. However, things are most probably improved now with lazy initializations of beans and maybe developers of that applications could have done better at that time. I don't know it is still the case now.<p>> Also, with the current network speeds and memory availability, it's hard to imagine the war size to be a bottleneck in web development.<p>Network speed was not the problem, decompression / expansion of the application was. There were war files about 100-150 MB size. Also I saw one with size of 1.5GB however it was an exception. These may or may not be a concern depending on your CPU utilization, disk speed, memory, etc.<p>Most decisions depends on environment. For some environments, as you said, deployments are not a concern for microservices, for some they are.</p>
]]></description><pubDate>Sun, 20 Dec 2020 14:34:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=25486436</link><dc:creator>reader_1000</dc:creator><comments>https://news.ycombinator.com/item?id=25486436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25486436</guid></item></channel></rss>