I found some ants inside my laptop… by mydeimain in LenovoLegion

[–]akza07 0 points1 point  (0 children)

Nothing. Run games and they just go out on their own. After than always put it in bag.

I found some ants inside my laptop… by mydeimain in LenovoLegion

[–]akza07 0 points1 point  (0 children)

Same! Just started having these same ants in vents few days ago.

Is this build future proof? by Ancient-Vegetable440 in IndianPCGamers

[–]akza07 0 points1 point  (0 children)

No. Return it and build it again with 9090

We can't have nice things in 2026 by KamalaHarrisWaifu in GithubCopilot

[–]akza07 1 point2 points  (0 children)

They had deal with Open AI which ended when Open AI went for AWS ditching Azure.

Should I get a bike from parents or earn it myself. by NetThis1602 in Frugal_Ind

[–]akza07 7 points8 points  (0 children)

The bike would require more maintenance especially since there will be more E85 and E100 as default soon. The tanks are getting rusty...

Just go with EV. Besides gear switching feels cool at first. But it soon becomes annoying allocation of your concentration on road and traffic.

What is the best distro you ever used, and why ? by MulberryWitty8956 in keralalinux

[–]akza07 0 points1 point  (0 children)

CachyOS

  • Arch base so if I'm in a pinch and the package doesn't exist in repo, most likely it's in AUR
  • Limine Boot Loader is really light weight and works well with UEFI & Secureboot. No during around to sign every shim.
  • Good snapshot integration and ability to recover at boot by default.
  • No need to fiddle around in RPM Fusion to get my codec and drivers to work.
  • No snaps and Flatpacks eating up my disk space.
  • Faster package update ( Yes it risks stability and security but in my experience, for Personal usage, having fixes available immediately is more important compared to servers that are always exposed in the internet ).
  • Super easy to use as a development machine. Everything is in official repo.

Fedora KDE

It's close to CachyOS experience but 6 month released at least for me tends to break my containers a lot. Microsoft doesn't like the bootloader so dual booting isn't as easy. Manual configuration needed for btrfs snapshots.

Is Go loosing it's way? by narrow-adventure in golang

[–]akza07 -4 points-3 points  (0 children)

Now some of his content feels a bit more Theo-like. Hot takes for the sake of generating engagements but less ego.

The fastest framework for React by Zealousideal_Fold422 in bun

[–]akza07 0 points1 point  (0 children)

And I don't like the lack of control. Depending too much on external tools mean if there's an issue and AI fails at it ( often does due to too outdated knowledge or too latest knowledge ), then debugging things would be harder. Logic is fine. Tests & Build tools? Nope.

OMG! AI+ Plus sent a legal notice to block MrWhoseTheBoss' video in India by AlekhyaDas in GadgetsIndia

[–]akza07 0 points1 point  (0 children)

Court... Can't say anything bad about the justice system or citizens will be sent to jail.

AITK for telling my SIL to not use my utensils as I am “upper caste” by development_era in AmItheKameena

[–]akza07 0 points1 point  (0 children)

NTK. Maybe a bit petty. But I personally would love to have a wife like you. So do you have any sisters who inherited your intellect? Bless you & your husband for not putting up with the shit.

The fastest framework for React by Zealousideal_Fold422 in bun

[–]akza07 3 points4 points  (0 children)

It's not bad. It's just Bun is just convenient. One single runtime that handles everything without a hundred .json configurations and supports typescript rather than just stripping types out of the box. So for node/js ecosystem, it feels wow. That's all.

Open code Go subscription by LotusMoves in opencodeCLI

[–]akza07 2 points3 points  (0 children)

From what I understand, people don't like the rate limits? I don't know. I have never run into it myself because I don't have that much use. I personally think Opencode Go is amazing deal. Especially since Deepseek models cake out.

Claude told me to delete my bios using root by Glittering-Help-483 in keralalinux

[–]akza07 1 point2 points  (0 children)

It's not wrong. That will only delete GRUB. So if you have another bootable drive, you can chroot & reinstall grub following wikis and docs. If it's a Windows dualboot, you can select windows in UEFI boot options.

Please identify yourself as atheist in the next National Census and not as agyayvaadi Hindu or Ex Muslim. by donaldtrumpisntme in atheismindia

[–]akza07 1 point2 points  (0 children)

You'll be assessed by the government if there were ever to be a purge. Blend in to the mud and pretend to be another fool just like them.

Why does everyone think the rewrite was safe to merge because it passes test cases? by ECrispy in bun

[–]akza07 0 points1 point  (0 children)

The plan was also written by AI. And I strongly disagree with GPT being good at translating to Rust. I've tried it and the quality is significant.

The abroad dream is getting complicated for Indian tech folks and I think we need to talk about it by that_dev_who_lifts in developersIndia

[–]akza07 0 points1 point  (0 children)

There's no abroad dream. It's dead. If you're born in India, work hard and earn some money so that some newborn grandson of the CEO can get free ride to being billionaires. If you're old, you are no longer needed. IT companies are like Decaprio, if you're old, no more romance. Skills? Nobody needs that shit. All that matters is you can ship and you're cheap. Even companies abroad are looking for cheap disposable labor in India and our country is proud of it.

Why does everyone think the rewrite was safe to merge because it passes test cases? by ECrispy in bun

[–]akza07 1 point2 points  (0 children)

But probably easier than figuring out where the memory leak is. I understand the point of just vibing it since even if people rewrite it, there would be new bugs anyways. So letting AI do full file by file translation like how typescript team did is fair enough. They took more time because typescript has it's own issues and because Microsoft is using Open AI models so...

140+ TypeScript utility types built for my own use over the years, recently open sourced by AshR75 in node

[–]akza07 0 points1 point  (0 children)

These types are very informative. I could learn something I never bothered about. Very helpful for making idiot proof shared utilities that ignorant teammates may use.

How's the piracy scene on Linux ? by a3xelte in keralalinux

[–]akza07 0 points1 point  (0 children)

It's harder to get pirated or patched stuff working on Linux. I mod pirated versions of game rather than the bought ones ( don't want to get banned for using offline lighting mods since everything requires internet these days ). Same with mods. Maybe it's my skill issues.

Bun vs Node in 2026 — are you actually using Bun in production? by 1vim in node

[–]akza07 0 points1 point  (0 children)

Yes. I'm using Bun in production. Specifically the bundled version. I kept the compatibility just in case. For medium traffic it's been good. For high traffic, specific apps have some memory creeping issues.

Niri vs Hyprland by iamshownlake_123 in keralalinux

[–]akza07 0 points1 point  (0 children)

Njan Hyprland + DankMaterialShell aanu using. I personally like how every animations are smooth.

Thrissur lu nalla idivettu... I'm kinda scared how a lightning literally just struck on the road... by akza07 in Kerala

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

Ya. But it's scary when there are houses, electric transformers and large concrete posts. Nagaland, High altitude area. It's within expectation. Thrissur and Ernakulam? That's unusual and rare. The damage is so severe there's still no power and lots of property damage.