Did you really have to hijack the up and down keys? I can't scroll.
Try scrolling with the arrow keys.
[flagged]
If you are using Go (which solves most of your dependency problems) and SQLite (which means you don't need to integrate with an external database via service discovery) why do you need Docker at all?
attrs classes still have several features that dataclasses don't, and likely never will, [like validators and converters](https://www.attrs.org/en/stable/why.html#data-classes). So it's not obsolete, particularly for…
Heat pump models usually have a resistive element for use when the heat pump can't keep up, or when the climate doesn't cooperate. Then you benefit from the efficiency whenever possible. (Here in coastal CA I have mine…
The all-in-one units can also be installed with ducting.
My heat pump water heater is at 140F all the time, maximizing the banked energy. There's an outboard mixing valve to reduce this to a safe temperature in the house.
Those are definitely not substitutable. In addition to the difference in glues the peer comment notes (the oak plywood will likely delaminate if exposed to moisture), you need to sheathe a house in a product rated for…
Sonoma's water doesn't come from snowpack.
> I disagree... you could always leverage six and/or do conditional imports based on sys.version Sure it was possible, but what benefit would doing all that work get you? More memory use! It wasn't until Python 3.5 that…
The core problem with strings in Python 2 was implicit coercion: you could mix `b''` and `u''` strings pretty freely as long as they only contained ASCII and they would be silently converted as required. Once you leave…
Yes, absolutely. I'd add that this area loves its urban growth boundaries, so the only way to add lots of housing is to build up. This makes the carve-out in SB-50 for counties with a population under 600,000…
Yeah, they are blocking a transit corridor. On a floodplain. It's not good. And I agree --- the county response has not impressed. In that sense it's actually great that the encampment is in such a prominent location.…
Here's some background on homelessness: https://calmatters.org/explainers/californias-homelessness-c... I don't expect that you intended it this way, but be aware that the way you've phrased the question is likely to…
OP didn't say that the wildfires were caused by the homeless. There have been three small fires at an encampment between Santa Rosa and Sebastopol in the last few months:…
Weird is certainly the word for it. The SF real estate catastrophe is pushing up prices here, particularly the south end of the county, while (in the small tech scene at least) salaries haven't adjusted. I've lived here…
For the unfamiliar: > The Licensee hereby agrees, without the prior written consent of Cognitect, which may be withheld or conditioned at Cognitect’s sole discretion, it will not: [...] (j) publicly display or…
Have you checked out https://www.habitat.sh/? It has a gossip-based discovery/coordination layer. I've been meaning to give it a try --- I too have Docker fatigue.
Additionally, Forwarded is only for requests, while Via is for both requests and responses.
I have a mid/high-end Bosch and find that the dishes end up much dryer if you crack the door when the cycle completes. This is particularly important for plastic stuff like tupperware. It doesn't have a heating element,…
If you want to reduce the size more, try emitting a single layer as a tarball which you can pipe to docker load. That will reduce your layer count to one, plus you can omit a bunch of the metadata that Docker includes…
Go ahead! There's a .zip file linked here: http://freecog.net/2005/jsamp/ This being 2005, the code is pretty much what you see there -- no minification or anything. The source archive contains the template files (this…
The interaction with the equalizer sliders isn't quite right. Once you grab any slider, you should be able to move the mouse horizontally to affect the rest (draw the curve you want with the mouse). I learned JavaScript…
We run ZooKeeper (and Kafka) within Docker containers and were able to solve this problem with a patch to the client: https://issues.apache.org/jira/browse/ZOOKEEPER-2184 You also need to disable the JVM's insane…
Did you really have to hijack the up and down keys? I can't scroll.
Try scrolling with the arrow keys.
[flagged]
If you are using Go (which solves most of your dependency problems) and SQLite (which means you don't need to integrate with an external database via service discovery) why do you need Docker at all?
attrs classes still have several features that dataclasses don't, and likely never will, [like validators and converters](https://www.attrs.org/en/stable/why.html#data-classes). So it's not obsolete, particularly for…
Heat pump models usually have a resistive element for use when the heat pump can't keep up, or when the climate doesn't cooperate. Then you benefit from the efficiency whenever possible. (Here in coastal CA I have mine…
The all-in-one units can also be installed with ducting.
My heat pump water heater is at 140F all the time, maximizing the banked energy. There's an outboard mixing valve to reduce this to a safe temperature in the house.
Those are definitely not substitutable. In addition to the difference in glues the peer comment notes (the oak plywood will likely delaminate if exposed to moisture), you need to sheathe a house in a product rated for…
Sonoma's water doesn't come from snowpack.
> I disagree... you could always leverage six and/or do conditional imports based on sys.version Sure it was possible, but what benefit would doing all that work get you? More memory use! It wasn't until Python 3.5 that…
The core problem with strings in Python 2 was implicit coercion: you could mix `b''` and `u''` strings pretty freely as long as they only contained ASCII and they would be silently converted as required. Once you leave…
Yes, absolutely. I'd add that this area loves its urban growth boundaries, so the only way to add lots of housing is to build up. This makes the carve-out in SB-50 for counties with a population under 600,000…
Yeah, they are blocking a transit corridor. On a floodplain. It's not good. And I agree --- the county response has not impressed. In that sense it's actually great that the encampment is in such a prominent location.…
Here's some background on homelessness: https://calmatters.org/explainers/californias-homelessness-c... I don't expect that you intended it this way, but be aware that the way you've phrased the question is likely to…
OP didn't say that the wildfires were caused by the homeless. There have been three small fires at an encampment between Santa Rosa and Sebastopol in the last few months:…
Weird is certainly the word for it. The SF real estate catastrophe is pushing up prices here, particularly the south end of the county, while (in the small tech scene at least) salaries haven't adjusted. I've lived here…
For the unfamiliar: > The Licensee hereby agrees, without the prior written consent of Cognitect, which may be withheld or conditioned at Cognitect’s sole discretion, it will not: [...] (j) publicly display or…
Have you checked out https://www.habitat.sh/? It has a gossip-based discovery/coordination layer. I've been meaning to give it a try --- I too have Docker fatigue.
Additionally, Forwarded is only for requests, while Via is for both requests and responses.
I have a mid/high-end Bosch and find that the dishes end up much dryer if you crack the door when the cycle completes. This is particularly important for plastic stuff like tupperware. It doesn't have a heating element,…
If you want to reduce the size more, try emitting a single layer as a tarball which you can pipe to docker load. That will reduce your layer count to one, plus you can omit a bunch of the metadata that Docker includes…
Go ahead! There's a .zip file linked here: http://freecog.net/2005/jsamp/ This being 2005, the code is pretty much what you see there -- no minification or anything. The source archive contains the template files (this…
The interaction with the equalizer sliders isn't quite right. Once you grab any slider, you should be able to move the mouse horizontally to affect the rest (draw the curve you want with the mouse). I learned JavaScript…
We run ZooKeeper (and Kafka) within Docker containers and were able to solve this problem with a patch to the client: https://issues.apache.org/jira/browse/ZOOKEEPER-2184 You also need to disable the JVM's insane…