I don't know, it's a pretty leap for me to consider AI being hard to distinguish from human contributions. AI is predictive at a token level. I think the usefulness and power of this has been nothing short of…
IIRC `MERGE` has been part of SQL for a while, but Postgres opted against adding it for many years because it's syntax is inherently non-atomic within Postgres's MVCC model.…
I remember first moving to Philly and getting a SEPTA Key and thinking, "This is dumb, it's literally just a MasterCard. Why can't I use my credit card like NY?" Then a few years later they rolled out support for other…
When I lived in Portland you technically _could_ pay TTP, but I don't quite count it because Hop pass accrual meant if you used TriMet regularly you needed a Hop card anyway. Just out of curiosity I checked around and…
And yet I included a favorable international comparison as well.
I don't know what your frame of reference is, but BART is above average for US public transit payment systems. I've lived in the San Francisco Bay Area CA, Portland OR, and Philadelphia PA over the last 10 years. All of…
> but we know that reasoning is an emergent capability! Do we though? There is widespread discussion and growing momentum of belief in this, but I have yet to see conclusive evidence of this. That is, in part, why the…
I feel like this started/greatly accelerated when Guido stepped down as BDFL. Python at is on a path where the essence of what made it popular (readable, well designed, productive) is being crushed under the weight of…
The only point I put forth is that public fluoridation of water supplies doesn't infringe absolutely on an individual's right to informed consent to treatment since there is at least 1 method (moving) available that an…
I just briefly reviewed the README docs, I believe the KlongPy is a custom language which transpiles to Python. The REPL block you are trying to interpret is the KlongPy REPL not a Python one. Embedding KlongPy in a…
I was in the same boat, but the 30 minute fast charging now makes me think that this actually might work. Sleep with it on, wake up, pop it on the charger while you get ready, bam basically a full charge by the time you…
Not everyone has a Costco membership or a Costco near them. There also doesn't seem to be any indication that there is a pre-arranged pricing arrangement for Amazon like Costco. Amazon is simply letting Hyundai…
While I agree with what you are saying in principle, I do want to point out that there is a massive difference between anecdotal evidence and _research_. In a purely academic sense, it is not an unreasonable statement…
Thanks for taking the time to explain the nuanced implementation difference.
Both http2_max_concurrent_streams and keepalive_requests (the configuration parameters discussed in this article) are configuration parameters available in open source nginx:…
I am not sure I understand how stream limit configuration between two L4/L7 load balancers is meaningfully different. In my mind, either the configuration of stream limits is a vulnerability for all L4/L7 load balancers…
There is a difference between an application being innately vulnerable and a user configuration exposing a vulnerability. Interestingly enough, HAProxy seems to have the same mitigation: > Until HAProxy dips below the…
If you followed the source that is cited/linked in the quote you copied you would have found: > The Messi Effect is real! Subscribers to #MLSSeasonPass on @AppleTV have more than doubled since Messi joined…
Well that's precisely what we were doing until 2018 when lobbyists and the Trump Administration carved out exceptions for banks with less than (or equal to) $250 Billion in assets (see link above). So a more pertinent…
I think this comment is missing a key bit of context in that regionals/smaller banks were exempted from some of the regulations of Dodd-Frank. https://www.npr.org/sections/thetwo-way/2018/05/22/613390275... So it's not…
I wouldn't set random_page_cost lower than seq_page_cost. It can cause the query planner to do wacky things (I learned the hard way). The documentation mentions it, but not as strongly as I think is warranted given how…
I think I would rephrase this question as why would I stop using emacs for VS code and intellij? Seriously, there is no feature they have that my emacs config doesn't (AFAICT after using Intellij and VS code each for 4+…
So interestingly enough, the Pangolin is the first laptop model I am aware of from System76 that isn't an outright Clevo chassis (via Sager). I don't know all the facts but I did find this interesting reddit comment:…
I think you are confusing type of scoping (lexical/static, dynamic) with scoping levels. Python has lexical scoping, but it does _not_ have block level scoping.…
Well put. I too prefer the reasonability of lexical scoping. Although I must confess I am not well versed enough to quite grasp how what Python does _isn't_ conforming to lexical scope. Since I was confused I did some…
I don't know, it's a pretty leap for me to consider AI being hard to distinguish from human contributions. AI is predictive at a token level. I think the usefulness and power of this has been nothing short of…
IIRC `MERGE` has been part of SQL for a while, but Postgres opted against adding it for many years because it's syntax is inherently non-atomic within Postgres's MVCC model.…
I remember first moving to Philly and getting a SEPTA Key and thinking, "This is dumb, it's literally just a MasterCard. Why can't I use my credit card like NY?" Then a few years later they rolled out support for other…
When I lived in Portland you technically _could_ pay TTP, but I don't quite count it because Hop pass accrual meant if you used TriMet regularly you needed a Hop card anyway. Just out of curiosity I checked around and…
And yet I included a favorable international comparison as well.
I don't know what your frame of reference is, but BART is above average for US public transit payment systems. I've lived in the San Francisco Bay Area CA, Portland OR, and Philadelphia PA over the last 10 years. All of…
> but we know that reasoning is an emergent capability! Do we though? There is widespread discussion and growing momentum of belief in this, but I have yet to see conclusive evidence of this. That is, in part, why the…
I feel like this started/greatly accelerated when Guido stepped down as BDFL. Python at is on a path where the essence of what made it popular (readable, well designed, productive) is being crushed under the weight of…
The only point I put forth is that public fluoridation of water supplies doesn't infringe absolutely on an individual's right to informed consent to treatment since there is at least 1 method (moving) available that an…
I just briefly reviewed the README docs, I believe the KlongPy is a custom language which transpiles to Python. The REPL block you are trying to interpret is the KlongPy REPL not a Python one. Embedding KlongPy in a…
I was in the same boat, but the 30 minute fast charging now makes me think that this actually might work. Sleep with it on, wake up, pop it on the charger while you get ready, bam basically a full charge by the time you…
Not everyone has a Costco membership or a Costco near them. There also doesn't seem to be any indication that there is a pre-arranged pricing arrangement for Amazon like Costco. Amazon is simply letting Hyundai…
While I agree with what you are saying in principle, I do want to point out that there is a massive difference between anecdotal evidence and _research_. In a purely academic sense, it is not an unreasonable statement…
Thanks for taking the time to explain the nuanced implementation difference.
Both http2_max_concurrent_streams and keepalive_requests (the configuration parameters discussed in this article) are configuration parameters available in open source nginx:…
I am not sure I understand how stream limit configuration between two L4/L7 load balancers is meaningfully different. In my mind, either the configuration of stream limits is a vulnerability for all L4/L7 load balancers…
There is a difference between an application being innately vulnerable and a user configuration exposing a vulnerability. Interestingly enough, HAProxy seems to have the same mitigation: > Until HAProxy dips below the…
If you followed the source that is cited/linked in the quote you copied you would have found: > The Messi Effect is real! Subscribers to #MLSSeasonPass on @AppleTV have more than doubled since Messi joined…
Well that's precisely what we were doing until 2018 when lobbyists and the Trump Administration carved out exceptions for banks with less than (or equal to) $250 Billion in assets (see link above). So a more pertinent…
I think this comment is missing a key bit of context in that regionals/smaller banks were exempted from some of the regulations of Dodd-Frank. https://www.npr.org/sections/thetwo-way/2018/05/22/613390275... So it's not…
I wouldn't set random_page_cost lower than seq_page_cost. It can cause the query planner to do wacky things (I learned the hard way). The documentation mentions it, but not as strongly as I think is warranted given how…
I think I would rephrase this question as why would I stop using emacs for VS code and intellij? Seriously, there is no feature they have that my emacs config doesn't (AFAICT after using Intellij and VS code each for 4+…
So interestingly enough, the Pangolin is the first laptop model I am aware of from System76 that isn't an outright Clevo chassis (via Sager). I don't know all the facts but I did find this interesting reddit comment:…
I think you are confusing type of scoping (lexical/static, dynamic) with scoping levels. Python has lexical scoping, but it does _not_ have block level scoping.…
Well put. I too prefer the reasonability of lexical scoping. Although I must confess I am not well versed enough to quite grasp how what Python does _isn't_ conforming to lexical scope. Since I was confused I did some…