moving over to mulcahey@lemm.ee
I’m confused. I’ve been using this extension for years on desktop without this issue. I think it has an option where you can install a companion conversion app on your machine and bypass the QR code. Am I mistaken?
I’m sorry, I’m having difficulty following your point.
That’s a really, really crap argument that is permissive of all kinds of cultural genocide.
Isn’t it the opposite? He’s arguing that work of cultural importance should NOT be in private hands. You might say, “Who gets to determine what’s culturally significant? And why do we trust governments to do a better job than private collectors?” Those are fair questions, I think, but then I get lost again:
A LOT of artwork is in private collections that by no right should be.
Right, that’s what he’s arguing too.
I live in country that used to “legally” buy and sell people.
Ok, so… You acknowledge that just because it’s legal to trade in something, doesn’t mean that it’s moral or ethical. So is that also true of culturally-significant artwork?
See why I’m confused as to your argument?
Eh, “Good thing we had dangling pianos to drop on the guy who’s been cutting all the cords on our dangling pianos” isn’t quite a strong argument for the pro-dangling pianos side
It’s just reposting ABC News if that matters
Reader View is working for me with that website. The only issue is that it writes out the phrase “link opens in New tab” after every link.
Do you have cookie settings or extensions that might be interfering with something?
deleted by creator
I’ve been using Beeper. It’s open source and built on Matrix bridges, also open source. For RCS you have to link it to your Google Messages
Really? Coworkers, crazy people, assholes. There’s a lot of people who don’t fall into those groups, I hope
Maybe not the best time to fire lasers at Ecuador, just saying
I use Transmission on MacOS as well, but I wish they would update their UI. I’ve been using Transmissionic on Windows for that reason
deleted by creator
After Fukushima, there was a reddit comment to the effect of, “You mean it took an earthquake AND a tsunami to make a nuclear plant dangerous? Nuclear sounds pretty safe to me!”
There is a specific kind of nuclear simp who will go to any length to ignore its dangers. I hope we can leave that on reddit and keep Lemmy a place of honest appraisal. I’m not even knocking nuclear’s benefits. They are many. But it’s crazy that every 10 years we have one of these disasters and every 10 years the simps come out to reassure us that it’s nothing, really
Here’s the one I used:
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/autohide_sidebar.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Show sidebar only when the cursor is over it */
/* The border controlling sidebar width will be removed so you'll need to modify these values to change width */
#sidebar-box {
--uc-sidebar-width: 60px;
--uc-sidebar-hover-width: 210px;
--uc-autohide-sidebar-delay: 100ms; /* Wait 0.6s before hiding sidebar */
position: relative;
min-width: var(--uc-sidebar-width) !important;
width: var(--uc-sidebar-width) !important;
max-width: var(--uc-sidebar-width) !important;
z-index: 1;
background-color: #110a0d !important;
}
#sidebar-box[positionend] {
direction: rtl;
}
#sidebar-box[positionend] > * {
direction: ltr;
}
#sidebar-box[positionend]:-moz-locale-dir(rtl) {
direction: ltr;
}
#sidebar-box[positionend]:-moz-locale-dir(rtl) > * {
direction: rtl;
}
#main-window[sizemode="fullscreen"] #sidebar-box {
--uc-sidebar-width: 1px;
}
#sidebar-splitter {
display: none;
}
#sidebar-header {
overflow: hidden;
/* color: var(--chrome-color, inherit) !important; */
padding-inline: 0 !important;
}
#sidebar-header::before,
#sidebar-header::after {
content: "";
display: flex;
padding-left: 8px;
}
#sidebar-header,
#sidebar {
transition: min-width 115ms linear var(--uc-autohide-sidebar-delay) !important;
min-width: var(--uc-sidebar-width) !important;
will-change: min-width;
}
#sidebar-box:hover > #sidebar-header,
#sidebar-box:hover > #sidebar {
min-width: var(--uc-sidebar-hover-width) !important;
transition-delay: 0ms !important;
}
.sidebar-panel {
/* background-color: transparent !important; */
/* color: var(--newtab-text-primary-color) !important; */
}
.sidebar-panel #search-box {
-moz-appearance: none !important;
/* background-color: rgba(249, 249, 250, 0.1) !important; */
color: inherit !important;
}
/* Add sidebar divider and give it background */
#sidebar,
#sidebar-header {
background-color: inherit !important;
border-inline: 1px solid rgb(80, 80, 80);
border-inline-width: 0px 1px;
}
#sidebar-box:not([positionend]) > :-moz-locale-dir(rtl),
#sidebar-box[positionend] > * {
border-inline-width: 1px 0px;
}
/* Move statuspanel to the other side when sidebar is hovered so it doesn't get covered by sidebar */
#sidebar-box:not([positionend]):hover ~ #appcontent #statuspanel {
inset-inline: auto 0px !important;
}
#sidebar-box:not([positionend]):hover ~ #appcontent #statuspanel-label {
margin-inline: 0px !important;
border-left-style: solid !important;
}`___`
Never mind, I fixed it! For anyone who wants to do the same: Inside the Tree Style Tab / All Configs menu, I had to uncheck “FaviconizePinned Tabs”.
Now all my pinned tabs are stacked on top of each other. Not quite what I was going for, but acceptable.
Lol yes, 2 days ago
Yep, they sent me the same thing
I didn’t read Solrize’s comment as saying “There shouldn’t be paywalls,” just asking the very legitimate question as to how they will interact with federation.
Interestingly, 404 just solved something kinda related: they developed a way for subscribers to get a custom RSS feed address, so they can access paywalled articles directly in their RSS reader. TMK, they are the first publication to do this. I imagine they would do something similar for federation. (I believe that if any of the custom RSS feeds show huge traffic numbers, 404 shuts it down, but I’m not sure)