

you’ll have to be more specific


you’ll have to be more specific


not true, you can enable authentication via CF Access
https://developers.cloudflare.com/cloudflare-one/access-controls/applications/http-apps/


I’d just take it out if it’s removable. If you really care about keeping it on during power outages, I’d get an actual UPS to have router and potentially other equipment also plugged in, because I don’t see a “remote” laptop on its own as being very useful without at least the local network up.
if you decide to leave it plugged in, you can configure it to stop charging at e.g. 80% and charge it again at e.g. 30%, that way it keeps a percentage that will extend the battery life.


that section 2.8 was removed https://blog.cloudflare.com/updated-tos/
new terms https://www.cloudflare.com/terms/


I believe that’s not in their terms for years now, at least in my untrained eyes


worth mentioning the old TOS banned video streaming across cloudflare products, but I don’t see a similar umbrella restriction in the current base terms, or in the terms of cloudflare zero trust.
also, make sure you have the rights to transmit the content and are not infringing anyone’s intellectual property rights, ofc 😇


OpenCode Go/Zen have deepseek models that have the best cost-benefit out there. Then OpenRouter with selected providers if I want to try something else.
I don’t spend more than $20/month on personal projects and still manage to have a lot more functionality than I could have without AI.


Opencode Go and Zen are both much cheaper than anything from anthropic or openai. So much so that even paying per token can be cheaper than Anthropic’s subscription. Deepseek models specifically are 10x cheaper and almost as good as what you get with anthropic sonnet.


But that’s the thing with benchmarks, you run them because making assumptions about performance based on guesswork often fails. SQLite is very much architecturally unique for being a daemon-less database that doesn’t concern itself with concurrent writes.
Is UUID as pk slower than int or bigints? Probably - you’re storing 4x more data than a 32-bit integer. Does it matter? Probably not.


the irony of this comment 😅


It’s weird their main reason is performance, but then proceed to benchmark SQLite. Who’s inserting 10s of millions of records per minute on sqlite?
Even in production, client-server DBMSs, I’d wager that there are plenty of other things that dominate performance before you even get near your choice of a primary key, so it probably doesn’t matter until you get a large enough throughput in your database.


In most cases it’s more useful they’re not predictable, and I’m definitely not remembering private keys myself, so what’s the point. You can have preservation of creation order with UUID v6 and v7.


me too, vending machine, me too


IME some people (at least the ones who care) start more critical repos with good intentions, enabling most of these things.
But then comes a time where a hotfix must be merged asap to production and there’s no one to review it for 3 days; branch protection gets disabled.
or an update in the code quality tooling detects an additional dozen warnings without the codebase changing; check enforcement gets disabled.
I think in most cases this is completely fine. Whoever is already a contributor should know what’s the team policy merging things, and having ways to occasionally bypass these checks can be more beneficial than not.


what’s the difference between me and a mosquito? If you slap me I don’t stop sucking


so you’re saying it also works as human repellents?
it’s an h100, I think, no idea about how many users
in my personal setup i use quantized versions on a 3080, which is not great, so I still lean a lot on APIs
Qwen 3.6 and gemma4 models are the only ones usable for agentic prog sessions that I and my employer run locally. It’s less stable and slower than third-party services, even on much better hardware (as it’s with my employer). The best way is to go with a provider hosting deepseek flash/pro if your privacy policy allows though. It’s going to be hard to beat their price.
it’s a grammar checker, it doesn’t matter if it’s based on markov chains, AI, or good vibes. It’ll fix grammar, not writing style.