Hacker Newsnew | past | comments | ask | show | jobs | submit | never_inline's commentslogin

Amazon has been quite useful for me as a single bachelor living in an Indian metropolitan city.

1. I get very useful items at very good prices, many of which I would have to wander the city for hours to find, or couldnt find at all: - Eg: I got a pair of adjustable dumbbells at <2K INR. Some of you would call it a cheap knock. But it has been super useful and I would have not bought it if it cost 8k INR. I brought a whole bosch repair toolkit at good price and it has been invaluable for fixing electric/plumbing etc.. issues. I got a high volume travel bag - I didn't even know 40L travel bags existed and wouldnt have brought one if not for amazon. I could go on.

2. Amazon Fresh is usually cheaper for groceries and maintain consistent quality compared to local supermarkets. I will also avoid the need to walk long with the grocery bag.

3. Electronics are significantly cheaper on amazon and again the need to search.

Maybe all of this can be even better as you said. But bottom line is that their operations look pretty efficient to me. Their catalogue is pretty much unmatched. (They may be losing money on retail business - but that's not my position to care as a customer. As other commenter pointed out, it may not even matter much for stock price.)


amz is beholden to cheap products and labor. you have both in india.

elsewhere it's awful, for the exact same features you describe.

they even bought a premium supermarket chain so their produce stop being returned in the US.


Yeah this is something really beautiful about India: life is cheap and there are tons of desperate people who will kill themselves for you.

In the Netherlands you'll be waiting an hour for your meal to be delivered by a bored teenager on an ebike. And you're going to be grateful.


> In the Netherlands you'll be waiting an hour for your meal to be delivered by a bored teenager on an ebike

It takes less than an hour to make a dinner oneself


Yeah, but then you have to make dinner. Delivery is asynchronous.

Yeah, making food is the most essential skill a human can have.

Yeah its obvious clanker writing. I don't even mind using LLM for code but this rubs the wrong way.

Nice. Despite being anti-AI, He knows more about LLMs than most "thought leaders" and "AI enthusiasts".


And you can judge that how? You obviously have no idea and only say that because he called Grok racist ;D


Are there any car brands which don't do this fancy-useless-tech kind of thing? I have never driven a car, but a motorcycle with handle-lock would never be unlocked without the physical key.


I see no point in becoming a luddite given the availability of secure solutions. Keyless entry is great, it just has to be secure (d'uh).


Spinning 1K goroutines per request doesn't feel right to me for some reason.

Isn't trigram search supposed to be better?

https://swtch.com/~rsc/regexp/regexp4.html


+1 for userns, there's also proot (userspace chroot) and fakechroot (using LD_PRELOAD).


From Steve yegge's post

> Better UIs will come. But tmux is what you have for now. And it’s worth learning.

So brother has 2 claude code accounts and couldn't vibe code a UI, huh?


Poe's law &c.


I don't think he intentionally lied. He just didn't know how to check that and AI wrote

   - [tick mark emoji] implemented CSS and JS rendering from scratch - **no dependencies**.


Build a CLI in python or whatever which does the same thing as CI, every CI stage should just call its subcommands.


Just use a task runner(Make, Just, Taskfile) this is what they were designed for.


I typically use make for this and feel like I’m constantly clawing back scripts written in workflows that are hard to debug if they’re even runnable locally.

This isn’t only a problem with GitHub Actions though. I’ve run into it with every CI runner I’ve come across.


In many enterprise environments, deployment logic would be quite large for bash.


Personally, I have never found the Python as a task runners to be less code, more readable or maintainable.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: