<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: lsc36</title><link>https://news.ycombinator.com/user?id=lsc36</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 21:20:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lsc36" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lsc36 in "IPinside: Korea’s Mandatory Spyware"]]></title><description><![CDATA[
<p>Exactly the same in Japan; moreover, many e-commerce sites reject foreign credit cards, even those of international brands (Visa/MasterCard).<p>What I heard was that payment providers charge higher fees for allowing foreign cards, so website owners (who focus on domestic business anyways) just won't bother.</p>
]]></description><pubDate>Wed, 25 Jan 2023 13:30:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34518015</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=34518015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34518015</guid></item><item><title><![CDATA[New comment by lsc36 in "Regarding the eSIM-only iPhone 14 models in the U.S."]]></title><description><![CDATA[
<p>In Japan, eSIMs are exclusive to Japanese citizen and permanent residents. Not sure about the reason behind this but I don't think they're going to change policies just because Apple is pushing.</p>
]]></description><pubDate>Sat, 10 Sep 2022 05:55:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=32788189</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=32788189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32788189</guid></item><item><title><![CDATA[New comment by lsc36 in "Can the Visa-Mastercard duopoly be broken?"]]></title><description><![CDATA[
<p>Card companies _do_ charge interest if you pay in (usually) 3 or more installments, unless explicitly mentioned being interest-free.</p>
]]></description><pubDate>Thu, 18 Aug 2022 01:30:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=32504112</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=32504112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32504112</guid></item><item><title><![CDATA[New comment by lsc36 in "Hidden Networks in TP-Link Routers"]]></title><description><![CDATA[
<p>I once bought a TP-Link Wifi router as it was pretty high-speced at the time and people recommended it. I was happy with it until it hijacked my HTTP connection to tell me there's a firmware update. Will never consider their products again.</p>
]]></description><pubDate>Wed, 22 Dec 2021 03:15:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=29645204</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=29645204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29645204</guid></item><item><title><![CDATA[New comment by lsc36 in "Chrome is faster in M91"]]></title><description><![CDATA[
<p>Current/past release schedule can be found here: <a href="https://chromiumdash.appspot.com/schedule" rel="nofollow">https://chromiumdash.appspot.com/schedule</a></p>
]]></description><pubDate>Mon, 07 Jun 2021 14:29:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=27423026</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=27423026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27423026</guid></item><item><title><![CDATA[New comment by lsc36 in "HN “Why Not Simply”"]]></title><description><![CDATA[
<p>This reminds me of the Dropbox HN submission back in 2007: <a href="https://news.ycombinator.com/item?id=8863" rel="nofollow">https://news.ycombinator.com/item?id=8863</a></p>
]]></description><pubDate>Mon, 07 Jun 2021 14:05:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=27422757</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=27422757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27422757</guid></item><item><title><![CDATA[New comment by lsc36 in "How Do Computers Generate Random Numbers?"]]></title><description><![CDATA[
<p>That depends on the modulus being divisible by 8, which is not always the case. A common example is modulus = 2^31 - 1 [0] which is prime.<p>[0] <a href="https://en.wikipedia.org/wiki/Linear_congruential_generator#Parameters_in_common_use" rel="nofollow">https://en.wikipedia.org/wiki/Linear_congruential_generator#...</a></p>
]]></description><pubDate>Mon, 14 Sep 2020 12:02:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=24469107</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=24469107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24469107</guid></item><item><title><![CDATA[New comment by lsc36 in "How Do Computers Generate Random Numbers?"]]></title><description><![CDATA[
<p>The article claims that "it is indeed a uniform distribution" so I wanted to point it out.</p>
]]></description><pubDate>Mon, 14 Sep 2020 12:00:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=24469094</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=24469094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24469094</guid></item><item><title><![CDATA[New comment by lsc36 in "How Do Computers Generate Random Numbers?"]]></title><description><![CDATA[
<p>1. You don't turn PRNG into "true" RNGs simply by picking seeds from environmental randomness. The seed is just the initial state, as long as the output is generated by a deterministic algorithm, by definition it's a PRNG. At the very best you can make a CSPRNG, but not a "true" RNG.<p>2. The dice roll example is <i>not</i> uniform distribution, I think this is a common pitfall when generating random integers of a range. `randomNumber % 6` results in a slight bias towards 0 and 1, since 2^31 % 6 == 2, there are more numbers in the range [0, 2^31-1] that map to 0 and 1 than those that map to 2...5. To make it uniform, for example, you should always discard if `randomNumber < 2` and regenerate another number for use.</p>
]]></description><pubDate>Mon, 14 Sep 2020 08:22:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=24467978</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=24467978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24467978</guid></item><item><title><![CDATA[New comment by lsc36 in "Huawei staff CVs reveal alleged links to Chinese intelligence agencies"]]></title><description><![CDATA[
<p>But you're not <i>forbidden</i> from talking about what you mentioned, that's why you're posting here, no? Try to post anything about Tiananmen on any forum based in China. To me this is the key that makes CCP strictly worse than the US govt.</p>
]]></description><pubDate>Sat, 06 Jul 2019 12:53:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=20369416</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=20369416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20369416</guid></item><item><title><![CDATA[New comment by lsc36 in "Hong Kong Protesters Keep Up the Pressure"]]></title><description><![CDATA[
<p>This was only active until 1979; the US currently has no military presence in Taiwan.</p>
]]></description><pubDate>Sat, 22 Jun 2019 01:53:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=20247552</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=20247552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20247552</guid></item><item><title><![CDATA[New comment by lsc36 in "Chrome 68 will mark all HTTP sites as “not secure”"]]></title><description><![CDATA[
<p>Firefox will eventually follow up as well:<p>"To continue to promote the use of HTTPS and properly convey the risks to users, Firefox will eventually display the struck-through lock icon for all pages that don’t use HTTPS, to make clear that they are not secure." [1]<p>[1] <a href="https://blog.mozilla.org/security/2017/01/20/communicating-the-dangers-of-non-secure-http/" rel="nofollow">https://blog.mozilla.org/security/2017/01/20/communicating-t...</a></p>
]]></description><pubDate>Fri, 09 Feb 2018 03:29:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=16337706</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=16337706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16337706</guid></item><item><title><![CDATA[New comment by lsc36 in "A FactoryFactoryFactory in Production"]]></title><description><![CDATA[
<p>I guess design patterns should never be <i>applied</i>. Those are simply optimal solutions to common design problems in OOP. When you encounter your own problem, derive your own optimal solution, and you call it some "pattern" if it happens to resemble one.<p>IMO pattern names are merely for communication purposes, like saying "abstract factory" instead of having to say "I have an interface F for creating instances of interface A, where different implementations of F can be chosen at runtime to create different instances of implementation of A". And also you are not <i>required</i> to call your factory "Factory".</p>
]]></description><pubDate>Mon, 18 Dec 2017 17:22:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=15953297</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=15953297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15953297</guid></item><item><title><![CDATA[New comment by lsc36 in "Microsoft Adds an OpenSSH Client to Windows 10"]]></title><description><![CDATA[
<p>I've been using WSL + wsltty [1] + Xming [2] for months and didn't encounter major issues. wsltty also added support to the Microsoft Store version recently.<p>For Xming, simply set DISPLAY in shell and local GUI programs just work, as well as SSH X forwarding.<p>[1] <a href="https://github.com/mintty/wsltty" rel="nofollow">https://github.com/mintty/wsltty</a><p>[2] <a href="https://sourceforge.net/projects/xming/" rel="nofollow">https://sourceforge.net/projects/xming/</a><p>(EDIT: typo)</p>
]]></description><pubDate>Tue, 12 Dec 2017 16:40:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=15906948</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=15906948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15906948</guid></item><item><title><![CDATA[Please build websites for the web, not just Google Chrome]]></title><description><![CDATA[
<p>Article URL: <a href="https://thenextweb.com/dd/2017/11/28/please-build-websites-web-not-just-google-chrome/">https://thenextweb.com/dd/2017/11/28/please-build-websites-web-not-just-google-chrome/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15804716">https://news.ycombinator.com/item?id=15804716</a></p>
<p>Points: 59</p>
<p># Comments: 25</p>
]]></description><pubDate>Wed, 29 Nov 2017 05:07:55 +0000</pubDate><link>https://thenextweb.com/dd/2017/11/28/please-build-websites-web-not-just-google-chrome/</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=15804716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15804716</guid></item><item><title><![CDATA[New comment by lsc36 in "Some problems of URLs"]]></title><description><![CDATA[
<p>Can't agree more that URL syntax is overcomplicated. Even existing URL parsing libraries behave inconsistently and lead to security vulnerabilities [0].<p>[0] <a href="https://www.blackhat.com/docs/us-17/thursday/us-17-Tsai-A-New-Era-Of-SSRF-Exploiting-URL-Parser-In-Trending-Programming-Languages.pdf" rel="nofollow">https://www.blackhat.com/docs/us-17/thursday/us-17-Tsai-A-Ne...</a></p>
]]></description><pubDate>Thu, 09 Nov 2017 04:09:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=15659779</link><dc:creator>lsc36</dc:creator><comments>https://news.ycombinator.com/item?id=15659779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15659779</guid></item></channel></rss>