[-] renzev@lemmy.world 28 points 1 week ago

Thanks! Memes as education material / propaganda FTW

[-] renzev@lemmy.world 31 points 1 week ago

Thanks! I love this format so much. I can't find it now, but one of my favourite memes in this genre was something like this:

STOP DOING

  • Tasks were never meant to be completed
  • Years of working, but there's STILL MORE SHIT TO DO
  • Wanted to get some work done anyway, for a laugh? We had a tool for that: it was called SIMULATION GAMES
  • "Please let me sacrifice a third of my life to justify my existence. Please let me spend eight hours a day working just to be able to do it again the next day" - statements dreamt up by the utterly deranged

Look at what people have been demanding our respect for all this time, with all the schedules and todo lists we have built for them:

These are REAL things done by REAL people

<Pictures of gmail, microsoft outlook, and some TODO list app>

They have played us for absolute fools

[-] renzev@lemmy.world 28 points 1 week ago

What I really don't understand is why distro maintainers feel the need to actually go along with these changes. Like, sure, if this predictable interface naming thing worked as intended, I can definitely see how it can be useful for server administrators. You could just hardcode the automatic interface names instead of assigning them manually in /etc/mactab. But why would the rest of us ever need this? Most personal machines have at most one wifi card and one ethernet device, so wlan0 and eth0 are perfectly predictable. And even if you have multiple wifi or ethernet adapters, your networking is probably handled by network-manager, so you never actually have to put interface names into config files. Why force enterprise-grade bloat on users who just want a simple desktop experience?

[-] renzev@lemmy.world 39 points 1 week ago

"reddit makes a linux distro" would be hilarious and terrifying

[-] renzev@lemmy.world 28 points 1 week ago

Agreed. Though I wonder if ipv6 will ever displace ipv4 in things like virtual networks (docker, vpn, etc.) where there's no need for a bigger address space

[-] renzev@lemmy.world 25 points 2 weeks ago

I'm so confused, why does there need to be a daemon that creates /home? Can't you just make it at install time and assume it's always there? Is this made for ramdisk / immutable distros or something?

[-] renzev@lemmy.world 42 points 2 weeks ago* (last edited 2 weeks ago)

good circles and eclipse

I assume "eclipse" is a typo of ellipse? Anyway, just use the ellipse select tool (keybind: e) to make a selection in the shape that you want, then fill it in with the bucket tool (b). Hold shift while using the bucket tool to fill in the entire selection, ignoring anything that's drawn inside it. If you want to draw a ring rather than a completely filled circle, use the "border" command from the "select" dropdown menu to replace the ellipse/circle selection with its border.

how to resize selection by corner

I'm curious, what is your usecase for this? I've never had to do it myself. But if I had to, here's how I would do it: first, convert the seleciton to a path. Make sure the path is visible from the "Paths" dialog (you have to explicitly show the paths dialog using the "window > dockable dialogs" option. From then on, you can use any of the usual transform tools (perspective, resize, roate, etc) on the path. You just have to select the path icon under "Transform: " in the "tool properties" dialog to make sure you're transforming the path, not a pixel layer. Once you've transformed the path to your liking, you can turn it back to a selection, fill it with color, or stroke it with a brush by right-clicking on it in the "layers" dialog.

Also, bonus tip: never use the dropdown menus, it's a huge waste of time. Just press / to pull up for the command palette and search for the tool you need.

EDIT: I love lovingly ranting about gimp, I can do it four hours on end. I'm not some sort of gimp guru, but I know a thing or two. If anyone has any more questions, feel free to reply to this comment and I'll do my best to give advice.

[-] renzev@lemmy.world 61 points 3 months ago

It's an edit. In the original, the TV screen makes it look like the guy on the left is threatening the guy on the right (the foot looks like a knife). It's meant to be a commentary on how biased media coverage can essentially reverse the roles of the oppressed and the oppressors. And this edit was made to show how in America, republican media coverage tells people that the democrats are "sucking off" leftists, even though democrats don't agree on a lot of things with actual leftists in reality. The caption explaining all of that has been cropped of, you're just meant to know it, which is what makes this meme funny.

[-] renzev@lemmy.world 38 points 3 months ago

Microsoft: small and soft in name, huge and hard in reality?
Also, cool of you to include a transcript

[-] renzev@lemmy.world 62 points 3 months ago

Accurate. LaTeX is great, it makes you feel like you have superpowers compared to "office suite"-style software. But every once in a while you just run into some bullshit that feels like it's stuck in 1985 and it completely breaks your flow. I remember wanting to make a longtable where text in the "date" column would be rotated by 90 degrees to leave more horizontal room for the other columns. It took me two rotateboxes, a phantom, a vspace, a hspace and 40 minutes of my life to get the alignment right. Would probably have taken a duckduckgo search and three clicks in Libreoffice.

42
submitted 5 months ago by renzev@lemmy.world to c/sbubby@lemmy.world
147
submitted 5 months ago by renzev@lemmy.world to c/memes@lemmy.world
[-] renzev@lemmy.world 37 points 5 months ago

LaTeX is great, but I prefer Markdown for software documentation (bonus points if your flavor of markdown supports LaTeX-style math). Standard LaTeX is geared towards typesetting and formatting, which is great for reports and journals, but not so much for software documentation, so you end up with a lot of boilerplate. Markdown syntax is also more accessible to beginners, I feel. And if you have a really big project that requires features like cross-references, there's things like myst markdown.

1987
Never again (lemmy.world)
submitted 5 months ago by renzev@lemmy.world to c/linuxmemes@lemmy.world
892
Never again (lemmy.world)
69
submitted 5 months ago by renzev@lemmy.world to c/memes@lemmy.world
532
submitted 5 months ago* (last edited 5 months ago) by renzev@lemmy.world to c/linuxmemes@lemmy.world

I recently wanted to run tegaki, and my experience is pretty much summed up by the meme. I consider myself fairly tech-savvy, but I just couldn't figure out how to compile it. So I just gave up, downloaded the .exe and put it into a fresh wine prefix. After installing CJK fonts, everything ran fine. Now I'm trying to get gpaint to work. ~~My distro recently dropped support for gtk+2 (which I am fairly pissed about, since it's the last good version of GTK+), so I have to set that up manually as well.~~ [[[ EDIT: gtk2 is alive and well. I was just being and idiot and searching for gtk2, when the package is actually called gtk+2. ]]] I installed all of the dependencies that ./configure told me to, but I still kept getting obscure errors when running make.

So, here's my question: what tools make the process of running abandonware easier? Docker containers? Also, what can I use to package abandonware in order to make it easy for other people to run? Flatpak? Appimages? Any advice is appreciated!

Also, inb4 "just find a modern alternative". That would be a reasonable solution. I don't want reasonable solutions!

176
submitted 5 months ago by renzev@lemmy.world to c/memes@lemmy.world

Context: Even though Chromium has native support for AVIF, a very nice image format, Microsoft goes out of their way to remove it from Edge, which is a chromium fork. Jpeg XL (JXL) (not to be confused with Jpeg (JPG) or Jpeg 2000 (jpg2k) ) is another nice image format, which, IIRC, is only supported in Firefox.

47
639
submitted 5 months ago by renzev@lemmy.world to c/memes@lemmy.world
196
submitted 5 months ago by renzev@lemmy.world to c/memes@lemmy.world
848
submitted 5 months ago by renzev@lemmy.world to c/fuckcars@lemmy.world
251
submitted 5 months ago by renzev@lemmy.world to c/196@lemmy.blahaj.zone
    /*
     * This DOT code is provided under the Creative Commons Zero (CC0) license.
     * For details, see: https://creativecommons.org/publicdomain/zero/1.0/
     */
    
    digraph cooking_stick {
    
    	rankdir=LR;
    
    	node [shape=box]
    	node [width=1.0]
    
    	here [shape=diamond label="start\nhere"]
    	nonstick [label="non-stick"]
    	nonspray [label="non-spray"]
    	noncooking [label="non-cooking"]
    
    	nt_cooking [label="cooking"]
    	nt_spray [label="spray"]
    
    	ns_cooking [label="cooking"]
    	ns_stick [label="stick"]
    
    	nc_spray [label="spray"]
    	nc_stick [label="stick"]
    
    	nt_c_s [label="spray"]
    	nt_s_c [label="cooking"]
    	ns_c_t [label="stick"]
    	ns_t_c [label="cooking"]
    	nc_s_t [label="stick"]
    	nc_t_s [label="spray"]
    
    	
    	node [width=1.6 height=1.5 fixedsize=true]
    	nt_c_s_i [label="" image="nt_c_s.jpg"]
    	nt_s_c_i [label="" image="nt_s_c.jpg"]
    	ns_c_t_i [label="" image="ns_c_t.jpg"]
    	ns_t_c_i [label="" image="ns_t_c.jpg"]
    	nc_t_s_i [label="" image="nc_t_s.jpg"]
    	nc_s_t_i [label="" image="nc_s_t.jpg"]
    
    	splines=curved
    	here -> nonstick
    	here -> noncooking
    	here -> nonspray
    
    	nonstick -> nt_cooking
    	nonstick -> nt_spray
    
    	nonspray -> ns_cooking
    	nonspray -> ns_stick
    
    	noncooking -> nc_spray
    	noncooking -> nc_stick
    
    	nt_cooking -> nt_c_s
    	nt_spray -> nt_s_c
    	ns_cooking -> ns_c_t
    	ns_stick -> ns_t_c
    	nc_stick -> nc_t_s
    	nc_spray -> nc_s_t
    
    	nt_c_s -> nt_c_s_i
    	nt_s_c -> nt_s_c_i
    	ns_c_t -> ns_c_t_i
    	ns_t_c -> ns_t_c_i
    	nc_t_s -> nc_t_s_i
    	nc_s_t -> nc_s_t_i
    }
[-] renzev@lemmy.world 22 points 6 months ago

Chrome is literally the same shit as Chromium but with (more) spyware. Like, there are no other added features. And some people still choose to download Chrome. WHY!?!?!?

view more: ‹ prev next ›

renzev

joined 6 months ago