Comment on
What's a true fact that is so misleading it's borderline misinformation?
Reply in thread
FACT: 100% of people that consume Dihydrogen Monoxide die.
Comment on
What's a true fact that is so misleading it's borderline misinformation?
Reply in thread
FACT: 100% of people that consume Dihydrogen Monoxide die.
Comment on
How did you mess with school computers?
We all had laptops in highschool, and apparently our IT admin couldn't figure out how to disable the "Upgrade to windows 10 for free!" Popup everyone was getting. Anyone that upgraded to windows 10 got called down to IT had their laptop reimaged. When I heard about it, I figured that they must have been checking OS by our user agent or some other web-based method, as upgrading to windows 10 appeared to kill all of the group policy things. Assuming they had everyone's mac address recorded, you could correlate laptop to user pretty easily.
From then on, every week I would USB boot a different OS. Linux, Solaris, FreeBSD, Windows 10, Windows XP, etc. I would run each OS for a few days until I got called down to IT, had my laptop inspected, and sent back to class when everything checked out. Drove them nuts, I thought it was funny.
Comment on
*Permanently Deleted*
Bromite was my go-to browser, but it's dead. No updates since December, no active development, and not responses from the dev. If you want to use bromite, one of the contributors had keeping the patches up to date. You can find the releases on this GitHub repo
Comment on
Mull and Android WebView
Android browsers can provide what are called "Custom Tab Intents", meaning that other apps can request to open web pages in a webview-like custom tab. This depends on browser support, with WebView being the fallback when your default browser does not support it.
Comment on
Kiosk OS?
I don't know of an OS or distro dedicated to this, but it should be pretty easy using cage-kiosk, a window manager that only allows for a single window, and cog, a very basic web app container.
Install cage and cog on whatever distro you want, setup autologin, then in your ~/.profile add something like
cage -- /usr/bin/cog https://example.com
It should boot directly to the webpage at that point. Make sure to set up ssh before you do all this! System management might get tricky if you dont
Comment on
What made you pick the Lemmy server you are on?
I joined Lemmy a few weeks ago when a lot of other reddit refugees were making the switch. A lot of the servers were overloaded, so I just went ahead and hosted my own. My instance is never overloaded because I'm the only user, and because Lemmy is federated I can subscribe to communities on any instance I want.
Comment on
[Question] What are some good selfhostable ChatGPT alternatives?
Reply in thread
Searxng is a meta search engine, how is that relevant to a large language model?
Comment on
Jerboa and Newpipe
Personally I use LibreTube, which is an Android frontend for the Piped API, an anonymous YouTube interface and proxy. I self host Piped, so it's nice to have an app that integrates on mobile. Personally, I think LibreTube looks a lot nicer than newpipe, buy new pipe has more functionality iirc
Comment on
What's your experiences with Debian and Rocky as a homeserver OS?
As others have said, debian is very minimal, so If you would prefer to setup and configure the whole system yourself, debian is a good choice.
Personally, I prefer fedora server. It comes with more things configured out of the box (zram and sysctl configs for example) as well as better security defaults (selinux included with proper policies) and first class support for container infrastructure. Ultimately you could achieve a similar end result with debian, but for my homeservers I prefer to let the fedora team handle most of the system configuration for me.
Comment on
How to schedule lockdown mode?
I don't have a specific answer, but you could also look for tools that schedule reboots. If I remember correctly, a fresh boot has the same effects as lockdown mode. Fingerprint is not accepted, and the device contents remain encrypted until you unlock the first time.
Comment on
*Permanently Deleted*
Reply in thread
Should note that Immich doesn't have content provider support on Android, so you still need another gallery app to act as a file picker to select images in other apps. Other than that, I love it
Comment on
Fedora, Arch, or EndeavourOS?
If you want close to the bare minimum of software needed to run a system, and setup everything exactly as you like it, use arch.
If you want a preconfigured system that is performant, stable, secure, but still able to be customized to your liking, use Fedora.
If your scared of using a comand line for installation, use EndeavorOS.
I have used all 3 of these, in some capacity. I run my servers on Fedora Workstation, because it just works and comes with properly configured sepolicies out of the box. Arch has been the daily driver on my desktop/laptops for almost a decade now, because I often like to experiment with new programs and replacements for commonly used software, and the arch wiki is a wonderful. I tried EndeavorOS on an old PC to play YouTube videos/stream on my TV and it worked fine. I had to uninstall a handful of apps it came preloaded with, but that's easy enough with an arch base. But IMO, now that the archinstall tool exists and is officially supported, there is actually no reason to use EndeavorOS unless you really don't want to type a couple commands into a command line.
Comment on
Jerboa
Just type the instance url (excluding any https:// prefix) directly into the instance box when you're logging in.
Comment on
Why do i see mostly posts from a single community?
Reply in thread
Oddly enough, Active has been the best for me. When I sort by Hot, I get almost entirely 2+ year old posts. Guess it all depends what communities you've joined
Comment on
[Question] What are some good selfhostable ChatGPT alternatives?
I use koboldcpp with the vicuna model. Reasonably fast generation (<1 minute) on a 4th gen i7, would probably be on par with chatgpt in terms of speed if you used a GPU.
Comment on
Please, do not use Brave.
Reply in thread
If you're looking for a chromium based browser, I like Cromite (successor to Bromite). Otherwise, Iceraven and Mull are two Firefox forks for Android that work well in my experience.
Comment on
What Reddit client did you use before the API changes?
Relay, then Boost, ended on Infinity.
Comment on
/e/os vs graphene
Graphene only supports Pixel phones. You could try to port over the device tree, HALs, and build system changes from LineageOS, but you would have to maintain it all yourself and run your own builds. Im using a pixel and I really enjoy graphene, but I'm not sure if it's worth that much effort
Comment on
Looking for a better HTPC setup
For the sake of anyone who finds this looking for a proper answer, SteamOS/Bazzite/ChimeraOS are all suitable for this purpose. I didn't consider them when writing this because I thought they were primarily game focused, but for non-games like Jellyfin or a web browser, you can just add them to your steam library as non-steam games.
Comment on
Looking for a better HTPC setup
Reply in thread
I have a bluetooth keyboard/trackpad combo, and the experience is not good. If I wanted to use a computer, I'd just sit at my desktop. I'm mostly looking for gamepad/controller driven software, but I appreciate the reply.