Live data from Hacker News

Viewing profile — pbar

pbar

HN member
Joined
Sun, Aug 04, 2019, 7:57 AM UTC
HN karma
47
Public activity
27 items

About pbar

No profile information was provided.

Recent public activity

  1. comment
    Comment #46725453

    Unfortunately with SSH specifically, the dissectors aren't very mature - you only get valid parsing up to the KeX completion messages (NEWKEYS), and after that, even if the encrypt…

  2. story
  3. comment
    Comment #40139626

    Was it intentional to reply with another no true Scotsman in turn here?

  4. comment
    Comment #40066350

    Ah, quick and painless then

  5. comment
    Comment #36750109

    It’s all fun and games until your KDC goes down!

  6. comment
    Comment #33774197

    Interesting, what were some of those unique optimizations?

  7. comment
    Comment #31670007

    It’s a spreadsheet world and we’re just living in it ;)

  8. comment
    Comment #27942965

    To their point, S3 buckets must be uniquely named globally, across all of AWS

  9. comment
    Comment #26183282

    It’s always surprising to folks, but true, that Houston has a wealth of arts/culture/dining, and even a modicum of public transit (the metro rail, heh). Entertainment could be bett…

  10. comment
    Comment #25977067

    Single responsibility - that same container is gonna get shipped to prod/etc. I would hope the database isn’t in the container there!

  11. comment
    Comment #25977055

    I get your point, and I disagree on opinion. I and many others have had success using containerized devenvs on projects both large and small, and have likewise felt some pain with …

  12. comment
    Comment #25976692

    This kind of thinking is why engineering departments have tech debt.

  13. comment
    Comment #25433385

    Another counterpoint to readability: the benefit is diluted if the reader isn’t familiar with the dependencies. I know this goes both ways, though in some circles (say, devops) the…

  14. comment
    Comment #25433055

    In a similar vein, you also pretty well ;)

  15. comment
    Comment #25054553

    To each his own. There is an equally wide group of developers who choose Go for personal projects as it’s in line with their taste. The joy of programming is in the eye of the beho…

  16. comment
    Comment #24927924

    The frustrating part is, I definitely faint due to blood being drawn for example, but something about the sight of the procedure makes it hard to look away

  17. comment
    Comment #23805227

    The reality is that containers via `runc` really _are_ just bundles of processes with some sugar to control Linux namespaces. Using another runtime (kata, etc) would get closer to …

  18. comment
    Comment #23756033

    That’s not edgy enough for HN ;)

  19. comment
    Comment #23643590

    And interrupt their mostly nontechnical employees’ productivity to learn a new OS, for a negligible cost savings? Good luck getting that past a board of directors.

  20. comment
    Comment #21047650

    We have to remember the Fermi Paradox is a Fermi estimation and only that

  21. comment
    Comment #21017469

    This is the same case regardless of being in a container or not, $app v0.1 and $app v0.2 will have different filters

  22. comment
    Comment #21013480

    From a developer point of view, one should not have a mental model in play for Kubernetes, the standard 12 factor pattern should be it. If not, the infrastructure and the app are s…

  23. comment
    Comment #21013468

    Make sure to take great care of the monorepo, and break it up _before_ it becomes impossible but necessary

  24. comment
    Comment #21013417

    Agree totally. One win Kubernetes provides my current team has been the fact that it is the interface on top of a cloud with agnostic primitives, allowing for multi cloud scaling. …

  25. comment
    Comment #20948370

    A process making a system call to the kernel functions the same way regardless of whether it is in a container or not. How exactly does the security model differ at all?