Skip Navigation
Jump
Five years later, ultrasonic fingerprint sensors are finally coming to more Android phones
  • I went Galaxy S22 Ultra (ultrasonic) to Pixel 8 Pro (optical) to Pixel 9 XL (ultrasonic).

    My impression was the performance improved over time with the Galaxy and Pixel 8. I find the Pixel 9 worst overall, but figure they'll improve it in software.

    No data to back that up.

    It mostly struggles when my hand is wet. I miss the Pixel 4's face unlock.

    3
  • Jump
    What if something happened to you?
  • You can't build a box that will survive long without your help. You're maintaining a living system, not a sculpture. It needs someone at the wheel making decisions. Updates will have breaking changes. Tokens and certificates will expire. Eventually hardware will fail.

    The best you can do is provide an easy way to export the important data into a digestible format for your loved ones to manage with the skills they have. If that means pushing it into a managed service owned by Big Tech, so be it. You don't want to tacitly hurt them for their lack of interest in self-hosting.

    11
  • Jump
    do you use the default keybinding of Emacs?
  • I came into Emacs (only a year ago) with Vim experience as well, and it was a difficult transition for the reasons you describe, but I persisted due to the beauty and power of the rest of Emacs' design and ecosystem.

    I try to use the default bindings whenever possible, as I find going against the grain in Emacs leads to less efficiencies as packages stop cooperating with me or each other. Evil-mode is often criticized for this reason. It clobbers other bindings.

    Understand that the default editing functions work best for lisps and their sexps. You will likely need to find third party packages to get that fluid feeling back for non-lisps. (Or implement them yourself!)

    Check out

    • change-inner which uses expand-region
    • Maybe even the heavy-handed evil-mode. (But if you do, I'd recommend considering Meow as a less-invasive alternative)
    • wgrep combined with the replace- commands really impressed me.
    6
  • Jump
    [Rumor] Valve may be working on official Waydroid (Android app) support for Steam
  • I have access to Into the Breach and Slay the Spire on Android but not in my Steam library. I'd enjoy first party support in playing them on my Deck.

    14
  • Jump
    Fully Virtualized Gaming Server?
  • The OP didn't mention Proxmox in their post. I've been speaking generally, not about any specific OS. For example, Nvidia's enterprise offerings include a license to use their "GRID" vGPU tech (and the enabled feature flag in the driver).

    2
  • Jump
    Fully Virtualized Gaming Server?
  • Why? Product segmentation I suppose. Last I looked, the Virtio project's efforts were still work-in-progress. The Arch wiki article corroborates that today. Inconsistent behavior across brands and product lines.

    2
  • Jump
    Fully Virtualized Gaming Server?
  • I've also wanted to do this for a while, but there were always a few too many barriers to actually spin up the project. Here's just a brain dump of things I've seen recently.

    vGPUs continue to be behind a license. But there is now vgpu_unlock.

    L1T just showed off PCIe "fabric" from Liqid that can switch physical devices between machines.

    Turning VMs on and off isn't as slick as either of the above, but that is doable today. You'll just have to build all the switching automation yourself. That could just be a shell script running QEMU/libvirt commands, at a minimum.

    10
  • Jump
    Does anyone use emacs as their main terminal emulator?
  • I'm not sure I understand your question.

    Eat has its own major mode which is used when you open a standalone buffer via the eat function.

    When it's embedded in Eshell it mostly just does the right thing whenever you invoke a command that uses terminal control codes (e.g. htop) -- and many of those can be closed with q, yes.

    I assume Eat is activated for any program listed in the eshell-visual-commands variable (but I'll admit I don't really understand how that works). The notable new minor modes present when I run htop in eshell are Eat--Eshell-Local and Eat--Eshell-Process-Running.

    1
  • Jump
    Does anyone use emacs as their main terminal emulator?
  • I haven't fully moved my terminal needs to Emacs (though I'd like to) for the same little niggles you mentioned. Just wanted to recommend another option amongst the good ones already suggested here.

    https://codeberg.org/akib/emacs-eat/

    8
  • Jump
    My son uses Arch... How do I know? He tells me... Constantly...
  • Please inform yourself before diminishing others' plights.

    Diarrhoea that is characteristic of coeliac disease is chronic, sometimes pale, of large volume, and abnormally foul in odor. Abdominal pain, cramping, bloating with abdominal distension (thought to be the result of fermentative production of bowel gas), and mouth ulcers[35] may be present.

    Coeliac disease leads to an increased risk of both adenocarcinoma and lymphoma of the small bowel

    Long-standing and untreated disease may lead to other complications, such as ulcerative jejunitis (ulcer formation of the small bowel) and stricturing (narrowing as a result of scarring with obstruction of the bowel).

    https://en.wikipedia.org/wiki/Coeliac_disease

    12