PA did this with construction zone cameras. I'm not sure where that landed because its been a while since I've seen one. I successfully appealed my ticket to the magistrate. It initially started as a pilot program and the law requires signage which during the pilot was quite inconspicuous. After the launch the sign was changed to a tiny little thing, about 1/5 the size of the pilot program.
I was going 5 over the reduced speed limit, in the slow lane with rush hour traffic. That thing must've issued thousands of tickets.
There's a data type precedence that it uses to determine which value should be casted[0]. Nvarchar is higher precedence, therefore the varchar value is "lifted" to an nvarchar value first. This wouldn't be an issue if the types were reversed.
Community has nothing to do with it. They are asking about energy mix because that is important to enough of their customers that it is worth looking at.
I got the battery extension and it lasted more than 10 months (I have it on a 30 minute refresh). Highly recommend TRMNL if you want something to hack on without fussing with hardware.
The powers that be have always saught wealth. At some point they gained enough power to start usurping the law that was supposed to keep them in check.
The problem is, the guillotine solution to regulation only becomes feasible after the monied interest have thoroughly fucked society, to a level that would make living as blue-collar working in Detroit downtown today feel like being a banking executive living in Geneva.
I'm not doing FIRE, I have children and just live below my means. I'm hoping to retire around 55 assuming the AI bubble doesn't nuke everyones portfolio.
The typical FIRE requires compounding growth. You start with portfolio worth 25 years of expenses but if expenses keep on growing due to inflation and portfolio shrinks because of expenses and zero growth, it can get hairy quite fast.
There are various ways to look at numbers but my thumb rule is 4% inflation 9% growth keeps you perennially happy with some choppy years of course. 4% inflation 9% growth implies you can withdraw 4-5% every year and still have equivalent portfolio in inflated money.
Typical FIRE also requires access to affordable healthcare. In the US that is going away with ACA subsidies.
Five years ago I paid for “market rate“ insurance through my business for my family because we did not qualify for ACA subsidies. The cost was about $40,000 per year.
Yeah, and the tooling is changing more quickly than JavaScript and is riddled with security issues. I think the best move right now is at best using AI as a (in)glorified Google / Stack overflow and waiting until the dust settles on tooling.
And that’s what I use it for. A rubber duck or a quick reference for verifiable questions. Maybe 5 or 6 questions in a typical day.
I think when I was a beginner programmer it would have been far, far too alluring. But these days the actual coding part doesn’t feel like the hard or time consuming part.
Yes, of course, but the actual games are written (primarily! sometimes they will optimize something when actually necessary with a lower-level language! that's great!) in the scripting language.
The OP implies heavily that writing a program in a language with anything but pure manual memory management makes you lesser as a programmer than him: "Unfortunately, a lot of people never move past this point on their journey as a programmer" implies he has moved further on in his "journey" than those that dare to use a language with GC.
(and with respect to C++ note that OP considers RAII to be deficient in the same way as GC and ARC)
Indeed to the extent that Casey has a point here (which sure, I think in its original context it was fine, it's just unfortunate if you mistook a clever quip at a party for a life philosophy) C++ is riddled with types explicitly making this uh, choice.
Its not near the top of the list of reasons std::unordered_map is a crap type, but it's certainly on there. If we choose the capacity explicitly knowing we'll want to put no more than 8340 (key,value) pairs into Rust's HashMap we only allocate once, to make enough space for all 8340 pairs because duh, that's what capacity means. But std::unordered_map doesn't take the hint, it merely makes its internal hash table big enough, and each of the 8340 pairs is allocated separately.
I had this issue with my alternative account. Despite my main account being associated (not by recovery, I think this predates that feature), and most messages being forwaded to my main I was never able to successfully recover the credentials.
I was going 5 over the reduced speed limit, in the slow lane with rush hour traffic. That thing must've issued thousands of tickets.
reply