HackerTrans
TopNewTrendsCommentsPastAskShowJobs

projectdelphai

no profile record

comments

projectdelphai
·il y a 12 mois·discuss
I think the problem is that for a huge hotel chain (say like the Marriot) to get hit with enough chargebacks that a credit card vendor drops them, it means that a huge amount of people would need to charge back and be willing to be banned from Marriot until something happens. Kind of like a union, if you're the first to strike or protest, you suffer until enough momentum happens to make a difference.
projectdelphai
·il y a 12 mois·discuss
Echoing that this has not been my experience either. I and my household use Firefox exclusively at home and at work for the last decade and I rarely have a website not work on Firefox but on Chrome. At least not work to the point that I noticed it. Sure maybe some websites looked ugly but tons of websites were ugly and I didn't think it was because it was Firefox.
projectdelphai
·l’année dernière·discuss
I've had poetry take so long that I've just deleted the whole cache/poetry list and reinstalled the packages rather than wait for poetry to figure out whatever dependency hell it found itself in. I switched to uv the minute i tried it out
projectdelphai
·l’année dernière·discuss
I think you're underestimating how "fast" uv really is. It's night and day different. The sentence that got me to switch and I echo still was: "uv is so fast, I sometimes don't even think it's actually doing anything". The first time I used it, I had to actually double check if uv actually was working and installing the packages that it was saying it was. There's a lot of reasons I've heard not to use it that kind of (not really) make sense (you don't want another package manager, you're happy with just base pip, etc). But if you're already using poetry, you really should just switch. uv is just poetry but without any waiting.

Even your most complicated projects should be able to switch within a day. The only reason I took any time was having to restructure my docker containers to work with uv instead of poetry. And that's mostly with my inexperience with docker, not because uv is complicated.