I can confirm, that gargeling someone else’s balls can be quite enjoyable.
da_cow (she/her)
She/her 🏳️⚧️
Professional cow, Linux Nerd, Hardcore Techno enthusiast. The Emporer protects us.
- 38 Posts
- 547 Comments
Heroic has built in support for gog, epic games and I think amazon games, but don’t quote me on that. Its all in all very good and at least for me it always worked better than trying to achieve the same over lutris.
da_cow (she/her)@feddit.orgtointerestingasfuck@lemmy.world•Right place, right time for this pic of the Sphere in Las Vegas. (It’s equally impressive inside)
3·23 days agoThe sphere is complete wasteful dogshit, but it does look pretty fucking cool.
da_cow (she/her)@feddit.orgOPto
Web Development@programming.dev•How to download Lemmy post, as it is shown in the Lemmy UI
2·23 days agoGot it working with wget
da_cow (she/her)@feddit.orgtointerestingasfuck@lemmy.world•Historically, hospitals have been know to utilize prescription beer to safely manage severe alcohol withdrawals, preventing life threatening gran mal seizures
1·23 days agoIn comparison detoxing from heroin is not great for the user, but there’s no risk of death.
That is not completely correct. While the abscence of opioids in an addicts system can not cause life threatening conditions, the withdrawal symptoms absolutely can.
The most direct pathway to fatality during opioid withdrawal is through severe fluid and electrolyte imbalances. Persistent, forceful vomiting and diarrhea are hallmark symptoms of acute withdrawal. This loss of bodily fluids, compounded by excessive sweating, can quickly lead to severe dehydration.
Dehydration can cause a dangerous concentration of electrolytes, particularly sodium, a condition known as hypernatremia. This electrolyte imbalance severely stresses the cardiovascular system. In extreme cases, hypernatremia can lead to seizures, brain damage, or cardiac arrhythmia and subsequent heart failure.
Another potential risk is aspiration pneumonia, which occurs when a person inhales their own vomit into their lungs. This is a particular concern if the individual is weakened or unable to protect their airway. This serious complication requires immediate medical intervention to prevent lung infection and respiratory failure.
Source: https://biologyinsights.com/can-you-die-from-opioid-withdrawal/
da_cow (she/her)@feddit.orgtointerestingasfuck@lemmy.world•Historically, hospitals have been know to utilize prescription beer to safely manage severe alcohol withdrawals, preventing life threatening gran mal seizures
2·23 days agoAnd the beer (I think the only reason some brands are still in business is because they are catering to alcoholics with no money, because no one else would drink that shit if they can afford anything different)
da_cow (she/her)@feddit.orgtointerestingasfuck@lemmy.world•Historically, hospitals have been know to utilize prescription beer to safely manage severe alcohol withdrawals, preventing life threatening gran mal seizures
2·23 days agoBenzodiazepine withdrawl can kill you too. Opioid withdrawal itself will not kill you, but the withdrawal symptoms can become dangerous if not managed properly (especially if the person has other health problems)
da_cow (she/her)@feddit.orgOPto
Web Development@programming.dev•How to download Lemmy post, as it is shown in the Lemmy UI
2·23 days agoArchiving thwmin a human readable form is exactly what I want to do.
da_cow (she/her)@feddit.orgOPto
Web Development@programming.dev•How to download Lemmy post, as it is shown in the Lemmy UI
1·23 days agoI am preferring the standard Lemmy UI, but I already got it working.
da_cow (she/her)@feddit.orgOPto
Web Development@programming.dev•How to download Lemmy post, as it is shown in the Lemmy UI
2·24 days agoThat was my exact problem. Thanks for the solution.
da_cow (she/her)@feddit.orgOPto
Web Development@programming.dev•How to download Lemmy post, as it is shown in the Lemmy UI
2·24 days agoI was more looking at doing this with a tool like wget. I got the following command, that downloads the post and its assets, but for some reason it then does not actually work:
wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --domains "feddit.org" --no-parent "feddit.org/post" "https://feddit.org/post/33942692The advantage of wget is, that it also accepts multiple links at once, so it is quite easy do download multiple posts at once (which is my goal)
da_cow (she/her)@feddit.orgto
Programming@programming.dev•"Code was never the hard part" is an insult to all programmers
8·26 days agoI would also add, that the complexity of a project massively increases the skills needed to write good code. If you want to have a small little CLI tool, that does one thing, its way easier to write that one in a good way, than it is to build an entire ecosystem of tools all working together.
We shouldn’t ask ourselfs why we should do something, but if we could do something.
Of course. What do you think vim users do?
Why is this post not mentioning the most important editor of all time? Why is this post deliberately missing out the standard text editor ed, that wastes no system resource on unnecessary output like help messages or a text buffer. If you are coming to Linux you should really start looking into learning ed, since, well it is the standard Texteditor overall.
Once I got used to the motions, using any text editor without vim motions felt unusable to me.
Same for emacs. At this point my emacs keybindings feel more intuitive to me than the standard keybinds like Ctrl+C/-V to copy and paste (in emacs its Meta + W to copy and CTRL + Y to paste (Yank))
use a normal damn GUI text editor
The right choice as long as you don’t want to edit code/config files. Trust me, writing code inside libre office is not fun.
You usually don’t take the time to learn vim or Emacs just to write some notes. The real value of such powerful and highly customisable text editors only shows itself when you are editing lots and lots of text on a regular basis (e.g. codimg, writing blogs or any other form of writing)
The advantage vim and emacs have is, that they have keybindings for about everything you could ever want. This has the advantage, that once you know how to use them, your working speed massively increases, but it takes quite some time to learn the keybindings. Another advantage and disadvantage of (neo) vim and emacs is, that both are being modified by config files. This comes at the advantage of being able to modify about everything about your editor, but means that sometimes it can be quite hard to implement a specific behaviour. The next advantage is, that your configuration becomes easily portable and extensible. Implementing a specific behaviour often only requires copy pasting a 15 year old stackoverflow post and if you want to move to a new device, you just have to grab your config files and are good to go.
Emacs also has orgmode directly integrated into it, which can be used to write text and format it (similar to Markdown, but much more powerful) and even export it to other formats like HTML or LaTeX. As you might expect, orgmode also has its own keybindings. This means, that you can write your documents inside emacs [orgmode], use all the powerful text formatting tools and keybindings and then share your work in a nicely formatted and portable way.









You can hit your thumb quite good with a hammer too.