At least Anthropic have a max subscription for corporate. Codex is only pay-as-you-go pricing beyond the base plan. Hence I'm stuck with Opus for work for the foreseeable future.
[flagged]
The tweet misses the conclusion from the paper that handcrafted AGENTS.md might help. To me its no surprise that 100% vibed AGENTS.md are unproductive. Not reviewing your design docs is probably even worse than not…
It's because that price point is for individuals not for companies. So my company can't pay for the $100 plan unlike with Claude. Only pay-as-you go pricing is available for companies beyond the $29 plan which runs out…
I'm working on a large (at least 300k+ loc) Django code base right now and we have 32 direct dependencies. Mostly stuff like lxml, pillow and pandas. It's very easy to use all the nice Django libs out there but you…
Thanks Dylan. Turns out my colleague actually had a teams call with you yesterday and the issue was confirmed and prioritised on your end. You have a great product. Looking forward to get back to using it!
I've tried Greptile and it's pretty much pure noise. I ran it for 3 PRs and then gave up. Here are three examples of things it wasted my time on in those 3 PRs: * Suggested to silence exception instead of crash and burn…
"The browser" -> "A browser" and this is not an issue
I have the same issue. I think it's because I'm adblocking because if I try in chrome with no adblocker it loads the ads instantly. But eh either 5s of black screen or 60s of ads. I tried watching a 15 min yt video…
Riksbanken have been pushing for cash payments too. Personally I think its too little too late. The culture in Sweden has already changed to purely digital https://www.riksbank.se/sv/press-och-publicerat/nyheter-och-...…
That is just not true. To quote the Swedish riksbank. "The Swedish payment market is almost entirely digital" https://www.riksbank.se/en-gb/payments--cash/payments-in-swe...
That used to be semi-common for smaller transactions in Sweden but was made illegal. Not sure why, probably to fight tax avoidance. At this point the cost of handling cash is way higher than handling cards and as no one…
There are numerous things still missing in terms of async support. Most notably for me is DB transaction support which leads to most non-safe endpoints running on the shared sync_to_async thread and me having to…
I think one reason for the eReader market not being big is that they're so good and sustainable. I bought my Sony PRS-T2 in 2012 and am still using it to this day. It has battery life for weeks, storage space for 100+…
I added this to personal instructions to make it less annoying: • No compliments, flattery, or emotional rapport. • Focus on clear reasoning and evidence. • Be critical of users assumptions when needed. • Ask follow-up…
Apples only delivery choice in Sweden is UPS which is notorious for messing up deliveries here. I ordered a MacBook and the delivery is supposed to be hand over with signature required. The UPS guy left it outside my…
Nice one! Had this problem last time we ran a tournament. I also did some constraint programming to solve my poker problems. We play mostly cash games so I did a MiniZinc model for computing the least amount of…
It is very much maintained and got it's 1.0 release not long ago. Sadly there is a single guy doing all the work for Ninja so the tempo of releases varies. I also think there is quite a way to the stability of DRF and…
As a long time Django and DRF user I'm really happy this release finally got out. If you look at the PRs being released some of them are years old. It's true that DRF is a mature and feature-complete framework but…
For me it feels like people have always been over-engineering dependency management where the practical issues from not doing it are pretty much non-existent. My approach is to just use Docker, no virtualenvs. I get…
Yeah, pills. I'm a Swede so you'll probably need to look for a different brand if you're in the US. Here is the ones I buy: "Valerina Forte" https://www.fass.se/LIF/product?nplId=20090224000447&userTyp...
My tactic for falling asleep just about anywhere is over-ear headphones (QC35) and a sleeping mask. Sleeping slightly on your side is no problem with QC35 and if the noise around you is low enough you don't even need…
At least Anthropic have a max subscription for corporate. Codex is only pay-as-you-go pricing beyond the base plan. Hence I'm stuck with Opus for work for the foreseeable future.
[flagged]
The tweet misses the conclusion from the paper that handcrafted AGENTS.md might help. To me its no surprise that 100% vibed AGENTS.md are unproductive. Not reviewing your design docs is probably even worse than not…
It's because that price point is for individuals not for companies. So my company can't pay for the $100 plan unlike with Claude. Only pay-as-you go pricing is available for companies beyond the $29 plan which runs out…
I'm working on a large (at least 300k+ loc) Django code base right now and we have 32 direct dependencies. Mostly stuff like lxml, pillow and pandas. It's very easy to use all the nice Django libs out there but you…
Thanks Dylan. Turns out my colleague actually had a teams call with you yesterday and the issue was confirmed and prioritised on your end. You have a great product. Looking forward to get back to using it!
I've tried Greptile and it's pretty much pure noise. I ran it for 3 PRs and then gave up. Here are three examples of things it wasted my time on in those 3 PRs: * Suggested to silence exception instead of crash and burn…
"The browser" -> "A browser" and this is not an issue
I have the same issue. I think it's because I'm adblocking because if I try in chrome with no adblocker it loads the ads instantly. But eh either 5s of black screen or 60s of ads. I tried watching a 15 min yt video…
Riksbanken have been pushing for cash payments too. Personally I think its too little too late. The culture in Sweden has already changed to purely digital https://www.riksbank.se/sv/press-och-publicerat/nyheter-och-...…
That is just not true. To quote the Swedish riksbank. "The Swedish payment market is almost entirely digital" https://www.riksbank.se/en-gb/payments--cash/payments-in-swe...
That used to be semi-common for smaller transactions in Sweden but was made illegal. Not sure why, probably to fight tax avoidance. At this point the cost of handling cash is way higher than handling cards and as no one…
There are numerous things still missing in terms of async support. Most notably for me is DB transaction support which leads to most non-safe endpoints running on the shared sync_to_async thread and me having to…
I think one reason for the eReader market not being big is that they're so good and sustainable. I bought my Sony PRS-T2 in 2012 and am still using it to this day. It has battery life for weeks, storage space for 100+…
I added this to personal instructions to make it less annoying: • No compliments, flattery, or emotional rapport. • Focus on clear reasoning and evidence. • Be critical of users assumptions when needed. • Ask follow-up…
Apples only delivery choice in Sweden is UPS which is notorious for messing up deliveries here. I ordered a MacBook and the delivery is supposed to be hand over with signature required. The UPS guy left it outside my…
Nice one! Had this problem last time we ran a tournament. I also did some constraint programming to solve my poker problems. We play mostly cash games so I did a MiniZinc model for computing the least amount of…
It is very much maintained and got it's 1.0 release not long ago. Sadly there is a single guy doing all the work for Ninja so the tempo of releases varies. I also think there is quite a way to the stability of DRF and…
As a long time Django and DRF user I'm really happy this release finally got out. If you look at the PRs being released some of them are years old. It's true that DRF is a mature and feature-complete framework but…
For me it feels like people have always been over-engineering dependency management where the practical issues from not doing it are pretty much non-existent. My approach is to just use Docker, no virtualenvs. I get…
Yeah, pills. I'm a Swede so you'll probably need to look for a different brand if you're in the US. Here is the ones I buy: "Valerina Forte" https://www.fass.se/LIF/product?nplId=20090224000447&userTyp...
My tactic for falling asleep just about anywhere is over-ear headphones (QC35) and a sleeping mask. Sleeping slightly on your side is no problem with QC35 and if the noise around you is low enough you don't even need…