Viewing profile — lsc36
lsc36
HN member- Joined
- Thu, Apr 20, 2017, 6:05 AM UTC
- HN karma
- 127
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About lsc36
No profile information was provided.
Recent public activity
-
comment
Comment #34518015
Exactly the same in Japan; moreover, many e-commerce sites reject foreign credit cards, even those of international brands (Visa/MasterCard). What I heard was that payment provider…
-
comment
Comment #32788189
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 App…
-
comment
Comment #32504112
Card companies _do_ charge interest if you pay in (usually) 3 or more installments, unless explicitly mentioned being interest-free.
-
comment
Comment #32306660
Googler here, opinions on my own. While nothing prevents us from switching desktop environments (many of us do so), basically anything outside the default GNOME/X11 configuration i…
-
comment
Comment #29645204
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 …
-
comment
Comment #27423026
Current/past release schedule can be found here: https://chromiumdash.appspot.com/schedule
-
comment
Comment #27422757
This reminds me of the Dropbox HN submission back in 2007: https://news.ycombinator.com/item?id=8863
-
comment
Comment #24469107
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. [0] https://en.wikipedia.org/wiki/Linear_…
-
comment
Comment #24469094
The article claims that "it is indeed a uniform distribution" so I wanted to point it out.
-
comment
Comment #24467978
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 determini…
-
comment
Comment #20369416
But you're not forbidden 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 …
-
comment
Comment #20247552
This was only active until 1979; the US currently has no military presence in Taiwan.
-
comment
Comment #16337706
Firefox will eventually follow up as well: "To continue to promote the use of HTTPS and properly convey the risks to users, Firefox will eventually display the struck-through lock …
-
comment
Comment #15953297
I guess design patterns should never be applied . Those are simply optimal solutions to common design problems in OOP. When you encounter your own problem, derive your own optimal …
-
comment
Comment #15906948
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. For Xming, simply set …
- story
-
comment
Comment #15659779
Can't agree more that URL syntax is overcomplicated. Even existing URL parsing libraries behave inconsistently and lead to security vulnerabilities [0]. [0] https://www.blackhat.co…
-
comment
Comment #14157736
AFAIK most Taiwanese BBSes established in the 90's already run on Telnet over TCP/IP. PTT has SSH support, smartphone clients are available as well. BBS with Internet today serves …
-
comment
Comment #14154392
Here in Taiwan BBS is still popular, PTT [0] has ~120k avg. concurrent users every day. For those interested, their codebase is available on GitHub [1]. [0] https://en.wikipedia.or…