slembcke

joined 1 year ago
[–] slembcke@lemmy.ml 23 points 9 months ago (3 children)

I enjoy the selection bias in the comments for these sorts of posts. >_< There's a few people saying "I kinda like C", a few saying "use Python instead", and a whole lot saying "Rust is my lord and savior". Completely disjoint from the real world usage of the languages for whatever practical, pragmatic, or ideological measures they are used for.

[–] slembcke@lemmy.ml 6 points 10 months ago

Well... they don't like the design of a "system tray". To be fair, it's a very Windows centric idea, and the notion that they must provide one because Windows has one seems... similarly questionable to me too. Speaking personally I hate the idea, and always have. It's a real dumpster fire because:

  • Lots of drivers (on Windows) assume you don't know how to launch programs, and force a permanent launch shortcut on you.
  • Programs assume you don't understand how to minimize or hide a window, and put themselves in the tray instead. (launchers, chat programs, etc)
  • Some programs seem to use them just to put their logo on the screen. You can't really do anything with the tray icon.
  • Few icons match stylistically, and even on Windows, they don't match the system style. (White icons on a white taskbar? FFS)
  • Programs often don't provide an option to disable their tray icons, and it's rare that I want them.

I guess I found the lack of them to be a breath of fresh air when I first tried Gnome 3 a few years ago. The current iteration doesn't quite work though... 99% of the time I just want an option to kill the damn things, but I've have had some programs that only provide functions through the system tray. It's dumb, and I hate it, but it is what it is.

[–] slembcke@lemmy.ml 1 points 10 months ago

Yeah, IIRC the 16 doesn't have a significantly faster CPU than the 7840U in the 13. If you want a gaming laptop it sounds neat though!

[–] slembcke@lemmy.ml 1 points 10 months ago

Egh. I kinda sorta agree. I had a 10th gen i7 Lemur Pro. It was nice and had excellent battery life. (15 -25 hours as an average range) The screen was a perfectly nice IPS, the keyboard/trackpad were fine (maybe not great), and the speakers were... well... pretty terrible. The software/firmware support for an otherwise generic laptop was great!

The problem was that I had multiple hardware failures on mine and getting warranty repairs was painful. The 3rd time it happened took several weeks to convince my rep it was a legitimate hardware failure. When he was finally convinced, he said something like "Well, that seems pretty obvious it's a motherboard failure. What would you like us to do?" The response was obvious. It was under warranty still. I wanted it fixed! By the time it was working again it had taken 9 weeks. (!!!!) Less than a year later, it died again. Put a really bad taste in my mouth. :-\ I bought a Framework to replace it.

[–] slembcke@lemmy.ml 2 points 10 months ago* (last edited 10 months ago) (1 children)

I had a 10th gen S76 Lemur. The hardware was a mixed bag. Chassis was nice and light (compared to Apple), but enameled so the edges eventually chipped. Keyboard/trackpad were average. Speakers were awful... Battery life was excellent like usually got around 20 hours on a charge (and often more with a little effort!). I also had a number of hardware failures and dealing with their support was pretty terrible... Broken control key out of the box, Wifi died twice, second time they replaced the motherboard (and that took like... 9 weeks), then it completely died a year later when it was finally out of warranty. A real mixed bag of Pop OS being nice, and having great software/firmware support, but also multiple hardware failures coupled with terrible warranty support.

[–] slembcke@lemmy.ml 2 points 10 months ago

More or less yeah. My PS5 controller has stopped working via bluetooth (on basically all my machines) until I applied a firmware patch using a Windows only tool. Other than that, it's been my preferred controller, and the PS4 controller was before that. I don't like the internal lithium ion batteries in them though. I've had to replace 3 of them between the 2 controllers in the ~8 years I've had them. Xbox controllers just take regular batteries with is pretty handy. Though I've had the same suddenly-stopped-working-on-bluetooth-until-you-update-the-firmware issue on those as well. -_-

[–] slembcke@lemmy.ml 7 points 10 months ago (1 children)

OBS Studio mostly. It's not the most convenient for a quick screencap, but I can record 720p@60 fps video downscaled and resampled from my 1080p@144hz monitor and it just kinda works fine. The other nice feature of OBS is that you can have it recording all the time and then press a button to dump the last few seconds when something interesting happens. Handy when trying to get interesting clips of my game. For quick recording I usually just use Kooha or the built in Gnome one.

[–] slembcke@lemmy.ml 23 points 10 months ago* (last edited 10 months ago) (4 children)

I've been using Wayland daily for a few years (2020 at least?) on intel and AMD graphics and have had few complaints:

  1. Some games didn't work right a few years ago. (Under Proton or otherwise. Haven't had issues for a while)
  2. RenderDoc, a vital bit of graphics debugging software, works poorly on Wayland. (Easy fix is to force X11 for QT via QT_QPA_PLATFORM=xcb)
  3. Had some issues with mixed integrated/NVidia graphics on a laptop I was using for a demo once.
  4. Covering or otherwise hiding a Wayland window blocks a program's graphics thread. This is sometimes problematic.
  5. VR development had issues a while ago? (This was for work. It just... stopped working at some point. Dunno if it was a Linux, SteamVR, or Unity3D issue. My work machine mostly runs Windows 10 now as a result. Oh well.)
  6. Screen recording didn't work well a while ago... (continued)

Overall, it's just worked great though!

My anti-complaints:

  1. Mixed refresh rates on monitors "just works" now. (I have a 1080@144 for gaming, and a 4k@60 for work)
  2. Video frames don't have half drawn content. (ex: when resizing windows), except on XWayland stuff
  3. Video tearing has basically disappeared.
  4. Video timing issues seem to be improved.
  5. Input handling for keyboard layouts has improved.
  6. Screen recording in Wayland is way better than it ever was on X11 now. I do this a lot to share gamedev stuff I'm working on.
[–] slembcke@lemmy.ml 7 points 10 months ago (1 children)

I was certainly behind the curve here, but Horizon Zero Dawn! I was expecting some vagely Zelda like adventure RPG (and it was), but the story was so much more compelling than I expected. What a memorable game! I even got a second hand PS4 to play the sequel on... which I haven't for like 6 months now. >_< (Too many other things to do!)

[–] slembcke@lemmy.ml 1 points 10 months ago (1 children)

Ooh. This one looks great. I'd parrot an excuse about how I "don't have the time", but that will always be true until I make the time.

[–] slembcke@lemmy.ml 1 points 11 months ago (1 children)

A bit of a zombie thread, but I'm not making anything up here. The blocking issue gets discussed a lot in gamedev circles, and there are issue threads that have been locked by folks with the power to do so because they just said "no". One of them (Maybe Sebastian Wick? I don't remember... doesn't really matter) gave verbatim that use case where a video service they use would stop playing videos when the browser was in the background, and that is why they won't report . Maybe they weren't a "core" developer, but they had the ability to say "no" and end the discussion thread.

As for it being not a problem anymore, it still occurs even on Fedora 39. The 1 second present timeout still only works for XWayland, and that's... not a great solution. Also, realistically unless SDL2, GLFW or whatever engine a gamedev is using handles it for them they just don't have the time to worry about what GTK, Qt, or XDG shell does. We are already supporting multiple rendering APIs, and combining that with multiple UI libraries just to get a window to draw a triangle into is a combinatorial explosion. Last I remember reading from the SDL folks, they were waiting for the functionality to appear in Wayland before they could implement it, and they weren't expecting anything to change soon either. Speaking personally, my current game project is single player so I can just pave over the timing issues when they come up:

Long frame detected: 6463.731931 ms. Skipping ahead!

The most frustrating part to me is much more meta. You get discussions with other game devs that have heard about this stuff and they continue to think that supporting Linux is just way too much work. Sometimes they are right, but rarely for the right reasons it seems. I believe in the glorious Wayland future... I just wish it would get here a bit faster. ;) On the other hand, if we rushed it and botched it then it would never arrive at all I suppose. (sigh)

As for how window activation works, you got me there. I just heard other people discussing that one, but it did explain why on Wayland I would just get "Firefox is ready" notifications when opening links instead of just showing me the page like X did. Though I'm quite happy that it's gone now in Fedora 39. Progress is good!

[–] slembcke@lemmy.ml 2 points 11 months ago

Yup, don't. People already covered why. I will add that I tried learning dvorak for quite a while and it didn't stick until I went cold turkey. It was very frustrating hunting and pecking for a couple days, but I made pretty quick progress. IIRC I was back up to 20-30 wpm after a week which was "usable" at least, and back to 60-70 wpm after a month. I had regular wrist pain before switching, and it was basically gone after. I don't think it helped my typing speed. Like I can do 90 in bursts for a bit longer, but generally I "cruise" much slower than that. ;)

view more: ‹ prev next ›