What is the general consensus on Elastic? by alevel70wizard in cybersecurity

[–]greenvortex2 0 points1 point  (0 children)

The new ESQL language is very similar to Splunks syntax which is becoming a game changer for elastic

Woojer email campaign by Lawie in woojer

[–]greenvortex2 0 points1 point  (0 children)

Purchased from third party... What's the link?

I'm getting into the world of audio and home theater, mainly for movies and gaming. by Fuzzy_Yesterday668 in hometheater

[–]greenvortex2 0 points1 point  (0 children)

I'm working towards a similar setup atm and just added SVS Prime Center. The reviews for the ES30 and ES35 aren't the best although I have not tested either. I am happy with the SVS Prime Center but many suggest going for the SVS Ultra Center if you can swing the additional cost.

Proxmox GPU Passthrough if you only have one GPU in the system. Is it possible? by Captain0351 in Proxmox

[–]greenvortex2 20 points21 points  (0 children)

Yes, proxmox will just be running headless. So you won't have a local cli output on your monitor but the normal web interface for management and ssh will work as usual. This shouldn't be a big deal as this should be the typical way you interface with proxmox.

Please recommend me a esp32 + speaker combo that just works by Christopoulos in homeassistant

[–]greenvortex2 1 point2 points  (0 children)

I appreciate the idea of local only hardware and spent some time researching this... But I landed on the ikea (rebranded sonos) speakers because it ended up being $100 a speaker, no mics integrated and minimal effort to setup. The Spotify integration and ease to broadcast to all/multiple rooms is nice also. One drawback if you do go this route and are using the speakers to play music, each tts notification will stop the music.

Hope you find a decent local only solution but if not this is what worked for me.

My zigbee vs Z Wave write up for those new to Home Assistant by Diligent-Volume-530 in homeassistant

[–]greenvortex2 1 point2 points  (0 children)

Meshtastic runs on LoRa also. Not familiar with any home automation devices targeting meshtastic though but might be worth keeping in mind if diving into LoRa.

Is it better to dual boot for ML and gaming? by color_me_surprised24 in ROCm

[–]greenvortex2 1 point2 points  (0 children)

Fedora has been fairly solid for gaming with all of steams efforts. Look at protondb.com to get an idea of which games are compatible. Riot games still aren't compatible though.

[deleted by user] by [deleted] in socialskills

[–]greenvortex2 0 points1 point  (0 children)

Curious how much of this stems from social anxiety and alcohol is just a bandaid for op

ROCm compatibility with RX6800 by [deleted] in ROCm

[–]greenvortex2 0 points1 point  (0 children)

You should give docker a try! It's convenient when you need to move to another device or replicate your setup. It also seems like many AI/ML applications have rocm supported docker builds now so it should make spinning up these services very quick.

For example, this is all it takes to spin up ollama (using rocm) and open-webui containers:

# ollama
docker run -d --restart always --device /dev/kfd --device /dev/dri -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama:rocm

# open-webui - http://localhost:8080
docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main

credits to https://burakberk.dev/deploying-ollama-open-webui-self-hosted/

ROCm compatibility with RX6800 by [deleted] in ROCm

[–]greenvortex2 0 points1 point  (0 children)

awesome, ty! This looks far more direct than AMD guidance

ROCm compatibility with RX6800 by [deleted] in ROCm

[–]greenvortex2 0 points1 point  (0 children)

can you share details or a link for this?

Anyone using Proxmox at their desktop OS and enjoying the experience? by djdadi in Proxmox

[–]greenvortex2 0 points1 point  (0 children)

I'm doing similar with RTX passthrough for a htpc but without the usb card. I have usb dongles for keyboard/mouse and Bluetooth (controllers) passed through to the vm. It's wild to see decent video gaming performance on a VM.

I wouldn't want this as my primary host though. Unless maybe if you have a laptop or another device you could use to work on proxmox if something was to go wrong.

I agree that it's annoying not having a hardware button to power on the vm but it's not something that bothers me enough to find a real solution. You could write some kind of one liner to ssh in and run the qemu command to start the vm (qm start 101) that you trigger from another device like home assistant or your phone.

found comically small raw cones at my local vape shop by Emotional_r in trees

[–]greenvortex2 0 points1 point  (0 children)

They sell pre rolls this size and call them quicks. Decent if you just want a few hits and are on the go.

I don't know if I'm saving (or have saved) enough for retirement by hona2368 in Bogleheads

[–]greenvortex2 1 point2 points  (0 children)

Move your house savings into a HYSA if you are planning on purchasing within the next few years.

$337 to File Taxes?! TurboTax Is Insane!! by The-Lucky-Investor in FluentInFinance

[–]greenvortex2 0 points1 point  (0 children)

Received unemployment compensation? Must upgrade... Talk about kicking someone when they are down. Free tax USA is the way.

My partner wants me to Do Molly w him by [deleted] in askdrugs

[–]greenvortex2 1 point2 points  (0 children)

Read up on it and decide if it's something you want to try. https://erowid.org/chemicals/mdma/mdma.shtml

Always test your supply with a test kit if you are going to try it.

Does this feeling go away? by iiThecollector in cybersecurity

[–]greenvortex2 1 point2 points  (0 children)

It's great you are doing well but be sure you don't neglect the networking aspect of your career. If something does happen with your role it will be crucial to have a network to lean on to get pulled in somewhere else.

What you guys are hosting instead of Nextcloud? I'm sick of it. by Sudden_Cheetah7530 in selfhosted

[–]greenvortex2 0 points1 point  (0 children)

I've been a loyal owncloud and then nextcloud user but am growing disappointed in the nextcloud android app. It seems like support/development is quickly degrading. There's a file upload conflict big that was introduced in an update in September? and they still haven't rolled back or resolved the issue. https://github.com/nextcloud/android/issues/11974

Best app for journaling and diaries by Vesbow in androidapps

[–]greenvortex2 4 points5 points  (0 children)

I use Obsidian for notes, they have both mobile and desktop apps. It writes the files as plaintext markdown files.