Sadly, not enough people will realise Matrix is a shitty alternative.
- Posts
- 32
- Comments
- 43
- Joined
- 2 yr. ago
- Posts
- 32
- Comments
- 43
- Joined
- 2 yr. ago
Bug reports 🐞on🐛any🦠software🪲 @sopuli.xyz (security) Nheko freezes Ungoogled Chromium, then upon exit brings U/C down with it!
Free and Open Source Lemmy Apps @infosec.pub Is there a threadiverse app that works offline?
Request creation of free software missing from the 🄯ommons 🗽🐧🐃 @libretechni.ca Is there a threadiverse app that works offline?
Lemmy Guides @lemmy.today Ways to reduce an image file size before posting to social media -- when quality loss is acceptable
LemmyTips @discuss.tchncs.de Ways to reduce an image file size before posting to social media -- when quality loss is acceptable
Paperless office; document/image processing 📷🮕🖥🖻📠🗄🖼📥🧾 @sopuli.xyz Ways to reduce an image file size before posting to social media -- when quality loss is acceptable
Emacs @lemmy.sdf.org Would be nice to have org mode embedded inside other modes 🤔
Travel @hilariouschaos.com How to geocode a list of addresses to a GPX file (on linux or android), ideally without using a service
Travel Tips @feddit.uk How to geocode a list of addresses to a GPX file (on linux or android), ideally without using a service
UK Active Travel @feddit.uk How to geocode a list of addresses to a GPX file (on linux or android), ideally without using a service
Openstreetmap @feddit.uk How to geocode a list of addresses to a GPX file (on linux or android), ideally without using a service
Organic Maps (Unofficial) @sopuli.xyz How to geocode a list of addresses to a GPX file (on linux or android), ideally without using a service
OpenStreetMap @fedia.io How to geocode a list of addresses to a GPX file (on linux or android), ideally without using a service
Right to be Offline / Offgrid / Analog / Unplugged 🔌📪📖📟📝 @sopuli.xyz Is there a threadiverse app that works offline?
shell @discuss.tchncs.de Can zsh expand short parameters to their long-forms?
Linux @discuss.tchncs.de man needs to evolve. I should be able to type something like “man --custom -- wget -E -H -k -K -p” and get docs on just select options
US Law (local/state/federal) ⚖ @lemmy.sdf.org Rock star died before I could publish his latest work in a liberated way due to CreativeCommons dependency on Cloudflare
TeX typesetting @lemmy.sdf.org (pdfpages) How to write code that only affects some select pages of a PDF document
Paperless office; document/image processing 📷🮕🖥🖻📠🗄🖼📥🧾 @sopuli.xyz Expats: when you receive documents that are not in your language, how do you handle them? (PDF vs DjVu, Tesseract, Argos, etc)
TeX typesetting @lemmy.sdf.org Is it possible to read a boolean value from a parent pkg? (answer: yes)
The tldr app is in Debian official repos so I installed it with apt tools. From there, it failed me:
$ tldr wg Downloading tldr pages to ~/.local/share/tldr tldr: HttpExceptionRequest Request { host = "tldr.sh" port = 443 secure = True requestHeaders = [] path = "/assets/tldr.zip" queryString = "" method = "GET" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 proxySecureMode = ProxySecureWithConnect } (ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = 0.0.0.0:0, addrCanonName = Nothing}, host name: Just "tldr.sh", service name: Just "443"): does not exist (Temporary failure in name resolution))Looks like it needs cloud access. My gear only works on Tor, so then I tried it this way:
$ torsocks tldr wg No tldr entry for wg $ torsocks tldr wget No tldr entry for wget $ torsocks tldr find No tldr entry for find $ torsocks tldr rsync No tldr entry for rsync $ torsocks tldr -u Downloading tldr pages to ~/.local/share/tldr tldr: Data.Binary.Get.runGet at position 4: Did not find end of central directory signature CallStack (from HasCallStack): error, called at libraries/binary/src/Data/Binary/Get.hs:351:5 in binary-0.8.8.0:Data.Binary.GetAlso checked for
kmdrbut that’s not in the official debian repos, which I try to stick to. I appreciate the tips though.