Viewing profile — forgotmypw17
forgotmypw17
HN member- Joined
- Thu, May 07, 2020, 8:34 AM UTC
- HN karma
- 6,466
- Public activity
- 3,362 items
- HN profile
- View on Hacker News ↗
About forgotmypw17
No profile information was provided.
Recent public activity
-
comment
Comment #49098519
Same day after I saw this story, I noticed a new unfamiliar system tray icon, and it was the installer for this thing! It hadn't installed yet, and I was able to remove it, but I g…
-
comment
Comment #48930514
But it's not "his" problem or "my" problem, it's "our" mutual problem for "us" to figure out together, collaboratively, down to its root causes, which are yet unknown. (And in the …
-
comment
Comment #48927068
I'm confused about how it is that because it hasn't happened to you or anyone you know, it's my personal problem that closed-source software that I have no capability to modify is …
-
comment
Comment #48924993
The main things that are slow are loading the app and opening the app, loading the messages, and receiving the messages. On my phone, this is much slower than Telegram, and on my c…
-
comment
Comment #48862307
Have to mention this talk by Jonathan Blow, which maps the LBAC onto software development: https://www.youtube.com/watch?v=ZSRHeXYDLko
-
comment
Comment #48448396
Besides all the other factors mentioned, which I think are all valid, there's also indoor air pollution from things like aerosol sprays, cleaning products, fragrance, creams, soaps…
-
comment
Comment #48298112
I tried to log in, and I remembered my password, but it forced me to do an email reset anyway. I no longer have that domain/email, so I guess my data and access are lost also. Sham…
-
comment
Comment #48281544
I think the "special places" use case is exactly what OC was talking about, office and home.
-
comment
Comment #48270389
I think that matches 2 out of 3 requirements: Full general-purpose computer: Yes Connects to external keyboard and display: Yes Fits into pocket: No
-
comment
Comment #48266042
I think it's about being able to take the portable device with you separately from the display and keyboard.
-
comment
Comment #47734831
Does anyone know how to find the hiphop/rap shows?
-
comment
Comment #47533210
Validate it yourself with hashing and PKI. Yes, it needs bootstrapping, just like centralized HTTPS needs bootstrapping.
-
comment
Comment #47514010
(I also modeled this on HN, which only supported Latin-1 in the past, and still suppresses many Unicode features today.)
-
comment
Comment #47514003
[dead]
- story
-
comment
Comment #47512872
I use the "reduce motion / avoid animation" setting from accessibility, and Apple's own apps including Safari completely ignores this setting. The UI does all kinds of distracting …
-
comment
Comment #47441883
This is true, and is a real failure mode of HTTP. Where I live, and for people with older devices, this happens much less frequently than the HTTPS failure modes of unsupported bro…
-
comment
Comment #47434853
Agree 100%. HTTP is much more accessible, and HTTPS has more failure modes. When I want to ensure that someone can read my content, I offer both.
-
comment
Comment #46990822
Slow/lossy connections: JS may not load, but site still works. Users that prefer non-animated pages and disable JS for this reason. Users who prioritize security. Users of older de…
- comment
-
comment
Comment #46982757
There are many reasons to accommodate non-JS users beyond accommodating people who have intentionally disabled it, and most of them are in accessibility territory. Be careful with …
-
comment
Comment #46589701
Well, there's this, for XFCE: https://github.com/grassmunk/Chicago95
-
comment
Comment #46508975
https://archive.ph/3axTl
-
comment
Comment #46307256
Thanks to everyone who replied. I failed to account for the else condition when x is not > 3.
-
comment
Comment #46306342
Wouldn't the correct answer be 5? result = result + x // 5 0 5