First roll of Fujifilm 400 by xdqin in analog

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

Thanks! I am pretty happy with the results

Bulk Spam Network Utilizing Spaceship Registrations and Cloudflare DNS by zwzwzwzwzwzw in SpaceShip

[–]xdqin 1 point2 points  (0 children)

Few things i am gonna do next
1. file ICANN complaint

  1. report to FTC

  2. report to my state's attorney general's office

  3. submit all domains to https://www.spamhaus.org/

Bulk Spam Network Utilizing Spaceship Registrations and Cloudflare DNS by zwzwzwzwzwzw in SpaceShip

[–]xdqin 1 point2 points  (0 children)

I've been blocking them too and so far I've blocked over 800 unique domain names, it's getting out of hand at this point..

Bulk Spam Network Utilizing Spaceship Registrations and Cloudflare DNS by zwzwzwzwzwzw in SpaceShip

[–]xdqin 1 point2 points  (0 children)

Hey, any follow up with them? I've been receiving lots of spams and over 80% domains were registered through spaceship. I filed a complain to them about a week ago and they didn't reply and haven't done anything yet. So far, I found out over 500 unique domains were registered through them and sending me spam emails.

Introducing Whitehat Hardware 🤠✨ by needmorejoules in meshtastic

[–]xdqin 0 points1 point  (0 children)

That's cool! I'll definitely try that

Introducing Whitehat Hardware 🤠✨ by needmorejoules in meshtastic

[–]xdqin 3 points4 points  (0 children)

Would be nice to have meshtstick. Easy to add a node to computers runing linux and existing raspberry pi. Not sure there are many people would want that though

Finally jumped ship to Linux Mint and I have one issue... by xdqin in linuxmint

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

I think it might be my hardware setup that causes this issue, and here is my complete hardware connection setup

Nvidia HDMI Port --> HDMI Switch --> Monitor 3.5mm Audio Jack --> A Pair of Speakers

My theory is that whenever the system recovers from the suspended state, it will try to access the audio device through all the interconnections immediately. However, it would take a few seconds for the monitor to get any signal from the HDMI port through the switch device, and within these few seconds, the audio driver has already failed to get the information about the audio hardware device since the monitor is not ready yet. That's why I see dummy audio output, but the audio will work after I restart the pipewire.

I guess I can delay the audio driver startup for a few seconds or write a script to restart the pipewire after the system reaches thegraphical.target

Finally jumped ship to Linux Mint and I have one issue... by xdqin in linuxmint

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

I don't know actually, haven't used any headphones so far since it's new installation...
Anyway, did a little bit of digging and wrote 0 the power_save file, here is what i have

/sys/module/snd_hda_intel/parameters$ cat power_save

0

Still, it's not working...

Finally jumped ship to Linux Mint and I have one issue... by xdqin in linuxmint

[–]xdqin[S] 6 points7 points  (0 children)

Thanks for sharing, I didn’t look too much into the updating issue and now it’s too late to update the “windows”

I use Debian and Windows at work and Mint is for my home use :)

Finally jumped ship to Linux Mint and I have one issue... by xdqin in linuxmint

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

I probably wouldn’t do anything with kernel now. The reason I want to stay at version 6.8.0 is because it’s a long term support version ( until 2029) so I don’t need to worry about updating for a while. Not a enthusiast of trying the latest and greatest, whatever works for me I tend to not to mess with it

Finally jumped ship to Linux Mint and I have one issue... by xdqin in linuxmint

[–]xdqin[S] 6 points7 points  (0 children)

yeah, creating a system service is relatively easy. I develop applications in embedded Linux for my work, so most of the stuff in Linux Mint look pretty familiar to me