The student id’s use nfc here. Nothing to scan.
The student id’s use nfc here. Nothing to scan.
The university that I’m at is trying to get new students to use a digital student id that uses google wallet for scanning I think. They aren’t giving any new students physical student id’s unless they need it for something that doesn’t work with the digital ones.
So yeah some people do need google wallet.
idk I was using a 12 year old cpu and it worked fine for gaming. Only upgraded because I wanted to compile stuff in reasonable timeframes.
deleted by creator
What am I realistically supposed to do when the only place I can contact a lot of my friends is on discord, and sms is terrible.
VR is not good on Linux lmao. I have a valve index and when I used it on linux, it had super bright lights on the edges of the display. I ignored this and played for like 30 mins and after 1 month of no VR usage (busyness), I tested it on windows again and now the edges of my displays in my headset appear to be permanently tinged slightly lighter than the rest of the screen.
I’m not using my headset on linux again until people spend more time coding, because I don’t want to permanently ruin expensive gear that I have lmao.
Its open source.
But they just personally don’t want that on their instance while they create the lemmy software that allows for everyone to speak their opinions.
Ok I found this post like a week late, but TikTok bought a VR company called Pico several years ago and they were investing money into new software and headsets, but recently cancelled all of their planned games. They are still making a new headset, but they also seemed to cancel their entry into the US market. They also had a ton of layoffs last year.
So basically, I think they’ve lost interest in VR.
Nix is a programming language, so you have to organize your configuration yourself like you would for any programming project, usually by splitting it into multiple files. Also you can search system modules on the same page that you search for packages though usually there’s not much of an explanation for what it does outside of reading the source code.
System modules use the package from the repository while enabling some systemd stuff and whatever other options that you will want enabled with it. On a single user system, there is no meaningful difference between system packages and user packages.
Home-manager can be used to manage files in your home directory, like your configs for apps and stuff. It also can have more module options for apps so you can set up their settings declaratively. Its not for everyone but this is what its supposed to do, outside of your normal nix configuration.
Nix flakes aren’t a way to install packages, but a way to manage the nix based projects which include nix packages and your nixos configuration and is supposed to make it more reproducible, so its not directly related to installing packages. However if a package for something isn’t in the repos, someone may make a nix flake for installing and building the package.
Its understandable that you are having trouble though, because the documentation for nix and nixos is terrible, and it only got better for me once I actually spent time learning the nix programming language.
Highschooler here, everyone already uses vpn’s to bypass the school firewall to view blocked sites and stuff while on school wifi.
Simple terminal applications like ping
or curl
or yt-dlp
. I also like using python -m http.server
to access my files over the local internet. w3m
sometimes works when my mobile data is very slow and can’t load web pages. I also do use ssh
a lot. I don’t need it if I have an ssh
app but it is nice to have, and I switched to android for it.
I use it locally.
Personally, I like using the terminal on my phone, and the only terminal I found for iOS is extremely slow because its emulating linux.
return true
is correct around half of the time