Happy it helped. If you have a very high throughput app (or something that logs gigantic payloads), the "logging pauses" may slow down your app in non-obvious ways. Diagnosing it the very first time took forever (I…
My guess is this is all due to CloudWatch logs putlogevents failures. By default a docker container configured with awslogs runs in "blocking" mode. As logs get logged, docker will buffer them and push to CloudWatch…
USB has a built in protocol level reset that should achieve the same thing. The only change is 5V power is not cut. It's basically the same as doing an OS reboot from the peripheral's perspective. If the USB device…
Just wait until they find your personal cell phone number and try to force you into scheduling a "time that works" on the calendar.
For certified piston aircraft, generally yes. The engines are pretty much made by a few manufacturers based on ancient designs, and while you may get some "newer" benefits in some models, such as fuel injection (instead…
I had the same experience when I was a TA a long time ago. Reviewing the code to a homework set I noticed that two students mixed up the naming of two variables (I think min/max were switched). I ran a whitespace…
As someone who's dealt with these protocols as well I agree. I find the print quality of PDFs perfect on Zebra's as long as you keep the following in mind: - Make sure the DPI of the document is correct (e.g. 203dpi) -…
Car and Driver did a test using an older Model 3 with a resistive heater (the newer models use a much more efficient heat pump), and found that it used around 2.2% an hour to keep the cabin warm.…
I have 2x LG Ultrafine 5Ks as well. I found the USB-C connector wears down over time and causes display and power issues. I've reflowed the connector itself, and am looking at doing a complete connector swap soon. The…
Unfortunately I've that you can't rely on the chargers being available at most hotels. In my experience they're frequently either ICE-ed (the charging spot is taken by a non-EV car), or there's already another car…
I got hit by the same year long gradual bill increase. I didn't notice at first, as the number seemed right, but then at 6 months or so I looked into why the price seemed so much higher than what I remember and got…
Not really, I mostly cared about AES which was around 25x faster. Here's what a NanoPi M4 does: Cryptsetup # Algorithm | Key | Encryption | Decryption aes-cbc 128b 465.5 MiB/s 654.0 MiB/s OpenSSL Speed for ChaCha type…
I'm still surprised that they did not include a crypto accelerator on the Pi4. It seems like a very low cost peripheral, with a high performance impact for many use cases (drive encryption, network encryption, etc...).…
It's 1 lane, but a 16x connector to allow plugging in any device. PCIe devices can be downgraded into a lower number of lanes. Many motherboard 16x connectors aren't even a full 16x.
From my reading of the interim rules, it's based on your 2019 Schedule C Line 31 (Total Profit and Loss), capped at 100k. For forgiveness it's: ($100,000 / 52 weeks) * 8 weeks = $15,384. The rules and new clarifications…
BoA seems to be only letting people with some sort of loan product with them apply. > “We have to focus on the borrowing clients to make sure we can take care of them,” he said. This sounds like Bank of America is…
Do you set up nginx or haproxy as a reverse proxy to the wireguard network, or something else? Been wondering if there's an easy way to expose an internal service like that. TCP seems easy, but UDP seems much more…
There's a few hard/soft products that are grouped as premium economy. On domestic flights there's "Comfort" seats, which give you more legroom (and free snacks and drinks on US domestic flights). On international…
At least in my NYC WeWork the sound isolation is so bad that it might as well be an open office. I can clearly hear all the phone conversations my WeWork neighbors make. I assume they can hear mine as well.
In regards to number 2. You can have variables and parameters in Fusion360 -- I use it all the time for adding a tolerance variable and stuff like wall thickness, length, width etc... Are configurations significantly…
Advanced Circuits (4pcb) still offers a "BareBones" service that will give you a 2 layer board without soldermask or silkscreen in 1 day. I haven't used that service since maybe 2007, OshPark Super Swift and Chinese…
As a FBA 3rd party seller (my product shows up as Sold by <my company name> fulfilled by Amazon. I'm the manufacturer of my product and it's the only thing I sell on Amazon.) returns are a nightmare since Amazon…
My experience (both pledging and running my own campaigns) has been Kickstarter is mostly an early adopter marketing tool. They could easily fund this themselves and start selling it on Amazon. They don't need another…
Out of curiosity which standards? The only one I can think of is providing a slightly higher voltage (but still within USB-C spec) to account for resistive losses in the cable. That's why it says 61 watts instead of 60.
Nope. You can login with a different region's iTunes account (e.g. with a US address) however and download it without a VPN. You need a billing address/CC/PayPal in that region though, so you can't just simply register…
Happy it helped. If you have a very high throughput app (or something that logs gigantic payloads), the "logging pauses" may slow down your app in non-obvious ways. Diagnosing it the very first time took forever (I…
My guess is this is all due to CloudWatch logs putlogevents failures. By default a docker container configured with awslogs runs in "blocking" mode. As logs get logged, docker will buffer them and push to CloudWatch…
USB has a built in protocol level reset that should achieve the same thing. The only change is 5V power is not cut. It's basically the same as doing an OS reboot from the peripheral's perspective. If the USB device…
Just wait until they find your personal cell phone number and try to force you into scheduling a "time that works" on the calendar.
For certified piston aircraft, generally yes. The engines are pretty much made by a few manufacturers based on ancient designs, and while you may get some "newer" benefits in some models, such as fuel injection (instead…
I had the same experience when I was a TA a long time ago. Reviewing the code to a homework set I noticed that two students mixed up the naming of two variables (I think min/max were switched). I ran a whitespace…
As someone who's dealt with these protocols as well I agree. I find the print quality of PDFs perfect on Zebra's as long as you keep the following in mind: - Make sure the DPI of the document is correct (e.g. 203dpi) -…
Car and Driver did a test using an older Model 3 with a resistive heater (the newer models use a much more efficient heat pump), and found that it used around 2.2% an hour to keep the cabin warm.…
I have 2x LG Ultrafine 5Ks as well. I found the USB-C connector wears down over time and causes display and power issues. I've reflowed the connector itself, and am looking at doing a complete connector swap soon. The…
Unfortunately I've that you can't rely on the chargers being available at most hotels. In my experience they're frequently either ICE-ed (the charging spot is taken by a non-EV car), or there's already another car…
I got hit by the same year long gradual bill increase. I didn't notice at first, as the number seemed right, but then at 6 months or so I looked into why the price seemed so much higher than what I remember and got…
Not really, I mostly cared about AES which was around 25x faster. Here's what a NanoPi M4 does: Cryptsetup # Algorithm | Key | Encryption | Decryption aes-cbc 128b 465.5 MiB/s 654.0 MiB/s OpenSSL Speed for ChaCha type…
I'm still surprised that they did not include a crypto accelerator on the Pi4. It seems like a very low cost peripheral, with a high performance impact for many use cases (drive encryption, network encryption, etc...).…
It's 1 lane, but a 16x connector to allow plugging in any device. PCIe devices can be downgraded into a lower number of lanes. Many motherboard 16x connectors aren't even a full 16x.
From my reading of the interim rules, it's based on your 2019 Schedule C Line 31 (Total Profit and Loss), capped at 100k. For forgiveness it's: ($100,000 / 52 weeks) * 8 weeks = $15,384. The rules and new clarifications…
BoA seems to be only letting people with some sort of loan product with them apply. > “We have to focus on the borrowing clients to make sure we can take care of them,” he said. This sounds like Bank of America is…
Do you set up nginx or haproxy as a reverse proxy to the wireguard network, or something else? Been wondering if there's an easy way to expose an internal service like that. TCP seems easy, but UDP seems much more…
There's a few hard/soft products that are grouped as premium economy. On domestic flights there's "Comfort" seats, which give you more legroom (and free snacks and drinks on US domestic flights). On international…
At least in my NYC WeWork the sound isolation is so bad that it might as well be an open office. I can clearly hear all the phone conversations my WeWork neighbors make. I assume they can hear mine as well.
In regards to number 2. You can have variables and parameters in Fusion360 -- I use it all the time for adding a tolerance variable and stuff like wall thickness, length, width etc... Are configurations significantly…
Advanced Circuits (4pcb) still offers a "BareBones" service that will give you a 2 layer board without soldermask or silkscreen in 1 day. I haven't used that service since maybe 2007, OshPark Super Swift and Chinese…
As a FBA 3rd party seller (my product shows up as Sold by <my company name> fulfilled by Amazon. I'm the manufacturer of my product and it's the only thing I sell on Amazon.) returns are a nightmare since Amazon…
My experience (both pledging and running my own campaigns) has been Kickstarter is mostly an early adopter marketing tool. They could easily fund this themselves and start selling it on Amazon. They don't need another…
Out of curiosity which standards? The only one I can think of is providing a slightly higher voltage (but still within USB-C spec) to account for resistive losses in the cable. That's why it says 61 watts instead of 60.
Nope. You can login with a different region's iTunes account (e.g. with a US address) however and download it without a VPN. You need a billing address/CC/PayPal in that region though, so you can't just simply register…