Live data from Hacker News

Viewing profile — Skalman

Skalman

HN member
Joined
Mon, Dec 06, 2010, 11:51 AM UTC
HN karma
366
Public activity
173 items

About Skalman

Current project: baseconvert.com

ZGFuQGRhbndvbGZmLnNl

meet.hn/city/se-Linköping

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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.

  5. 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

  6. 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…

  7. comment
    Comment #7585485

    I note that mozilla.org is on that list. Does anybody know if they're affected?

  8. 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…

  9. 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.

  10. 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…

  11. comment
    Comment #6767134

    Well, it sure is an official guideline [1]. [1] https://en.wikipedia.org/wiki/Wikipedia:COI

  12. comment
    Comment #6760791

    Well, I always open a private window if that's the case.

  13. comment
    Comment #6639951

    Because that's not possible to style with CSS.

  14. story
  15. 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.

  16. 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, …

  17. comment
    Comment #6539513

    I frequently use it for settings.

  18. comment
  19. 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...

  20. comment
    Comment #6416260

    Oh, didn't know. You could even force highlight colors, by explicitly setting border or outline colors.

  21. 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…

  22. 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…

  23. comment
    Comment #6366129

    But I thought the point was that they didn't consider this to be a security vulnerability.

  24. comment
    Comment #6364268

    I can't get that to work in Firefox 25.

  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…