One of the Counter examples is incorrect, tested on both 3.13 and 3.15.0a
>>> from collections import Counter
>>> c = Counter(a=3, b=1)
>>> d = Counter(a=1, b=2)
>>> c-d
Counter({'a': 2})HN user
One of the Counter examples is incorrect, tested on both 3.13 and 3.15.0a
>>> from collections import Counter
>>> c = Counter(a=3, b=1)
>>> d = Counter(a=1, b=2)
>>> c-d
Counter({'a': 2})Looking at the ASR leaderboard (https://huggingface.co/spaces/hf-audio/open_asr_leaderboard), Parakeet (.6B) is still near the top on speed, but about 10th on WER.
Standing in that hole without shoring... no thanks. Impressive project nonetheless though
Well, I didn't know there Flock cameras in use near me, but apparently I'm nearly surrounded and would have to take a weird route to avoid them. Some are marked as being operated by the local PD, and others are "Unknown". Thanks for the link
Calvin and Hobbes was the only comic I ever truly loved and collected. All of the books are well-worn from my childhood. They sat on a shelf for a couple of decades, and now I get to enjoy watching my kids fall in love with them too.
I don’t think I fully appreciated the range of humor and topics Bill Watterson explored when I was young. Plenty of strips are perfect for my 9 year old; she was in fits of laughter just yesterday at Hobbes’s physical comedy and the elementary school drama with Susie and Mrs Wormwood. But other strips are much more intellectual, touching on politics, life, and morality. I appreciate these more now as well, because they often spark deeper conversations with my kids when they ask me to explain them.
I doubt he’ll ever see it, but thank you, Bill, for giving multiple generations so much laughter.
US. I ride shoulders on semi-rural highways. Sometimes there will be traffic in the opposing lane creating enough noise that I don't hear the vehicles coming from behind. With my Varia, I get warned well before they show up. It has even detected "hidden" vehicles that I couldn't visibly see -- like a small car trailing a truck.
I'd love to hear WHY you want to do this.
I felt the same. I got a few tiles in and then just couldn't figure out what was next. https://cluesbysam.com/help/2025-04-29?state=EDQ%3D. Apparently Tom is Innocent, which I found by trial and error.
The quality difference I find between Costco and Walmart is significant, even if the price is not that different.
I was thinking of something similar during pruning season for my apple trees a few months ago. I even went so far as to take a scan of one of my trees with Luma and had it generate a 3D render of it. This worked surprisingly well, though it did take several days to get it rendered as it seemed their service was saturated.
My need/idea was to post that some where (r/backyardorchard probably) to get help in determining which limbs to prune. However, there didn't seem to be an easy way to share that sort of thing and time was of the essence, so I just forged ahead on my own.
May I ask why you still have an XP machine running?
I have occasionally wanted to trigger location-specific behavior on my kid's devices, like turning the wifi off when in their bedroom. This feels broadly in the category to me.
The number of parameters the model is trained on, in billions
ASML?
I've had multiple MRIs and I always ask about my two rings. They have always said they're fine. It feels like they know something I don't, and also feels sketchy.
I wonder if the astronauts themselves get some say in this. What if they decide, since it is their lives, that they're not getting into the starliner, even if NASA decides the risk is acceptable?
Thus generating aftermarket demand for car cellular modem faraday cages
I remember pranking my college roommates with this close to 20 years ago. Thanks for the memory refresh :D
I uploaded a picture of my dog and none of the styles looked like HER. They were just some generic dog in the same pose as mine.
why not braces then?
We did achieve this with OIT for peanut allergy. Once we reached bite-safe levels, our lives literally changed for the better. We didn't have to worry about interrogating anyone serving us food (restaurants, friends, family), and we could go to some places that were just never an option before where cross contamination is likely or even expected, like ice-cream parlors. There's still a protocol we have to follow every day though, so an actual cure is still a dream for us.
Auth0 can do this. Identifier first login, SSO domain aliases, and MFA are all supported. They have an Organizations feature as well, but I'm not certain if you'd need that from what you've described. Customization of various aspects of the authn flow can be done via Actions (and Rules, but they're deprecated).
Agree with these. I was a dev at a retailer that did catalog/phone sales and was starting to use web. Small salary, small PTO, no benefits. Pay increased when the business had an existential crisis and came to rely much more heavily on tech. Next was software consulting company churning out sites designed by marketing agencies, billed to the 15 min. Small salary, small PTO, some benefits. Then I went into SaaS (startup, then a public company). Nice salary + stock, great PTO, great benefits.
Aside from the comp/PTO/benefits, I learned that consulting isn't for me. The client interactions felt... adversarial, where they were trying to get more work for less money, while we were doing the opposite. I did not like that constant tension in conversations.
This feels a bit like NIH syndrome to me. Maintaining your own authentication solution is not trivial, especially for small/one-person operation.
Edit: Re-reading, I guess this is specifically targeted at Okta, who have had their share of problems.
My dad is a physician and as far back as I can remember, he said it was worthless.
What challenges have you faced? I’ve been planning do the same thing (whisper for ASR, and something else for text to text translation).
Any ideas on what kind of hardware this would require to run S2ST?
Their video said it was to reduce toxic word hallucinations, which does seem admirable/useful. I'm testing real-time translation in a church setting, and I've witnessed whisper hallucinating profanity, which is quite undesirable.
Would ultra-black siding help warm my house appreciably in Minnesota winter?
Maybe I'm outside the norm, but as a YNAB user of over 10 years, I've never needed this. We split transactions across multiple categories all the time (shopping at Target for groceries, clothing, household goods, etc), but I expect that is very common.
I don't think YNAB philosophy would have you tracking reward or gift card balances, so you'd only track the amount that hit your CC, in this example. In that regard, YNAB certainly isn't a tool to track all of your monetary assets.
Is it common to split a single transaction across multiple accounts?