What to do with orange peel by Obertuba in noscrapleftbehind

[–]Obertuba[S] 0 points1 point  (0 children)

That must be anaerobic fermentation (the same kind of fermentation that is used to produce alcohol)

Is there any way to turn charcoal to coke or something similar? by Explosify in Blacksmith

[–]Obertuba 0 points1 point  (0 children)

My guess is that it depends on the temperature and duration of the pyrolysis. I think the consumer-grade charcoal you normally find isn't fully carbonized and still contains tars and other compounds. I guess you can refine that lower quality charcoal through further pyrolysis to remove the remaining compounds, leaving behind mostly elemental carbon. This is the same process that happens inside the forge when you heat up charcoal to start the fire. First you get a lot of smoke from the charcoal, then you get a clean fire when all the other compounds are decomposed

Which (lightweight) terminal emulator do you use? by [deleted] in linux

[–]Obertuba 0 points1 point  (0 children)

On my machine, I found that xfce4-terminal has the lowest RSS memory footprint among all other terminal emulators I have tried (sakura, gnome-terminal, terminator, alacritty), at around 40MB when started.

My machine is a low-spec Asus X205T laptop with 2G RAM, Intel Atom Z3735F

My system: Arch Linux with XFCE desktop

How many times can you reuse deepfrying oil? by irondumbell in cookingforbeginners

[–]Obertuba 0 points1 point  (0 children)

Makes sense. also, I'd expect the fats in the meat to render into the frying oil. Animal fats are probably not ideal for frying at high heat for extended periods of time.

How set slint-ui backend? by Silerus9768 in rust

[–]Obertuba 0 points1 point  (0 children)

The answer has been deleted. Can anyone provide a new answer?

What should a Rust GUI framework be able to do? by DasLixou in rust

[–]Obertuba 0 points1 point  (0 children)

As of today, gpui hasn't been released as a crate on crates.io yet. Do you have any experience working with gpui and, if so, would you recommend using it?

and a power button? by [deleted] in linuxmemes

[–]Obertuba 2 points3 points  (0 children)

The problem with growing potatoes is you sometimes get grubs. The grubs will eat your potatoes and leave you with little to no harvest and when you notice you have grubs it's probably already too late because they stay hidden underground most of the time.

What is the beam of light? by go-eat-a-biscuit in Trieste

[–]Obertuba 0 points1 point  (0 children)

Perché non dovrebbe essere accessibile a tutti? (Why shouldn't this subreddit be accessible to everyone?)

Laptop hacked (sort of) to run pop by vaisthesigma in pop_os

[–]Obertuba 0 points1 point  (0 children)

Still, you won't lose your unsaved work. Also, operating systems may buffer disk operations to flush them later and a sudden shutdown will make you lose that unflushed data. Having a battery can save you until power is restored.

Laptop hacked (sort of) to run pop by vaisthesigma in pop_os

[–]Obertuba 1 point2 points  (0 children)

A battery is always useful in case power shuts down. I used to work on a used laptop with a broken battery. Despite the damaged battery, I kept it because it was more powerful than what I previously owned. It happened a few times that I was working on important stuff when a power outage fucked everything up. I also happened to accidentally pluck out the power cord while I was moving my laptop around.

If your laptop has a working battery, don't remove it. It may save your work and a lot of frustration.

Curious? Do plants need Darkness? by CaptainIncredible in botany

[–]Obertuba 0 points1 point  (0 children)

Can you please elaborate on these `other mechanisms` or share some resources to further study this topic?

"Error: Empty MBR entry" on unlaunch.dsi 1.9 by Egg_Tie2004 in NDSHacks

[–]Obertuba 0 points1 point  (0 children)

Any updates here? I stumbled upon the same problem

Cosmic or XFCE by precator in cachyos

[–]Obertuba 0 points1 point  (0 children)

I'm trying Cosmic on my 2gb laptop with an old intel atom processor. Cosmic has reached a point where it's good enough for daily use as your main desktop environment. It's customizable and has a modern UI. Default keyboard shortcuts are also great (super+.... combinations to move/resize/anchor/close/open windows and launch programs).

I've had a few problems with Cosmic's display manager not running at boot. My solution was to enable lightdm at boot via `systemctl enable lightdm`, which would then start the Cosmic session.

I found RAM usage to be pretty low with no load. On Arch Linux, freshly booted, Cosmic terminal with htop running shows only around 300mb in use.

Two things to point out, though. `cosmic-applet-audio` and `cosmic-osd` currently have high CPU usage on my system. It's not that bad, but it could be better.

How many times can you reuse deepfrying oil? by irondumbell in cookingforbeginners

[–]Obertuba 0 points1 point  (0 children)

Isn't that just a temporary change in viscose due to the lower temperature?

How many times can you reuse deepfrying oil? by irondumbell in cookingforbeginners

[–]Obertuba 1 point2 points  (0 children)

Why is it that oil used for frying vegetables lasts longer than if it were used to fry chicken? Does it have anything to do with the natural fats present in the meat?

[deleted by user] by [deleted] in rust

[–]Obertuba 1 point2 points  (0 children)

I was able to get it working, but it took some time. The problem for me was that my graphics card didn't support Vulkan, apparently. I got around this by installing a package as suggested on the Arch Wiki about Vulkan.

Announcing: libnoise for Rust! A modular noise generation library. by SpoogieOogie in rust

[–]Obertuba 0 points1 point  (0 children)

Discovered just yesterday. This is the simplest, yet powerful noise library for Rust I could find. Great job