> But personally, I don't use tell-dont-ask. I do look to co-locate data and behavior, which often leads to similar results. One thing I find troubling about tell-dont-ask is that I've seen it encourage people to become GetterEradicators, seeking to get rid of all query methods.
> Langstroth hive frames can weigh as much as 40 to 90 pounds and must be lifted up out of the hive.
For anyone surprised or unfamiliar, that’s the weight of an entire box with 8-10 frames, not the weight of a single frame—while that’d be delightful in terms of honey production, it’d be miserable when doing hive checks, etc.
I'll second @josevalim's comment, but I also wanted to mention how delighted I am to find out today that a joke[1] I probably spent way too much time 7 years ago has actually served a useful purpose!
Varroa doesn’t cause deformed bees or slimy comb; it just weakens the bees such that they can’t effectively maintain the health of the hive, especially over winter, causing the hive to die out. While Varroa can also be a vector for other pathogens, it’s the effect on hive population before the winter where it’s most harmful.
(I’m a beekeeper in the US, so Varroa is something I’m unfortunately too familiar with.)
That said, I’d much rather deal with Varroa than AFB any day as it stands today. The current required action for AFB in my area is burning the entire hive including the woodenware. A vaccine to prevent AFB would be fantastic, as it’d remove the one thing that I’m actually concerned about from getting into my apiary.
Perhaps I missed it, but I thought [Semantic Versioning](https://semver.org/) required a “-“ between the patch number and a prerelease identifier since at least version 1.0.0 (with 1.0.0-beta allowing a “.” instead of a “-“), no?
Pretty excited about some of the stuff that shipped in GA week and what I’ve seen of Birthday week so far (Account WAF and worker queues in particular), but it’d be even cooler if Cloudflare could ship Logpush for Worker’s Trace Events (announced May 5 2022) and the worker service environments, which were “temporarily disabled” in early May as well. Not having those is really hindering our adoption of Workers more broadly, which is a bummer.
What domestic wells currently have non-existent transport? What pipelines has the Biden administration not approved other than the Keystone XL (which TC Energy abandoned plans for nearly a year ago)?
I’m curious to know where you learned about polk salad and that specific name for it. I’ve seen the use of “polk” to refer to “poke” before (the song Polk Salad Annie immediately comes to mind), but I always heard it called “poke” salad, which makes sense given the plant name is pokeweed. That said, hearing it called “poke” could also just be due to the regional accent/dialect of where I’m from.
Huge fan of rcm! I’m in a very similar position - I’ve used many a different dotfile system, and after finally settling on rcm, I couldn’t want more from it.
A federal judge did side with this. This fell into one of the limited exceptions to the law that would require the recipients to normally return the funds, since they were owed the money disbursed and weren’t notified about the mistake prior to receiving the money.
Yes. I tried it, ended up writing my own node version manager inspired by chruby, then went back to asdf and have been so glad I made the switch back. It's performant, it makes it easy to manage all the things where I care about using a specific version so easy, and the maintainers are super responsive and engaged.
It's a huge mess. The ISP I'm talking about is actually our power company as well, so they have internet service everywhere they provide power service. Thanks to telecom lobbying, some folks in Congress, and the courts, if you happen to live across the street from where they provide power, you can't get internet from them, even though they have the desire and capability to provide it to you.
Oh, I definitely understand. I'm using their $70/month 1Gbps tier and haven't been hurting for bandwidth, nor do I have any devices in my house that could leverage 10 Gbps at this point.
Nope, they've got 1Gbps fiber for $70/month as well (that's what I've got). The 10 gig residential option was really just something they did because they could. The ISP is actually our power company, and after stringing up a ton of fiber to build a smart grid (which has been super nice in terms of reducing time without power), they realized they had a lot of extra capacity and could easily provide internet service with it.
> But personally, I don't use tell-dont-ask. I do look to co-locate data and behavior, which often leads to similar results. One thing I find troubling about tell-dont-ask is that I've seen it encourage people to become GetterEradicators, seeking to get rid of all query methods.