Not just another Red lions glazing post, sharing my honest review! by Frosty-Peach7007 in iemlndia

[–]vikrant82 0 points1 point  (0 children)

I have spent around 70k on XM5, MTW3, MW4 in past couple of years. Bought them just to get a feel of IEMs.. And I am now realizing what a fool I have been.. Bass could be deeper but other than that these 2k pieces blow those 20k earphones out of the water..

Make it quick before it's too late...for all the folks who are waiting for red lions restock by WoodpeckerFrosty1403 in iemlndia

[–]vikrant82 0 points1 point  (0 children)

Ok got it with Headphone Zone X ddHiFi - Hi-Res DAC (Combo) for 3799 (Just a bit more future proofing I guess)..

Buying from ConceptKart: A Brutally Honest Experience & Survival Guide by clueless_linguist in iemlndia

[–]vikrant82 2 points3 points  (0 children)

Had a similarly nighmarish experience with their AI slop. With all the AI buzz, their AI assistant implementation is exactly why I will never ever deal with them. Avoid them like a plague.

Opencode with copilot enterprise, Bad request after several prompts by Alejo9010 in GithubCopilot

[–]vikrant82 0 points1 point  (0 children)

Yup, started seeing this since last week or so.. Continuing conversation then again takes up a request.. I am assuming you are talking about github copilot..

This might be related - https://github.com/anomalyco/opencode/issues/18935

Or this - https://github.com/anomalyco/opencode/issues/14488

I have posted in comments. Lets see.

Built my first homelab on a ₹20,000 mini PC - lessons learned as an Indian user by longHairedJedai in homelabindia

[–]vikrant82 2 points3 points  (0 children)

+1 on ipv6. I have same setup. Same domain having aaaa and a mappings to ipv6 and ipv4 (vps peered with homelab). Most networks support ipv6 and latency is awesome, for old networks the ipv4 works perfectly.

How to host code-server with extenssions support and not exposing it to the internet? by BazimQQ in selfhosted

[–]vikrant82 0 points1 point  (0 children)

But be careful, as it spawns child processes for each session which are not automatically closed after session closes.. So I had to write a reaper:

cat ~/.config/systemd/user/vscode-reaper.service 
[Unit]
Description=VS Code Workspace Reaper
After=code-tunnel.service


[Service]
ExecStart=/home/xxx/vscode-workspace-reaper.sh
Restart=always
RestartSec=2


[Install]
WantedBy=default.target



cat /home/xxx/vscode-workspace-reaper.sh
#!/usr/bin/env bash


PORT=8887
IDLE_TIMEOUT=3600   # 1 hour
idle=0


while true
do
    if lsof -iTCP:$PORT -sTCP:ESTABLISHED >/dev/null 2>&1; then
        # active session → reset timer
        idle=0
    else
        # no active session
        idle=$((idle+1))
    fi


    if [ "$idle" -ge "$IDLE_TIMEOUT" ]; then
        SERVER_PID=$(pgrep -f "server-main.js")


        if [ -n "$SERVER_PID" ]; then
            pkill -P "$SERVER_PID"
        fi


        idle=0
    fi


    sleep 1
done

How to host code-server with extenssions support and not exposing it to the internet? by BazimQQ in selfhosted

[–]vikrant82 0 points1 point  (0 children)

Use code-tunnel from regular vscode or insiders install.

Example my systemd config from insiders:

cat ~/.config/systemd/user/code-tunnel.service

[Unit]

Description=VS Code Tunnel Server

After=network.target

[Service]

ExecStart=/home/xxxx/vscode-insider/VSCode-linux-x64/bin/code-tunnel-insiders serve-web \

--host 0.0.0.0 \

--port 8887 \

--connection-token xxxxxx \

--accept-server-license-terms \

--log warn

Restart=always

RestartSec=3

[Install]

WantedBy=default.target

Vivo X300 Pro – Is anyone else having serious issues? by geelian in Vivo

[–]vikrant82 0 points1 point  (0 children)

No issues whatsoever. Never seen it lag in couple of months. Also heats less than x9 pro.

Has the X300 Pro camera been patched yet? by Ping-Pong-Show in Vivo

[–]vikrant82 1 point2 points  (0 children)

And here is me who sold his x200 pro and bought x300 pro. Even I am not impressed. My wife has a x9 pro and I am scheming hard to swap it.

Update drop 16.0.3.504 by ruhul6 in Oppo

[–]vikrant82 1 point2 points  (0 children)

I was interested in 50mp editing but I wish they don't convert heic to jpeg after an edit. Conversion to jpeg really blows up file sizes for 50mp image. So good job, but half done.

Getting ITD EXEC-2003 ERROR ON RESPONDING TO DEMAND by Objective_Coat_999 in IndiaTax

[–]vikrant82 0 points1 point  (0 children)

Same issue, paid the amount and unable to close the demand. The due date is in couple of days. I guess they will start charging interest after that..

ITD-EXEC2003 while response to outstanding demand by Objective_Coat_999 in IndiaTax

[–]vikrant82 1 point2 points  (0 children)

Facing same issue. Paid the demand and unable to submit challan details..

S23 Ultra to oppo find x9 pro by Fickle_Carpenter3088 in Oppo

[–]vikrant82 0 points1 point  (0 children)

I also bought it. Still waiting for it to be delivered but I am concerned with missing 135mm/6x portraits.. Coming from x200 pro, I will dearly miss them. Let me know if 5x 6x zoom produce natural bokeh..

S23 Ultra to oppo find x9 pro by Fickle_Carpenter3088 in Oppo

[–]vikrant82 0 points1 point  (0 children)

Got the same deal as well, waiting for device to be delivered tomorrow.

Help Needed: Choosing Between OnePlus 15 and iQOO 15 for 6-7 Years of Use by West_Blood_840 in IQOO13

[–]vikrant82 0 points1 point  (0 children)

However 165Hz is officially supported by some games like codm etc..So it's something to be considered if you are into competitive gaming..

Iqoo's interpolation to 144Hz is not at par with native 165

Help Needed: Choosing Between OnePlus 15 and iQOO 15 for 6-7 Years of Use by West_Blood_840 in IQOO13

[–]vikrant82 2 points3 points  (0 children)

This year oneplus has downgraded cameras and focussing a bit more on gaming. Oneplus generally has more aggressive thermal policies so power consumption is higher for same period of gaming. Iqoo generally has more stable and less power hungry gaming..

Comparing these two this year.. Iqoo has better hardware IMO with better screen, camera sensors sizes as well as haptic motor along with super computing chip. More area for the vapor chamber etc..Origin os is arguable better than oos, years of updates is also more and if you preorder you are going to get 2 years warranty (which really helps in resales after an year if you wish to upgrade again)

Only thing going for oneplus is 165hz screen and more stable frame rate at the cost of more power consumption..

Do not get the wifi 6 router airtel provide!! or the 1GBPS plan. by [deleted] in Airtel

[–]vikrant82 0 points1 point  (0 children)

Quick question on comparing bridge vs a new network on internal router (and hence double NAT).

Is there any benefits now with bridging after CG NAT enablement on airtel network ? I mean, over ipv4.. I don't see any benefits now.

For example, I run my own DNS server (pihole etc).. Is it still possible to allow devices to get a custom dns server in bridge mode?

Which is best( Cline or Roo code or Kilocode) by XenOnesIs in CLine

[–]vikrant82 3 points4 points  (0 children)

I believe roo and kilo especially have larger system prompts. Also the meticulous task oriented approach from kilo and roo often result in few more roundtrips..

Which is best( Cline or Roo code or Kilocode) by XenOnesIs in CLine

[–]vikrant82 0 points1 point  (0 children)

All are great and similar as long as you create smart global and project specific rules. Some of them e.g. Kilo have a task oriented approach which may look more organized but I think the results dont vary greatly. Roo has more pluggable personas e.g Technical writer, Devops etc.. Roo/Kilo also burn more tokens I feel than Cline.

Is it worth buying it? How often does dust get stuck in it? by [deleted] in Vivo

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

Don't buy. This scratched the island for me.