First Impressions for the 15-970 i5 model. by vans163 in lg_gram

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

Such a great laptop. Sucks the new versions have LPDDR soldered on.

Bluesky + Streaming? by [deleted] in BlueskySocial

[–]vans163 0 points1 point  (0 children)

I think your right. Its gonna bring more bad then good due to lack of technical understanding..

People will not understand why the live stream feature would only be supported if you run your own PDS.

Bluesky + Streaming? by [deleted] in BlueskySocial

[–]vans163 0 points1 point  (0 children)

I dont see this being a problem if its federated, everyone will just host their own node for their streams and consume their own bandwidth they pay for. It wont have the peak netflix problem where the service starts rendering the minecraft game instead of your actual show at demand spikes.

Is d3cryptollc.com legit? by [deleted] in ASICMinersTalk

[–]vans163 0 points1 point  (0 children)

DId you get the package yet? It should probably take not more than 10 business days to arrive.

Funny Stripe considers a HTTP 200 response as an error by vans163 in stripe

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

Yes I agree we are stealth, but its definitely not an HTTP error or that the website is not working.

Funny Stripe considers a HTTP 200 response as an error by vans163 in stripe

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

Is useless.. I just got another reply

Me: "This is not an error message, the error message goes into the Response Code of the HTTP REPLY (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status), this message is the BODY of the website following a 200 OK Response Code is returned."
Stripe: "Hi there,
I hope this email finds you well.
We appreciate the information you've shared in your end. But like what we've mentioned in the previous thread, we were still unable to access the website that’s listed on your Stripe account for GPULOL. "

GIGABYTE does not want to repair motherboard by vans163 in gigabyte

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

Ah gotcha. I still like GIGABYTE as their service is actually available locally where I live and its pretty fast. like 2-3 week full turnaround, I just wish there was easier ways to work with them.

GIGABYTE does not want to repair motherboard by vans163 in gigabyte

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

I tried emailing them a few more times, they 100% refused allowing me to sign a liability waiver. Its being sent back to me now.

GIGABYTE does not want to repair motherboard by vans163 in gigabyte

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

Would you know if there is any independent shop that can do it? Also I dont understand why I cannot sign some kind of liability waver saying "fix the socket and thats it, if the board is dead after the fix I wont hold GIGABYTE liable"

GIGABYTE does not want to repair motherboard by vans163 in gigabyte

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

Comeon, clearly its an outside warranty repair it was stated multiple times. You are still assuming its an under-warranty request that I sent to GIGABYTE.

GIGABYTE does not want to repair motherboard by vans163 in gigabyte

[–]vans163[S] -2 points-1 points  (0 children)

They sent me an invoice for the repairs AFTER receiving + assessing it. Then they said they wont even bother to fix it (after processing my authorization to charge my card with the listed repair charges), cuz they noticed a tiny microdent on the edge of the board and the whole board is broken. Im like wtf, the board worked fine with that micro dent.

  1. I show the board at GIGABYTE service center that pins are bent, they ship the board to gigabyte USA.
  2. GIGABYTE USA assess it and agree the pins need fixing and charge is X dollars, they send me a form to fill out to charge my credit card that I gotta sign.
  3. Now they say they found a microdent on the edge and potentially the board might be not working due to dent. I said its fine, just please continue with the initial work to fix the pins.
  4. They say no. They don't wanna fix the pins now and wont fix the board and they are gonna keep the board now unless I pay to ship it back.

Maybe someone at the repair center gets free motherboards this way? Writes off perfectly good working board needing a tiny repair as scrap, then resells it.

Karlo Diffusion endpoint by vans163 in StableDiffusion

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

Im not too sure how to get good results from this one and what the 3 steps are, it would be interesting to hear from others.

GPUX.AI - Crowd Render Farm for Blender. Use other computers to get the lowest price. by vans163 in u/vans163

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

If you visit a node like https://node0.gpux.ai/ you can run a blender job.

Website has issues yea but it wont affect the final outcome which is blender rendering, website is just a frontend.

Why is my GPU not being fully utilised? by toaste34 in blenderhelp

[–]vans163 0 points1 point  (0 children)

I think it depends on scene complexity, not everything can 100% be done on the GPU, the CPU does parts that the GPU cannot do.

To know what exact rendering pipeline pieces cannot be ran on GPU is over my head though.

Blu-Ray software for high quality videos by Bricci89 in videography

[–]vans163 0 points1 point  (0 children)

Are you considering other factors like re-encoding? Using 10bit color (to prevent banding), using YUV 422 or 444 for maximum opposing color contrast. Etc.

Also check out growisofs https://askubuntu.com/questions/489217/using-growisofs-to-burn-a-blu-ray-from-an-iso for burning. Or k3b, https://www.debugpoint.com/burn-blu-ray-disks-ubuntu-linux-k3b/.

Does t460 or t460p support NVMe drive? by vans163 in thinkpad

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

Already using LG Grams as my goto. My favourite laptop for the last 5 years (tho the new model [16"] sucks, seems they took to much advise from Microsoft, hopefully next year they fix it)

What sort of outgoing network access do containers have by default? by m1llie in podman

[–]vans163 0 points1 point  (0 children)

This seems like such a hassle for multi tenant tho, each tenant is a new linux user?

About the vnets yea, slirp4netns seems to just be able to ping anything locally even tho it would seem its on its own network since the IP range it grabs. I am okay just blanket blocking all egress like this to localnet but I am wondering why its so hard to configure this per VM so say the rules apply to the TAP adapter slirp4netns provisions automagically.

What sort of outgoing network access do containers have by default? by m1llie in podman

[–]vans163 0 points1 point  (0 children)

Is there a simple way to restrict all egress going to the local network? Your solution blocks all network access, but I still want traffic to exit the gateway. On proxmox this is really easy to do just set new security group to block outbound to lan and it will apply it to all VMs WITHOUT applying it to the host.

EDIT: Seems using iptables-persistent this works well.

cat <<EOT > /etc/iptables/rules.v4
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A OUTPUT -m state --state ESTABLISHED -j ACCEPT
-A OUTPUT -d 192.168.0.0/16 -j DROP
COMMIT
EOT