etuomaala

joined 1 year ago
[–] [email protected] 1 points 1 month ago

Assassinations usually make things worse. Just look at what happened to the string of coups in South Vietnam during the Vietnam war.

Or, can you think of a time when assassination actually did improve matters?

[–] [email protected] 0 points 1 month ago

You don’t understand how leadership works, do you?

Look, I'll talk with you, but not if this is how you treat me.

[–] [email protected] 1 points 1 month ago

Can you give an example of a time when assassination produced a better successor?

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

AI. And PoW-based cryptocurrency.

[–] [email protected] -2 points 1 month ago (2 children)

As if it matters what Trump of all people says.

[–] [email protected] 3 points 1 month ago (4 children)

How do you know the fascists won't just rally behind somebody else like Trump, but younger and more competent?

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Bravo, blazera. It's always nice to see some concern for the truth on the internet. I mean this very unsarcastically.

I don't think I've ever seen somebody publicly changing their mind on the internet until I came here. Perhaps there is something special about lemmy.

The internet needs more of this. Maybe lemmy can amplify public mind changings like this somehow...

[–] [email protected] 1 points 1 month ago

Yep. I read a quotation from this show elsewhere. I thought it couldn't be right, so I found the show and listened, looking for perhaps some missing context that might soften the quotation a little. No. Just no. No amount of context can ameliorate the terribleness of Lindsey Graham.

[–] [email protected] 3 points 3 months ago

I hate news about news. Here is the actual news: https://yewtu.be/watch?v=CWRboGsn-oA

[–] [email protected] 42 points 3 months ago* (last edited 3 months ago) (4 children)

Nintendo makes it as hard as possible to use their computers generically.

Nintendo fanboys: "Thankyou, sir, may I have another?"

[–] [email protected] 3 points 4 months ago (1 children)

Woah, I have no idea what you're talking about. "The gab one"? What gab one?

[–] [email protected] 2 points 4 months ago (2 children)

Do I have to post an image? Is the OP's image an example of what to do or what not to do?

 

In the image, these are not tabs. These are firefox windows, being rendered as tabs (and as stacks) by sway.

I just switched to sway, and found that browser tabs no longer make sense. They were designed in the UI dark ages to make up for how terrible Windows XP's WM was. Now, though, sway can do tabs just as well as firefox can, and sometimes, even better. It is better to unify the management of all windows under a single WM, rather than this ad hoc mixture of the real, global WM, and a fake firefox-only (or terminal-only) WM. That way, all windows are managed with a single set of keyboard shortcuts.

I also found firefox's toolbar to be way too thick.

So, I used userChrome.css to hide the tab bar and adjust the toolbar's height:

/* Hide the tab bar. */
#TabsToolbar {
    visibility: collapse !important;
}

/* Adjust the toolbar height. */
#urlbar-container {
    --urlbar-container-height: var(--tbh) !important;
}
#urlbar {
    --urlbar-toolbar-height: var(--tbh) !important;
    --urlbar-height: var(--tbh) !important;
}
:root {
    --tbh: 26px !important; /* ToolBar Height. Adjust this one. */
    --toolbarbutton-inner-padding: calc((var(--tbh) - 16px)/2) !important;
    --toolbarbutton-outer-padding: 0px !important;
    --toolbar-start-end-padding: 0px !important;
    --urlbar-margin-inline: 0px !important;
}

Put this file at <profile root>/chrome/userChrome.css. You'll probably have to make the chrome directory. Then, in about:config, set toolkit.legacyUserProfileCustomizations.stylesheets to true, to get firefox to read userChrome.css. Oh, and don't forget to tell firefox to open new pages in new windows instead of new tabs.

I have also found it useful to map the firefox command to Super-C, so that I can make a new firefox window without needing to have some other firefox window already in focus.

I have also found it useful to keep an empty firefox window open in some unused workspace on its own, so that after I close what I didn't realise was the last open firefox window, firefox does not close entirely.

34
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

This is (another!!) one of Drew Devault's projects. Like harelang, it would be a gigantic simplification of existing software. And yes, it is written in harelang.

It was originally a test to see whether harelang could be used for OS development. (It can.)

 
  1. An all-black LAMY Safari fountain pen filled with a mix of water, Platinum carbon black, and inkjet printer ink.
  2. A blank sheet of A4, folded in half three times.
  3. My passport.
  4. A fully loaded Secrid card carrier.
  5. A really nice rock. It has been in my pocket for a year. Don't think about it.
  6. A dumb watch. (Casio W-59. Very small, light as a feather. Green LED-backlight display. 50 metre water resist. Tough, within reason. Effectively infinite battery life.)
  7. A beta of the PinePhone Pro, equipped with dreemurrs archlinux.
  8. A USB drive containing all of my computers' boot partitions and Archiso.
 

Navalnyi's finest hour.

May he rise again in three days.

1
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

This one isn't in plaintext this time. I learned from last time that there are issues displaying plaintext on a phone, where there isn't any guarantee of 80 available columns. I thought that wasn't a tall order, but it turns out, it is.

Also, I really wanted links.

And I'm sorry I was so late in posting this. I have trouble finishing things...

view more: next ›