Live data from Hacker News

Viewing profile — acidictadpole

acidictadpole

HN member
Joined
Mon, Oct 01, 2018, 3:04 AM UTC
HN karma
49
Public activity
19 items

About acidictadpole

No profile information was provided.

Recent public activity

  1. comment
    Comment #41246897

    > The CVE has been discovered by a security researcher/firm, rather than being found in the wild. The researcher/firm was the one that disclosed it, but I don't feel like you could…

  2. comment
    Comment #37466288

    It's less controversial but also not really relevant. Those kinds of reminders shouldn't be using cookies, and don't need to.

  3. comment
    Comment #23188963

    One of my university courses offered an opportunity for a project like this and I did it with some classmates. We started by altering the ssh daemon to disallow all logins over thi…

  4. comment
    Comment #22465891

    Something that I do: `set -o vi` and then hit ` `. You now have vim motion-like controls to navigate on the command line: - `b` goes back a word. - `w` goes forward a word. - `0` g…

  5. comment
    Comment #22465805

    Second this. ITerm2 is the only console emulator that I actually enjoy using. I've been flip-flopping on terminals on windows and linux constantly.

  6. comment
    Comment #22241320

    Is `match` a reserved word in C#? I don't use it that much, but have used scala and F# pattern matching and they all use the term `match`, which seems more intuitive.

  7. comment
  8. comment
    Comment #22237709

    It depends what you want to do. FS2020 is not going to likely have any kind of combat in it. I fly both FS2020 alpha and DCS World fairly regularly, obviously the former a lot more…

  9. comment
    Comment #22236685

    The author does seem to concede that hitting all the checkmarks in an attack on git would be pretty tricky: > An attacker would not just have to do that, though; this new version w…

  10. comment
    Comment #22229141

    Does this actually save much time? I thought it was the throw mechanic that was slow, rather than just creating the exception?

  11. comment
    Comment #22184609

    You could, but that's technically against the law (circumventing DRM). You shouldn't have to break the law to protect your privacy. I'm wondering if this person on twitter had any …

  12. comment
    Comment #22182357

    You're absolutely right. I didn't think about it like that, thanks.

  13. comment
    Comment #22172830

    Ah. The old classic Rudy.

  14. comment
    Comment #22170389

    That's really cool. Though it does seem to remove almost 50% of the benefits listed in this entry, but those seem to be focused on fuel-consuming vehicles rather than bikes.

  15. comment
    Comment #22169707

    What does the EFF have to do with this? Are they related to the FSF somehow?

  16. comment
    Comment #22169681

    Because it turns from "Microsoft has nothing to lose by doing this" to "Microsoft is going to lose a bunch of money spending time negotiating with and paying third parties to be al…

  17. comment
    Comment #21703995

    If you know there'll only be one concrete implementation, then yeah don't bother. What people sometimes forget though is that any implementations of this in your tests are also con…

  18. comment
    Comment #21703957

    I've been in the workforce for nearly 10 years and I still have this issue when starting a new project. It takes a conscious effort to just move forward, and it still leaves a ling…

  19. comment
    Comment #18109802

    From someone interested in learning more functional programming, could you provide a bit more detail about what each book provides?