but claude code also let's you run with a max subscription (not free but capped and with high usage, much cheaper than pure api costs)
yeah for me it's a capital starvation issue, 5 years ago I got millions to fund a vague idea and would hire left and right for the price you'd give, didn't matter. Now I'm building a sustainable business with the little…
It's Reddit
I think it's actually brilliant. People aren't going to leisure trip at commuting hours, so it allows to keep a schedule outside of busy hours when you are normally way under capacity.
Wages are quite good especially for the low skills/paid training
Note that it's only up to regional transparts, which means that if you can technically travel across Germany with it, it's gonna be much slower than a car. In most cases you are still going to take an Inter City Express…
Like that story about a Tesla driver driving off a cliff in California and everyone surviving the crash? A story that even ended up in french and German newspapers
I loved empire earth II as well
Or they remove them from the dataset in batches every X months and retrain. You have a few months to comply to gdpr requests
What was the training? From what I read the plane was sold as being flown without the need for new training to counter the Airbus jet?
Very funny (this is either chatGPT or someone writing like it on purpose)
> If VS Code is slower than sublime with the same level of functionality, why does it currently totally dominate the market? Is it because devs just love Microsoft? Because it only has the same level of functionality…
I worked for a year for Pengu, one of the hackers. I never dared to ask about that part of his path. He had a custom arcade game running the game in the office, that was the closest thing to the topic. He really moved…
Sounds like you could save yourself some time and budget by offering to pay for those images your are using?
Both
A personal anecdote, I've had the the complete opposite experience with Asus and Lenovo laptops lasting forever, not even needing any sort of repair, while my 2007 MacBook pro died because of a known flaw on Nvidia GPU…
I'm going to add this tactic to my book it's genius
At least you can do that when you are not the one managing them but can't fire them.
I think you give too much credit to some execs, my experience is that sometimes the short term is the only thing they pay attention to when investors' money is flowing and there's more to grab. The only reason we see…
True, although I don't know which library the op is talking about, because all the libraries I use are alive and well, some get very rare updated simply because they are "done"
Well with that logic it's the same for clojure, Lein and deps.edn they both use the very well documented, incredibly successful, Maven Central repository. They are just two different implementations using the same,…
Do you have some os projects out there to share where you had to do that? Makes me curious, I think the only time I've ended up making a specific data structure in clojure was for a library for perf reasons. In…
I think every clojure dev that sticks long enough and feels the need for a framework ends up publishing one. The reason none of them stands out much imo is that library composition is pretty easy to do and the building…
based on the todomvc example, I can say that it is resilient to being offline, in the sense that whatever you do while temporarily offline is resumed when you are back online. there's no optimistic updates so it looks…
Regarding offline I tested the photon-starter-app repo a bit and it looks like it already supports disconnections but without optimistic updates: Here's what I did - killed the network - added a bunch of items to the…
but claude code also let's you run with a max subscription (not free but capped and with high usage, much cheaper than pure api costs)
yeah for me it's a capital starvation issue, 5 years ago I got millions to fund a vague idea and would hire left and right for the price you'd give, didn't matter. Now I'm building a sustainable business with the little…
It's Reddit
I think it's actually brilliant. People aren't going to leisure trip at commuting hours, so it allows to keep a schedule outside of busy hours when you are normally way under capacity.
Wages are quite good especially for the low skills/paid training
Note that it's only up to regional transparts, which means that if you can technically travel across Germany with it, it's gonna be much slower than a car. In most cases you are still going to take an Inter City Express…
Like that story about a Tesla driver driving off a cliff in California and everyone surviving the crash? A story that even ended up in french and German newspapers
I loved empire earth II as well
Or they remove them from the dataset in batches every X months and retrain. You have a few months to comply to gdpr requests
What was the training? From what I read the plane was sold as being flown without the need for new training to counter the Airbus jet?
Very funny (this is either chatGPT or someone writing like it on purpose)
> If VS Code is slower than sublime with the same level of functionality, why does it currently totally dominate the market? Is it because devs just love Microsoft? Because it only has the same level of functionality…
I worked for a year for Pengu, one of the hackers. I never dared to ask about that part of his path. He had a custom arcade game running the game in the office, that was the closest thing to the topic. He really moved…
Sounds like you could save yourself some time and budget by offering to pay for those images your are using?
Both
A personal anecdote, I've had the the complete opposite experience with Asus and Lenovo laptops lasting forever, not even needing any sort of repair, while my 2007 MacBook pro died because of a known flaw on Nvidia GPU…
I'm going to add this tactic to my book it's genius
At least you can do that when you are not the one managing them but can't fire them.
I think you give too much credit to some execs, my experience is that sometimes the short term is the only thing they pay attention to when investors' money is flowing and there's more to grab. The only reason we see…
True, although I don't know which library the op is talking about, because all the libraries I use are alive and well, some get very rare updated simply because they are "done"
Well with that logic it's the same for clojure, Lein and deps.edn they both use the very well documented, incredibly successful, Maven Central repository. They are just two different implementations using the same,…
Do you have some os projects out there to share where you had to do that? Makes me curious, I think the only time I've ended up making a specific data structure in clojure was for a library for perf reasons. In…
I think every clojure dev that sticks long enough and feels the need for a framework ends up publishing one. The reason none of them stands out much imo is that library composition is pretty easy to do and the building…
based on the todomvc example, I can say that it is resilient to being offline, in the sense that whatever you do while temporarily offline is resumed when you are back online. there's no optimistic updates so it looks…
Regarding offline I tested the photon-starter-app repo a bit and it looks like it already supports disconnections but without optimistic updates: Here's what I did - killed the network - added a bunch of items to the…