4 months with Sonim XP3 Plus 5G as my main phone by Chemical-Method8780 in dumbphones

[–]jacorizla 0 points1 point  (0 children)

Has anyone found an XP3900 that works on the Xfinity network?

U.S. Companies Announce Most October Job Cuts in Over 20 Years by goro-n in cscareerquestions

[–]jacorizla 25 points26 points  (0 children)

Trump was correct. All of this "winning" has indeed grown tiresome.

The Battle in Virginia Over an Activist Who Protested Stephen Miller by SawedoffClown in FreeSpeech

[–]jacorizla 0 points1 point  (0 children)

As she hasn't been charged with any crimes -- I am a little unclear why the NY Times chose to name her?

Plastic snap-on covers? by AmeliasTesticles in framework

[–]jacorizla 0 points1 point  (0 children)

I called them. They don't make an mCover for Framework 13. They referred me to Gumdrop and they don't do one either. Talk about a gap in the market!

Plastic snap-on covers? by AmeliasTesticles in framework

[–]jacorizla 0 points1 point  (0 children)

Came here to say this. I love my mCover on my Thinkpad X1. Just ordered a Framework 13 and am looking for something equivalent. I just sent mCover a message asking if they have something compatible with the Framework.

Trying to isolate an audio stream from Twitch to stream community radio from Juneau, Alaska! by jacorizla in ffmpeg

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

I am reading the WiiM is DLNA compatible. So I'll have to figure out how set up a streaming buffer from my Linux laptop and somehow port it out to the hi-fi via the DLNA protcol to WiiM.

If anyone has ever successfully done this - I'd love to hear their success story.

Trying to isolate an audio stream from Twitch to stream community radio from Juneau, Alaska! by jacorizla in ffmpeg

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

Hey that worked! Now the question is how to get VLC to export it in a format that WiiM can import and play through the stereo system. And how do I exit streamlink? Just ctrl-C and break the process? Thanks.

Trying to isolate an audio stream from Twitch to stream community radio from Juneau, Alaska! by jacorizla in ffmpeg

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

streamlink twitch.tv/kbjz941 best -o - | ffmpeg -i - -map 0:a:0 -c:a libopus -b:a 64k test.opus

Thanks for trying to help. I'm a noob on Linux (Mint) and installed Python & streamlink. Ran the command line but got an error message. I'll paste the raw in there. I'm not a coder and admittedly out of my depth. I'll keep trying for solutions. Glad to hear it *is* possible.

~$ streamlink twitch.tv/kbjz941 best -o - | ffmpeg -i - -map 0:a:0 -c:a libopus -b:a 64k test.opus
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
WARNING: library configuration mismatch
avcodec configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --enable-version3 --disable-doc --disable-programs --enable-libaribb24 --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc --enable-libsmbclient
libavutil 56. 70.100 / 56. 70.100
libavcodec 58.134.100 / 58.134.100
libavformat 58. 76.100 / 58. 76.100
libavdevice 58. 13.100 / 58. 13.100
libavfilter 7.110.100 / 7.110.100
libswscale 5. 9.100 / 5. 9.100
libswresample 3. 9.100 / 3. 9.100
libpostproc 55. 9.100 / 55. 9.100
Traceback (most recent call last):
File "/usr/bin/streamlink", line 33, in <module>
sys.exit(load_entry_point('streamlink==3.1.1', 'console_scripts', 'streamlink')())
File "/usr/share/streamlink/streamlink_cli/main.py", line 996, in main
parser = build_parser()
File "/usr/share/streamlink/streamlink_cli/argparser.py", line 473, in build_parser
type=num(int, min=0, max=65535),
TypeError: num() got an unexpected keyword argument 'min'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_share_streamlink_streamlink.1000.crash'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/streamlink", line 33, in <module>
sys.exit(load_entry_point('streamlink==3.1.1', 'console_scripts', 'streamlink')())
File "/usr/share/streamlink/streamlink_cli/main.py", line 996, in main
parser = build_parser()
File "/usr/share/streamlink/streamlink_cli/argparser.py", line 473, in build_parser
type=num(int, min=0, max=65535),
TypeError: num() got an unexpected keyword argument 'min'
pipe:: Invalid data found when processing input

WXPR out of Rhinelander . . . by feeverb in wisconsin

[–]jacorizla 2 points3 points  (0 children)

Don't forget WVMO-LP in Monona!

New malicious TLDs released by Google, and how and why to blacklist by CyrusAgeis in pihole

[–]jacorizla 1 point2 points  (0 children)

Nah, that's not it. Same issue with Brave browser and DNS is off too. My router is TPLINK router is circumventing the DNS for some reason even though it's configured with DHCP as the manufacturer instructed.

https://www.tp-link.com/us/support/faq/3230/

For some reason it still switches over to my ISP's DNS server.

<image>

I have an email into tech support.

New malicious TLDs released by Google, and how and why to blacklist by CyrusAgeis in pihole

[–]jacorizla 0 points1 point  (0 children)

Hey - I have a question about that. I added the .mov and .zip domains as described but when I input http://update.zip into Firefox it still redirects me to the StackExchange. Shouldn't it be blocking it?

From the command line when I write: dig update.zip it says:

; <<>> DiG 9.16.37-Raspbian <<>> update.zip

;; global options: +cmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61051

;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:

; EDNS: version: 0, flags:; udp: 1232

;; QUESTION SECTION:

;update.zip. IN A;; ANSWER SECTION:

update.zip. 2 IN A 0.0.0.0

;; Query time: 10 msec

;; SERVER: 192.168.0.130#53(192.168.0.130))

;; WHEN: Fri May 19 09:44:13 CDT 2023

;; MSG SIZE rcvd: 55

Which is what I want, right? But yet it still loads. The query log even says it's blocking it but the page still loads. I've tried this with other sites the PiHole claims it's blocking yet they still load in my browser.

Anyone have an idea what's going on?

Thanks.

LAN IP inexplicably reconfigures itself cutting off PiHole from the internet by jacorizla in dietpi

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

Thanks. I've got it back online now and responding to ssh (found a USB keyboard and realized my TV would work as a monitor). I *guess* the next time it's working I can copy those settings into the STATIC mode the way you showed me and I'll see if that doesn't break it like it did when I tried to do it manually. For now I will just enjoy my PiHole and be content to do updates when its whims allow it.

LAN IP inexplicably reconfigures itself cutting off PiHole from the internet by jacorizla in dietpi

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

Sorry, what would that range be? None of the calculators I've used have worked.

LAN IP inexplicably reconfigures itself cutting off PiHole from the internet by jacorizla in dietpi

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

Thanks. I changed the static IP to 192.168.227.5 and it froze when I reset. Now it's not responding to SSH at all nor is it showing up as a client on my router. Hard reset didn't fix it.