• 65 Posts
  • 276 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle



  • Analogue likely doesn’t emulate the hardware at the transistor level, as it’s far more difficult than doing what most software emulators do.

    From an interesting (altough non-conclusive) HN-thread [1].

    Without seeing the code, it’s impossible to know where Analog’s implementation falls on the spectrum of software emulation vs hardware simulation. There is nothing magical about FPGAs that automatically makes anything developed with them a 1:1 representation of real hardware. In fact, there are plenty of instances where the FPGA version of a particular console is literally just a representation of a popular emulator only in verilog/vhdl. In many instances, even the best FPGA implementations of some systems are still only simulating system level behavior. Off the top of my head, one famously difficult case is audio, where many chips have analog circuitry that cannot be fully simulated.

    [1] https://news.ycombinator.com/item?id=37901381




  • I don’t know where exactly you live, but if your in the EU customs/taxes + shipping will make the deal worse, but better than expected.

    E.g. for Germany, this drive would cost 382€ with UPS Saver Duties & Taxes included, instead of 273€ for the drive itself.

    I’ve found the same drive with a local commercial eBay seller for 420€, including taxes and shipping.

    A new 24TB drive would cost 485€.

    Edit: IMO a better deal would be 22TB drives, which have the same price per TB but are new. But then again, their used/recertified price is also ~10% lower than new.






  • I disagree with the notion that it’s better for the cheaters to have an easier time (and less chance of being detected), but you’re right, BattleEye doesn’t solve the cheating problem for GTA.

    Rockstar should fix their netcode and run game server on dedicated server, instead of their customers PC’s. I’d think decting aimbot isn’t the biggest issue, while cheaters are able to break entire lobbies…

    IMO no game should require client side anti cheat except for shooters, where looking through walls and aimbot is actually difficult to detect server side. At least for those is it possible to find valid arguments (except for being lazy).








  • I’ve been using COSMIC Epoch pre-alpha for the past two months, and it definitly is on a good path. There’s still many bugs, but COSMIC has gotten much better, and more featureful (e.g. I’m finally able to use my keyboard layout of choice and rebind all keys accordingly). The only major missing feature is VRR/adaptive sync, because I really don’t like playing CS2 with vsync.

    Sadly they switched from dynamic tiling (river, awesome) to manual tiling (sway/i3-style), but together with the window-movement-animations it’s awesome. Finally there’s a desktop with a compositor made with tiling in mind, and not as an afterthought.

    Also I find it great how many distros already have COSMIC packages in their community repos.



  • I noticed those language models don’t work well for articles with dense information and complex sentence structure. Sometimes they forget the most important point.

    They are useful as a TLDR but shouldn’t be taken as fact, at least not yet and for the foreseeable future.

    A bit off topic, but I’ve read a comment in another community where someone asked chatgpt something and confidently posted the answer. Problem: the answer is wrong. That’s why it’s so important to mark AI LLM generated texts (which the TLDR bots do).







  • Using wev (wayland event viewer, which shows pressed keys) the side buttons show up as extra mouse buttons, so it should be possible to remap them.

    button: 272 (left)
    button: 273 (right)
    button: 274 (middle)
    button: 275 (side) <- side button
    button: 276 (extra)  <- side button
    

    PS: My old Logitech G710+ keyboard has some extra buttons which show up as normal numbers, which makes them pretty much useless. A while ago I found the now abandoned sidewinderd project which adds support for them. It’s sad that those manufacturers don’t create proper standards for these kind of things and instead hack it together somehow.


  • Thunderbird + K9 Mail are my way to go, too.

    Though I mostly do like the redesign, since it fixes some long standing issues with Thunderbird (e.g. not being able to select a multi line message view (“cards view”), instead of the traditional table view.) The search bar being always on top annoys me each time I open it, so I understand a more long time Thunderbird user might have more nitpicks. Almost all of the changes can be reverted through settings, which I find awesome.


  • I personally would make sure to choose a mouse with on-board storage. E.g. most (all?) Logitech mice store DPI and RGB on the mouse, which means it works independent of the OS. At least some other manufacturers require a Windows “driver” to disable RGB and configure DPI, which is annoying as those aren’t available on Linux, and have to be constantly run in the background.

    Basic configuration of Logitech mice can be done through Piper on Linux.

    Edit: Precision shouldn’t be an issue with any decent mouse sensor. The PixArt PMW 3310 or later is good enough for even gaming and can be found in 20$ mice. Comfort is subjective, but I prefer larger mice where I can put most of my hand on top.

    Edit 2: I’ve now read you’re already using a Logitech mouse and are having issue with the the side buttons. What issues do you have with them? My G Pro Wireless side buttons work for going a website back/forward in the web browser, but I don’t use them much.





  • I personally prefer top level subvolumes (@, @home, @var-log, @var-cache), because it makes it easier to know which system folders are subvolumes and back them up accordingly. They are then mounted at their respective location under /.

    E.g… I do snapshots looking at the btrfs filesystem and its top level subvolumes. I’m not doing snapshots going from the mounted root filesystem. I.e. I’d do a snapshot of @home, not a snapshot of /home.

    If you want to use backup/snapshot automation tooling, I’d recommend looking at how they expect the subvolumes to be set up. E.g. snapper and timeshift expect a specific layout (which can stil be done manually after OS installation, but why bother).