Viewing profile — Skalman
Skalman
HN member- Joined
- Mon, Dec 06, 2010, 11:51 AM UTC
- HN karma
- 366
- Public activity
- 173 items
- HN profile
- View on Hacker News ↗
About Skalman
ZGFuQGRhbndvbGZmLnNl
meet.hn/city/se-Linköping
Recent public activity
-
comment
Comment #12971253
For me the hump was from the get-go. Following the book, I installed Rust directly, but then i realized that I should've installed it via Rustup. Next, I want a good editing enviro…
-
comment
Comment #10023709
To people helping others on the internet who claim to be security professionals, remember to make sure that the person is actually trustworthy, so you're not helping criminals. Eve…
-
comment
Comment #9827707
It's an encoding that isn't good at anything: it's neither ASCII-compatible (like UTF-8), nor fixed-length (like UTF-32), but because most characters require only 2 bytes, develope…
-
comment
Comment #9755224
If you don't need to dynamically evaluate the code, compiling ES.next code will be more performant, e.g. using Babel.
-
comment
Comment #9189365
Perhaps you didn't catch that basically the difference between let and var is that let is block-scoped, while var is function-scoped? let result = 0; for (let i = 0; i
-
comment
Comment #7700472
In general, it looks really good. - I'd like some more focus on keyboard navigation. Make sure that everything looks good when tabbing, even if you've used arrow keys first. - Anti…
-
comment
Comment #7585485
I note that mozilla.org is on that list. Does anybody know if they're affected?
-
comment
Comment #7069742
Was he ever that critical? From the article: > Mr. Obama was a sponsor of a bill in 2005 to raise the standard required for federal agents using ... national security letters ... H…
-
comment
Comment #6919952
It's a one-line fix to make it intuitive, but that's not what's needed here. Ultimately there should be some spec so that browser vendors can converge towards a single behavior.
-
comment
Comment #6917385
That patch would not be welcome. The patch to make the behavior intuitive is literally to remove "!important" from one CSS file. They're not changing because they're afraid to brea…
-
comment
Comment #6767134
Well, it sure is an official guideline [1]. [1] https://en.wikipedia.org/wiki/Wikipedia:COI
-
comment
Comment #6760791
Well, I always open a private window if that's the case.
-
comment
Comment #6639951
Because that's not possible to style with CSS.
- story
-
comment
Comment #6577676
One thing that helps me is to imitate the expression and try to feel what I feel when I'm doing it. Not always right, but sometimes I go from not having a clue to being sure.
-
comment
Comment #6567155
Hollywood is pushing DRM and requiring its use. Netflix wants DRM (via Hollywood), but Youtube doesn't currently seem to mind being DRM free. If DRM capability becomes ubiquitous, …
-
comment
Comment #6539513
I frequently use it for settings.
- comment
-
comment
Comment #6416792
You can actually partially detect it with Firefox. https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-syste... https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-syste...
-
comment
Comment #6416260
Oh, didn't know. You could even force highlight colors, by explicitly setting border or outline colors.
-
comment
Comment #6416087
Such a simple idea - but it does make it easier to follow. The only problem I have is that it's very mac-centric. On my system the focus color is orange and it looks a bit off. I'd…
-
comment
Comment #6397707
Somehow, despite not understanding why exactly we exist, what our purpose is, and that at any given moment we could die and cease to exist, we don't go insane. Do you have any idea…
-
comment
Comment #6366129
But I thought the point was that they didn't consider this to be a security vulnerability.
-
comment
Comment #6364268
I can't get that to work in Firefox 25.
-
comment
Comment #6364240
If you can get a user to click a link which exposes CSS injection, it can be a security issue. For instance, you could change the text of links and buttons, and otherwise trick the…