• 2 Posts
  • 51 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle

  • I have a Tuxedo Pulse 14 gen 3 as my personal laptop, was looking for something with a bit more display resolution than my old 1080p machine, but did not like the price of 4K laptops.

    It has been superb for over a year now. Came with Tuxedo’s own Linux, which looked pretty but wasn’t for me. Installed Arch on it, has been rock solid. Is a great machine for coding on, makes a great job of running Dwarf Fortress and less stressful 3D games - Crusader Kings 3 and Disco Elysium run great, for instance. Battery life impressive too.

    Been quite robust, too - heard complaints that the lid can get a bit loose but mine’s fine. All the rubber feet have come off the bottom, but that’s probably because I use mine on my lap. They prefer that you install their own fan control app rather than eg. just providing drivers so that you can set it up in CoolerControl, but it works fine.

    All in all, good machine. Better than the ThinkBook that it replaced, and those are fine laptops.


  • I’ve found that disabling VSync in games entirely and then letting MangoHud do the limiting works a bit better. Some of that will be because I’m using Proton on Linux, which has DXVK as a translation layer. Games will be trying to limit their frames the DirectX way, whereas MangoHud is limiting them the Vulkan way and is ‘closer to the monitor’ for keeping the pace right.


  • Also, MangoHud has an ability to set fps_limit in a per-game way that generally results in much smoother frame-pacing than most games achieve by default. That’s awesome for eg. Dark Souls / Elden Ring, which are stuttery at 60 fps but buttery at 59 for some reason, but also for random strategy games which would be just fine at 30 fps but instead have all the fans roaring to render at 144.




  • addie@feddit.uktocats@lemmy.worldHome invader
    link
    fedilink
    arrow-up
    8
    ·
    14 days ago

    Ah, but that is my cat. We call him Tux, our neighbours called him Boots. We’ve a ‘street whatsapp’ channel for arguing over the bins and getting to the bottom of who’s cat has rocked up in who’s house. Number of times I’ve seen a familiar moggy on an unfamiliar bedspread.

    Cats, man. You might think you own them, but if anything, you own them for a while.



  • Love Tyranny and PoE. Think Deadfire would have been an exceptional game if there was about half as much of it, but even as an epic RPG it does go on. Ten bucks for ‘three big games’ of content is a steal, though.

    It isn’t that ‘successful game has a better-funded sequel that loses the magic due to feature creep’ is exactly unheard of - it’s a tale as old as time. But Deadfire was a sales disappointment, which it probably wouldn’t have been if they’d only spent half as much making it, and so we won’t be getting a PoE3 :-(


  • Agreed. Amazing game, but it’s because most of it is excellent so the jank is easy to ignore, rather than the whole thing being polished.

    I think they made the parry-heavy emphasis of the game even more difficult to ‘read’ by having all the early enemies be very twitchy robots with difficult-to-anticipate parry timings. It becomes much easier to get the timing right once the enemies become more ‘organic’ a bit later. That’s also the point where you have some better gear and some level ups, so it’s not quite so brutal.

    Giving the early enemies slow, smooth attacks with big swings would make sense for robots, sort out the difficulty curve, and give you plenty of chance to get used to parries. They can reasonably require a lot of damage so ripostes would be the only way to effectively defeat them - health which you could reasonably remove from a lot of the late-game enemies who are stupidly robust.

    Never felt like P actually has iframes on his dodge? It’s serviceable enough when the important thing is to move away from where an attack is going to land, but it’s certainly not a Dark Souls-style ‘dodge through the attack’. It’s not Sekiro’s ‘running away to tease out an attack you can punish’ either, he’s a very slow dude in comparison.



  • addie@feddit.uktoGames@lemmy.worldMarathon is delayed
    link
    fedilink
    English
    arrow-up
    2
    ·
    23 days ago

    Not so much “remade” but the engine was open-sourced and it’s been kept up-to-date for modern computers. Exact same levels, graphics, sound effects as it ever was, but obviously the resolution now is much higher than it was in the early nineties. Think my graphics card can push it at 4K 144Hz while still being in power-saving mode; it does more work rendering desktop fonts nicely.

    There’s also a port of Pathways Into Darkness onto the engine, if you want to play it? It’s a real bitch to emulate a classic Mac to get it running, but this is basically drag-and-drop. It was brutally unfair even at the time, and contains a lot of features which have not aged well and are distinctly un-fun - it is not a game that’s afraid to waste your time, put it like that. I do love the idea of it - the atmosphere of it is probably the best bit, and I’d love a modern remake of it.

    https://lochnits.com/aopid/




  • You are not joking. Comparing a $2000 Purism Liberty with eg. a $200 HMD Fusion. The Fusion has somewhat better screen and battery; much better processor and camera. More RAM, the option of more storage, has NFC. It’s also designed to be easy-to-maintain, but is somewhat thinner and lighter despite having a larger screen area. Are ‘made in USA’ and ‘open-source drivers’ worth paying 10x as much for a noticeably worse phone? (It’s not really ‘made in USA’ either - it’s a mix of US, Chinese and Indian parts assembled in the USA.)

    I think that the people who believe a US-made iPhone will also cost $2k are kidding themselves - economy of scale and all that, but it must be substantially more.


  • Yeah, mine was similar. Had some old Win95 machines from work that were getting thrown away; scavenged as much RAM as possible into one case and left Red Hat Linux downloading overnight on the company modem. Needed two boxes of floppy disks for the installer, and I joined up a 60 MB and an 80MB hard drive using LVM to create the installation drive. It was a surprisingly functional machine - much better at networking than it was as a Win95 computer - but yeah, those days are long gone.



  • Three months of using Arch and you’ve not included your ‘btw’ when claiming to use it? Most suspicious.

    But yeah, agree completely. I made a new-years resolution about five years ago to try ‘Linux only gaming for a month’ rather than dual booting; worked so well that I wiped Windows a few months later and have never missed it for a minute. That was for Mint, which is great but hard to keep cutting-edge. Decided to try Arch instead, and after a couple of false starts (hadn’t read the install guide carefully enough to have networking after restart, that kind of thing) it’s been absolutely superb - rock solid, got everything I want at the very latest versions for work and games, best documentation of any distro.


  • Enough of that crazy talk - plainly WheeledDeviceServiceFactoryBeanImpl is where the dependency injection annotations are placed. If you can decide what the code does without stepping through it with a debugger, and any backtrace doesn’t have at least two hundred lines of Spring boot, then plainly it isn’t enterprise enough.

    Fair enough, though. You can write stupid overly-abstract shit in any language, but Java does encourage it.