- Joined
- Nov 8, 2021
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I did not knew that such a thing existed. Will try them in the future!If the buds themselves are/work/sound fine I'd recommend buying a pack of Comply foam tips instead. Most cheap-ish models are going to have silicon tips anyway, that's the standard these days.
You have my sympathy..I work in a place which uses slim docker images (the debian family, so, buster and bullseye). I don't know docker so I try not to fuck with it, but I noticed a linux package for the wrong database in the Dockerfile (mysql instead of postgres), so I decided to check what else might be unnecessary there. I know I need libpq and some pdf related stuff.
So I watch the docker image assembling and it turns out when it gets toRUN apt-get install my_shit
it pulls like 120 MB from the online, which it says would expand to 450 MB. Python fucking 3.7, JDK, libasound2, thenpython3 python3-cffi-backend python3-minimal python3-ply python3-pycparser
(yes this is separate from python 3.7) - say what? the image is supposed to come with Python 3.10 already. When it's done installing Linux packages, it downloads python libraries from the repo (all of them are cached locally, but the image doesn't know about it).
I suspected the -y option might be saying "yes" to some stupid "for newbies" prompt and looked for ways to stop it.--no-install-recommends
gets me down to a 98 MB download and 400 MB of "additional disk space" used.
This looks horribly inefficient.
How do I prevent Linux from installing all the unnecessary shit? I mean, better people than me designed that slim image. If 3.7 were mandatory they'd have kept it in.
How do I prevent docker from downloading all the (necessary) shit every time I reassemble the container?
apt-cache rdepends --installed PACKAGENAME
All the python3-* packages are a part of Debian's philosophy of packaging, where you can omit parts of the very bloated python3 interpreter runtime by not installing some of them. These are probably getting pulled by the python3.7 metapackage. As for why 3.7 and not 3.10 is pulled, you might want to read the setup.py and requirements.txt of whatever it is that you're using inside your container, if it exists. Often Python and package versions are pinned so you can guarantee that a program will work 100% of the time, whereas new versions can have some subtle changes that break things.I work in a place which uses slim docker images (the debian family, so, buster and bullseye). I don't know docker so I try not to fuck with it, but I noticed a linux package for the wrong database in the Dockerfile (mysql instead of postgres), so I decided to check what else might be unnecessary there. I know I need libpq and some pdf related stuff.
So I watch the docker image assembling and it turns out when it gets toRUN apt-get install my_shit
it pulls like 120 MB from the online, which it says would expand to 450 MB. Python fucking 3.7, JDK, libasound2, thenpython3 python3-cffi-backend python3-minimal python3-ply python3-pycparser
(yes this is separate from python 3.7) - say what? the image is supposed to come with Python 3.10 already. When it's done installing Linux packages, it downloads python libraries from the repo (all of them are cached locally, but the image doesn't know about it).
I suspected the -y option might be saying "yes" to some stupid "for newbies" prompt and looked for ways to stop it.--no-install-recommends
gets me down to a 98 MB download and 400 MB of "additional disk space" used.
This looks horribly inefficient.
How do I prevent Linux from installing all the unnecessary shit? I mean, better people than me designed that slim image. If 3.7 were mandatory they'd have kept it in.
How do I prevent docker from downloading all the (necessary) shit every time I reassemble the container?
I'm case you still care its probably a hot key function in the driver flipping off your keyboard due to a bug which is why stripping off the driver fixed it.I have not tried that yet but this seems to be some sort of software issue because uninstalling my keyboard drivers and restarting seems to have solved this issue for now
Microsoft GitHub doesn't allow the use of the +NIGGER license modifier.Can someone explain to me the most current reason to use the kiwi github?
Do you mean https://git.kiwifarms.net ? Because you want GitHub-style features without compromising your GitHub identity.Can someone explain to me the most current reason to use the kiwi github?
I haven't done anything with Github really sense the news on 2FA becoming a requirement for "active developers" or whatever they said, but I thought TOTP was also acceptable? If so then no need for a phone number and FreeOTP is an open source app for that so just a slight added inconvenience though arguably a big boost in security.Microsoft GitHub doesn't allow the use of the +NIGGER license modifier.
EDIT: And wants your phone number so it can be given to authorities.
I primarily refer to the fact that you need to provide a phone number to sign up a new account.I haven't done anything with Github really sense the news on 2FA becoming a requirement for "active developers" or whatever they said, but I thought TOTP was also acceptable? If so then no need for a phone number and FreeOTP is an open source app for that so just a slight added inconvenience though arguably a big boost in security.
For the extra lazy, KeepassXC lets you use TOTP as well which kinda defeats the purpose but if don't care about the MFA-ness of it then it's fine.
Does it work with a virtual phone number like a Text Now account? Might be a workaround.I primarily refer to the fact that you need to provide a phone number to sign up a new account.
I tried it with some of the real suss online services. Didn't work. Burner SIM was the best option.Does it work with a virtual phone number like a Text Now account? Might be a workaround.
My condolences about those gyppos.Any suggestions for good wireless noise canceling ear buds?
I brought two in the span of a month and returned them because I could still hear things during my commute/workouts
Preferred price is under 100 USD. But I can go up to 125 USD. Id go higher, but my neighborhood has a sizeable gypsy population. So I (rightfully) fear they'll be stolen.
Lmfao I brought the first one you linked and ended up returning them.My condolences about those gyppos.
Would any of these work?
Toss in one of these Comply tips to help with noise filtering for the A2 and you're still under $100 US.
Sorry about that m8. I prefer wired for anything audio.Lmfao I brought the first one you linked and ended up returning them.
Please don't wear noise-cancelling anything while commuting. You need to be able to hear the traffic around you.I brought two in the span of a month and returned them because I could still hear things during my commute/workouts
I like to picture this playing on a loop on your phone for your whole commute.Any suggestions for good wireless noise canceling ear buds?
I brought two in the span of a month and returned them because I could still hear things during my commute/workouts
Preferred price is under 100 USD. But I can go up to 125 USD. Id go higher, but my neighborhood has a sizeable gypsy population. So I (rightfully) fear they'll be stolen.
No need to apologize. I'll check these out when my recent refund goes throughSorry about that m8. I prefer wired for anything audio.
What about these?
I use public transportation.Please don't wear noise-cancelling anything while commuting. You need to be able to hear the traffic around you.
Good guess. But I actually listen to this.I like to picture this playing on a loop on your phone for your whole commute.