Viewing profile — kyled
kyled
HN member- Joined
- Tue, Jan 06, 2015, 7:21 PM UTC
- HN karma
- 80
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About kyled
No profile information was provided.
Recent public activity
-
comment
Comment #15668097
They did this on Mythbusters and showed it was possible.
-
story
What's a software service you would pay for?
Let's keep the service charges to $5, $25, and $100 a month.
-
comment
Comment #14511356
Can you work on whatever stresses you out at work? If not, find a job that doesn't stress you out?
-
comment
Comment #14282295
Namespaces solves this issue, no?
-
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.…
-
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…
-
comment
Comment #14116015
Looks like someone is writing a patch already.
-
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…
-
comment
Comment #13757759
And yet people think I'm crazy for wanting to wrap get time functions so code can be tested...
-
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…
-
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.
-
comment
Comment #13383783
I thought that was a camera lens.
-
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…
-
comment
Comment #13154844
They're pirates, and probably will kill you either way. Best to jump ship and hit em with some ads.
-
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…
-
story
Ask HN: How did you name your company?
What's the name and why did you choose the name you did?
-
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.
- comment
-
comment
Comment #12722369
Very cool!
-
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…
-
comment
Comment #12720392
Not a fan of solely using fingerprints for authentication. Good systems allow you to rotate keys. I only got 10 fingerprints.
-
comment
Comment #12623575
Don't be evil Google?
-
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?
-
comment
Comment #12545382
Category theory! It's cool to learn recognize how simpler math concepts apply to computing. Ie, associativity allows for map/reduce
-
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…