Cloudflare’s China presence is already operated by a local company, like what Akamai is switching to. https://blog.cloudflare.com/cloudflare-partners-with-jd-clou...
Could you take and upload a picture of your alarm clock? You have made it sound very intriguing.
I tried a lot to use remote servers for development when I had an Intel MacBook and I found the experience to always be so frustrating that I upgraded to the M series. Have the tools gotten any better or is vscode…
Interesting to see that their model comparisons don’t include OpenAI models.
What have you been using in place of AirBnB?
The Arduino strategy seems to be similar to the Raspberry one - as people who grew up tinkering with Arduinos go into industry and are placed in charge of decisions, an upmarket edition of Arduino is a natural pick.
Congratulations on the launch and good luck building a business around it! I remember running into you folks at OpenSauce last year and thinking just how useful it could be.
You and others have said this multiple times in this thread. Is this documented somewhere on their website? It's hard to just take your word for it looking at the prices.
> Each has its own performance hit but that hit can be worth it Rust's focus on making things explicit has a tendency to make programmers want to remove every clone and allocation and make a mess of lifetimes and…
WSL is a fully fledged VM under the hood, it's just well integrated.
It looks like the title got changed and now it says Svelte instead of Svelvet. Congrats on the launch!
Cockroachdb serverless is a pretty nice option too. Super easy to spin up an instance and get started since it's mostly postgres compatible. Planetscale has a similar offering with mysql compatibility but I've not tried…
MoCA and cable internet use different frequencies so you can still use them. I'm currently using those adapters with comcast.
You get billed the same amount, but the transaction fees that a merchant pays on a transaction varies with the card type, brand, tier, and various other factors.
What? Even with runtime os detection, you won't be running linux code paths on windows. However you do it, you can't test linux apis on windows or windows apis on linux natively.
With IPFS, the client is not just a client, but an equal peer in the network. This is nice, but that means complexity. Compare that to something like HTTP 1.1, which is stupid simple to implement since complexity is…
Tacking onto this question, does anyone have recommendations for US banks that have API access and allow personal use? I've come across a couple companies such as Mercury but they're only for business use.
How do you incorporate databases and testing data into this?
I believe you can set a different proxy on a per container basis, so you could for example have a VPN container and a work container that send traffic via different places.
Yep. The hardest part of a k8s cluster at home is ingress and storage. Previously I was using metallb and port forwarding, which worked ok, but not very reliably for various reasons. A cloudflare tunnel sidecar…
Nomad is pretty great for a lot of things, especially self hosted. The only reason I prefer k8s is the ecosystem. Even though there are standardized specs like CSI, they were written with k8s in mind, so some drivers…
This is the explanation a Plex employee gave for the lack of personal media showing up in their Apple TV integration. > This feature will only work with our free on demand movies and TV shows. We’d love to integrate…
I should've phrased it as all in on Next really. I really like Vercel and Next.js serverless for hosting, and I've usually put APIs on a subdomain. The issue is that then using Blitz for authentication and rpc layer…
Next pushes towards serverless functions and API routes that I didn't really enjoy using for more than just a trivial endpoint. Blitz is currently built on top of Next so this same issue came up, and its value…
Take a look at ScyllaDB Alternator [1], which is API compatible with DynamoDB. Scylla also supports multiregion clusters, which should help with latency. I've not used alternator, but I've had a good experience with…
Cloudflare’s China presence is already operated by a local company, like what Akamai is switching to. https://blog.cloudflare.com/cloudflare-partners-with-jd-clou...
Could you take and upload a picture of your alarm clock? You have made it sound very intriguing.
I tried a lot to use remote servers for development when I had an Intel MacBook and I found the experience to always be so frustrating that I upgraded to the M series. Have the tools gotten any better or is vscode…
Interesting to see that their model comparisons don’t include OpenAI models.
What have you been using in place of AirBnB?
The Arduino strategy seems to be similar to the Raspberry one - as people who grew up tinkering with Arduinos go into industry and are placed in charge of decisions, an upmarket edition of Arduino is a natural pick.
Congratulations on the launch and good luck building a business around it! I remember running into you folks at OpenSauce last year and thinking just how useful it could be.
You and others have said this multiple times in this thread. Is this documented somewhere on their website? It's hard to just take your word for it looking at the prices.
> Each has its own performance hit but that hit can be worth it Rust's focus on making things explicit has a tendency to make programmers want to remove every clone and allocation and make a mess of lifetimes and…
WSL is a fully fledged VM under the hood, it's just well integrated.
It looks like the title got changed and now it says Svelte instead of Svelvet. Congrats on the launch!
Cockroachdb serverless is a pretty nice option too. Super easy to spin up an instance and get started since it's mostly postgres compatible. Planetscale has a similar offering with mysql compatibility but I've not tried…
MoCA and cable internet use different frequencies so you can still use them. I'm currently using those adapters with comcast.
You get billed the same amount, but the transaction fees that a merchant pays on a transaction varies with the card type, brand, tier, and various other factors.
What? Even with runtime os detection, you won't be running linux code paths on windows. However you do it, you can't test linux apis on windows or windows apis on linux natively.
With IPFS, the client is not just a client, but an equal peer in the network. This is nice, but that means complexity. Compare that to something like HTTP 1.1, which is stupid simple to implement since complexity is…
Tacking onto this question, does anyone have recommendations for US banks that have API access and allow personal use? I've come across a couple companies such as Mercury but they're only for business use.
How do you incorporate databases and testing data into this?
I believe you can set a different proxy on a per container basis, so you could for example have a VPN container and a work container that send traffic via different places.
Yep. The hardest part of a k8s cluster at home is ingress and storage. Previously I was using metallb and port forwarding, which worked ok, but not very reliably for various reasons. A cloudflare tunnel sidecar…
Nomad is pretty great for a lot of things, especially self hosted. The only reason I prefer k8s is the ecosystem. Even though there are standardized specs like CSI, they were written with k8s in mind, so some drivers…
This is the explanation a Plex employee gave for the lack of personal media showing up in their Apple TV integration. > This feature will only work with our free on demand movies and TV shows. We’d love to integrate…
I should've phrased it as all in on Next really. I really like Vercel and Next.js serverless for hosting, and I've usually put APIs on a subdomain. The issue is that then using Blitz for authentication and rpc layer…
Next pushes towards serverless functions and API routes that I didn't really enjoy using for more than just a trivial endpoint. Blitz is currently built on top of Next so this same issue came up, and its value…
Take a look at ScyllaDB Alternator [1], which is API compatible with DynamoDB. Scylla also supports multiregion clusters, which should help with latency. I've not used alternator, but I've had a good experience with…