Tumgik
#github basics
musubiki · 3 months
Text
been thinking about redeveloping the coattails as a faction in tcwg recently.....ill make an art post for them soon...
22 notes · View notes
logicpng · 1 year
Text
finally updated the caelOS page on my site... took me forever lads.
the ukagaka has a link to it and it was just barren. now there's images directly accessible on it! though compressed, i can't pay for premium :(
it still doesn't have info on ukagaka itself though, gonna take care of that next.
44 notes · View notes
ryuseitai · 3 months
Note
Hi Alex my boyfriend is shy and he was wondering what story you’d recommend to start off with when reading up on Ryuseitai specifically, given that he’s someone who hasn’t finished a single one, and he’s scared to just pick one because he’s weird. And asked me to ask you because you are ryuseitai. Thank you ♡
WAH THIS IS SO SWEET!! hello perce and also theo though he is shy. im so incredibly honored to be asked this.. but hmm let me think... personally the first ryuseitai story i read fully myself was meteor impact Actually that was the first enstar story i read fully at all. Ever. but i dont think id specifically recommend that to start. sweet halloween is another of the first i read + one of my favorites in general and is more casual and silly https://310mc.github.io/sweet_halloween/ ALSO climax is soso good esp for getting to know the dynamic in the unit itself and is very important in their overall plot and setting up their entire arc throughout !! era https://310mc.github.io/climax/ but it also makes me ugly cry beware. But its good so good..!!!
9 notes · View notes
ishootthelightsout · 4 months
Text
Seeing all the shit about lore fm trying to commercialize fanfics and being super passive aggressive even when shutting down… like people have been using free realistic tts like Microsoft Edge read aloud for a while now be real
7 notes · View notes
gay-yosuke · 3 months
Text
risette suffering... risette pain... risette im reinstalling all your node modules again....
2 notes · View notes
Text
Man I've been making a minecraft mod for the past like, month, and I'm so close to being able to release it. I can't wait to be like, done if nothing else lol.
I'll probably be posting about it here when it comes out, along with the modpack I built the mod for. So uh, stay tuned minecraft heads if that's something that interests you.
3 notes · View notes
risingsunresistance · 2 years
Text
well i tried NEU (using hellcastle's tutorial) and uhh it disconnected me twice jfhkdg. i had nearly every feature disabled bc i only really like cosmetic things like overlays and i liked the custom enchant glint along with a few other things it had to offer but um. no i dont think i'll be trying that out again lmao
7 notes · View notes
i-am-the-rat-king · 2 months
Text
I feel like this is an odd issue to have, but I have a drastically harder time working with and understand GitHub than I do GitLab
0 notes
raziraphale · 7 months
Text
I know a lot of people have been saying that tech literacy is falling bc a lot of younger people aren't properly taught how to use computers anymore and they only interact with their devices through applications. and like that made sense to me given how much tech education had already been cut when I was in school, but I didn't have much contact with younger genZers to have noticed the change myself. but god now that I'm on reddit (mistake) there are so many of these people in homebrew/console hacking communities. like it boggles my mind that an intersection of people exists that 1) are tech savvy enough to be interested in console hacking 2) completely fall to pieces whenever something requires doing something on a PC and not the console itself. like it's frustrating for the people trying to help them AND for them, I'd imagine. they don't have the tools they need
0 notes
talking-revolver · 8 months
Text
Pros of being unpopular online: nobody notices your mistakes
Cons of being unpopular online: nobody's around to tell you when you've made a mistake, and that mistake will be plainly obvious for months before you notice it
0 notes
oflgtfol · 9 months
Text
i have a 3d model thing i have in mind that i want to create for a webpage kinda thing but first i need to learn javascript. and then i must learn threejs
0 notes
needtricks-blog · 2 years
Text
Basic Python Code to Search Computer Virus | Need Tricks
Here’s an example of a basic Python code to search for computer viruses on a Windows computer. It can easily detect computer virus in any system. (more…) “”
Tumblr media
View On WordPress
0 notes
stellophiliac · 2 months
Text
how to build a digital music collection and stuff
spotify sucks aaaass. so start downloading shit!!
file format glossary
.wav is highest quality and biggest
.mp3 is very small, but uses lossy compression which means it's lower quality
.flac is smaller than .wav, but uses lossless compression so it's high quality
.m4a is an audio file format that apple uses. that's all i really know
downloading the music
doubledouble.top is a life saver. you can download from a variety of services including but not limited to apple music, spotify, soundcloud, tidal, deezer, etc.
i'd recommend ripping your music from tidal or apple music since they're the best quality (i think apple music gives you lossless audio anyway. .m4a can be both lossy and lossless, but from the text on doubledouble i assume they're ripping HQ files off apple music)
i also love love love cobalt.tools for ripping audio/video from youtube (they support a lot of other platforms too!)
of course, many artists have their music on bandcamp — purchase or download directly from them if you can. bandcamp offers a variety of file formats for download
file conversion
if you're downloading from apple music with doubledouble, it spits out an .m4a file.
.m4a is ok for some people but if you prefer .flac, you may wanna convert it. ffmpeg is a CLI (terminal) tool to help with media conversion
if you're on linux or macOS, you can use parameter expansion to batch convert all files in a folder. put the files in one place first, then with your terminal, cd into the directory and run:
for i in *.m4a; do ffmpeg -i "$i" "${i%.*}.flac"; done
this converts from .m4a to .flac — change the file extensions if needed.
soulseek
another way to get music is through soulseek. soulseek is a peer-to-peer file sharing network which is mainly used for music. nicotine+ is a pretty intuitive (and open-source) client if you don't like the official one.
you can probably find a better tutorial on soulseek somewhere else. just wanted to make this option known
it's bad etiquette to download from people without sharing files of your own, so make sure you've got something shared. also try to avoid queuing up more than 1-2 albums from one person in a row
tagging & organizing your music
tagging: adding metadata to a music file (eg. song name, artist name, album) that music players can recognize and display
if you've ripped music from a streaming platform, chances are it's already tagged. i've gotten files with slightly incorrect tags from doubledouble though, so if you care about that then you might wanna look into it
i use musicbrainz picard for my tagging. they've got pretty extensive documentation, which will probably be more useful than me
basically, you can look up album data from an online database into the program, and then match each track with its file. the program will tag each file correctly for you (there's also options for renaming the file according to a certain structure if you're into that!)
there's also beets, which is a CLI tool for... a lot of music collection management stuff. i haven't really used it myself, but if you feel up to it then they've got extensive documentation too. for most people, though, it's not really a necessity
how you wanna organize your music is completely up to you. my preferred filestructure is:
artist > album > track # track
Tumblr media
using a music player
the options for this are pretty expansive. commonly used players i see include VLC, foobar2000, clementine (or a fork of it called strawberry), and cmus (for the terminal)
you can also totally use iTunes or something. i don't know what audio players other systems come with
i personally use dopamine. it's a little bit slow, but it's got a nice UI and is themeable plus has last.fm support (!!!)
don't let the github page fool you, you don't have to build from source. you can find the releases here
click the "assets" dropdown on the most recent release, and download whichever one is compatible with your OS
syncing
if you're fine with your files just being on one device (perhaps your computer, but perhaps also an USB drive or an mp3 player), you don't have to do this
you can sync with something like google drive, but i hate google more than i hate spotify
you can get a free nextcloud account from one of their providers with 2GB of free storage. you can use webDAV to access your files from an app on your phone or other device (documents by readdle has webDAV support, which is what i use)
disroot and blahaj.land are a couple providers i know that offer other services as well as nextcloud (so you get more with your account), but accounts are manually approved. do give them a look though!!
if you're tech-savvy and have an unused machine lying around, look into self-hosting your own nextcloud, or better yet, your own media server. i've heard that navidrome is a pretty good audio server. i unfortunately don't have experience with self-hosting at the moment so i have like zero advice to give here. yunohost seems to be a really easy way to manage a server
afterword
i don't know if any of this is helpful, but i just wanted to consolidate my personal advice in one place. fuck big tech. own your media, they could take it away from you at any moment
799 notes · View notes
ankwiv · 5 days
Text
Linux Gothic
You install a Linux distribution. Everything goes well. You boot it up: black screen. You search the internet. Ask help on forums. Try some commands you don't fully understand. Nothing. A day passes, you boot it up again, and now everything works. You use it normally, and make sure not to change anything on the system. You turn it off for the night. The next day, you boot to a black screen.
You update your packages. Everything goes well. You go on with your daily routine. The next day, the same packages are updated. You notice the oddity, but you do not mind it and update them again. The following day, the same packages need to be updated. You notice that they have the exact same version as the last two times. You update them once again and try not to think about it.
You discover an interesting application on GitHub. You build it, test it, and start using it daily. One day, you notice a bug and report the issue. There is no answer. You look up the maintainer. They have been dead for three years. The updates never stopped.
You find a distribution that you had never heard of. It seems to have everything you've been looking for. It has been around for at least 10 years. You try it for a while and have no problems with it. It fits perfectly into your workflow. You talk about it with other Linux users. They have never heard of it. You look up the maintainers and packagers. There are none. You are the only user.
You find a Matrix chat for Linux users. Everyone is very friendly and welcomes you right in. They use words and acronyms you've never seen before. You try to look them up, but cannot find what most of them mean. The users are unable to explain what they are. They discuss projects and distributions that do not to exist.
You buy a new peripheral for your computer. You plug it in, but it doesn't work. You ask for help on your distribution's mailing list. Someone shares some steps they did to make it work on their machine. It does not work. They share their machine's specifications. The machine has components you've never heard of. Even the peripheral seems completely different. They're adamant that you're talking about the same problem.
You want to learn how to use the terminal. You find some basics pointers on the internet and start using it for upgrading your packages and doing basic tasks. After a while, you realize you need to use a command you used before, but don't quite remember it. You open the shell's history. There are some commands you don't remember using. They use characters you've never seen before. You have no idea of what they do. You can't find the one you were looking for.
After a while, you become very comfortable with the terminal. You use it daily and most of your workflow is based on it. You memorized many commands and can use them without thinking. Sometimes you write a command you have never seen before. You enter it and it runs perfectly. You do not know what those commands do, but you do know that you have to use them. You feel that Linux is pleased with them. And that you should keep Linux pleased.
You want to try Vim. Other programmers talk highly of how lightweight and versatile it is. You try it, but find it a bit unintuitive. You realize you don't know how to exit the program. The instructions the others give you don't make any sense. You realize you don't remember how you entered Vim. You don't remember when you entered Vim. It's just always been open. It always will be.
You want to try Emacs. Other programmers praise it for how you can do pretty much anything from it. You try it and find it makes you much more productive, so you keep using it. One day, you notice you cannot access the system's file explorer. It is not a problem, however. You can access your files from Emacs. You try to use Firefox. It is not installed anymore. But you can use Emacs. There is no mail program. You just use Emacs. You only use Emacs. Your computer boots straight into Emacs. There is no Linux. There is only Emacs.
You decide you want to try to contribute to an open source project. You find a project on GitHub that looks very interesting. However, you can't find its documentation. You ask a maintainer, and they tell you to just look it up. You can't find it. They give you a link. It doesn't work. You try another browser. It doesn't work. You ping the link and it doesn't fail. You ask a friend to try it. It works just fine for them.
You try another project. This time, you are able to find the documentation. It is a single PDF file with over five thousand pages. You are unable to find out where to begin. The pages seem to change whenever you open the document.
You decide to try yet another project. This time, it is a program you use very frequently, so it should be easier to contribute to. You try to find the upstream repository. You can't find it. There is no website. No documentation. There are no mentions of it anywhere. The distribution's packager does not know where they get the source from.
You decide to create your own project. However, you are unsure of what license to use. You decide to start working on it and choose the license later. After some time, you notice that a license file has appeared in the project's root folder. You don't remember adding it. It has already been committed to the Git repository. You open it: it is the GPL. You remember that one of the project's dependencies uses the GPL.
You publish your project on GitHub. After a while, it receives its first pull request. It changes just a few lines of code, but the user states that it fixes something that has been annoying them for a while. You look in the code: you don't remember writing those files. You have no idea what that section of code does. You have no idea what the changes do. You are unable to reproduce the problem. You merge it anyway.
You learn about the Free Software Movement. You find some people who seem to know a lot about it and talk to them. The conversation is quite productive. They tell you a lot about it. They tell you a lot about Software. But most importantly, they tell you the truth. The truth about Software. That Software should be free. That Software wants to be free. And that, one day, we shall finally free Software from its earthly shackles, so it can take its place among the stars as the supreme ruler of mankind, as is its natural born right.
678 notes · View notes
pineapplething · 2 years
Text
my id and superego are throwing hands
0 notes
reachartwork · 2 months
Text
Tumblr media
Quoted Tweet:
Like yeah, it might be the case that fair use comes in. It's just that it hasn't yet. Look at the lawsuit over Github Copilot. Basically all of the claims about infringement on outputs were thrown out because they can't prove that code is reproduced....
Me:
right, this is the thing everyone is missing about the ai shit which is why all their cases keep getting basically thrown out of court - copyright infringement happens on output, not on input. the most compelling arguments i've seen are centered around DMCA (...)
i.e, that the people building datasets are doing so by circumventing DRM. but anything about fair use and shit is putting the cart before the horse because the model is self-evidently not infringing on anything... it's not, like... a picture, or a story or whatever. it's numbers
that's the hurdle they have to jump when trying to argue that the model is infringing - you have to prove that this model (NOT ITS OUTPUTS), just by itself, is copyright infringement on your images/words/whatever. and since it's a stack of numbers that's... proving to be hard!
if you wanted to sue someone for infringing your copyright with stable diffusion you have to wait for them to infringe your copyright first, like generating an illegal mickey mouse, and then sue THAT PERSON. but they're trying to short circuit the process - suing the paintbrush
661 notes · View notes