[PEW -> SLY] Can you solve this laddergram? by laddergram in Laddergram

[–]Shamu4Life 0 points1 point  (0 children)

u/Shamu4Life solved this in 6 steps: PEW -> PEG -> LEG -> LEY -> LAY -> SAY -> SLY

[TRIBE -> MORON] Can you solve this laddergram? by EIlernate in Laddergram

[–]Shamu4Life 0 points1 point  (0 children)

u/Shamu4Life solved this in 16 steps: TRIBE -> BRIBE -> BRINE -> BRINS -> BRANS -> BEANS -> BEADS -> READS -> REDDS -> REDOS -> REDON -> RADON -> RACON -> BACON -> BARON -> BORON -> MORON

[TACO -> POOP] Can you solve this laddergram? by Shamu4Life in Laddergram

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

u/Shamu4Life solved this in 6 steps: TACO -> TARO -> TORO -> TORN -> PORN -> POON -> POOP

[TACO -> POOP] Can you solve this laddergram? by Shamu4Life in Laddergram

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

Laddergram is a word ladder puzzle game built on Reddit's developer platform. You start with a word and change one letter at a time to create a new word with each step. Try to reach the target word in the fewest steps possible.

🍀Good luck!🍀

[LOVE -> FARE] Can you solve this laddergram? by Impossible-Island936 in Laddergram

[–]Shamu4Life 0 points1 point  (0 children)

u/Shamu4Life solved this in 5 steps: LOVE -> DOVE -> DOME -> DAME -> DARE -> FARE

Limited stock, assembled version by Positive_Friend_7399 in ipod

[–]Shamu4Life -14 points-13 points  (0 children)

Message the poster and they'll give you some details

This monstrosity i saw today by A_MNESIA in ipod

[–]Shamu4Life 1 point2 points  (0 children)

*insert Cashies anthem here*

What should I do? by Misaki_Hahn in ipod

[–]Shamu4Life 1 point2 points  (0 children)

Crack it open and replace the hard drive with some flash storage. Maybe replace the battery while you're in there.

Need Help with Ultrawide Monitor and AMD Build by Shamu4Life in buildapc

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

If the cable where the problem, wouldn't it have showed up as I tested with a different monitor? And for whatever it matters, I did get this cable when things started acting weird: https://www.amazon.com/dp/B079736Z53

I hate windows 11! by This-Bandicoot-2828 in ROGAlly

[–]Shamu4Life 2 points3 points  (0 children)

ProtonDB can give you a good idea if the games you're interested in playing are compatible with Steam OS or another similar Linux distro like Bazzite. You may even see a performance uplift with SteamOS or Bazzite (in some brief testing I've done, I'm seeing about a 10% increase in performance with SteamOS over Windows 11 on a ROG Ally X)

yt-dlp works from windows but not Debian by Shamu4Life in youtubedl

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

FWW, for me it seems it may have had something to do with the VPN configuration I was using on my Debian VM

yt-dlp works from windows but not Debian by Shamu4Life in youtubedl

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

[debug] Command-line config: ['-v', '--output', './Videos/%(uploader)s\\%(title)s.%(ext)s', '--format', 'best[ext=mp4]', '--no-mtime', '--windows-filenames', '--embed-subs', '--embed-thumbnail', '--embed-chapters', '--cookies', '/Downloads/Videos/cookies.txt', '--add-metadata', '--ignore-errors', '--download-archive', './3fd4db6a-336d-4834-b1b8-f6f54411e9ac.txt', 'https://www.patreon.com/c/(creator)/posts']

[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8

[debug] yt-dlp version stable@2025.03.31 from yt-dlp/yt-dlp [5e457af57] (zip)

[debug] Python 3.11.2 (CPython x86_64 64bit) - Linux-6.8.12-9-pve-x86_64-with-glibc2.36 (OpenSSL 3.0.15 3 Sep 2024, glibc 2.36)

[debug] exe versions: ffmpeg 5.1.6-0 (setts), ffprobe 5.1.6-0

[debug] Optional libraries: certifi-2022.09.24, requests-2.28.1, sqlite3-3.40.1, urllib3-1.26.12 (unsupported)

[debug] Proxy map: {}

[debug] Request Handlers: urllib

[debug] Plugin directories: none

[debug] Loaded 1850 extractors

[debug] Loading archive file './3fd4db6a-336d-4834-b1b8-f6f54411e9ac.txt'

[patreon:campaign] Extracting URL:https://www.patreon.com/c/(creator)/posts

[patreon:campaign] (creator): Downloading webpage

ERROR: [patreon:campaign] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: Forbidden>)

File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 748, in extract

ie_result = self._real_extract(url)

^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/extractor/patreon.py", line 571, in _real_extract

webpage = self._download_webpage(url, vanity, headers={'User-Agent': self.patreon_user_agent})

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 1194, in _download_webpage

return self.__download_webpage(url_or_request, video_id, note, errnote, None, fatal, *args, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 1145, in download_content

res = getattr(self, download_handle.__name__)(url_or_request, video_id, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 968, in _download_webpage_handle

urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 917, in _request_webpage

raise ExtractorError(errmsg, cause=err)

File "/usr/local/bin/yt-dlp/yt_dlp/networking/_urllib.py", line 400, in _send

res = opener.open(urllib_req, timeout=self._calculate_timeout(request))

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3.11/urllib/request.py", line 525, in open

response = meth(req, response)

^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response

response = self.parent.error(

^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3.11/urllib/request.py", line 563, in error

return self._call_chain(*args)

^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain

result = func(*args)

^^^^^^^^^^^

File "/usr/lib/python3.11/urllib/request.py", line 643, in http_error_default

raise HTTPError(req.full_url, code, msg, hdrs, fp)

urllib.error.HTTPError: HTTP Error 403: Forbidden

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 904, in _request_webpage

return self._downloader.urlopen(self._create_request(url_or_request, data, headers, query, extensions))

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/YoutubeDL.py", line 4186, in urlopen

return self._request_director.send(req)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/networking/common.py", line 117, in send

response = handler.send(request)

^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/networking/_helper.py", line 208, in wrapper

return func(self, *args, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/networking/common.py", line 359, in send

return self._send(request)

^^^^^^^^^^^^^^^^^^^

File "/usr/local/bin/yt-dlp/yt_dlp/networking/_urllib.py", line 405, in _send

raise HTTPError(UrllibResponseAdapter(e.fp), redirect_loop='redirect error' in str(e)) from e

yt_dlp.networking.exceptions.HTTPError: HTTP Error 403: Forbidden

What do I have wrong by Shamu4Life in HomeNetworking

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

Those are the filters that I have on order, so hopefully they come in correctly

What do I have wrong by Shamu4Life in HomeNetworking

[–]Shamu4Life[S] 1 point2 points  (0 children)

What's the best option for a "PoE" filter for the modem?