3rd party app and then transfer files via USB.
3rd party app and then transfer files via USB.
I’ve fit an entire Nintendo Switch in my pocket before
Yeah I fixed it idk why I thought 42
If you want free, legal FLAC files just to play with, this Zelda fan music album is free and legal to download in FLAC format (you do need to torrent the FLAC version, yes legal torrents exist).
It also has some good tracks in it IMO.
Theoretically all that should be left is the “loss” right? what would that sound like?
Like noise, more or less, but at frequencies that are hard to hear.
wouldn’t even know where to get a flac file (legally)
BandCamp offers FLAC downloads. There are some other sites that do too, like Quobuz and I think some Japanese ones. Soundtracks I’ve bought via Steam sometimes come in FLAC too.
You can also rip a CD.
You can encode at higher bit depths and sample rates. I have music I’ve bought at 24bit 48Khz. (I know I won’t ever be able to hear the difference between that and the more common 16bit 44.1Khz.) I think you can go up to 96Khz, although I’m not sure I’ve actually seen it before.
Unions typically have an agreement where employees don’t have to join the union but they still have to pay a fee equivalent to union dues, and the employer can’t pay non-members more than union members, or other similar restrictions.
The idea is to remove the ability for the employer to offer an advantage to non-members.
TLDR it’s an essential part of making a functional union.
I don’t see how lasik could possibly be a cost savings. I’ve gotten fairly nice glasses for $150 without insurance. I’ve gotten glasses for less than that with insurance.
One pair of glasses can last a long time if you take care of them (and if your eyes don’t get worse).
LASIK isn’t a permanent solution and eventually you’ll need glasses again.
It really depends on what’s wrong with your eyes. Glasses or contacts are probably the best method (in terms of safety, reliability, and cost) for the most common problems, but I’m guessing if you are asking this question that either won’t help your case or you aren’t happy with them.
You may be confusing git with GitHub.
git is a version control tool that lets you keep and manage a history of the files you are editing
GitHub is a website (not directly affiliated with the group maintaining git) that lets you upload, backup, and share your code using the format used by the git tool.
source control just refers to software to manage your source code in some form. git is the most popular tool of its kind, but there are others, for example mercurial.
Since OP’s project wasn’t tracked, it got detonated.
This is the biggest part of the problem. Using git directly, it just ignores files that aren’t tracked.
Or the Supreme Court makes something up about why it doesn’t count
DLSS is extremely noticeable to me at stronger levels. I usually turn it on but keep it set to “quality” instead of “performance”. It’s still slightly noticeable but not that bad at that setting.
Stronger DLSS just looks like blurry mush to me.
That depends on the specifics of the black hole you are falling into. It could be over in the blink of an eye, or it could be like one of those medieval torture machines. The main difference being the mass: a smaller black hole would kill you faster.
Imagine you are falling, but someone hooks something onto your feet, and attaches it to a rocket that shoots downwards at a speed far faster than you are falling at, so fast that it rips your legs off.
That’s what spaghettification is. One part of your body is being pulled in so much harder than the other part of your body that it rips you apart.
The reason you do stuff in a venv is to isolate that environment from other python projects on your system, so one Python project doesn’t break another. I use Docker for similar reasons for a lot of non-Python projects.
A lot of Python projects involve specific versions of libraries, because things break. I’ve had similar issues with non-Python projects. I’m not sure I’d say Python is particularly worse about it.
There are tools in place that can make the sharing of Python projects incredibly easy and portable and consistent, but I only ever see the best maintained projects using them unfortunately.
I sometimes use VPN software like LogMeInHamachi or Tailscale to play Minecraft multiplayer with friends over the internet.
Basically it makes your computers act as if they are on the same LAN. It should work for playing any game with LAN multiplayer support over the internet.
What is the “executable” in this context? I’m kinda confused as to what you are looking for.
What’s wrong with parsing the input files at runtime? Is it performance? Do you want one file to load instead of multiple?
Many have suggested pickle, which is kinda what you are asking for, but on some level it’s not much different from parsing the input files. Also, depending on your code, you may have to write custom serialization code as part of getting pickle to work.
Note that pretty much every modern game is a bundle of often multiple pieces of executable code alongside a whole bunch of separate assets.
I have a similar project called PiKVM. I can remotely turn on my computer from a full shutdown, navigate the BIOS to select an OS, and log in, after which I typically switch to a software-based Remote Desktop which is more performant. But you can’t power on a computer and navigate a BIOS with a software solution.