Show newer
rastinza boosted

@gilesgoat Chemistry expert here: is it just grease? Hot water (plenty) soap and time will take it away.
Is it very greasy and you want to quickly clean it out? Use some powder to absorb it and then throw it away, I use used coffee powder from the moka, but I guess flour or stuff like that shall work as well.

I don't know what fairy contains, for the dishes I generally just use Marseille soap which works and it's cheap. If you want next level degreasing find yourself some sodium laurylsulphate and you'll be stripping grease from anywhere.

But also: if you're cooking with plenty of fat just don't use a non stick pan, you don't need it.

rastinza boosted

Sia maledetto il Signore Dio onnipotente e buona domenica

Gesù marcio

@kira The system searches all folders specified in the environment variable PATH.

One notable difference from windows systems, which may be confusing when switching is that files are not organized by software but by type. If you install Firefox in windows you'll get a folder named Firefox somewhere in your system with all files associated to Firefox contained within. This does not happen in Linux (which may render the operation of finding all files associated to a software a bit more difficult) in Linux the files associated to Firefox are divided: all the executable files go together in a folder containing all the executable files of all the programs installed, all library files go together in a folder with all the library files installed by other programs and so on.

Generally, system wide executables are installed in 4 different locations:
/usr/bin
/usr/sbin
/usr/local/bin
/opt

/usr/bin is the standard place where software installed by your package manager goes, while /usr/local/bin is generally where you place stuff you manually install. These folders are included in PATH so that you can execute the software without writing the full name.
/usr/sbin contains executable files which are used for system administration and which require higher privileges to be executed.
/opt is generally empty and it's a convenience folder, it's generally used when you need for whatever reason to install software "windows style", people generally have folders here with the name of the software containing all associated documents and manually add the executable folder to their PATH variable.

Then we get to user stuff, if you're compiling software or installing something on a system where you don't have administrative privileges, you can install software locally.
In your home folder is contained a folder called .local generally people use this folder as a user owned /usr/ folder, thus you can create a bin folder in there, install your executables and add that folder to your PATH environment variable.

To add folders to your PATH environment variable, you would add a line to the file ~/.profile which is read when you login (you may have to logout to make changes effective)
Such as:
export PATH=$PATH:~/.local/bin

@kira Yes, you're right. As long as the software was compiled for the correct system architecture and you have the appropriate shared libraries on your system the software should run regardless of the distribution.
Now, regarding installing this software, in this kind of cases I would rather compile the software from the source code if that is available as that makes it easier to update as long as they provide a half decent make file.
However, compiling software may be tedious especially if it's something you never did; thus you may prefer installing the software from the package provided on another distribution.
The reasons why you have different software packaging methods and repositories are complex, but mainly boil down to different philosophies an requirements on update schedule and stability.
This makes it so that different package management software are not compatible with each other: you can not install dpkg packages with pacman. However, what they do is just place a bunch of documents in an appropriate directory, that can be done manually.
If you look at the structure of a package file, it's generally just an archive which contains all the binaries, documentation and libraries associated to the software and some additional information regarding where to place this stuff on the system and what other packages are required to make it work properly.
Thus, you can unpack the archive and put the files in their place cyberciti.biz/faq/how-to-extra. If you decide to go this way, I would advise using a utility such as stow which will allow you to keep files in your system organized together and allow you to easily uninstall the software.
Now you can test if the software works, if it does not work it's because you're missing some library, thus use your package manager to install those as well. If it still does not work, then the libraries provided by your distribution are not compatible with that software; in which case you would have to manually install the appropriate library version as well.

@kira I'm European, the term does not feel offensive to me, however it's a very strange way to refer to people which I would not use. I believe it's a term mainly used in North America, and I have no idea whether it has an offensive connotation there.

Regarding being racist that's opinable. Frankly, to me, the idea of the existence of a South American race, even if you believe races exist, is just plain stupid. People over there are mainly descendants of European colonizers, that happened quite recently and I don't believe anyone would argue enough time passed to form a distinct race.
However, in the United States I do believe it does have a racist connotation: I have applied for a few jobs positions and they always ask you about your race, as far as I understood it it is required by law.
They plainly ask you "select your race" and you have several choices, if I'm not mistaken it's generally - White (not Latino) and White (Latino).
In this case the word does have a racist connotation, it implies that Latino is a race of white people.
I do not think it's offensive per se, but I always found it funny to receive these questions regarding my race.

rastinza boosted

A policeman stops a car...

Policeman: “Whose car is this,
where are you taking it and what do you do for a living?”

Miner: “Mine.”

#Puns #DadJokes

@RFPatterson @onlmaps French-Russian juggernaut FTW.
And, moreover... it feels a very difficult objective to accomplish: you have to directly declare war to Italy, Germany and Russia; you'll need a very strong alliance with Turkey and France.

rastinza boosted

@rastinza @chemistry there is so much interesting work going on in protein design and engineering. It's fascinating to watch!

@GustavinoBevilacqua Ah, me lo immaginavo più piccolino. Beh, una buona scusa per bersi una birra, che certamente sarà sufficiente per rilassarsi durante le 6 ore!

@L_howes @chemistry
That's my favorite way to design proteins, just get around the table with a bunch of friends and build up the lego!

Since you talk about biological validation, I was recently in a lecture held by a Swiss guy (I don't have my notes with me right now).
His group was designing new proteins with genetic algorithms, but the cool part was that the genetic algorithm was a physical and biological one.
They would place a gene encoding a protein inside bacteria, induce random mutations and through microfluidics separate the cells which contained a good protein (they were evaluating the catalytic effects on some reaction). Then they would sequence all the good ones. And reintroduce them in the cycle.
This is quite cool, works and its rapid as well as I think they were processing some thousands proteins per second if I'm not mistaken.

@GustavinoBevilacqua Quanto devi stamparla grande perché la scritta esca scritta davvero?
In alternativa: quanto è piccola la punta più piccola che hai e quante ore sei disposto ad aspettare per ogni pezzo?

Il foro sulla punta secondo me è meglio farlo a mano che così sembra molto a rischio collasso.

rastinza boosted

Happy #PortfolioDay ✨ ❤️
I am Lana, freelance artist from Ukraine. Art nouveau and pinup illustration are my big passions. At the moment I mainly work with writers and tabletop game developers. Also I want to explore some personal projects (colouring pages and original pinup print series).

ko-fi.com/redhead_trickster

Today I had to take one of the hardest decision: reboot a server.
It is not back yet.
I hope it's just a boot problem that will get solved in a few hours by the system automatically.

The alternative is not so pleasant.

@ralf As long as you believe that science is one objective thing and that observed things can't be subjective; you're absolutely right.

@esther Mastodon: or how I learned to stop blocking and love the chaos.

Use LLMs as a review tool to see if you actually understood a topic.
Start writing about it and try to explain it to them, correct any error the incur into.

@FMarquardtGroup So, I took a look at a couple papers. The research at a first glance seems legit and moderately novel; it's experimental work.
Definitely he was not doing the experiments, I just skimmed through a paper in which the experimental part clearly took at the very least one month.
He may have taken part in the revision of the article, if you look at the articles he published it's immediately clear that he has a bunch of different authors in all the articles and those are almost never the same, while you would generally expect one running a research group to publish papers more or less with the same people.
Something is quite shady, I guess he's offering to edit articles to smaller researcher in order to place his name there and increase the rating of the publication.

Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.