I started learning Houdini tonight. And by Houdini, I mean Blender Geometry Nodes :3
I'm hoping to construct an ad-hoc level editor for my driving game thing and export point sets for object placement, curves for the roads, and height maps for elevation. I'm not sure how to make blender shit out a sparse height map, but I'm sure I'll find some abominable way to do it with python.
I wonder if my old wacom tablet still works 🤔
weird, pressure sensitivity doesn't seem to work anymore, but otherwise it seems fine???
ok the gnome wacom settings test panel thing shows the pressure sensitivity working just fine, so I guess it's just the gimp that's the problem hopefully
aaand it crashes blender :|
there's too much linux in here >:(
yup completely random which applications it works with. blender doesn't pick it up at all?
by any chance is this yet another thing wayland fucked up?
I'm gonna have to install Windows again to use this thing aren't I
Yup. It's wayland. again! it's always fucking wayland! I hate you so much wayland. The tablet works fine with Blender if I restart Gnome in Xorg mode. This operating system is such a fucking joke my hands are shaking with anger right now.
If you're going to wander into my mentions to tell me that it's good actually preferred even that the wayland team broke an entire ecosystem of applications that was working just fine for the last 20 years, do me a favor and just go block yourself instead? I'm not in the mood.
when linux gives you wayland you burn linux's house down
I made some progress tonight on learning #GeometryNodes! I made a little relief with an elevation map of Kauaʻi and a blue noise texture to hide the banding.
I added trees
it's amazing how much blender has changed since i first spent several hours making a shitty gingerbread man in it back in '02
@aeva and generally for the better, too
@halcy absolutely
if you remember Blender 2.7 your knees hurt #b3d #blender3d #blender #3dart #meme #song #cover

YouTube
@aeva Making shit in Blender 🎵
@aeva What blew me away is how fast new contributions and contributors steamrolled in once we got the new ui in 2.80. Genuine paradigm shift, blender became something every 3D industry started watching overnight, instead of that weird hobbyist program no one worth their salt actually used and all that other nonsense.
@MissAemilia all this after like decades of ton saying no we can't just peel off the ui and put a better one on
@aeva
In a way, I'm glad it took a long time because a lot of care, consideration and effort got put into the new UI and that all clearly paid off.
@aeva Started with 2.4x. So much has changed but it's still so firmly lodged in my heart.
@aeva I avoided it for so long because of like 20 year old memories of how shitty it was, but it's good now?? I used it to match a camera move in a video project a while back and it was great actually???
@aeva Your theme colors are baffling to me. 
@aeva ooh, very foresty! ♥️
@aeva wayLAND A METEOR ON YOUR ROOF
@efi @aeva WAY to fuck up the entire linux desktop LANDscape?
@efi no! they rebuilt my roof like just a year or two ago D:
@aeva stupid linux keeps breaking everything!
@efi I mean "linux" is literally finnish for "broken because some idiot tried to fix it"
@aeva @efi they've been at it what, 15 years now? It's almost fixed!
@janvenetor @efi I imagine fucking up that bad and not being able to admit it for 15 years
@aeva I suppose you know the accessibility screen reader thing?
@elrohir not first hand, but I heard they basically said fuck blind people?
@aeva yup. Apparently everyone got the hots for sandboxing nowadays so in Wayland apps cannot read each other's raw screen buffers to prevent leaks. This fucks screen readers and I'll bet is what fucked Wacom too. But God forbid someone who installs Linux would be dumb enough to download a keylogger on accident.
@elrohir the paranoid will ruin computers for the rest of us :/
@aeva guaranteed way to not be allowed near my computer is to try to convince me it's "much better now"

@aeva it's not Linux, it's the morons of Freedesktop.org who overcomplicate everything and have zero grasp of the actual problem space.

I think I was one of the first people to rant about it. However when I had that burn-out episode I nuked my old web presence and also deleted backups. Anyway, there is something on wayback but somehow incomplete. https://web.archive.org/web/20141012072429/http://datenwolf.net/bl20110930-0001/

BLOG.DATENWOLF.NET - 2011-09-30: A Case against Wayland

@aeva Nah, you just have to xkill it. There’s no way something as important as xkill could be broken, right? …right?
@aeva It's amazing how whenever you go search anything display related online you'll come across these goobers. Somehow DPI scaling is worth breaking everything for.
@shinmera my computer is unusable without fractional DPI scaling. I'd just use xorg if it supported it properly.

@aeva @shinmera same. Trackpad gestures, while certainly nice, are not good enough for all the pain.

I miss xorg with wobbly windows and the desktop cube. Peak Linux productivity.

@shinmera @aeva the “best” part is that there was really no need to break everything to improve DPI-aware scaling in X, even without client awareness (see e.g. <https://keithp.org/blogs/window-scaling/>).
window-scaling

@shinmera @aeva  I was *just* about to comment how the only thing I've ever seen pointed to that Wayland does better was DPI scaling. Is there literally nothing else?
@wagesj45 Screen tearing can also be an issue due to how X handles DRI.
@shinmera @wagesj45 my problem was that when my machine reaches 100% gpu utilization with my multimonitor setup then the monitor i have a game running on will start to look like it has really bad framerate even though the framerate counter of the game itself reports the framerate being just fine regardless of if i use just a window manager with no compositor; being on wayland somehow made this problem go away
@wagesj45 @shinmera pretty much. there's some fiddly stuff with vulkan supposedly
@shinmera @aeva no but really DPI breaks shit on windows too!
@Li @shinmera it largely works fine in windows in my experience
@aeva wayland is for smart tv's and car infotainment systems, not computers
@aeva sorry for the phone misdirection. i should have gone with the ol' standby
@cancel it was a reasonable guess
@aeva just switch back to X11, no need for such drastic measures as returning to Windows
@delegatevoid x doesn't support fractional display resolutions
@aeva maybe a driver thing? It seems to support them on my system... but I haven't really tested it, since I don't need it.
@delegatevoid that setting only exists on wayland for me
@aeva @delegatevoid it's a bit more complex than that. The X server does no client window scaling, so it's up to each client to decide how to adapt their window to the screen resolution (reported by the server). So GTK apps generally suck at this (the toolkit doesn't help). Qt (and KDE) apps generally do a decent job with it.