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...
What method do you use to send articles like this to your kindle?
Could you take and upload a picture of your alarm clock? You have made it sound very intriguing.
They put in all this engineering effort, but as a user in multiple workspaces in a large enterprise grid, this unified grid rework has been a strictly worse user experience. In a large org, if I am in multiple…
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.
Energy density is much higher, which is important for applications such as aviation.
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.
Macos Ventura will let you run x86 code on an arm linux vm using a linux version of rosetta 2, which should fix the speed issues. https://developer.apple.com/documentation/virtualization/run...
> A WebSocket being connected to the Durable Object counts as the Object being active. > If 100 Durable Objects each had 100 WebSocket connections established to each of them which sent approximately one message a…
The article seems to be from 2012, it makes more sense in that context.
Nope, the threads run in parallel. The variable x is mutably borrowed only once by the second thread. The variable a is immutably borrowed twice, so there is no issue.
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.
They didn't build six executables that run on six operating systems. Rather, it's a single nativity compiled executable that runs on six different operating systems unmodified. Cosmopolitan is an incredibly cool project…
> 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!
Block rewards will eventually be replaced by transaction fees, meaning that to keep transaction fees low, transaction volume needs to be high. If most transactions aren't taking place on the Bitcoin network, then either…
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…
This is exactly the usecase Temporal meant for. I've used the Java SDK and its a pretty pleasant experience. Definitely worth taking a look at it.
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.
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...
What method do you use to send articles like this to your kindle?
Could you take and upload a picture of your alarm clock? You have made it sound very intriguing.
They put in all this engineering effort, but as a user in multiple workspaces in a large enterprise grid, this unified grid rework has been a strictly worse user experience. In a large org, if I am in multiple…
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.
Energy density is much higher, which is important for applications such as aviation.
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.
Macos Ventura will let you run x86 code on an arm linux vm using a linux version of rosetta 2, which should fix the speed issues. https://developer.apple.com/documentation/virtualization/run...
> A WebSocket being connected to the Durable Object counts as the Object being active. > If 100 Durable Objects each had 100 WebSocket connections established to each of them which sent approximately one message a…
The article seems to be from 2012, it makes more sense in that context.
Nope, the threads run in parallel. The variable x is mutably borrowed only once by the second thread. The variable a is immutably borrowed twice, so there is no issue.
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.
They didn't build six executables that run on six operating systems. Rather, it's a single nativity compiled executable that runs on six different operating systems unmodified. Cosmopolitan is an incredibly cool project…
> 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!
Block rewards will eventually be replaced by transaction fees, meaning that to keep transaction fees low, transaction volume needs to be high. If most transactions aren't taking place on the Bitcoin network, then either…
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…
This is exactly the usecase Temporal meant for. I've used the Java SDK and its a pretty pleasant experience. Definitely worth taking a look at it.
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.