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

Are you in Germany by chance?

Yep.

It is funny :-)

Moving to Germany from the US was like entering a timewarp. PayPal is still real??? People use it??

I get it now but it's a pretty big miss that GiroCard couldn't figure out how to displace them after all this time.


Sometimes it's the other way around. Lockers for packages were first introduced in Germany (Packstation) then they were rolled out in the US almost a decade later.

Not having a lot of credit cards and the associated rewards is actually healthy. Research has shown lower social classes "pay" for the rewards due to paying the higher transaction fees. There was actually a relevant thread here a few days ago https://news.ycombinator.com/item?id=49432201 (How credit card rewards became a $9.2B wealth transfer)


:-)

Well, I used to live and work in South Korea for many years, so both DE and the US are about equally oldschool in my book :)


Did it take 18 hours because Fable is comically slow?


I think it's actually Opus 5 that is comically slow! And yes probably that was a factor. It was a lot of code too though.


Does this mean you are a human??


Do you think Anthropic or OpenAI will eventually try to crack down on routing harnasses? Provide a more vertically integrated experience? They are already trying ro ship hardware products.


I will believe there is no moat when the revenues for Anthropic is not 70B. It seems like people want to throw away money and they don’t like switching


There is no evidence that Anthropic's revenue is 70B.



Try, maybe. I don’t know how successful that can be. Will definitely be interesting to follow! Exciting times we are going through


Makes sense they discontinued it given that the last 5 iphones have been almost exactly the same


Indeed. I used to be on the upgrade program so I could upgrade every year, but decided to skip the 16 and keep my 15 until the 17 came out.

Even if you are upgrading every single year, it works out roughly the same to just buy every phone outright and then trade in last year's model -- you typically get ~half your purchase price back as trade-in value after a year anyway.


Hey that's not fair, there has been one actually useful "innovation" -- switching to USB-C like the rest of the world has been using for 10 years. Literally nothing has made me feel the slightest craving for a new iPhone since getting my 15 Pro Max.


The rest of the world should switch speed up and use thunderbolt five and tandem oled in return. :)


Yeah a 3-4 year cadence seems optimal now

Esp if you can swing a battery replacement at 2 years


RDS gets you easy integration with the rest of the AWS services, which as a startup, you’re probably using quite a few of.

Also, if you are nickel and diming over expenses in the 50€ range, you’re probably at the wrong startup.


That was not quite the point I was making, which is that the equivalent RDS setup would come in at around ten times of that.


ten times 50euros? Sounds like a very reasonable deal to not have to think about these things or spend the time setting it up.


If expending 6k per year on your database alone sounds reasonable to you, we have very different perspectives on a good use of investor funds.

We’re not talking about maintaining your own k8s cluster here mind you, but a basic Postgres setup. If you can’t handle that comfortably in an afternoon, you probably shouldn’t be entrusted with customer data.


> We’re not talking about maintaining your own k8s cluster here mind you, but a basic Postgres setup. If you can’t handle that comfortably in an afternoon, you probably shouldn’t be entrusted with customer data.

Intelligence is being able to set up your own postgres database with backups, PITR, retention policies, HA/replicas, and everything else needed to prevent catastrophic data loss. Wisdom is realizing that's a solved problem completely unrelated to your business, so you don't have to.


Well yeah, you can apply that to most problems you encounter as a company - there are service providers for pretty much anything you can imagine. That doesn't mean it's smart to spend a huge chunk of your revenue on OpEx, however.


Sure, and you need to do the build vs buy math, but why not take the "If you can’t handle that comfortably in an afternoon, you probably shouldn’t be entrusted with customer data." logic further and say

1. Don't use a third-party auth provider, if you can't build out an OAuth provider in an afternoon you shouldn't be entrusted with login credentials

2. Don't use Github, if you can't build out an internal Gitlab instance in an afternoon you shouldn't be entrusted with securing source code

3. Don't use Github Actions or CircleCI, if you can't self-host a Jenkins server in an afternoon you shouldn't be entrusted with secure deployments

4. Don't use a lawyer or outsourced HR, if you can't draft legally binding employment agreement in an afternoon you shouldn't be entrusted with hiring people


That's a straw man, obviously: I didn't talk about building your own database, but setting up PostgreSQL and pgBackRest, two well-defined, and thoroughly documented applications. With coding agents available, you don't need to much arcane domain knowledge for the fringe details, so a lot of the old reasons for appliances as a service don't hold anymore.

Other than that, yes! Setting up a Keycloak instance as opposed to handing over login credentials to Octa should be a consideration. Keeping your source code in GitLab over tying your entire development workflow to Microsoft vibe coders with an awful track record is a sensible stance.

> Don't use a lawyer or outsourced HR, if you can't draft legally binding employment agreement in an afternoon you shouldn't be entrusted with hiring people

That's a little ridiculous; there's an overlap between someone setting up a database for a startup and someone programmatically using a database at a startup. The overlap between that person and someone with a legal background is infinitesimally smaller.


I think we live in very different realities, 6k a year is nothing, its a weeks worth of pay for 1 SWE. A 6k a year savings opportunity is not on any funded startups radar.

And RDS is doing a lot more for you than what you can set up in an afternoon w.r.t observability and features that are just a click away. I actually implemented some of those features when I worked there :)


We just might—not everyone works in SV. The 6k are a single database out of a vastly bigger pool of expenses, so unless you’re funded with six to seven digits from the start, it’s not nothing. At least in Europe, shelling out 300 grand on an SWE for an early stage company is delusional.


People who claim that Postgres has some type of manifest advantage don't realize that Oracle has a huge advantage as well…etc


Great article.

> (For some reason, when I search the Internet for "streaming mapreduce," I don't get programs that do this real-time processing of lots of files as they get written. Instead, I seem to get batch-oriented mapreduce clones that happen to read from stdin, which is a stream.

I suppose this could be a good fit for Flink?


This is awesome


I think all big cloud providers replaced etcd with a custom in house implementation in their K8s offerings for this reason


> I think all big cloud providers replaced etcd with a custom in house implementation in their K8s offerings for this reason

This is incorrect.

AWS, Azure, GCP still use etcd in their customer kubernetes services.

"EKS Ultra Scale" uses an in-house Journal



TIL!


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

Search: