• 1 Post
  • 24 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Ooh, not a “hot take” answer. I rather like MusikCube. It plays nice with putting my music on my NAS and running it from both my personal machines and my Windows/work machine too. I’m not specifically excited by it as a TUI, but it also works just fine as a basic-'03-iTunes-style-navigation clone. It’s super boring in the most usable of ways.

    My more “hot take” answer is that I replace the terminal program in Fedora with the boring arsed “Gnome Console” from vanilla Gnome. It does all the stuff I want it to do and nothing more. If I was slightly more different than me I might be upset that it doesn’t do enough terminal things but I’m just me. :)


  • Hrm… I suppose I spent 15 years making other people’s games first. >_< More seriously, just start with small stuff. Make a simple 2D game with a something like the Love framework or Pico8. Then try to scale up a bit or use something a bit more powerful. If you are really want to make a game solo, then the best thing you can do is learn to control your scope. You’ll never be able to be good at every part of making games, so figure out what parts you want to work on and figure out how to make a game around those skills.

    You also don’t have to make do it alone. You can hire out art, programming, sound, music, writing… really anything. Most “solo” devs do that to some extent. Also try and seek out your local gamedev community. Asking online is fine, but you’ll get more out of an in person conversation with someone who’s done it before.

    Lastly, game jams. There are smaller game jams going on all the time, but the big one is the global game jam in January. I’ve always liked that one because there are always new people. In my experience, fresh gamedevs are always perfectly welcome. You’ll have someone else on the team that can rough out the structure for you, then you just need to apply what you already know as a software developer to fill in some blanks. People also like to do role bending at jams too. Programmers will try making art, artists will try making music, and sound people will try programming. Jam games are usually bad, so nobody will expect anything you make to be any good, but people generally have a blast doing it anyway. :) I like to rope people into making NES games every year because even as experienced game devs they are so sure they can’t write C code, let alone for something 40 years old, certainly not in 48 hours! They do just fine once they dig in. :D -> https://www.slembcke.net/nes/


  • slembcke@lemmy.mltoLinux@lemmy.mlPrinting on Linux
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    Anecdotally Windows is the only platform I’ve used where printing (and scanning) didn’t tend to “just work”. The only issue I’ve had printing under Linux was with a second hand printer my dad got that we couldn’t get to print from any computer. (shrug)



  • I totally pulled a LTT and removed my kernel. >_< There was a “real time” kernel listed in apt, and I installed it because I was curious if it would reduce lock latency for a project I was working on. (I wasn’t trying to solve a problem, just curious) It didn’t and I figured it was probably a bad idea to leave it installed. So I did an apt remove, and the rest went something like this.

    Apt: Are you sure you want to remove the your kernel? Y/N

    Me: Oh jeez… I don’t want to do that.

    Motor Memory: Y <return>

    Apt: Are you really really sure? Your computer will not boot if you do this. Y/N

    Me: Oh, crap! That’s not what I meant to do. Definitely not!

    Motor Memory: Y <return>

    Me: No! Why would my brain betray me!?

    Fortunately this was on a PopOS machine, so I booted into the recovery partition. Even if fixing it only took a minute, I still felt very very dumb. >_<


  • Hmm. I still have my old 2013 MBA that I’ve used with Fedora, but it’s an HD 4000 IIRC. I feel you on Apple’s locked down stance to repairs. It was ultimately what pushed me off of OS X. I needed a newer laptop in 2020, and they only sold hardware with non-upgradable RAM and SSDs. So long and thanks for all the fish… I had already replaced my desktop machine with Linux a few years earlier. I used the Mac 70% as a Unix machine anyway, so it was a pretty comfortable transition.

    My Air worked great as a stand-in laptop when my System76 Lemur died last summer. Honestly I was blown away by how perfectly usable it still was for basic tasks. Parallel stuff like compiling was slow, but single threaded stuff still ran just great. Heck, I was even using it again yesterday to test OS X builds of my game on older hardware and it ran like a champ.



  • I guess by real world usage I mean what proportion of code is being made with them. You should be skeptical of their accuracy, but there are measures for that. Like there is this one: https://www.tiobe.com/tiobe-index/, but it describes it’s methodology as being about popularity based on articles, news, and other such things. Github publishes a very different chart as does RedMonk. Rust barely shows up on these charts, but Rust fans are very enthusiastic in threads like this. I like Rust well enough, but I also find the over-enthusiasm amusing.

    By practical/pragmatic I mean the ability to target a lot of hardware with C. Sometimes the tooling is crap, but it’s very universal. Being built on LLVM Rust can go onto plenty of hardware too, but it’s probably not the tooling given to you by a platform vendor. It’s also been around for a long time, so using Rust would mean a rewrite. Sometimes C is simply the choice. As for ideologically: Rust solves some pretty nasty programming issues, but sometimes I think it’s fans over-estimate the percentage of real world problems it actually solves while ignoring that Rust can be more expensive to write. (shrug) Sometimes there’s no such thing as a silver bullet.


  • 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.


  • 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.


  • Hrm. Skim ahead if you already know some of this… So say you have a running program XYZ that loads libUseful.so to do useful things. Now you run some updates and libUseful.so gets replaced with the new version. Because of how files on Unix work, the old version still exists on the disk until XYZ closes it, but any new program will load the new version. So things generally “just work” when the system is updated in place, but on the rare occasion causes weird problems. Fedora (from the GUI) chooses to run updates during reboot to prevent the rare, weird problems. If you update from the command line, it just does them in place. Kernel updates always require a reboot to apply though.



  • I went through the 68k -> PPC -> OS X -> x86 transitions, but eh… That was right about when they lost me too. I rather liked OS X, but they were trying to turn it into iOS, at the same time they were making their machines non-repairable/upgradable, and losing 32 bit was just one bit more than I could stand. It was also right around the time when Proton made Linux gaming explosively viable. I could have all the Unixy tools I wanted combined with all the improvements the DEs have made while still being able to play games. I haven’t looked back yet.


  • So I’ve used the Pop Shell extension. It’s really neat when you have a bunch of little windows like terminals and file browsers open. 95% of the time it’s actively annoying though. I appreciate that it’s on a toggle so I can use it when I want it. The proposed mosaic mode doesn’t seem terribly different, and has the same problem where it just randomly moves things around breaking my association of “where I put that”. Most of the time I really need the spatial aspect, and am willing to manage a few windows by hand to get it.

    Also: Joining half screen windows into a single unit?! Please don’t do it! D: Augh! Apple did that on OS X about the time I left and I absolutely hated it. It was so actively bad. :(



  • I do game dev, and I’ve been loving VSCode. I used to use a mishmash of stuff, but VSCode can do kinda everything. Working on retro-dev C/asm for NES or Genesis? Lua projects? Shaders? Debugging a native Linux/SDL game? Doing some math in a Julia notebook? Unity3D development? Working on Windows/Mac? The answer is VSCode to all! I still use vim for some light stuff or working on remote machines, but meh… VSCode has nice defaults for me without having to fiddle.

    For my native Linux gamedev, I’ve just been using the MS Cmake and Cpp-tools extensions. They work great, and you can script up the rest with actions. The debugger isn’t great, but it’s convenient and good enough for simple crashes. I switch to GDB when things get interesting though. I suppose I have an extension for shaders too, but it’s just syntax highlighting.


  • I pre-ordered the 13" AMD, and here’s my 2 cents: In 2013 I bought a MacBook Air. The i7 version was pretty decent for dev, and it had all the other ultrabook niceties (small, light, all day battery, etc). I was still happily using it in 2020, though it was starting to show it’s age. In 2023, Apple still makes MacBook Airs in the same form factor. They look almost identical. Several thousand days of active use mine is practically still in mint condition too. If I could pay 2/3rds the price of a new one to upgrade the internals+screen I would totally have done that! I don’t expect to change out the modular IO much, but it is nice that I have the option to get an SD card reader or to choose the port layout to match my desk. I’ve also got what I need to make a magnetic charging adapter for it, so that’s awfully nice. So is it worth the extra cost? Maybe not, but I’m an idealist sometimes, and I like their ideals.


  • Yeah… I’m really conflicted about it. I think my Lemur was a lemon, and I’d be perfectly happy with it if I never had to deal with support. It’s not secret that the hardware is rebranded, and what they do is to make the firmware/software work well. That part was honestly great! Their also pretty RTR friendly and publish a lot of information about taking things apart and whatnot. On the other hand… I’m not equipped to fix a motherboard, and why would I want to when it’s still in warranty? Spending weeks to convince them that the hardware did in fact fail was… Augh! Having it returned without the power supply and missing screws, then being told I was mistaken was straight up insulting. :(

    For as grumpy about RTR as Apple is today, in the past at least I found their service to be pretty excellent. On multiple occasions I got free repairs or battery replacements on machines that were out of warranty and frankly just… worn out. The one time I actually had to send one off for repair it was back on my desk in a matter of days. I haven’t been their customer in 10 years, and it sounds like it’s probably changed though. (shrug)


  • slembcke@lemmy.mltoLinux@lemmy.mlFedora or Pop!_OS?
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’ve been running Pop since 2018 (I think?) and have had few issues. It currently pinned to the LTS of Ubuntu while they focus on their home grown Cosmic DE. They still update Kernel/Mesa versions though. Having never really “distro hopped” I put Fedora on a couple of machines when upgrading a couple months ago. I 90% can’t tell the difference. The new Gnome stuff is nice, and Wayland by default is nice. I’d say it’s hard to go wrong with either. Though Arch is more of an “enthusiast” Linux in my mind. Like something you’d have strong opinions about. Any particular reason to move away from it?


  • I bought a System76 Lemur a few years ago. It has a pretty standard ultra-book form factor, but is pretty light, and the battery life was phenomonal. I regularly got 20+ hours on a single charge when doing light development work. The IPS screen was good, the trackpad was nice, the keyboard was ok, and the speakers are… well, completely terrible. I never really had any software issues on it running Pop. Maybe it would get stuck coming out of suspend every few months or so? I liked it a lot as an upgrade from my 2013 MacBook Air.

    BUT…

    Support was pretty awful, and I’m not sure I’d recommend getting one because of it unfortunately. :( Out of the box, the ctrl key was bad and would unclip with a nasty “crunch” noise. I had to send it in to get that fixed, though it was pretty painless. Then a few months later the wifi card died, and I had to send it in again. There was a lot of back and forth to get it fixed that time. Then as it was about to got out of warranty it died again. This time was like pulling teeth. I had to triple check things and send them logs multiple times, each time with a turnaround of several days. It took weeks for them to finally say “sounds like a hardware issue, what would you like us to do?”. I was flabergasted. It was still in warranty, why would you even ask that?! I spent several weeks trying to convince them my in warranty device needed repairs and they wanted to know if I wanted it fixed?! It took 6 weeks in total to get it fixed, and it turned out that it was a bad connector on the motherboard causing the issues the whole time. When I got it back it was missing a couple screws and the power supply. They basically called me a liar. -_- A couple weeks ago it died completely and won’t power on anymore. I chatted with support again, but they just started giving me the same run-around. I gave up.

    I pre-ordered an AMD Framework back in March. Now I’m kinda grumpy because I have no laptop and I bought one that might not ship for another month or two. I wasn’t too worried if the AMD Framework had some early adopter issues as the Lemur still worked when I put in the pre-order. Grrr. -_- My old 2013 MacBook Air is still in pristine condition though… Considering just putting Linux on that to use for a few months.