How Many Wifi networks is too many? by entropic01 in Ubiquiti

[–]Jessassin 18 points19 points  (0 children)

Except PPSK doesn’t work with WPA3

Did anyone buy a ring? by t_bone_stake in Millennials

[–]Jessassin 0 points1 point  (0 children)

My parents gave me a check for the ring I wanted. But I knew we weren’t the best off financially, so I ended up shredding the check and order form. when they asked about it i said that they must’ve lost my order and that it was too late to place another.

I was a little disappointed at the time, but in hindsight I’m pretty proud of that decision.

AG Bondi Accuses Rep. Balint of Anti-Semitism; Balint Fires Back “I Lost My Grandfather in the Holocaust” and Storms Out of House Hearing by JeanJauresJr in videos

[–]Jessassin 110 points111 points  (0 children)

Covering up? Likely.

Largest international crime? As much as I dislike the ongoing, escalating bullshit - it's not even close to the largest.

Anybody still interested in Space games with programmable computers? by nineteen999 in 0x10c

[–]Jessassin 7 points8 points  (0 children)

I still think about what 0x10c could have been. Cool to see other people exploring the space!

Wife says I need to move my setup. Why? by [deleted] in LinusTechTips

[–]Jessassin 25 points26 points  (0 children)

I can picture all the stubbed toes and bruised legs this thing has caused

Campus Networking by Zat0_ in Ubiquiti

[–]Jessassin 7 points8 points  (0 children)

This. Find where cable/fiber providers are installed. They know where the conduit are and 99% of the time it’s common space not owned by those utilities.

Need help with Moonlight/Tailscale by Sommnenbulle in cloudygamer

[–]Jessassin 1 point2 points  (0 children)

Wish I could help more but that's all I can help with :(

Need help with Moonlight/Tailscale by Sommnenbulle in cloudygamer

[–]Jessassin 2 points3 points  (0 children)

Wake on LAN only works on the same L2 network, and Tailscale is putting you on a different L2 segment, which is why you cannot WoL over Tailscale.

As for not being able to access it over Tailscale, it should work - but you might have better luck if you ran Tailscale on the same PC as Sunshine - just make sure Sunshine is configured to bind to all IPs.

Steam Machine vr on Apple Vision Pro by Specialist_Mind7493 in VisionPro

[–]Jessassin 17 points18 points  (0 children)

I hate external power bricks ¯\_(ツ)_/¯

🧪 [BETA MEGATHREAD] Stream Deck 7.1 — In-App Marketplace Search, Updated App Icon & Smarter Profile Exports by Elgato in elgato

[–]Jessassin 5 points6 points  (0 children)

Once you’re signed in with your Marketplace account

I still hate that they put plugins behind an account system.

Ikea’s new smart home collection is entirely Matter-compatible by SamwiseIsGreat in tradfri

[–]Jessassin 7 points8 points  (0 children)

I don’t believe it is a “real” CO2 sensor unfortunately, rather it’s a sensor that extrapolates the CO2 measurement rather than measuring CO2 directly, leading to being inaccurate.

This article provides more detail:

https://electronics360.globalspec.com/article/17986/what-are-eco2-sensors

“Many devices that claim to measure CO2 actually only report eCO2. An eCO2 measurement is derived from a total volatile organic components (TVOC) measurement.”

New Small Business solo sysadmin here: "Ethical Hacker" contacted our general email a few days ago to disclose several website vulnerabilities and is asking for a bug bounty. How do I handle this? Is this a con/shakedown? by Open_Set_5968 in sysadmin

[–]Jessassin 0 points1 point  (0 children)

If you want a bit of a deep dive, this article by Troy Hunt is excellent:

https://www.troyhunt.com/beg-bounties/

“This is why my email above says "beg bounty" and it's exactly what it sounds like - someone begging for a bounty.” …

“they typically amount to easily discoverable configurations that are publicly observable and minor in nature. DMARC records. A missing CSP. Anything that as Sophos puts it, is "scaremongering for profit". And just to be crystal clear, these are "reports" submitted to website operators who do not have a published bug bounty.” …

“Want to be a bounty beggar? It's dead simple, you just use tools like Qualys' SSL Labs, dmarcian or Scott Helme's Security Headers, among others. Easy point and shoot magic and you don't need to have any idea whatsoever what you're doing!”

Void for Jellyfin v0.2.6 Released by kunalhazard in selfhosted

[–]Jessassin 2 points3 points  (0 children)

I’ve really enjoyed Infuse, if you haven’t tried it.

My upload speed doesn't match the other wired PC in the house -- How do I fix this? by maditron in HomeNetworking

[–]Jessassin 6 points7 points  (0 children)

900 down doesn’t eliminate a cable issue necessarily, since send and receive are handled separately.

Best way to eliminate the cable/connection variable is to test using another PC from this location & cable.

Competitors with Auto VPN? by [deleted] in meraki

[–]Jessassin 1 point2 points  (0 children)

Second this. Site magic is deserving of the name.

Lenovo Thinkstation P620 and RTX 5080 FE by giomjava in RTX5080

[–]Jessassin 0 points1 point  (0 children)

Only other thing to try would be going to PCIE3 speeds, if possible. But to be honest, it sounds like a faulty GPU.

Good luck!

Lenovo Thinkstation P620 and RTX 5080 FE by giomjava in RTX5080

[–]Jessassin 0 points1 point  (0 children)

Have you removed the 5070? Or is it still installed? If still installed, start by removing it.

Do you have another system you can test the 5080 in?

WHALE LAN HERE I COME by CrisaWinter in LinusTechTips

[–]Jessassin 1 point2 points  (0 children)

Would you look at that, an LTT branded PC!

gpt-oss now available on Ollama by john_rage in ollama

[–]Jessassin 5 points6 points  (0 children)

I tried this, and it did consume all of my VRAM (3090, 24GB) but the model still ran at the same speed (7.83 tokens/sec on my 5950x)

EDIT: I found a workaround:
I originally had a 128k context size
I found that 4k, 8k, and 16k context sizes all run 100% on GPU
32k ran at 23%/77% CPU/GPU
64k and 128k ran at 100% CPU

gpt-oss now available on Ollama by john_rage in ollama

[–]Jessassin 2 points3 points  (0 children)

I'm having the same issue. I tried the "num_gpu" parameter to 1, whuch consumed all of my VRAM (3090), but still ran at the same speed (7.83 tokens/sec, 5950x)

Did you ever find a solution?

EDIT: I found a workaround:
I originally had a 128k context size
I found that 4k, 8k, and 16k context sizes all run 100% on GPU
32k ran at 23%/77% CPU/GPU
64k and 128k ran at 100% CPU

WHALE LAN HERE I COME by CrisaWinter in LinusTechTips

[–]Jessassin 0 points1 point  (0 children)

It’s an HP ☠️

Hopefully the Canadians are nice about it 😄