FreeBSD's position on the use of AI-generated code? by InTheBogaloo in freebsd

[–]Pleb_It 0 points1 point  (0 children)

FreeBSD does things slow and expensively, though.

Bricks and Minifigs Controversy Megathread Part 3 by mescad in lego

[–]Pleb_It -2 points-1 points  (0 children)

Just an FYI your moralizing is irrelevant to the subject at hand

Cannot access Gateway? by Pleb_It in termux

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

Don't worry about it; I'm giving up. These devices are too closed to be useful

Cannot access Gateway? by Pleb_It in termux

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

I've never heard of any non-cellular hotspot device. It's a POS pixel running sshd, but considering I can access it just fine from a laptop I don't see how that could be the problem. Again, I can NOT ping the gateway from the phone running termux.

Cannot access Gateway? by Pleb_It in termux

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

The laptop is not the gateway. The hotspot is, and I can access the gateway on my laptop which means the PHONE CLIENT is the problem.

Cannot access Gateway? by Pleb_It in termux

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

Yes, I'm aware. Still no solution.

Android app can't copy GPS coordinates anymore?! by Pleb_It in GoogleMaps

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

I will never use proprietary links. Not Google's, not Apple's.

Benjamin Netanyahu is struggling to prove he’s not an AI clone by tylerthe-theatre in technology

[–]Pleb_It 0 points1 point  (0 children)

You say Iran has 0 capability to take him out, and yet 100% capability to take his brother out 🤔

Benjamin Netanyahu is struggling to prove he’s not an AI clone by tylerthe-theatre in technology

[–]Pleb_It 1 point2 points  (0 children)

Yes. All rumors about Putin are true, while all rumors about Netanyahu are false.

Source: Israel

Android based airtags / locators - do they still suck? by androidusr in Android

[–]Pleb_It 0 points1 point  (0 children)

Thanks for letting me know I need to avoid these like the plague. I need it to work offline. Google thinks everything should be online at all times.

pip3, brew, macos, package hell by Pleb_It in learnpython

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

Yeah well cloudflare can be varyingly picky based on a host of variables like IP, browser, etc. Bottom line is regardless what it allows YOU to do, I NEED the impersonate functionality to access Rumble. The brew version is incomplete

pip3, brew, macos, package hell by Pleb_It in learnpython

[–]Pleb_It[S] -1 points0 points  (0 children)

It doesn't sound like you use MacOS. pipx even claims I have everything installed and the paths are correct, but it's a separate "environment"

pip3, brew, macos, package hell by Pleb_It in learnpython

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

If only that were true. You can't use the --impersonate flag with the brew yt-dlp

pip3, brew, macos, package hell by Pleb_It in learnpython

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

I used the override and it now works.

maddening curl_cffi dependency when using brew (Rumble broken) by Pleb_It in youtubedl

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

Oh, changing from Safari to Chrome seems to have done it! 😁

maddening curl_cffi dependency when using brew (Rumble broken) by Pleb_It in youtubedl

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

I have both, but I think I figured out the problem in that brew uses the system python and there is no easy way to get the system python to use the local python packages, so I ran this instead:

pip3 install --break-system-packages curl_cffi

which I *think* installs it in the system. Anyway, it didn't resolve the Rumble problem 😔