Thats what this Github Action uses is DNS validation through acme.sh and updating a Route53 domain.
A Github Action running acme.sh that pushes certs to S3 solves the split dns issue for hosts, which can cause all sorts of weirdness after a while. You can then grab a cert on a schedule and even make them wildcard if…
Unifi docs say that the AI feature run directly on the camera or via optional devices like the AI Port or AI Key. Odd that it impacts your UDM Pro and wifi.
I really don't now how these other code bases are structured. Our team ran cc-usage and our cost is right about what we pay as our monthly license. This is only those on the team pro side. Our code base is not small,…
I'm seeing the opposite. With Opus 4.7 and xhigh, I'm seeing less session usage , it's moving faster, and my weekly usage is not moving that much on a Team Pro account.
From the podcasts they talk a little about their clients. It's people who want something like AWS Outpost but fully disconnected and independent from any cloud and running 100% local.
I'm pretty sure BGP magic will let you blackhole a whole subnet.
I've had great luck with 10gtek modules both with Mikrotik gear, with DACs, and one that is connected to an upstream juniper switch. I'm curious what modules were the most troublesom. * I will note that the 10gb sfp+…
Newer units (not all) in the US come pre-charged up to a certain size of lineset. Manufacturers can sell you a whole unit with a charge. The rest is easy to source locally though I haven't tried to get nitrogen myself.…
Enterprise drives are way different than anything consumer based. I wouldn't trust a consumer drive used for 2 years, but a true enteprise drive has like millions of hours left of it's life. Quote from Toshiba's paper…
Every drive is "used" the moment you turn it on.
MAUI Blazor Hybrid is great if you won't want to learn XAML. Apple killed Silverlight, Microsoft kept it running for ~20 years. If you stayed close to what Xamarin was the migration to MAUI isn't bad from what I've seen.
Can you talk more about how you are using ollama for spam filtering?
Visual Studio is a bad example. It's used for Windows, Web, and Mobile. The big difference between the two is the cost. Visual Studio Pro is $100/month, Enterprise is $300/month, while VSCode is free. It was an…
At a call center, that had a whole datacenter in the basement. They had two weeks of fuel on hand at all times. Being on a border of a state, they also had a 2nd grid connection in case one failed. The whole area lost…
You still have latency, legacy window sizes, and packet schedulers to deal with.
We have had great success with Maui Blazor Hybrid. Each release hot reload gets better with fewer edge cases. I also found that having a separate .cs file instead of in one file helps with highlighing and intellisense.
Still Public, still chews through million->billion or rows in seconds. Their Cloud version has some Cloud specific features. A few vendors have build custom thing on top or custom builds off the open source project too.
For their marketing it is. There is a very specific reason the desktop exists. On-premise AI workloads. You can't get the bus width on socketed ram that you do soldered ram at the current moment. 1 product is an…
It looks like these types were code-gen from something else. https://github.com/Helion-Engine/Helion/commit/e6affd9abff14...
This happened to me! Friend had a similar car and at night they went to mine and the door unlocked but the car wouldn't start. The door only had a few pins it checked while the ignition used every pin. We compared our…
The interviews with the Typescript dev doing the rewrite will tell you why. Switching their compiler to Go was a quick transition since Go matched their current JS build. The dev also wanted to use go, and use…
The C# compiler is written in C# and distributed to multiple platforms. Along with the JIT that runs on all kinds of devices. Graph for the differences in Runtime, Runtime Trimmed, and AOT .NET.…
First it looks amazing. Honest question, why do all of these keyboards never have an extra column on the right. Standard querty layout has a lot of coding related extra keys to the right than the left. Similar with the…
Neither is their bandwidth, and servers.
Thats what this Github Action uses is DNS validation through acme.sh and updating a Route53 domain.
A Github Action running acme.sh that pushes certs to S3 solves the split dns issue for hosts, which can cause all sorts of weirdness after a while. You can then grab a cert on a schedule and even make them wildcard if…
Unifi docs say that the AI feature run directly on the camera or via optional devices like the AI Port or AI Key. Odd that it impacts your UDM Pro and wifi.
I really don't now how these other code bases are structured. Our team ran cc-usage and our cost is right about what we pay as our monthly license. This is only those on the team pro side. Our code base is not small,…
I'm seeing the opposite. With Opus 4.7 and xhigh, I'm seeing less session usage , it's moving faster, and my weekly usage is not moving that much on a Team Pro account.
From the podcasts they talk a little about their clients. It's people who want something like AWS Outpost but fully disconnected and independent from any cloud and running 100% local.
I'm pretty sure BGP magic will let you blackhole a whole subnet.
I've had great luck with 10gtek modules both with Mikrotik gear, with DACs, and one that is connected to an upstream juniper switch. I'm curious what modules were the most troublesom. * I will note that the 10gb sfp+…
Newer units (not all) in the US come pre-charged up to a certain size of lineset. Manufacturers can sell you a whole unit with a charge. The rest is easy to source locally though I haven't tried to get nitrogen myself.…
Enterprise drives are way different than anything consumer based. I wouldn't trust a consumer drive used for 2 years, but a true enteprise drive has like millions of hours left of it's life. Quote from Toshiba's paper…
Every drive is "used" the moment you turn it on.
MAUI Blazor Hybrid is great if you won't want to learn XAML. Apple killed Silverlight, Microsoft kept it running for ~20 years. If you stayed close to what Xamarin was the migration to MAUI isn't bad from what I've seen.
Can you talk more about how you are using ollama for spam filtering?
Visual Studio is a bad example. It's used for Windows, Web, and Mobile. The big difference between the two is the cost. Visual Studio Pro is $100/month, Enterprise is $300/month, while VSCode is free. It was an…
At a call center, that had a whole datacenter in the basement. They had two weeks of fuel on hand at all times. Being on a border of a state, they also had a 2nd grid connection in case one failed. The whole area lost…
You still have latency, legacy window sizes, and packet schedulers to deal with.
We have had great success with Maui Blazor Hybrid. Each release hot reload gets better with fewer edge cases. I also found that having a separate .cs file instead of in one file helps with highlighing and intellisense.
Still Public, still chews through million->billion or rows in seconds. Their Cloud version has some Cloud specific features. A few vendors have build custom thing on top or custom builds off the open source project too.
For their marketing it is. There is a very specific reason the desktop exists. On-premise AI workloads. You can't get the bus width on socketed ram that you do soldered ram at the current moment. 1 product is an…
It looks like these types were code-gen from something else. https://github.com/Helion-Engine/Helion/commit/e6affd9abff14...
This happened to me! Friend had a similar car and at night they went to mine and the door unlocked but the car wouldn't start. The door only had a few pins it checked while the ignition used every pin. We compared our…
The interviews with the Typescript dev doing the rewrite will tell you why. Switching their compiler to Go was a quick transition since Go matched their current JS build. The dev also wanted to use go, and use…
The C# compiler is written in C# and distributed to multiple platforms. Along with the JIT that runs on all kinds of devices. Graph for the differences in Runtime, Runtime Trimmed, and AOT .NET.…
First it looks amazing. Honest question, why do all of these keyboards never have an extra column on the right. Standard querty layout has a lot of coding related extra keys to the right than the left. Similar with the…
Neither is their bandwidth, and servers.