Live data from Hacker News

Viewing profile — stevvooe

stevvooe

HN member
Joined
Sun, Dec 12, 2010, 6:14 PM UTC
HN karma
194
Public activity
72 items

About stevvooe

No profile information was provided.

Recent public activity

  1. comment
    Comment #31414495

    Love to see projects that focus on the "boring" parts of getting infrastructure up and running. Something like this can save a bundle of time. This is a great project with a great …

  2. comment
    Comment #14824037

    Decent overview, but, remember that when evaluating something, projects change over time. Even better, you can be the change you want to see! Thus far, the grpc project has been fa…

  3. comment
    Comment #14816288

    Note that I did not say "more granular layers" but more "more granular filesystem representation". This is a key point in achieving better data sharing. In fact, these use cases ar…

  4. comment
    Comment #14809197

    There is no real advantage to a dependency graph versus a list of layers. Originally, Docker images were actually fetched in sequence, similar to the ACI approach, but this blocked…

  5. comment
    Comment #13179064

    AppC has layers[0]. In fact, an ACI is just a layer. While layers are codified into the OCI specification, the manifest system is flexible and allows for future extension. The main…

  6. comment
    Comment #11506745

    Nix has been a very cool project to watch over the years. You can address part of the problem of picking up extra data in final images by declaring temporary build locations, such …

  7. comment
    Comment #7628756

    It seems you are trying hard to find something in my statement with which to refute. I was merely pointing out that the GP's conclusions are probably incomplete, given the data we …

  8. comment
    Comment #7622255

    Yes, I do mean areas with high poverty areas or low income. I am not really suggesting any particular cause of poverty, but lead-soil levels seem to have some negative effect. The …

  9. comment
    Comment #7622096

    Not disagreeing outright, but there are studies[1] that link high-poverty areas with higher lead concentrations. There was also an interactive map, some time ago, that showed lead …

  10. comment
    Comment #7259647

    Many people carry out fruitful lives in The Nut.

  11. comment
    Comment #6727884

    Create a separate ServeMux for your application and let the utilities register to the DefaultServeMux via init (and you can even register your own!). Bind the DefaultServeMux to th…

  12. comment
    Comment #6605037

    Didn't Nintendo already beat that theme to death?

  13. comment
    Comment #6604520

    After following the development of Go for awhile, I've come to idolize Rob Pike's terse, accurate communication style.

  14. comment
    Comment #6566015

    You're not way off, but, in this case, it has more to do with the fact that the Cove 2 Octopi are particularly beloved among the Seattle diving community.

  15. comment
    Comment #6565941

    That octopus has been at Cove 2 on Alki for years. I got my SCUBA certification there nearly 8 years ago and every greybeard diver raved about this particular octupus. One of the s…

  16. comment
    Comment #6372316

    Where does this stand against dropwizard?

  17. comment
    Comment #6200150

    real developers who work in teams and have to maintain their codebase a month down the road stay the hell away from it. As a fake developer, our team has had little issue with code…

  18. comment
    Comment #6127695

    It was ambiguous, with the name of the company being the first word of the sentence ;).

  19. comment
    Comment #6066294

    IADNAL, but its a matter of risk. If one uses juju in operations scripts to implement proprietary services, do you have to make those scripts available to end users? At what point …

  20. comment
    Comment #6059574

    Juju is a great project and you guys are way ahead of the game but the AGPL licensing is problematic for proprietary services built on that platform.

  21. comment
    Comment #5713187

    Devices emit radiation whether they are using the radio or not. If its burning power, there is an emission, albeit small in comparison and probably hard to detect without specializ…

  22. comment
    Comment #5713039

    If they can come to my seat and tell me to turn off my device because they detected a source of interference, then I will turn off the device. If they can't or aren't willing to de…

  23. comment
    Comment #5627420

    Agreed that the articles reasoning is weak surrounding the "takin' o'r jerbs!" arguments; the cost of a lousy developer is insurmountable. However, the comparison with H-1B and ind…

  24. comment
    Comment #5602021

    > map[rhubarb]bool is how Go does sets Actually, you should use map[rhubarb]struct{} since a struct{} requires no storage. You can test membership with this: _, ok := m[strawberryR…

  25. comment
    Comment #5576960

    Actually, I was very relieved it was not.