Know where can I find a breakdown of the symbolism behind the intro?
For me, it’s hard to watch. I feel like I got bungeed down into the deepest depths of the bottomless Uncanny Valley, coming back up covered in oily black ooze, but I look down at its just my hands, my clothes, my normal skin. I think I’d appreciate it more if I knew what and why what was going on.
- 2 Posts
- 18 Comments
https://www.youtube.com/watch?v=7HY-2mMcq9Y
Wish I knew where to watch this documentary. I remember it being a fun watch
BlindFrog@lemmy.worldto Linux@lemmy.ml•Krita is so KOOL, but how do i Verify the current AppImage?2·1 month agoWhere did you download krita from?
BlindFrog@lemmy.worldto Linux@lemmy.ml•AMD wins at open source, GNOME completes Wayland support Linux & Open Source News2·2 months ago*glances over at my newpipe subscription list*
Yeah, I think you’re right
BlindFrog@lemmy.worldto Linux@lemmy.ml•Fedora and Linux Mint having no display output unless on safe graphics.1·4 months agoWere you able to move on from the interim fix with “safe graphics” btw?
I’m stopping by only at this time cause I came in from your “get better at [arch]” post.
Have you checked if your BIOS has some proprietary stuff that restricts it to use only particular hardware? If nah, ignore me, my bad.
Not the same situation but similar - I bought a former school desktop pc & had blank display issues. The pc wouldn’t accept using a different hdmi cable other than the first one I’d ever booted it up with - and even then, it would hang on the mobo logo. No one said turning off secure boot was a fix, but suggested it often enough that I checked the bios anyway. Lo and behold, there were multiple proprietary “security” features (not secure boot) in the bios that only allowed the pc to connect to approved devices or networks. Makes sense for a school/business. I didn’t care to find out how to whitelist “approved devices”, so I just turned off all the BIOS’s fancy security features.
rm -rf /
make computer faster(͠≖ ͜ʖ͠≖)
BlindFrog@lemmy.worldto Linux@lemmy.ml•Tell one thing that you miss after switching from another OS to Linux.3·5 months agoHypnospace outlawwww https://www.youtube.com/watch?v=fQwQnsarYsY
IS THIS Love Advice From the Great Duke of Hell??
(it’s a webcomic, I loved the story)
TLDR, scroll down to the script. Make a .sh file, allow it to run as a program, set it as your default program to open whatever filetype
Navigate to the appropriate/your favorite folder to store portable applications. Make the below script as a new file called WhateverYouWant.sh
Fellow newbies, the .sh is important.
Then set this .sh file’s permissions to allow executing this file as a Program; may differ by distro.# Script to set a windows application (that runs through WINE) as the default to open PDF files:
# PURPOSE: To convert Linux-style filename to Windows-style
# to pass as an argument to wine when starting PDF XChange Viewer
Filename="z:"${1//\//\\}
# Assuming you use the default installation folder for PDF
# XChange Viewer in Wine
App='eval wine "C:\Program Files\Filepath\To\Your\PDFXEdit.exe" "'$Filename'"'
$App
# Adapted originally from:
# Archive.org'd at: \https://web.archive.org/web/20160918205551/http://sodeve.net/2007/12/foxit-reader-on-ubuntu-linux-through-wine/
# Additional credit in 2024:
https://web.archive.org/web/20150213210206/http://crunchbang.org/forums/viewtopic.php?pid=173574#p173574
https://web.archive.org/web/20150213210203/http://www.fsavard.com/flow/2009/03/pdf-annotation-under-linux-with-wine-and-pdf-xchange-viewer/
You can also check the appropriate windows-formatted filepath with Winetricks, using its built in windows File Explorer, finding your .exe, and copying the path starting from "C:".
[Edit: the default install folder in the script would normally be C:\Program Files, my bad. I downloaded the portable version and shoved it wherever, so my filepath looks like “C:\users\Froggy\Documents\PDFXchange test01\PDFXEdit.exe”]Mint Cinnamon 21:
- right click your shell script file, Properties > Permissions > check on “Allow executing file as program”.
- Then find a PDF file (or whatever filetype), right click, Open With > ‘Other Application…’ > browse for this .sh file you just made.
- After selecting this .sh file, be sure to select “Set as default” before clicking OK.
I could not tell you for the life of me why this didn’t work with a .desktop file on Mint 21.
I spent the past few hours down the wrong rabbit holes with .desktop and exec=wine ‘filepaths’ and just about died of asphyxiation from absolutely nothing happening. I’ve been wanting to do the same thing too for a while, but decided that right before bedtime was the perfect time to look it up.
[Edit: I figured out spacing in the script. Also moved the Mint specific instructions down the comment for flow clarity]
What’s a PPA, and, if it’s alright to ask, which things did you need to downgrade or remove before upgrading mint?
I’m still on mint cinnamon 21, saving up for a beefier drive to back up to before I would upgrade.
BlindFrog@lemmy.worldto Linux@lemmy.ml•I don't know anything about Linux and the idea of installing it frightens me. Where do I start?1·1 year agoSeconding Linux Mint!
I came to linux because I was building a new pc at the time win11 came out, and I saw how much more like apple it looked.
I wasn’t afraid to try linux because I’d already done some easy mods to my steam deck (decky and retropi). Using the steam deck’s computer desktop was almost like using older windows to me; I appreciated that.
Downloading programs was like android to me; using the system’s app store, or sideload an app or a second app store, or follow the dev’s readme.txt. Easy, fun, free, ad-free.
I downloaded different linux distributions to a bunch of spare thumb drives and tried them one at a time. I figured, the moment I had a problem that lasted more than an hour with one distro, I’d move on to the next. If I couldn’t hack it past four tries, I’m going back to windows 10.
Linux Mint was the second attempt, and it’s pretty intuitive to use, imo. It feels like the ease of using android, but with a desktop and my beloved windows-style taskbar.
BlindFrog@lemmy.worldto Books@lemmy.ml•Im looking for a book about a girl with a magic eye on an air ship to catch magic only she can see6·1 year agoNah, it’s not this trilogy. IIRC, His Dark Materials is about a girl and a boy and people’s spirit animals, parallel universes, and smiting god (probably).
BlindFrog@lemmy.worldOPto Linux@lemmy.ml•Where can I post questions on how do construct formulas in Onlyoffice/Libreoffice spreadsheets?6·1 year agoI definitely feel like saying it again - it works! Thank you. For sure, I can modify the if statement for what I’m working with. Thank you so much!
BlindFrog@lemmy.worldOPto Linux@lemmy.ml•Where can I post questions on how do construct formulas in Onlyoffice/Libreoffice spreadsheets?2·1 year agoTo clarify the first, yes to your example, I think so. I’m trying to optimize my scanning process, so, optimally, yes, I would only record all A numeric values in one go, and not come back to them again for the rest of the list. Good question; I never thought about this as a complication. So, I have shelves among shelves with a strict naming convention and containers with a different naming convention. I’m figuring out how to help me and my family be lazier and just capture the shelf name, then all the stuff there, then move on to the next place.
To clarify the second concern, yeah, I meant to make the comma denote two separate cells. I’m not sure how to make a table on lemmy through the Boost app.
BlindFrog@lemmy.worldOPto Linux@lemmy.ml•Where can I post questions on how do construct formulas in Onlyoffice/Libreoffice spreadsheets?7·1 year agoThanks for checking. I asked ChatGPT3.5 to make a solution with excel since I have limited access to it at work. CG came up with making my data a table with Power Query & using a Fill tool, but Fill>Down isn’t doing what CG is saying it’s supposed to do.
I hope I could do this at home though because I only have Onlyoffice & Libreoffice, & excel in the browser is so limited.
Have they changed the joystick material yet? The joysticks off my ol’ 8bitdo pro (the original) kept shedding with use, so I stopped using it in lieu of the switch and steamdeck controllers. Gods, the controller was way more comfortable and sized just right than any other 3rd party controller for me. My google fu is weak, so I never found fitting thumbpad covers for it.
I remember hearing somewhere, and believe, “a person can do a bad thing, but that doesn’t make them a bad person.”