Viewing profile — michaelmcmillan
michaelmcmillan
HN member- Joined
- Tue, Jun 05, 2012, 9:32 PM UTC
- HN karma
- 1,010
- Public activity
- 382 items
- HN profile
- View on Hacker News ↗
About michaelmcmillan
Recent public activity
-
comment
Comment #46524284
It is a long-standing policy at Netflix for employees to pay for their own subscriptions. It ensures that employees "live the member experience".
-
comment
Comment #46219043
Linux is written in C, my friend.
-
comment
Comment #45320836
Which is useless if the domain had HSTS enabled, which they should.
-
comment
Comment #44710515
"modicum of research" Jesus christ. The reason why that comment gets brought up is because it stereotypes the HN community. He wasn't disrespectful. Calm down.
-
comment
Comment #44709292
Exactly.
-
comment
Comment #44708868
[flagged]
-
comment
Comment #43068505
Please, please, please use Terraform workspaces: One workspace per environment. For environment specific things use conditionals: nodes = terraform.workspace == "prod" ? 2 : 1
-
comment
Comment #38391006
My bad. You’re right.
-
comment
Comment #38385304
Same here. Use n8n. Self hosted and open source.
-
comment
Comment #33150823
Good example of why it’s a good idea to browse the web using a VM.
-
comment
Comment #33006258
That's not nearly enough.
-
comment
Comment #32459066
Real estate: Buy, repair, rent, refinance, repeat.
-
comment
Comment #31304817
Exactly, this is ridiculous...
-
comment
Comment #30907975
This section was interesting! Somehow I've never realized that row oriented storage is orthogonal to how disks work... Jd is a columnar (column oriented) RDBMS. Most RDBMS systems …
-
comment
Comment #29862950
Cool! Do you login with one account bouncing off 60 IP addresses?
-
comment
Comment #29856013
No. Incrementing an integer might be unique for the local database, but not unique for the universe.
-
comment
Comment #29853811
Knowing how to do something doesn’t live outside the brain. You can erase entire categories of knowledge by damaging the brain in particular areas. There is no reason to believe th…
-
comment
Comment #29747307
A rotated user agent does not hide anything from Google.
-
comment
Comment #29638702
Finally a PR worthy of Hacktoberfest.
-
comment
Comment #29046866
You would risk ending up with a maze that can be solved by walking in a straight line directly to from start to exit.
-
comment
Comment #27208859
The onus is on you to explain why. Why not: Smaller payloads per packet and missing out on all the TCP algorithms already implemented in hardware en route.
-
comment
Comment #27208774
Never attribute to malice that which is adequately explained by incompetence.
-
comment
Comment #27200366
And reimplement TCP on top? Would not recommend.
-
comment
Comment #27110155
Most sites redirect all http traffic to https to make sure the traffic is encrypted. Here's an example with HN (notice the protocol in the req/res): $ curl -v http://news.ycombinat…
-
comment
Comment #27030924
On MacOS you can also drag-and-drop a file from Finder onto your terminal and it will type out the full path for you.