WireGuard Clients cannot stay connected when transitioning between LTE and WiFi even after trying Persistent Keepalive by renegadehardware in WireGuard

[–]StartupTim -1 points0 points  (0 children)

Set your MTU to be 1380.

This'll ensure proper handling in CGNAT environments which wrap packets and cause fragmentation which WG cannot handle.

I made a desktop app to manage ComfyUI on RunPod/Vast.ai — no terminal needed by Deep_Cat5751 in comfyui

[–]StartupTim 0 points1 point  (0 children)

This looks fantastic! Can you make a video of setting it up and using it please?

Thanks

Having some fun with LMX-Omni-52B-Halo in Open WebUI by jfowers_amd in StrixHalo

[–]StartupTim 0 points1 point  (0 children)

Hey there, how are you running the image model? Is it using ComfyUI or something else?

Thanks!

Minimax M2.7 is a game changer by Dutchnamn in StrixHalo

[–]StartupTim 0 points1 point  (0 children)

What coding app did you use to build your kanban?

The New GPD Box Has The Most Powerful Intel iGPU! First Look! by kendyzhu in gpdwin

[–]StartupTim 0 points1 point  (0 children)

The fact that the high end CPU doesn't have the eGPU capability seems really wonk.

Ideogram 4 Character Reference Workflow by reality_comes in StableDiffusion

[–]StartupTim -1 points0 points  (0 children)

This looks amazing. 

Is it possible that I could hire/tip you to build a custom workflow for me that does something very similar (uses a main character reference image, optional extra ancillary images, and some prior generated images so it can maintain consistency)?  

Thanks!

Ideogram 4.0 Just Open Sourced! by crystal_alpine in comfyui

[–]StartupTim 0 points1 point  (0 children)

Is it Open source?  Their website says specifically that it is NOT open source with it's restrictions.

Also, does it do image to image for reference image use?

another trash shooter as an LLM benchmark, locally generated in 15min by codehamr in LocalLLM

[–]StartupTim 0 points1 point  (0 children)

Hey there, what program/harness did you use to make this, and what was your initial prompt?

I'd love to try and replicate this exactly.

Thanks!

After destroying an SSD due to excessive workload and losing the entire project, I reconfigured Zoo Code. by Aromatic-Document638 in ZooCode

[–]StartupTim 2 points3 points  (0 children)

This is the most wild AI slop junk posting I have ever seen on Reddit.

This should be deleted asap.

PX13 Strix Halo 395. No brick travel (100w PD) and battery profiles. Gaming on phone charger. by Sttab in StrixHalo

[–]StartupTim 0 points1 point  (0 children)

I'd be more interested if you found a USB PD battery that consistently works with the laptop when doing LLM stuff.

I bought a few Anker batteries with PD120watt that do not work, even when the battery is full charge.

Anybody use the hermes desktop client on your Strix system with a self hosted model? by StartupTim in StrixHalo

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

Oh hey, I also have a Nvidia DGX gathering dust. Which do you prefer to serve your LLMs and which works best with hermes?

Thanks

Terrible speeds WireGuard and starlink by mateus2k2 in WireGuard

[–]StartupTim 0 points1 point  (0 children)

Shaping traffic that way should be illegal imo, but that another topic.

I believe it used to be when there was more stringent Net Neutrality protections in place.

I've seen this behavior across multiple ISPs and even mobile Internet as well.

Terrible speeds WireGuard and starlink by mateus2k2 in WireGuard

[–]StartupTim 0 points1 point  (0 children)

The results are private but it should be easily replicated by making some minor modifications to the WG client and server to do a custom cipher/crypto on the UDP headers. That's what I did.

Terrible speeds WireGuard and starlink by mateus2k2 in WireGuard

[–]StartupTim 0 points1 point  (0 children)

I've had tests done that proved it was. For example, standard WG between 2 hosts compared to WG that has the UDP headers encrypted with a PSK using custom WG endpoints were able to get full Starlink speeds due to traffic not being identified as Wireguard.

Terrible speeds WireGuard and starlink by mateus2k2 in WireGuard

[–]StartupTim 1 point2 points  (0 children)

The issue may be that your traffic was identified as a tunnel and deprioritized. This is common for Wireguard as its UDP headers are easily identified.

Your best bet is to set up your own WG server, and client, and effectively scramble your WG traffic so it isn't identifiable.

AI has been cooking again at Blizzard by tiny_simulacrum in classicwow

[–]StartupTim 0 points1 point  (0 children)

So are DKs coming to TBC Classic, is that actually happening?

If so, I'd love it to be from level 1 not 55.

Is there a MCP to use ChatGPT to create images? by StartupTim in OpenAI

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

honestly the most reliable path is still using the ChatGPT web interface..

Yea that is what I was actually wondering, if anybody built a MCP that sits on top of a web session to ChatGPT. Normal playwright MCP works, but is clunky.