HN user

djb_hackernews

2,789 karma

djb DOT email AT gmail.com

Posts17
Comments899
View on HN
news.ycombinator.com 7y ago

Ask HN: Best way to put a database on the web?

djb_hackernews
2pts5
news.ycombinator.com 10y ago

Ask HN: How much would you pay for verified salary information?

djb_hackernews
1pts0
www.good.is 13y ago

Why Smart Entrepreneurs Aren't Eyeing the First World

djb_hackernews
11pts4
news.ycombinator.com 14y ago

Discuss: How Path et al should do contact discovery

djb_hackernews
2pts0
github.com 14y ago

PushPlay: An(other) open implementation of the Pusher protocol

djb_hackernews
1pts0
groups.google.com 15y ago

Announce HN: WeekendHacker Google Group

djb_hackernews
8pts2
streetbooking.com 15y ago

Show HN: My 4 hour hack, StreetBooking, the poor mans Bump

djb_hackernews
2pts4
impromptudo.tumblr.com 15y ago

My ImpromptuDo reddit ad by the numbers

djb_hackernews
18pts4
news.ycombinator.com 15y ago

How do you handle eye fatigue

djb_hackernews
2pts2
news.ycombinator.com 15y ago

Show HN: ImpromptuDo.com the real time location based activity partner finder

djb_hackernews
15pts5
news.ycombinator.com 16y ago

IPhone/Andriod/WebOS App or a mobile website?

djb_hackernews
2pts4
news.ycombinator.com 16y ago

Show HN: My version of facebook search

djb_hackernews
2pts1
news.ycombinator.com 16y ago

Show HN: parking ticket reminder webapp I built

djb_hackernews
4pts5
news.ycombinator.com 16y ago

Ask HN: Buying a Patent and forming a business around it

djb_hackernews
1pts0
news.ycombinator.com 16y ago

Ask HN: review my Twitter app game, Twabble

djb_hackernews
2pts6
news.ycombinator.com 16y ago

Ask HN: Startups in DC?

djb_hackernews
27pts17
news.ycombinator.com 17y ago

Ask HN: justifying hosting costs for hobby sites

djb_hackernews
4pts10
GPT‑Live 14 days ago

are these human actors or are is the whole demo AI generated?

the trend is AI also does the code review. Too many anecdotes and studies showing AI is a better code review that a human and the models are just going to get better.

Whether we get better results if AI reviews Python or Rust I'm not sure. But I suspect Rust will win out as the training data likely has more content around Rust correctness and language usage than Python does.

I live in an old house.

The front bump out leaks when we get driving rain. I installed some flashing but that wasn't enough, it's still leaking. So I'm working on that so I can close up the big hole in the ceiling some day.

The prior owners filled in the old coal chute with literal bags of cement sort of artistically placed in the hole in the brick foundation. So I'm trying to figure out what masonry tools and skills I'll need to close it up proper.

I'd like to build my kids a playhouse of some sort, sketching out some designs for that.

I work at a large software company, senior engineers here are essentially technical leads for a team or a subsystem. They are my equals when it comes to level, often getting paid a lot more than me for high performers.

I'm here to help the team make decisions, but I delegate as much of the opinion having to my senior engineers. To have an opinion they need a bunch of inputs, sometimes getting those inputs isn't as natural as the technical inputs, that's where I come in.

Senior engineers are still involved in cross cutting technical concerns but for any work that is bounded by our team I'd be working with them scope out the work as requirements or use cases we give to mid level or early career engineers on the team to disambiguate with the senior engineer as a consult/negotiate.

I am an EM that manages several senior engineers currently. I find it super common for senior engineers to get promoted mostly on technical merit, we end up thinking the rest "can be coached". Or it's coaching to the next level. Here are some areas I coach them on:

- influencing without authority. Managing up. Leadership.

- getting work prioritized

- providing useful performance feedback (promos etc)

- coaching and giving feedback to early career engineers

- communicating ideas effectively

- developing 1YP+ plans for their areas.

- idk, there are a lot, senior engineers are rarely "complete"

for the record, cpuguy83 was in the trenches at docker circa 2013, it was like him a handful of other people working on docker when it went viral, he has an extremely insiders perspective, I'd trust what he says.

This topic is interesting. I am on the condo board in a 20 unit association, mostly attached townhomes. The biggest issue is the person in the "owners" unit, the one with the most invested, not playing ball with the other units.

That said if anyone has tips on good condo management companies in the Boston area, let me know!

Also it's frankly weird how the last capitalist era there is basically enshrined in their culture

No, I think your first list perfectly enshrines the effects of modern day capitalism on modern day Cuba...

garbage EVERYWHERE, many toilets have to ration toiled paper (!), not to mention, no incentive to clean the bathrooms, many restaurants had bland flavors due to the inability to order specialty food items and spices and only work with the bulk items the government gives you

and we both release the funds before parting way.

Doesn't that require you to trust that they release the funds? Do smart contracts have a way to dispute an outcome?

The clustering story for etcd is pretty lacking in general. The discovery mechanisms are not built for cattle type infrastructure or public clouds. ie it is difficult to bootstrap a cluster on a public cloud without first knowing the network interfaces your nodes will have or it requires you to already have an etcd cluster OR use SRV records. From my experience etcd makes it hard to use auto scaling groups for healing and rolling updates.

From my experience consul seems to have a better clustering story but I'd be curious why etcd won out over other technologies as the k8s datastore of choice.

350TB of memory, and 50,000 cores, nice.

ARP caching seems to be a common issue in cloud environments. AWS recommends turning it off and does so itself in their Amazon Linux distro.