Viewing profile — pbar
pbar
HN member- Joined
- Sun, Aug 04, 2019, 7:57 AM UTC
- HN karma
- 47
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About pbar
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #40139626
Was it intentional to reply with another no true Scotsman in turn here?
-
comment
Comment #40066350
Ah, quick and painless then
-
comment
Comment #36750109
It’s all fun and games until your KDC goes down!
-
comment
Comment #33774197
Interesting, what were some of those unique optimizations?
-
comment
Comment #31670007
It’s a spreadsheet world and we’re just living in it ;)
-
comment
Comment #27942965
To their point, S3 buckets must be uniquely named globally, across all of AWS
-
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…
-
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!
-
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 …
-
comment
Comment #25976692
This kind of thinking is why engineering departments have tech debt.
-
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…
-
comment
Comment #25433055
In a similar vein, you also pretty well ;)
-
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…
-
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
-
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 …
-
comment
Comment #23756033
That’s not edgy enough for HN ;)
-
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.
-
comment
Comment #21047650
We have to remember the Fermi Paradox is a Fermi estimation and only that
-
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
-
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…
-
comment
Comment #21013468
Make sure to take great care of the monorepo, and break it up _before_ it becomes impossible but necessary
-
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. …
-
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?