HN user

nhumrich

1,778 karma

@nhumrich

[ my public key: https://keybase.io/nhumrich; my proof: https://keybase.io/nhumrich/sigs/IYE1k9gKJH3d5VAUTw6pMBufyQIVsGQ62UeqYINWi9Y ]

Posts13
Comments693
View on HN

The only feature I need to make containers complete is setting a container as the current container for external links.

It's a real pain to click links in slack/etc open in the wrong account. I would be okay with some type of "links currently open in which container" setting, and changing that as needed. Or some selector when external.

For these specifically? Way easier than rabbitMQ. I love rabbitmq. It's an amazing technology, and if you need a high throughout message bus, it's still a better goto. But.. it does require quite a lot of expertise and know how to operate. Paged at 2am, you will likely get very frustrated. Pgmq though, is "just a bunch of tables". It's going to be a lot easier to figure out what's going on. You already understand transactional DBs.

Unless of course, you already know how to operate rabbitmq.

Small Penis Rule 17 days ago

South Park has been sued many times. A famous case vs Tom Cruise, in which their defense was that they make fun of everyone, so it's not libel.

All stocks are incentivized to go a specific direction. You could consider Options more like gambling, but for that reason they are restricted to specific people. We also have things to prevent bad incentives, like insider trading laws, which prediction markets don't have.

So, I guess the answer is, regulatory control.

I don't think the difference between half the bottom and entire bottom would make a difference according to ifix it. It's more about: 1. Is it possible 2. Is it documented 3. Do you need proprietary parts 4. Without solder

Personally, I don't understand aluminum chassis. Sure, it feels more premium, but it comes with quite a bit more weight than plastic, and I much prefer less weight over "feel" when it comes to a laptop.

Dell Precision used to have track points. Now the only holdout is Thinkpad. I sometimes wonder how much the track point itself keeps that product line successful.

That being said, thinkpads are almost as upgradeable as frameworks. The latest t14 received a better score from ifixit than framework for repairability (first ever to get a 10).

Well, OP, your requirements section is seriously lacking. You need "s3", but only local, non horizontally scalable?

You failed to answer why you even need s3... Why not a filesystem? Full stop. The entire point of s3 is distributed.

It has one thing going for it: Setup.

And by setup I mean, integration and account creation. You don't have to do it. You already have a git repo, just add some yaml, and bobs your uncle.

Pypi is the only OS agnostic package manager already installed on every OS.

Also, it's VERY convenient for companies already using python as the primary language because they can manage the dependency with uv rather than introduce a second package manager for devs. (For example, if you run deno code, but don't maintain any JS yourself)

Eat Real Food 7 months ago

Might be corrupt, but is at least closer to truth then the last corrupted version. Let's not let perfect be the enemy of progress

A4 Paper Stories 7 months ago

It's technically a 300% margin because they are charging you for 20g but only shipping 6g.

Holy survivor bias batman! A bakery that makes sandwiches is good because well... It's still around and making sandwiches. That's like saying "companies that become profitable are less likely to fail". Bakeries only start to make sandwiches _after_ succeeding at being a good bakery. On average a sandwich shop is bad for the same reason most startups fail: there are a lot of them.

This is "not allowing cross site at all" so, technically it's not "request forgery" protection. Yes, this is very semantic, but, CSRF is a vulnerability introduced by enabling CS and CORS. So, technically, same-site cookies are not "protection" against CSRF.