Skip Navigation

Posts
27
Comments
503
Joined
2 yr. ago

She/her 🏳️‍⚧️

Professional cow, Linux Nerd, Hardcore Techno enthusiast. The Emporer protects us.

  • Depends on where you start. When your first contact is HTML its not too unusual to use a text editor for development.

  • See my other edited comment.

  • Idk, this is the first time I used gitlab in private (i literally just set up my personal gitlab account for this, since pastebin complained about some parts of the code).

    Edit: It should be publically visible now: https://gitlab.com/Aipathon/southpark-downloader

  • In my case it was a script, but for libraries this would hold true too.

  • Well, it was really just a script that has exact one purpose. I just split it up beautifully, so that my main function is very short.

  • Its also very nice, when you spend hours writing everything else and then once all of it has been tested you write a few lines of code in the main function and 10 minutes later everything works as it should.

  • Deleted

    Permanently Deleted

    Jump
  • While I might agree with that take I would not call this a genetic disorder per se. Simply the existence of people who are not (or just partly) on any binary side of gender, but experience Dysphoria show why this is simply a huge oversimplification.

  • Deleted

    Permanently Deleted

    Jump
  • I like reminding people that gender dysphoria is a genetic disorder.

    Have never heard about that before. You got a source for that?

  • Linux

  • I guess, but would have to look that up too (there are quite a lot of signals starting with SIG, so it would make sense that it is this way)

  • While it is 100% understandable, that the lack of a graphical task manager is annoying, you are not completely without options. If you want to terminate a process you can easily type pkill -f process_name into your console. The process name doesn't even have to be exact with the process name (as example the process name is signasignal_desktop, providing signal to the command would be enough to kill it).

  • A friend of mine has a Laptop, where you can easily pull out out the hard drive while the OS is running. We once did that and it worked kinda fine. After plugging the hard drive back in it continued to run like before.

  • While the meme is very funny, it is technically incorrect. Linux has two major ways of terminating a process. When Linux wants a process to terminate execution (for whatever reason) it first sends the SIGTERM signal to the process, which basically "asks" the process to terminate itself. This has the advantage, that the process gets the chance to save its state in a way, that the execution can continue at another time. If the process however ignores the SIGTERM signal at some point Linux will instead forcefully terminate the execution using the SIGKILL signal. This represents what the image shows.

    Before someone gets mat at me: I know, that there are like 50 more Signals relevant to this, but wanted to keep it simple.

  • I have a contract for my SIM and I have no intention in changing it. I also dont want to go through the trouble of doing that.

    Also I want to have a fair phone AS my next phone, so I can swap the battery and install a custom ROM on it without it loosing warranty.

  • Usually when I think that its time for a new one because my current one has an unuseable battery or is unuseably slow, but most important is, that I need to be table to afford a phone. My current phone is now closing in on 6 years, but I want to get a new one when I can afford it (maybe until the end of year I should be table to gather enough money for a new one)

  • I can't even sign up to their website for some wird reason. Guess its their fault then.

  • Is it really that bad?

  • Or to write everything in Assembly.