- 0 Posts
- 105 Comments
Emma_Gold_Man@lemmy.dbzer0.comto
Mildly Interesting@lemmy.world•The contents of a jar of Nutella
7·18 days agoThat would be healthier, but it’s no wonder you were disappointed with the results. The stickiness of the dates would definitely let you lower the fat content, but replacing all of that with water is going to give a very different texture.
To mimic the texture of the saturated fats, you’d do better to use olive oil or the avocado oil you suggested and store the result in the refrigerator. Both of those solidify at refrigerator temperatures the way the saturated fats do at room temperature - canola doesn’t, so that won’t work as well.
Replacing the powdered milk with oats (which would also help a little with gelling the mixture) is good, but don’t forget to add a pinch of salt that is inherent in cow’s milk but the oats are lacking.
You’ll still not be getting the flavor exactly, but those two substitutions should get you a lot closer and a much more similar texture. The walnuts in particular are definitely going to throw you off though. You could reduce the cocoa powder slightly to make up for the extra bitterness, but they would still add a heavier earthy flavor to the mix that people used to milk rather than dark chocolate probably won’t find appealing.
Emma_Gold_Man@lemmy.dbzer0.comto
Buy European@feddit.uk•Europe has survived 3 energy shocks in 4 years. The only way out is to stop buying power from its enemiesEnglish
1·26 days agoSorry about the LLM thing - I literally thought “boyfriend” here was used with a wink and a nod to mean an LLM in the same way that people on some forums say “my dog” to mean themselves.
As far as not knowing what I’m talking about though, I’ve spent times on both sides of the Atlantic and used both rooftop and ground based solar where appropriate (though not grid tied) to good effect.
Emma_Gold_Man@lemmy.dbzer0.comto
Buy European@feddit.uk•Europe has survived 3 energy shocks in 4 years. The only way out is to stop buying power from its enemiesEnglish
1·26 days agoRebutting your LLM’s points:
-
“Older” houses in much of Europe are often made of stone, newer are frequently cinderblock, and the roof beams in both are massive. They’re holding up tile and slate roofs - the weight of solar panels is a rounding error, and not the concern it is with shoddy US stick-frame construction. So if that’s the “main reason” we’re doing pretty well already.
-
Sub-optimal angle just means the panel doesn’t produce AS MUCH power as it theoretically could. Not that it produces none, and many sub-optimal placements are still financially viable. Beyond that, any south-facing roof available is going to do very well.
-
Fire risks are again much lower on the very common hard-surface roofs. And that same space that allows the oxygen in also separates the fire from the roof, so the only things burning are the panels themselves and the fire soesn’t spread as it might with a ground-based installation which, by the way, also has air under the panels and are often over grass.
-
Higher installation and maintenance costs are partially offset by the fact that the cost of land purchase and taxes are €0. That was already covered by the building’s main use. Then you can add the social and financial benefit of keeping those fields in food production. Moving away from animal agriculture would not only mean more food available locally, but also for export as crop yields in other places fall due to climate change.
Finally, the whole framing presents a false dichotomy. This doesn’t have to be an either-or proposition - both-and is an option. We can have solar panels on buildings AND in fields. We can convert growing fields from feed production to food production AND put solar panels on the former pig farms that can’t support crops. Particularly in warmer climates (maybe less applicable in Denmark) we can even raise the solar panels a bit higher AND still grow crops underneath (Agrivoltaics)!
-
Emma_Gold_Man@lemmy.dbzer0.comto
Linux@lemmy.ml•As a rule of thumb, should I pick the Debian package or the Flatpak version of a given programme?
3·1 month agoBefore going to Flatpak just for newer versions of software, consider APT pinning. You can actually use testing or Sid packages on more stable versions of Debian while still keeping the advantages of Debian-specific packages.
Emma_Gold_Man@lemmy.dbzer0.comto
World News@lemmy.world•Spanish engineer reports flaw in ‘smart’ vacuums after gaining control of 7,000 devicesEnglish
19·2 months agoRemember folks, the S in IOT stands for Security!
Emma_Gold_Man@lemmy.dbzer0.comto
World News@lemmy.world•Trump growing frustrated with limits of Iran military options, sources sayEnglish
221·2 months agoDon’t say that - he will.

Emma_Gold_Man@lemmy.dbzer0.comto
No Stupid Questions@lemmy.world•Is it rude to go through the car wash with a bunch of snow on your car?
42·2 months agoIn the US it is absolutely a tipped position, and has been for decades.
Emma_Gold_Man@lemmy.dbzer0.comto
Technology@lemmy.world•Cursor is better at marketing than codingEnglish
26·3 months agoTLDR: the marketing is done by humans, the code isn’t
Emma_Gold_Man@lemmy.dbzer0.comto
Autism@lemmy.world•Meditating with AuDHD: How do you do it?
6·3 months ago“Meditation” is a very broad term, and there are many types and approaches. Some of these, such as the admonition to quiet your mind and stop all thoughts, are designed to induce a crisis that leads to an insight.
Tap for spoiler
It is not possible to silence your thoughts, and you will run in circles trying until you throw up your hands in frustration and give up. That acceptance can also come with the realization that you don’t have to pay any more attention to them than to any other sensation you are experienceing - that they are not under your control, and therefore no more “you” than the sounds, sights, tasted, smells, and textures that you experience while meditating.
Meditation is about directing attention, and is called “practice” for a reason. Many people think that each time their mind wanders and they lose track of their meditative focus they have failed, but that is exactly backward. Each time you notice your attention bas wandered and you bring it back to your focus you have succeeded!
I Oppose Palestine Inaction
Emma_Gold_Man@lemmy.dbzer0.comto
News@lemmy.world•Black Student Found Hanging From Tree At Delta State University
2·7 months agoThere’s a reason songs like these exist:
Mississippi Goddam - Nina Simone
Here’s to the State of Mississippi - Phil Ochs
What’s Going On Down There - Malvina Reynolds
Emma_Gold_Man@lemmy.dbzer0.comto
Linux@lemmy.ml•Fastest disk-space usage analyzer (for files), faster than ncdu?
41·8 months agoAdvice from a long time sysadmin: You’re probably asking the wrong question. ncdu is an efficient tool, so the right question is why it’s taking so long to complete, which is probably an underlying issue with your setup. There are three likely answers:
- This drive is used on a server specifically to store very large numbers of very small files. This probably isn’t the case, as you’d already know that and be looking at it in smaller chunks.
- You have a network mount set up. Use the -x option to ncdu to restrict your search to a single filesystem, or --exclude to exclude the network mount and your problem will be solved (along with the traffic spike on your LAN).
- You have a single directory with a large number of small files that never get cleared, such as from an e-mail deadletter folder or a program creating temp files outside of the temp directories. Once a certain number of files is reached, accessing a directory slows down dramatically. The following command will find it for you (reminder - make sure you understand what a command does before copying it into a terminal, DOUBLY so if it is run as root or has a sudo in it). Note that this will probably take several times as long to run as ncdu because it’s doing several manipulations in series rather than in parallel.
sudo find $(grep '^/' /etc/fstab | awk '{print $2}') -xdev -type f -exec dirname {} \; | sort | uniq -c | sort -nr | headexplanation
This command doesn’t give an exact file count, but it’s good enough for our purposes.
sudo find # run find as root
$( … ) # Run this in a subshell - it’s the list of mount points we want to search
grep ‘^/’ /etc/fstab # Get the list of non-special local filesystems that the system knows how to mount (ignores many edge-cases)
awk ‘{print $2}’ # We only want the second column - where those filesystems are mounted
-xdev # tell find not to cross filesystem boundaries
-type f # We want to count files
-exec dirname {}; # Ignore the file name, just list the directory once for each file in it
sort|uniq -c # Count how many times each directory is listed (how many files it has)
sort -nr # Order by count descending
head # Only list the top 10
If they are temp files or otherwise not needed, delete them. If they’re important, figure out how to break it into subdirectories based on first letter, hash, or whatever other method the software creating them supports.
Unless you’re cheap like me and buy the brush yourself.
Nope.
Fireplace is a mistake - it will make most of the house colder. What you want is a wood stove, and a simple metal chimney is much cheaper than the brick one you’re imagining.
Also, a shed isn’t needed - make a round pile (shaker pile or holzhauzen) and shingle it with the bark (or a tarp if you’re lazy). Drying takes 6-9 months, not a year, but I like not to be rushed so I try to keep two piles - one I’m building over the warm months, and when the cold months come I pull from the other that had a year to season.
As for space, they don’t take much. A 6’ tall cylinder with a 5’’ radius holds about 4 cords once the cone on top is taken into account. I find a 4’ radius easier to manage, but that’s closer to 2.5 cords.
Thinkpads are not what they once were. I finally gave up on them, moved over to a Framework, and haven’t regretted it.




Affluenza seems to be the more common term, but either way I don’t think the officials take proposals on Lemmy. You can submit it here for the DSM (US) or here for the ICD (Europe, UK, and a few others) though