That’s dead on what I’ve been doing on my projects for some time. I also track it with a correlation id once it reaches my network so that I can put all logging and context into ELK for my aggregated logging. I can then…
Others already pointed out that you can use a core method. What I see is that I actually rewrote a query that had 7 joins (yes, it was not great), and rewrote it in SQLAlchemy that made for a the query to have a lot…
Yes, but wealthy or not, the UCs limit the number of kits from high achieving schools, usually to around 50 for UCLA and UCB, as examples. They then accept a certain number for every lower achieving school, due to the…
If it's super simple like that and the throughput isn't massive, use something else you don't need to support, like AWS's SQS. If you're bad at hosting and need the throughput, there's cloudamqp. So many options for…
You would think, until you get to a split brain issue. The master and failover lose connectivity, and they each then think they're the master. There's ways to repair it (and it has happened to me one total time in 4…
Data on that point? What's the comparison to new ICE production?
From the article: "The score will be calculated using 15 factors, including the relative quality of the student’s high school and the crime rate and poverty level of the student’s neighborhood." So no, it doesn't…
All that about Tesla is true. The one hope I have is the updating software. Their usb stick audio is miserable. Favorites break. Better phone integration would be great. Either way, the electric car experience is so…
It might be scary to you, but who runs Python at scale? youtube ran it for quite a long time. reddit yelp Those sites seem mainstays to me, with good load. Perhaps performance is a problem for you for the server load…
As we have seen, the heavier vehicles do disproportionately more damage than a lighter vehicle. If you road repair, tax by a formula of weight and mileage if you must. Having a driver if a hummer pay the same taxes…
Molten does what I've seen in RoR land do. You decorate and document your schema. It then can spit out an OpenAPI spec, use its schema and tooling around OpenAPI. So it becomes a choice. A decision of writing mostly…
How does this compare with Connexion? Uses Swagger/OpenAPI that then uses convention (or fully defined) packages, and methods for REST. Runs on top of Flask, and does a lot of all of the validation all from the yaml…
Instead of “Skate or Die!”, this is totally “Draft or Die!” Timing craziness and so many things that could go wrong....
im Kind of stumped at the whole advanced life form contacting us thing. 1. We didnt even emit any real radio waves until just a century or so ago. How did they detect it to know to emit something to us? 2. How much…
I had classes with him for the last few years that he taught at UCSC. He never had a text book for his classes that I took (graph theory etc). He also almost never used his computer in his office it seemed and enjoyed…
Lately, I’ve used Flask with Connexion, JWT, SQLAlchemy, and Alembic did my microservice APIs. Relatively few lines of code that comes with validation, API playground, and defined routes plugged in via the swagger doc.…
The pace is already going to beat that legislation at it’s current rate. This codifies that they don’t drag behind.
Dim Sum: Joy Luck Palace (Sunnyvale). LA, the one that’s very good is Five Star Seafood (SGV off of Del Mar). 888 in Valley a little east of that place. Don’t go to Elite, Ocean Star, or mission, IMO. They are kind of…
Untrue. Chinese restaurants in the SGV are tough. 3 stars in LA crushes 5 stars in other cities in the US. And yes, I’ve lived 10 years in the Bay Area and the Chinese food pales in comparison.
Yup. This is actually an interview question that I go through to see if they know mechanisms to prevent the double charge, fulfillment, etc. problem.
You don’t own a home or have depreciated a business property have you? You can depreciate the value of a building over time but not the property itself. Land value is still land value and will never be “depreciated”.…
Agreed that that was definitely the big initial breakthrough. We need this next one sooner or later for mass adoption. As Musk says, show me him a battery with the breakthrough and the manufacturing process for it. If…
So many battery breakthroughs have been announced. Not one of the "breakthroughs" for cars have been released to the public. Most are "5 years away" or more. Ionic with the polymer batteries looks promising, but again,…
So that would imply that people who actually must exercise for their job (construction workers) would have smarter children, on average? And how would that be measured if the child gets stuck in a poorly performing…
The article references the 996 hours and the title of the article is about UNPAID overtime. If it truly is unpaid, I would walk away in a heartbeat as well. Unless it’s office work, getting tired in a warehouse would…
That’s dead on what I’ve been doing on my projects for some time. I also track it with a correlation id once it reaches my network so that I can put all logging and context into ELK for my aggregated logging. I can then…
Others already pointed out that you can use a core method. What I see is that I actually rewrote a query that had 7 joins (yes, it was not great), and rewrote it in SQLAlchemy that made for a the query to have a lot…
Yes, but wealthy or not, the UCs limit the number of kits from high achieving schools, usually to around 50 for UCLA and UCB, as examples. They then accept a certain number for every lower achieving school, due to the…
If it's super simple like that and the throughput isn't massive, use something else you don't need to support, like AWS's SQS. If you're bad at hosting and need the throughput, there's cloudamqp. So many options for…
You would think, until you get to a split brain issue. The master and failover lose connectivity, and they each then think they're the master. There's ways to repair it (and it has happened to me one total time in 4…
Data on that point? What's the comparison to new ICE production?
From the article: "The score will be calculated using 15 factors, including the relative quality of the student’s high school and the crime rate and poverty level of the student’s neighborhood." So no, it doesn't…
All that about Tesla is true. The one hope I have is the updating software. Their usb stick audio is miserable. Favorites break. Better phone integration would be great. Either way, the electric car experience is so…
It might be scary to you, but who runs Python at scale? youtube ran it for quite a long time. reddit yelp Those sites seem mainstays to me, with good load. Perhaps performance is a problem for you for the server load…
As we have seen, the heavier vehicles do disproportionately more damage than a lighter vehicle. If you road repair, tax by a formula of weight and mileage if you must. Having a driver if a hummer pay the same taxes…
Molten does what I've seen in RoR land do. You decorate and document your schema. It then can spit out an OpenAPI spec, use its schema and tooling around OpenAPI. So it becomes a choice. A decision of writing mostly…
How does this compare with Connexion? Uses Swagger/OpenAPI that then uses convention (or fully defined) packages, and methods for REST. Runs on top of Flask, and does a lot of all of the validation all from the yaml…
Instead of “Skate or Die!”, this is totally “Draft or Die!” Timing craziness and so many things that could go wrong....
im Kind of stumped at the whole advanced life form contacting us thing. 1. We didnt even emit any real radio waves until just a century or so ago. How did they detect it to know to emit something to us? 2. How much…
I had classes with him for the last few years that he taught at UCSC. He never had a text book for his classes that I took (graph theory etc). He also almost never used his computer in his office it seemed and enjoyed…
Lately, I’ve used Flask with Connexion, JWT, SQLAlchemy, and Alembic did my microservice APIs. Relatively few lines of code that comes with validation, API playground, and defined routes plugged in via the swagger doc.…
The pace is already going to beat that legislation at it’s current rate. This codifies that they don’t drag behind.
Dim Sum: Joy Luck Palace (Sunnyvale). LA, the one that’s very good is Five Star Seafood (SGV off of Del Mar). 888 in Valley a little east of that place. Don’t go to Elite, Ocean Star, or mission, IMO. They are kind of…
Untrue. Chinese restaurants in the SGV are tough. 3 stars in LA crushes 5 stars in other cities in the US. And yes, I’ve lived 10 years in the Bay Area and the Chinese food pales in comparison.
Yup. This is actually an interview question that I go through to see if they know mechanisms to prevent the double charge, fulfillment, etc. problem.
You don’t own a home or have depreciated a business property have you? You can depreciate the value of a building over time but not the property itself. Land value is still land value and will never be “depreciated”.…
Agreed that that was definitely the big initial breakthrough. We need this next one sooner or later for mass adoption. As Musk says, show me him a battery with the breakthrough and the manufacturing process for it. If…
So many battery breakthroughs have been announced. Not one of the "breakthroughs" for cars have been released to the public. Most are "5 years away" or more. Ionic with the polymer batteries looks promising, but again,…
So that would imply that people who actually must exercise for their job (construction workers) would have smarter children, on average? And how would that be measured if the child gets stuck in a poorly performing…
The article references the 996 hours and the title of the article is about UNPAID overtime. If it truly is unpaid, I would walk away in a heartbeat as well. Unless it’s office work, getting tired in a warehouse would…