> How does the value of LLM-produced 100% branch coverage compare to no-LLM 100% branch coverage?
This is such a salient question. Sometimes (definitely not always) the test suites produced by LLMs are so trivial it's scary. Coverage can be an illusion for sure.
But the legal immigration system is broken and they did that on purpose. And how is your immigration status relevant to your contribution to taxes?
It is not a false equivalence. Both legal and undocumented immigrants are net positive for our economy, less likely to commit crimes, and part and parcel to the American experiment. This “we only disapprove of the illegal ones” continues to be a disingenuous and ignorant point of view.
There is value beyond IPO- companies continue to sell ("issue") shares on the public market as a way of generating cash. They also buy back shares when with excess cash, usually when the market value is low but sometimes, irrationally IMO, when it is high. They also use this as an incentive-backed compensation pool. The relative value of these is debatable, but I don't think it is correct that post-IPO public shares are just traded between third-parties making short-term bets. Happy to be corrected.
Yes many people don’t vote because of deliberately fettered access to polling and/or a generally correct understanding that the electoral college nullifies or makes redundant their vote in their jurisdiction. Your vote for a third party is a signal but essentially a qualified abstention. Your high horse however is so misguided and absurd- to suggest that you held a moral high ground because the Biden administration supported the Gaza genocide is flatly wrong. If you want to place blame for that administration’s actions, blame Citizen’s United, blame AIPAC, blame the DNC, etc. And write letters, protest, get mad. But facilitating the ascent of what is objectively, obviously, candidly worse to make that statement is insulting to the intelligence of anyone to whom you make the argument. Perhaps your vote was in a jurisdiction where you could assume the electoral votes would go to the Dems anyway, but that just makes it flat out virtue signaling. The left will continue to cut off its nose to spite its face to the peril of US democracy and world peace. You nailed em tho.
IMO, speaking from the perspective of an ecology doctorate, while PhDs have much to contribute outside of academia, the training is laser focused on that route, to the detriment of students and funders (which is, generally speaking, society/taxpayers). The reality is more PhDs are minted than exist professorships, yet many advisors wish you to be their academic offspring, not just continuing in research but in their line of research. This dynamic was far more the cause of mental health issues than the work being “hard”, which checks out since there are innumerable other forms of hard and harder work.
Not a stupid question at all. But these aren't search and rescue services, they are just other sailors. I'm talking about locales that are far far outside of the realm of typical rescue services, and in no particular jurisdiction. Your best bet for rescue is your fellow sailors or commercial shipping traffic. Radio nets like the Pacific Seafarers Net allow you to make yourself known so that folks can keep tabs on you (and you them) in case something happens.
EPIRB and other emergency beacons still use HF radio frequencies (not HAM of course) and countries like the U.S., Australia, New Zealand and others I'm sure are monitoring those signals. But even then, they will first and foremost look to the seafaring community to actually render assistance, and that kind of call to action does often make its way through HAM radio nets, though I'm not sure exactly how, e.g., the U.S. Coast Guard makes that first outreach as the rescue coordinator.
I got my license because I'm an offshore sailor. It is useful as safety and communication equipment (radio nets to keep track of other boats, their weather and fishing conditions :), and let your would-be-rescuers know your position and status), but also for sending and receiving data. It is my primary interface for weather info at sea using traditional weatherfax, but also more modern GRIB extraction. I can even update my blog using my SSB on HAM frequencies at sea. It's fun. Never had a shoreside station though.
In California it seems a lot of cities decided to try and add bike infrastructure but the design process yielded many compromises, since that infrastructure comes at the expense of car (and parking) infrastructure. As a result we got really bad bike lanes, but gave up few parking spots. The design process declared victory via compromise- best of both worlds. In reality, the bike lanes are worthless and cyclists like myself just use the primary vehicle lanes, since not dying is more important than protecting the convenience and respecting the supremacy of other road users. Drivers honk and yell and deliberately endanger you, but that was true before too.
The article talks about using design and engineering out of the problem. I do not believe that is what was done in the cities you cite, even if that was their headline intention.
Good points. It would be a productive use of all of the time those trucks spend idling too, going into and out of ports and in freeway traffic. Seems like there are times and circumstances when directing excess diesel energy to the trailer battery could be reasonable.
It is sometimes surprising to learn which organisms are more or less like us. Annelid worms like the ones you likely find in the soils where you live do have brains, for example, albeit ones with different characteristics than those of crustaceans or mammals [1]. They don’t have lungs though sometimes gills. Are they more like crabs or humans? Tough to say but fun to ponder. Incidentally, of the marine invertebrates, the ones we are most closely related to are tunicates and salps, which are blobs that filter feed [2]. Who said cladistics wasn’t cool?
Imagine all the ways we can’t imagine how other organisms experience their existence. But as you learn more about their biology it’s incredible how much we share.
This is about water use, as opposed to land use. Land use matters, but let's try to stay focused for a second, esp. b/c some of the livestock are not local to the feed grows.
The Colorado River has barely touched the Gulf of California for years. There is inherent value as well as economic value in the ecosystem services that result from allowing natural systems to thrive... or even just function at all.
I hope we are not so cynical as to suggest that the over-extraction of the river and the destruction of the reliant ecosystems is an acceptable consequence of human success.
Even if you like hamburgers, is it worth the cost to continue to over-extract for their production from locations that cannot support it just because people have been doing it for a while and have a strong sense of private property rights? Why shouldn't we tell these farmers to pay up for the water or go somewhere to produce that food where it is more abundant?
Imperial Valley farmers are paying a trivial $20/acre-foot of water and are primarily growing hay to feed domestic and foreign livestock. Looks like 685K acre-feet per year to feed livestock out of a total water extraction of 1188K acre-feet (had to add up the totals from their graph to get that). So that means ~58% of the water is for cows.
Given how politically impossible it seems to be to increase rates or re-litigate water rights, I think I have to agree with the conclusion of the article: we got to stop eating the meat they're producing.
The health of the Colorado River Basin affects tons of people very directly in the U.S. and Mexico. We have been over-extracting it for ages. I am in favor of wise water usage in non-agricultural settings, but it's time we took action to mitigate the increasingly detrimental impacts of legacy water users from a legacy social and environmental climate.
This is really cool. Can’t underestimate the power of this material to inspire future scientists. Hell I am a scientist and it inspires me too. I look forward to the launch (hehe)
Sure, a little bit. It is a change in peoples' workflows after all, and a lot of developers are pretty choosy about that. But I think you can overcome that if you make a respectful case.
I think you are spot on that people coming from weakly typed languages often don't realize what they're missing. "It clutters the code" is really just "I'm not used to seeing it that way" so if you can get people to try it out (maybe in a well-cordoned area of the code base or in some new dev) they will find out for themselves that it saves time and grief in the end.
> "Since the IDE can hardly infer any type, and since even the ones it could infer can dynamically change in shape at any time, the IDE cannot provide as helpful suggestions and as powerful navigation as IDEs for other languages can."
I've felt this pain a lot. I finally took the time to learn how to make use of the type hinting that python does offer, and now I write those type hints without even thinking about it. It makes the development experience so much better for me and across the team, since we've all bought in. It doesn't do everything. It is kind of lipstick on a pig. But it's worth doing.
Salmon is found in high-latitude systems around the globe in both hemispheres. Overfishing is something that occurs to populations, not species. Most of the salmon populations that I am familiar with are not over-fished, but have suffered from spawning habitat loss due to dams and logging. Those are major issues and they continue to negatively affect those populations; you are doing the loggers and dam builders a favor by blaming fishing, which is far easier (and more politically palatable) to regulate.
This is such a salient question. Sometimes (definitely not always) the test suites produced by LLMs are so trivial it's scary. Coverage can be an illusion for sure.