Posts

Google TV recommendations

· google, software

Google recently updated their Google TV, to include "in your face" supposedly recommendations.

I don't mind recommendations if...:

a/ they are useful (i.e. I don't see how kid shows are something I'd be interested in; and Google has no idea Ila exists, and she's at least 2-3 years too young to watch those shows anyway).

b/ the recommendations would be for apps and subscriptions I actually have. Don't recommend me something on Amazon Prime if I don't have Amazon Prime installed, nor an active subscription. Idem dito for Disney+.

Comet Ice

· misc

[...]

Could I cool down the Earth by capturing a comet and dropping it in the ocean, like an ice cube in a glass of water?

Daniel Becker

No. In fact, it's honestly sort of impressive to find a solution that would actively make the problem worse in so many different ways.

[...]

Outer space is a lot higher up than Niagara Falls,[citation needed] so the plunge down into the atmosphere at the bottom of Earth's gravity well adds a lot more than 0.1 degrees worth of heat. A chunk of ice from space that falls to Earth gains enough energy to warm the ice up, melt it, boil it into vapor, and then heat the vapor to thousands of degrees. If you built an icy waterfall from space, the water would arrive at the bottom as a river of superheated steam.

Best Before labels are causing food waste

· misc

Do you know the difference between ‘Best Before’ and ‘Sell By’? ‘Display Until’ and ‘Use By’?

Many of us don't, and it’s causing a whopping ten per cent of Europe’s food waste - 9,000,000 tonnes across Europe each year.

Source: TooGoodToGo

Third Place

· misc

I guess that's one thing that I do miss in Singapore: informal places that are affordable (almost everything here costs money) and that are not shopping malls (exactly what he mentions in the video).

Sure, there are bars, but they are usually expensive and atas, and not the place people go for an informal chitchat (more for date nights). There are the places around the hawker centres (i.e.: the food courts) with a lot of "uncles" sitting down -- but that's hardly my crowd. ;)

Apple restricts AirDrop in China

· apple

I think this has been greatly underreported.

Apple purposely disables a feature on your phone during unrest.

Anti-government protests flared in several Chinese cities and on college campuses over the weekend. But the country’s most widespread show of public dissent in decades will have to manage without a crucial communication tool, because Apple restricted its use in China earlier this month.

AirDrop, the file-sharing feature on iPhones and other Apple devices, has helped protestors in many authoritarian countries evade censorship. That’s because AirDrop relies on direct connections between phones, forming a local network of devices that don’t need the internet to communicate. People can opt into receiving AirDrops from anyone else with an iPhone nearby.

Kagi

· software, www

It's now been roughly 6 months I've switched from DuckDuckGo to Kagi. I started paying right away after roughly the one month trial.

I had not been very happy with DDG; mostly the results were very low quality (having to switch back to Google one too many times; results often lagged behind by months of publishing), many search bugs, and there's been that thing with Bing advertising, and generally not seeing many improvements over the ~2 years I tried to use it full-time.

Japanese produce lumber without cutting trees: Daisugi

· misc

[...]

Shoots from the base of the tree are pruned so that the trunk stays straight.

[...]

The technique results in a harvest of straight logs without having to cut down the entire tree. Although originally a forestry management technique, daisugi has also found its way into Japanese gardens.

Daisugi

Not the most exciting narrators, but… Quite cool!

Would this scale and can we use this elsewhere to avoid cutting down trees?

Mastodon server: R2

· software, www

This is a very short post because to be honest, I didn't figure much out myself.

My uploads/static files are now saved in R2 under its own URL (part of my enterprise zone) so that my normal caching rules and other settings are applied.

Add these to your application.env file:

3_ENABLED = "true"
S3_BUCKET = "<bucket name>"
S3_ENDPOINT = "https://<some-id>.r2.cloudflarestorage.com"
S3_ALIAS_HOST = "<connected domain>" 
S3_PERMISSION = "private"
AWS_ACCESS_KEY_ID = "<access_key>"
AWS_SECRET_ACCESS_KEY = "<secret_access_key>"

The token/API key is a bit hard to find, but it's on the top right.