Viewing profile — smagin
smagin
HN member- Joined
- Wed, Mar 27, 2024, 1:20 PM UTC
- HN karma
- 130
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About smagin
Recent public activity
- story
-
comment
Comment #47363086
in light of zipcodefirst site
- story
-
comment
Comment #46633696
https://smagin.fyi/ That's my blog. I have opinions on software, make a couple of apps and patch other people programs when I like them enough. People here liked https://smagin.fyi…
- story
-
comment
Comment #45490278
This feels like April 1st joke made in October. Like the Enter dial in particular.
- story
-
comment
Comment #45113172
Like the take that we need to authentificate more often nowadays. AWS makes it extreme — it resets login each 12 hours I reckon, and each time I need to click like 10 times, touch …
-
comment
Comment #45091382
Thanks for the information hierarchy / conceptual boundaries distinction, makes sense. I didn't know the latter term but tried to describe it in the last section of the post, nice …
-
comment
Comment #45091228
yup, that's a good part of the page to stand out, when I've seen all the landing page can show and now it nudges me to try the app out
-
comment
Comment #45091182
hm, I sort of agree with the train of thoughts but not with the conclusion. Maybe it's "is my blue your blue" situation. I talked to people while working on this post and some said…
-
comment
Comment #45090590
author here (not super educated either). That's part of the idea — when cards are removed it becomes obvious that tags become the most noticeable part while not being the most (or …
- story
-
comment
Comment #44795667
Unrelated but I have the easiest design improvement for your website: change background color to #4285f4 (same as in topbar) so it looks like a sheet of paper on a blue base
- story
-
comment
Comment #44089032
Gwern wrote a post about his everyday improvements in 2018, I thought I'd write a follow-up.
- story
- story
-
comment
Comment #43252061
oh god you're right https://stackoverflow.com/a/57206146/1685746 yeah sure what can go wrong, let's listen to fetch and modify requests in a service worker.
-
comment
Comment #43245385
I asked that in the post but nobody answered still, let's try here. Why are CSRF tokens rotated? OWASP says it's somehow more secure but I don't really see why.
-
comment
Comment #43245253
not even you don't need to, you shouldn't. Sessions shouldn't be accessible to js at all
-
comment
Comment #43244087
mitm means you can control users network, doesn't it? Another question, does this work with https? And the third one, if this was the thing some dishonest governments or vpn provid…
-
comment
Comment #43242956
You shouldn't need your session token in JS, you can specify your fetch requests to include cookies, and you can setup CORS to allow that.
-
comment
Comment #43242750
> How does server know the cookie is valid if it doesn't store it depending on why you'are asking the question, * because it decrypts correctly * because it contains some user iden…
-
comment
Comment #43241056
Why would you need that? Also, one thing I can speculate that phishing would become even easier if such things were allowed