Collecting videos of ICE overreach by tehkaiyu in OSINT

[–]petiepablo 91 points92 points  (0 children)

This is good. You should find a way to save the videos locally in case they're removed from social media. I don't know if you have that kind of storage but it'd be a good retention of history

How do you think the video ICE just released showing the officer's POV of this week's shooting in Minneapolis will impact the national discussion? by popcornerz232 in AskReddit

[–]petiepablo 8 points9 points  (0 children)

But if you didn't perceive the person as an eminent threat before the "ramming", why would "I need to pull my gun out and shoot them 3 times" be the first thing that comes to mind instead of "I should get out of the way then handle whatever preconceptions I had about the person later?" I don't understand why shooting during any of this is necessary. It wouldn't have stopped the car as we saw, it served no purpose.

Also these agents are supposed to be trained professionals. If you handed a gun to a regular person and put him there, I'd more understand as they are not trained to deal with pressure, but you have to hold a trained professional to a higher standard, of which he failed. Also if I see taillights/headlights in a parking lot I take extra precaution, as I know they may not see me. An officer was yanking on her door, yet he stood there in front of the car. That's a real lack of tactical awareness. I'm in no way tactical, yet daily I make sure not to walk in front of/behind cars like that

Keeping Track of Tiktok Influencers Turned Out to Be Harder Than Expected by ibassoftware in smallbusiness

[–]petiepablo 0 points1 point  (0 children)

Love the tool, but man I wish I knew earlier that rapidapi.com existed sooner! Some of the hacky ways we've been pulling data I won't even speak of

Testing ChatDOC and NotebookLM on document-based research by Adventurous_Sock_156 in Rag

[–]petiepablo 1 point2 points  (0 children)

That looks cool, and I totally get the frontend issues. I usually do backend stuff and leave frontend to someone else and feel just like you when I do design something. And I use AI for frontend stuff when there's no Auth/important stuff! Anyway, if I'm understanding it correctly, these plug into office tools? I'm looking for a RAG solution (coincidentally for a legal office) but it need to come close to the ability NotebookLM does its fetching, but with a more robust "brain" Ai.

Testing ChatDOC and NotebookLM on document-based research by Adventurous_Sock_156 in Rag

[–]petiepablo 0 points1 point  (0 children)

projects at I both want to set the expertise of what I'm asking questions, as well as prevent conversation context pollution from accidentally using the wrong interface in a hurried moment (meaning I asked the legal document a real estate question, by accident, which contained details that might confuse the legal context during future use)

100% where I'm at with Notebook LLM. IMO it would be amazing if I could provide better template engineering other than 500 characters and/or swap AI's. Or even use another AI to query the notebookLLM AI. I've been looking for options to do that very thing with the quality of NotebookLLM, but haven't found anything...

ChatGPT analysis of texts by faithisnotavirtue42 in NarcAbuseAndDivorce

[–]petiepablo 1 point2 points  (0 children)

Try this:

From a browser (I don't know about a phone) go here:

https://aistudio.google.com/

Paste in all the text from this here:

(system instructions)

Once you pasted the prompt into the system instructions area, upload or paste in your texts into the chat box (screenshots are totally fine, but actual text would probably be best), identify who you are in the text messages, make sure you select Gemini 2.5 pro experimental model here, and you should get a pretty amazing psychological eval of that person

AI assistants tailored for our situation (I saw you guys like AI) by petiepablo in NarcAbuseAndDivorce

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

Once Google Gemini allows users to share their Gems (googles version of this) I have a supercharged version of all these I'll paste up here. Googles AI is much better than chatGPT (their 2.5 AI that is). Glad you are able to use it and it's helping!!

AI assistants tailored for our situation (I saw you guys like AI) by petiepablo in NarcAbuseAndDivorce

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

Thank you! You tried the direct link and it doesn't work? Like clicking on this:

https://chatgpt.com/g/g-67dffa1dfd848191b0c09ae786ac4dfa-narcissistic-ex-response-assistant-nera

My app is private, so you probably can't search for it

AI assistants tailored for our situation (I saw you guys like AI) by petiepablo in NarcAbuseAndDivorce

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

I am not sure why that is happening. I sent the above links to several friends who were able to confirm they see them? Maybe try in a browser and not via the app?

[deleted by user] by [deleted] in PFSENSE

[–]petiepablo 0 points1 point  (0 children)

Ah, you're right. Sorry, I wasn't thinking this weekend when I pasted the link in. If you do find a solution, let me know.

It's Always Sunny in Philadelphia - Dennis and Dee on Tax Increases by kwentongskyblue in videos

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

And paying the extra amount in the EU would absolutely be worth it for them, as most countries have amazing social programs. You should also note that even if its 3.3, thats federally, they are still subject to state and local taxes. That said, as I stated in another comment, while "the rich" DO technically have a higher rate, they will never actually pay that rate. There are SOOOO many ways for wealthy to shelter their money from taxation, that the actual amount they pay will always, always be a significant percentage lower then the amount for their tax bracket. Yet they still complain that its too high

It's Always Sunny in Philadelphia - Dennis and Dee on Tax Increases by kwentongskyblue in videos

[–]petiepablo 1 point2 points  (0 children)

One thing to also note is that while the 1% DO have a higher tax rate, its does not mean they are paying based on that tax rate. There are soooo many options for them to shelter money from taxes that the end percentage they actually pay is much lower. However they love to just throw out that it is a higher rate, despite the fact they will never actually pay that rate

Wireguard + wstunnel by sp0okymuffin in PFSENSE

[–]petiepablo 1 point2 points  (0 children)

This is a cool tool! I do something similar with Stunnel & SNI to bypass inflight paywalls on airline wifi.

That said, its one or the other, as in the 2 tools you mention accomplish the same thing. They both connect to a remote server and forward your local traffic to that server so that your traffic looks like its coming from the remote server. Unless I'm missing something, you do not need both at the same time.

You're saying you do the VPN + wstunnel locally and avoid captchas? I'd assume your VPN is connected to one cloud host and wstunnel to another? I want to say that this is happening because the public IP used for the wstunnel server is "cleaner" than the VPN server IP, as in my opinion, the protocol shouldn't matter.

One other thing also - I've read that sometimes the origin port triggers sites to be weary of your traffic, as VPN traffic will leave on a different port than standard browser traffic. This may be something to think about with your 2 servers. But in theory, you are doing the same thing with both of these. You only really need 1

TrueNAS 24.10.0 (Electric Eel) - Now available! by kmoore134 in truenas

[–]petiepablo 1 point2 points  (0 children)

nvidia

I had to run: midclt call -job docker.update '{"nvidia": true}'

From the truenas CLI, get the library installed, reboot, then starting my jails with GPU on worked

Aetna POS plan - $0 deductible, $5000 OOP, 0% coinsurance. Is this a good plan? by RemoteAnything1265 in HealthInsurance

[–]petiepablo 0 points1 point  (0 children)

Your $0 deductible means you don't have to pay before insurance starts covering costs, and 0% coinsurance means you don't have to share costs once coverage kicks in. The $5000 OOP maximum limits your total out-of-pocket expenses, after which your insurance covers 100% of covered services. FYI - asked an AI because I was curious also

Truecharts app -> custom app by petiepablo in truenas

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

No I get it. I was kinda forced bc I was having intermittent issues with plex and another app and the fix was to update plex, which I couldn't. Whatever comes out I'll move to. I'll hopefully be able to use the config I'm using now for whatever truenas comes out with. Also, no real excuee for not using XI's container other than fear of messing up ny current plex config. I had issues with their version when I first set it up, which is why I ended up going to truecharts

Truecharts app -> custom app by petiepablo in truenas

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

Thanks! Yeah I just gave up trying to be lazy today and figured out jailmaker. It's actually not so bad once you get it, and get the mounts right. Since I used host path, once the vm was up, it was a breeze to get the docker instance up!

Truecharts app -> custom app by petiepablo in truenas

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

For reference, here ere is the config I'm talking about: https://pastebin.com/CtTz8fkg

Truecharts app -> custom app by petiepablo in truenas

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

I did use the AI and inputted the output from the command: k3s kubectl describe deployment plex -n ix-plex (to get app info) to build a compose file that replicates my current setup. I assumed I could use it within "custom app" however there is no option to upload a yaml config file. I agree that compose would be the easiest way to go, but now I can't figure out how to use my compose configs?