Live data from Hacker News

Viewing profile — andyjpb

andyjpb

HN member
Joined
Fri, Apr 23, 2010, 3:59 PM UTC
HN karma
1,389
Public activity
268 items

About andyjpb

No profile information was provided.

Recent public activity

  1. comment
    Comment #29421784

    Being able to select desktops/workspaces per screen is half the solution. The other half is allowing the selection to come from a pool of desktops/workspaces common to all screens.…

  2. comment
    Comment #29421514

    I've longed for a window manager that can assign different virtual desktops to different screens. Of course, there are compositing, scaling and resolution issues to overcome, but i…

  3. story
  4. story
  5. comment
    Comment #28436826

    Hi, This reply is a bit late because someone pointed me at it and suggested it was worth answering. ...so I hope that this is useful! I have experience using Chicken Scheme in prod…

  6. story
  7. story
  8. comment
    Comment #25633430

    I can't find any docs other than what's on the page but my reading suggests that the idea is that you can get/set values "in-band" using a regular lookup query to a resolver rather…

  9. comment
    Comment #25633375

    There is still Hesiod support in GlibC / NSS, etc on most modern systems. When put together with Kerberos it's a nice way to provision auth on lots of machines automatically. It's …

  10. story
  11. comment
    Comment #25472447

    If you have hypervisor access you can simply ask the guest to read the memory for you.

  12. comment
    Comment #25472138

    Encryption only helps if you can guarantee that your attacker can't get access to the layer below where the runtime decrypts things. A cloud hack like the parent poster talks about…

  13. comment
    Comment #25472084

    Mutually Assured Destruction relies on the victim knowing that they've been destroyed. Lots of these so-called "Cyber weapons" are operated by actors who are very effective at leav…

  14. story
  15. story
  16. comment
    Comment #25442683

    I think this outlook is very much part of the reason that Britons are worried about Facebook's move to Californian terms. In the UK we do have very well established "Consumer Law" …

  17. comment
    Comment #25441661

    You're not strictly wrong... But what I'm trying to say is that what's in your database should be well defined. You shouldn't just put any old stuff in there. You should have a sta…

  18. comment
    Comment #25437812

    This will allow your program to be used as a vector to attack the things your program depends on. It's true that those bits of eMail infrastructure are probably more robust but it'…

  19. comment
    Comment #25437762

    Yes! http://wiki.call-cc.org/eggref/4/email-address https://bitbucket.org/knodium/email-address/src/master/email... It's a fair few lines of code but most of it comes directly from…

  20. comment
    Comment #25437671

    Facebook don't "sell ads". Well, literally, they do. ...but the product they're actually offering is "behaviour". They sell access to the levers to influence behaviour.

  21. story
  22. story
  23. comment
    Comment #25412240

    The author seems to be soliciting artwork submissions for a "Pobox clock" as well so perhaps we could use this opportunity to help out! https://humanclock.com/poboxclock.php

  24. comment
    Comment #25412178

    I usually put a few paths in between "find" and "-type", use the other predicates of "find" and often rewrite if from a just executed `find ... | grep`. One particular modification…

  25. comment
    Comment #25411836

    `find |grep -i ...` and `find -type f |xargs grep -i ...` have become old favourites. This seems like an interesting system, provided you don't have more categories than you can ea…