HN user

tupshin

404 karma
Posts0
Comments109
View on HN
No posts found.

If I, as a regular Google user ask in the search "is this search powered by Gemini?", the AI generated result is in the affirmative.

"Yes, this search is powered by a customized version of the Gemini model for its generative AI features."

Based on that, I'm not sure how it is reasonable to claim that Gemini App has a legal term that is exclusive of its use in search.

Amusingly, it refuses to answer if i ask "is this search powered by Gemini app?"

As someone who lives on grid, but barely... in that I lose power many times per year and have had week+ outage's.

I believe you are mostly right with the addition of * shift power consumption to summer months. * wood heat in the winter and electric air conditioning in the summer. * electric-expensive hobbies in the summer (e.g. welding) * with low winter consumption, multi day battery operation becomes feasible * small dual fuel generator and a propane tank to recharge the battery bank in emergencies and extended outages with little solar production

The article is long, but from TFA

The court ruled that the museum’s revenue, business model, and supposed threats from competition and counterfeiting are irrelevant to the public’s right to access its scans, a dramatic rejection of the museum’s position...

This is not a notable challenge in rust, nor relevant to the article.

The article is about finding ways of using rust to actually implement kernel fs drivers/etc. Note that any rust code in the kernel is necessarily consuming C interfaces.

Bindgen works quite well for the use case that you are thinking.

https://github.com/rust-lang/rust-bindgen

Not only were people with two copies of the APOE4 gene much more likely to develop the biological changes that lead to Alzheimer’s disease, similar to people with the other genetic forms of the disease, they were almost assured the diagnosis: Nearly 95% of the people in the studies with two copies of the APOE4 gene had the biology of Alzheimer’s disease by the time they were 82 years old.

Challenge accepted. This article is an emotional rant (true or false) is not well grounded in facts and causality. There fundamental claim is that

The simple fact is that this State and County have set themselves on a course to disaster. And the worst part is that the agency for whom I work has backed literally every policy change that had the predictable, and predicted, outcome of more crime and more people getting hurt.

So the claim is that his state, county, and agency are all backing policies that predictably lead to more crime.

Those policies are then characterized as:

* bond/bail reform * reduced parole and sentences in some cases * "malicious" prosecution of law officers * not prosecuting some crimes that are on the books

Unfortunately the author makes zero references, citations, or arguments for why these policies are harmful, as enacted, and why they might have led to the negative experiences of their family.

So it's an emotional content (nearly) free emotional rant that doesn't move the discussion forward in any helpful way.

Analysis that showed even correlation would be interesting/useful. This is not.

Pretty much all of it. Rust has immutable variables but also has mutable ones, and is not "designed around immutable variables". Additionally, immutable variables don't generally need to be "copied all over the place" . Rust is not particularly memory inefficient compared with C++.

This to That 4 years ago

From a brand popularity and professional use point of view, you are 100% correct. The various Titebond formulations are, I believe, the most widely used by carpenters in the US. However, all PVA glues are going to have extremely similar strength and overall properties, and they do have an excellent summary here:

https://www.thistothat.com/glue/pva.shtml

"Be wary of over priced PVAs that claim to be for a specific use. There is very little difference from one PVA to the other, and nothing that should increase the cost."

Titebond does have range of products, well described here:

https://thewoodwhisperer.com/articles/differences-between-ti...

but Titebond original would be considered to be nearly identical to the Elmers that they recommend

Your comment has nothing to do with the blog post, which is about when rust features can be used (in combination with each other).

Up until now, Rust has had a lot of nice features, but they only work sometimes. By the time 2024 rolls around, they’re going to work everywhere that you want to use them, and I think that’s going to make a big difference in how Rust feels.