Skip Navigation
Jump
Which open source android keyboard do you use
  • Heliboard for normal communication (glide typing) and Hackers Keyboard for shell/remote desktop/programming type usage. Generally i find the keys too small and typing on a touch screen is slow and annoying, so i use a real computer to type whenever i can.

    My typing accuracy is much better with gboard, but I don't use it because google...

    I have never used voice to text nor voice controlled assistant etc. as I have no interest in doing that. My phone is muted 99.9% of the time, I prefer to operate in silence...

    4
  • Jump
    What do you feel is your ideal amount of storage for a phone?
  • I had a 256GB phone and after 1 year had used less than half the space, without ever deleting anything, so when i upgraded this time I saved money and got the 128GB model. I sync my photos/videos to my NAS so can purge those from my phone at any time to save space. That's really the only thing that takes up any significant storage.

    3
  • Jump
    Is there a programming specific distro?
  • Gentoo. Literally the entire system is a build environment. Imagine a single environment that's capable of compiling thousands of different packages and managing dependencies etc.

    3
  • Jump
    Saudi man earns world record for 444 game consoles hooked to one TV
  • I have a bunch of different old consoles and vintage computers (not "444" of course) and used to try to have them all hooked up, it was such a miserable rats nest of wires. I eventually settled on just using one at a time (I am only human, after all).

    Whatever I'm playing gets the prime hookup spot in front of the TV, everything else gets stored neatly on a shelf or in a box. Cables and controllers are in individually labelled zipper storage bags, in bin drawers, out of sight until they are needed...

    Of course, hooking them all up is a hobby itself... It's easy to go down a rabbit hole of scalers and SCART switches and RGB mods and then you suddenly find yourself a couple thousand dollars poorer.

    6
  • Jump
    Before your change to Linux
  • My "main" OS timeline was:

    • Apple II/C64
    • MS-DOS
    • OS/2
    • Linux

    Technically I used windows 3.1 at times in DOS and OS/2 for some specific piece of software, but it was never what I primarily used and I don't consider Windows 3.1 a proper operating system, it's just a desktop environment.

    Not sure exactly when, but I know by 2000 I was fully on board the Linux train.

    Started using Linux in the days of floppy boot and root diskettes. Lived through the days of hand-crafted SLIP scripts for dial up internet. The days of needing to pay for working sound drivers. Manually calculating modelines in Xfree86.

    I have primarily used Windows at work, probably been 99% windows and 1% Unix/Linux. I have had windows laptops and virtual machines for certain specific use cases but it has never been my main.

    5
  • Jump
    Prove youre an OG, State your distro couz
  • Gentoo for the last 20+ years. Slackware before that.

    Ran something or other off dual floppy drives at some point in the ancient times... A boot diskette and a root diskette.

    6
  • Jump
    Many such cases
  • I have a Samsung 4K HDR 120hz TV and can't really tell any difference between it and my ancient non-smart Phillips LCD TV that it replaced.

    I have an Xbox series x with 4k hdr enabled and everything still just looks "normal" to me.

    120hz is slightly noticeable compared to 60 in games that support it, but not a huge deal. 99%+ of what i do on my TV isn't 4K, HDR, or 120hz, so it's not extremely valuable. From "couch distance" anything above 720p is unnoticeable anyway.

    I also have a windows 11 laptop with 4k HDR screen and disabled HDR in settings because the colors were all horrible looking with it on. Honestly I run it in 1080 instead of 4k because it uses less battery, performs better, and many programs don't work correctly at 4K, and i can't tell the difference anyway. Tiny pixels are still tiny.

    I realize this whole comment may come off as old man "get off my lawn" fist-shaking. I'm not trying to downplay other people's experiences who seem to be genuinely impressed by these features, and maybe I'm just "holding it wrong", but for me, personally, I regret spending extra for the whole 4K HDR thing.

    3
  • Jump
    *deleted by creator*
  • The acronym GOAT has been around since well before those zoomers were born, probably before most of their parents were born, so don't feel too embarrassed!

    1
  • Jump
    Those who custom configure their kernel: what did you gain?
  • I do it because I can... I read release notes on every update and once you've configured a kernel for a particular machine you really don't need to touch the config, barring major changes like when PATA and SATA merged. Or of course if I'm adding a new piece of hardware.

    I remove everything I don't need and compiling the kernel only takes a couple minutes. I use Gentoo and approach everything on my system the same way - remove the things I don't need to make it as minimal as possible.

    Compiling your own kernel also makes it easier when you need to do a git bisect to determine when a bug was introduced to report it or try to fix it. I've also included kernel patches in my build years ago, but haven't needed to do that in a long time.

    I used to compile a custom kernel for my phone to enable modules/drivers that weren't included by default by the maintainer.

    It's not about performance for me, it's about control.

    16