etuomaala

joined 2 years ago
[–] [email protected] 20 points 2 months ago

Build a fucking electric high speed train from Windsor through Toronto to Montreal. Obviously. Until this happens, Canada is simply not taking climate change seriously.

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

That’s cute. Do you have any idea how auto regulations work in Japan?

Stop performing for likes to an audience that already agrees with you, and be civil. This is why I left reddit. You're doing a great job proving to me that the reddit model is fundamentally broken and cannot be fixed. Prove me wrong.

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

Weaponisation of venture capital?

[–] [email protected] 3 points 2 months ago (5 children)
[–] [email protected] 22 points 2 months ago (6 children)

I find this minimalism strangely appealing. Unfortunately, I do not live on a farm. I hope this thing is useful to those who do, though.

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago) (1 children)

The 401, specifically, is a big reason I moved to Europe. This is the first time in half a year I heard the words "four oh one", and it's been the least stressful six months of my life.

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

Lol, all-hands-on-dick

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

Democracy is about more than just voting, especially in the US, where the vote is so weak and pathetic. The end of segregation wasn't decided by any vote.

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

Yep. It's no longer about which candidate you like the most. It's about which candidate will make the people you hate the most furious.

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

Yeah, there would be war crimes.

 

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.

35
submitted 1 year ago* (last edited 1 year 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.)

130
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
  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 LCD 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.

9
submitted 1 year ago* (last edited 1 year 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: ‹ prev next ›