I’m hoping for kamikaze George to do his thing
I’m hoping for kamikaze George to do his thing
Outqualifying Perez once again
Ferrari didn’t excel today either. I hope they get some points tomorrow
Sponsors maybe? I’m not sure at this point
Wet race please 🤞
I’ve been using it on Wayland for months. But now that I think about it my key presses never reached the other side. Mouse works fine though.
Looking forward to the update!
I’ve heard Emacs as eight mb and constantly swapping (I use Emacs BTW)
I bet they blocked a lane to put up that sign which makes it somewhat ironic
I’ve fully committed to kagi now and don’t regret it. The results are actually helpful again and even their AI features are better. The search summary does not seem to hallucinate at all
The regulations aren’t final yet but it looks like the cars are going to be smaller. They might get heavier though because of the bigger batteries
I can understand that he’s looking elsewhere but I don’t know if Haas is the move to make
It was a good lap and I’m excited for him. There may even be a podium in it for him which would make me very happy
Still early enough
He was fast tbh but yuki did not get the chance to set a time
You can open accounts for different currencies on wise.com
Sorry - just read the reply. No unfortunately not
I prefer “lightly fucked”
I’ve adapted it to work on kbin - let me know if anyone finds any issues
// ==UserScript==
// @name kbin lemmy redirect
// @version 1.0
// @description Redirect kbin to your local Lemmy instance
// @author @[email protected]
// @match https://*/m/*
// @icon https://join-lemmy.org/static/assets/icons/favicon.svg
// ==/UserScript==
// best effort guess
const isKbin = typeof KBIN_USER !== 'undefined' && typeof KBIN_MAGAZINE !== 'undefined';
if (isKbin) {
// Get URL info
const localLemmy = "feddit.de";
const splitUrl = location.href.split("/");
const instanceUrl = splitUrl[2];
const community = splitUrl[4];
const localizedUrl = "https://" + localLemmy + "/c/" + community + "@" + instanceUrl;
// Create redirect button if not on local
if (instanceUrl !== localLemmy) {
const wrapper = document.createElement("div");
wrapper.setAttribute("style", "width: 100%;position: fixed;top: 0;")
const container = document.createElement("div");
container.setAttribute("style", "position:relative;max-width: 1650px;width: 100%;margin: 0 auto;")
const zNode = document.createElement("button");
zNode.innerText = "Open in local instance";
zNode.setAttribute("id", "localizeContainer");
// add styles to the button embedded
zNode.setAttribute(
"style",
"cursor: pointer; padding: 5px; margin-top: 55px; background-color: red; border-radius: 10%; border-width: 3px; border-style: solid; z-index: 10;max-width:200px;position:absolute;top:0;right:0;"
);
zNode.addEventListener("click", e => window.location.replace(localizedUrl));
container.appendChild(zNode);
wrapper.appendChild(container);
document.body.appendChild(wrapper);
}
}
I once had a user announce to me via phone that they were about to send me an email with all the details about a problem they encountered.
I actually drove to another country to subscribe to f1tv because it’s not available in Germany and subscribing with a VPN doesn’t work anymore.
Uh I mean, I heard that somebody did that