Live data from Hacker News

Viewing profile — kyled

kyled

HN member
Joined
Tue, Jan 06, 2015, 7:21 PM UTC
HN karma
80
Public activity
64 items

About kyled

No profile information was provided.

Recent public activity

  1. comment
    Comment #15668097

    They did this on Mythbusters and showed it was possible.

  2. story
    What's a software service you would pay for?

    Let's keep the service charges to $5, $25, and $100 a month.

  3. comment
    Comment #14511356

    Can you work on whatever stresses you out at work? If not, find a job that doesn't stress you out?

  4. comment
    Comment #14282295

    Namespaces solves this issue, no?

  5. comment
    Comment #14257399

    Self plug =). Check us out at https://oneupsecurity.com if you're interested in secure software development. Always great to chat with businesses who are passionate about security.…

  6. comment
    Comment #14116291

    > The module is unmaintained. Who do you suggest should do it? Will you? Yes. I am contacting the security team and working on a patch already. The page mentions someone is current…

  7. comment
    Comment #14116015

    Looks like someone is writing a patch already.

  8. comment
    Comment #14115874

    Looking at the source it took me < 5 minutes to find the actual vuln =/. Drupal saying "Just migrate away" is not the correct way to handle this disclosure. Some people can't switc…

  9. comment
    Comment #13757759

    And yet people think I'm crazy for wanting to wrap get time functions so code can be tested...

  10. comment
    Comment #13624307

    Ah, yes some areas are lacking. I am more concerned about correctness though. Do you ever find math material that is completely wrong on Wikipedia? Stuff like number theory, abstra…

  11. comment
    Comment #13623788

    Curious, what areas do you find are usually flat out wrong? The math sections seem to be pretty good. A friend found a flaw in a crypto algorithm though.

  12. comment
    Comment #13383783

    I thought that was a camera lens.

  13. comment
    Comment #13155359

    I remember asking for a smaller monitor and getting some weird looks. To much screen space and I'm always turning my head left and right, was hurting my neck. I prefer virtual desk…

  14. comment
    Comment #13154844

    They're pirates, and probably will kill you either way. Best to jump ship and hit em with some ads.

  15. comment
    Comment #13096668

    That's really inspiring that you started your own business! I would love to hear more about what you do. I'm dealing with some personal stuff and feel like I'm in the same boat, ha…

  16. story
    Ask HN: How did you name your company?

    What's the name and why did you choose the name you did?

  17. comment
    Comment #12881100

    Usually I diagram the very high level architecture of the program. Anything lower is to volatile and wouldn't reflect the design due to code changing all the time.

  18. comment
  19. comment
    Comment #12722369

    Very cool!

  20. comment
    Comment #12720434

    Root by itself does not break security entirely. Selinux policies and capabilities assigned to binaries can be used to drastically mitigate privileged processes from doing much har…

  21. comment
    Comment #12720392

    Not a fan of solely using fingerprints for authentication. Good systems allow you to rotate keys. I only got 10 fingerprints.

  22. comment
    Comment #12623575

    Don't be evil Google?

  23. comment
    Comment #12577680

    Can you go into more details? Why did something take 30 minutes or longer to build? Was the environment being cleaned every time? Was an artifact server not being used?

  24. comment
    Comment #12545382

    Category theory! It's cool to learn recognize how simpler math concepts apply to computing. Ie, associativity allows for map/reduce

  25. comment
    Comment #12536078

    "Public-key encryption was revolutionary for a simple reason. It solved the age-old security problem of key distribution." Not by itself. That's what protocols are used for. A weak…