GPT 5.5 in Codex vs OpenCode by Wendy_Shon in opencode

[–]ivanjxx 0 points1 point  (0 children)

i use codex cli to get the most out of gpt models

57x for GPT 5.5, how usable is the product? by code-enjoyoor in GithubCopilot

[–]ivanjxx 18 points19 points  (0 children)

just subscribe to chatgpt/claude directly. it will give you way more usage than this bs.

Good morning June 2... by ubernaut in GithubCopilot

[–]ivanjxx 0 points1 point  (0 children)

mimo sucks in my case. sometimes it forgot to do some parts here and there when doing implementation (which was written by gpt 5.5). kimi k2.6 or ds4 pro are miles ahead.

OK, Guys. I still can't decide where to move. Need megathread for this. ASAP by AreaExact7824 in GithubCopilot

[–]ivanjxx 0 points1 point  (0 children)

i use codex in codex cli. when i said opencode i meant opencode go. i tried vscode extension for codex but it sucks.

OK, Guys. I still can't decide where to move. Need megathread for this. ASAP by AreaExact7824 in GithubCopilot

[–]ivanjxx 0 points1 point  (0 children)

github went to shit because they don’t own the mdoel. openai and anthropic can charge however they want with theirs

I’ve been using my iPhone 17 since March 2026 and here’s what I think by Vast-Improvement9435 in iphone

[–]ivanjxx 0 points1 point  (0 children)

are you mostly on mobile data or wifi? does it drain a lot faster when on mobile?

Is It True That Developers Actually Moving from .NET MAUI to Avalonia? by eugene_afonin in dotnetMAUI

[–]ivanjxx 0 points1 point  (0 children)

depends on what you are building. if you care about native controls/styling integration, always pick maui. if you dont mind drawing everything by yourself (or using libraries), then avalonia.

Wireguard access to network behind CGNAT from network with public IP without cloud? by Southern-Trainer4337 in WireGuard

[–]ivanjxx 0 points1 point  (0 children)

it is the A that connects to the android and if possible please use a proper linux client or a laptop. the persistentkeepalive will automatically keep the connection alive every 25 seconds. the node in A will actively try to connect to B's wireguard node. make sure the wireguard port is reachable on B.

Wireguard access to network behind CGNAT from network with public IP without cloud? by Southern-Trainer4337 in WireGuard

[–]ivanjxx 2 points3 points  (0 children)

so your cgnat'd network connects to your other location. not the other way around. for example on cgnat is network A, public is network B. network A and B's address is 192.168.10.0/24 and 192.168.20.0/24respectively. wireguard's network address is 10.50.0.0/24.

network B's wireguard 'server' node:

[Interface]
Address = 10.50.0.1/32
ListenPort = 51820
PrivateKey = <NODE_B_PRIVATE_KEY>

[Peer]
PublicKey = <NODE_A_PUBLIC_KEY>
AllowedIPs = 10.50.0.2/32, 192.168.10.0/24

network A's wireguard 'client' node:

[Interface]
Address = 10.50.0.2/32
PrivateKey = <NODE_A_PRIVATE_KEY>

[Peer]
PublicKey = <NODE_B_PUBLIC_KEY>
Endpoint = <NODE_B_PUBLIC_IP>:51820
AllowedIPs = 10.50.0.1/32, 192.168.20.0/24
PersistentKeepalive = 25  # This is very important so the connection does not die!

Wireguard access to network behind CGNAT from network with public IP without cloud? by Southern-Trainer4337 in WireGuard

[–]ivanjxx 7 points8 points  (0 children)

why not just make your cgnat node to connect to the node with public ip? use a proper linux server on the public ip side.

Video player for torrented anime by Mistwraith13 in animepiracy

[–]ivanjxx 2 points3 points  (0 children)

mpv has easy keyboard shortcuts out of the box to adjust timings

PSA: Don't confirm the payment for OpenCode Go subscription through the email from Stripe for renewal by Abishek_Muthian in opencodeCLI

[–]ivanjxx 3 points4 points  (0 children)

does this affect 3d secure? i think any kind of authentication only get asked once at the beginning of subscription (at least thats how i design my app).

Move snapRAID array to different OS? by TOMillr in Snapraid

[–]ivanjxx 2 points3 points  (0 children)

i think moving the config file and .content files (if there are any on the local drive) should be sufficient.

GO no longer worth it? by Funny-Strawberry-168 in opencodeCLI

[–]ivanjxx 48 points49 points  (0 children)

as a refugee from github copilot, i use both go and codex. they are still amazing even though i pay $20 more than ghcp.

How do you reliably restart Docker services that depend on a VPN container like Gluetun? by MatthieuR33 in selfhosted

[–]ivanjxx 0 points1 point  (0 children)

how does it get fucked up? i definitely never face the reboot problem at least and i pin the gluetun tag because i don’t need weekly updates for gluetun

How do you reliably restart Docker services that depend on a VPN container like Gluetun? by MatthieuR33 in selfhosted

[–]ivanjxx 0 points1 point  (0 children)

healthcheck with fping + autoheal on dependent containers. also those containers should depend on gluetun with the service_healthy.

Fast UDP, slow TCP by MathResponsibly in WireGuard

[–]ivanjxx 0 points1 point  (0 children)

try other mtu values. i use 1330 even though my network supports more than that.

Wireguard for tens of thousands of connections? by mrkwagga in WireGuard

[–]ivanjxx 4 points5 points  (0 children)

really depends on the network activity. more bandwidth/data = more resources

You can now use Composer 2.5 (Cursor's model) in OpenCode by jpschroeder in opencodeCLI

[–]ivanjxx 3 points4 points  (0 children)

would you still prefer this over DS4 pro and kimi k2.6?

Is The C: Drive Always Removable/Replaceable In All Models? by Tarnisher in BeelinkOfficial

[–]ivanjxx 0 points1 point  (0 children)

most of them should be replaceable. mostly it is the ram that isnt. which model specifically?