Simon Willison's latest activity

{"p":"","h":{"iv":"ROXSYW+cfvEbFHu5","at":"ocxplSQjdRC3tXEtB/9/wg=="}}

@Gargron would it be possible to show the list of servers that have been blocked by a server on there? Might help people pick servers that are being actively moderated

0
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin

@darius @colby @eaton @Edent yeah that’s what’s held me back in the past too - hosting my own tweets is obviously fine, embedding full videos from quotes tweets much less so

I don’t want to republish those videos though, I want to stash a personal copy in case Twitter fully implodes some day

0
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin

@darius @colby @eaton @Edent I care about threads that were entirely me replying to myself, but those replies include quotes of other tweets that I want to capture as well

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin

It turns out Google Chrome ships a default, hidden extension that allows code on `*.google.com` access to private APIs, including your current CPU usage

You can test it out by pasting the following into your Chrome DevTools console on any Google page:

chrome.runtime.sendMessage(
"nkeimhogjdpnpccoofpliimaahmaaome",
{ method: "cpu.getInfo" },
(response) => {
console.log(JSON.stringify(response, null, 2));
},
);

More notes here: simonwillison.net/2024/Jul/9/h

0
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin

The new Ladybird initiative is exciting: a new US non-profit initially backed by $1m to support development of Ladybird, an open source web browser that isn't based on a fork of something older and that doesn't depend on Google for funding! simonwillison.net/2024/Jul/1/t

0
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin

@darius oh interesting - yeah, at the moment it doesn't give you much control over where the models are stored

llm-mlc puts them in the folder defined by the LLM_USER_PATH environment variable llm.datasette.io/en/stable/set

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Replies