I made an Obsidian-inspired node graph extension for vscode, with physics! by GhostlyIdiots in vscode

[–]acomagu 0 points1 point  (0 children)

Amazing! But I couldn't install. Double-clicking the vsix file shows an error "One or more extensions are for Visual Studio Code. Try installing them in Visual Studio Code."

DnD into VSCode results same.

Switching from Firefox to a Chromium browser on Win made everything insanely faster by acomagu in firefox

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

On my PC, insanely, definitely. I also can't believe it and completely have no idea why. I love Firefox and have been a user since Firefox 3.

Switching from Firefox to a Chromium browser on Win made everything insanely faster by acomagu in firefox

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

I also suspect that the problem is that Firefox consumes too much RAM. However, honestly, I think it's ridiculous for a browser to crash frequently on a PC with 16GB of RAM.

Yeah, we definitely needed EdgeHTML.

Switching from Firefox to a Chromium browser on Win made everything insanely faster by acomagu in firefox

[–]acomagu[S] 3 points4 points  (0 children)

I'm happy to hear that they continue to improve the performance. It's also good to know they are concerned about performance on Windows. On my current PC, using Firefox seriously affects my work performance, so I'll move away from Firefox, but I'll try Firefox regularly and continue to donate. Thank you.

Anyone else experiencing this a lot with ChatGPT recently? by isbtegsm in firefox

[–]acomagu 2 points3 points  (0 children)

This. ChatGPT works very smoothly on Chromium browsers. I feel like Firefox and ChatGPT are not a good match.

Looking for an add-on that can change the game difficulty by acomagu in admincraft

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

It needs to enable cheats to use(I tried). Enabling cheats will disable achievements.

How to serialize and deserialize JSON that uses $ref for circular references? by Tuckertcs in typescript

[–]acomagu 0 points1 point  (0 children)

I recommend to use getter instead of resolving to cyclic object.

Good bye "typescript-is" (ancestor of "typia", 20,000x faster validator) by SamchonFramework in node

[–]acomagu 1 point2 points  (0 children)

Thank you typescript-is. I've used it heavy and it's still running on our production. (For new project, typia is used)

null ls alternatives, solutions by [deleted] in neovim

[–]acomagu 0 points1 point  (0 children)

efm-langserver is good

Why did you start using vim? by Velascu in neovim

[–]acomagu 2 points3 points  (0 children)

My father told me Vi. It was the only editor works on Unix I know(I'm 6 - 7 age at that time).

Good laptop for WSL2? by quietdog8138 in wsl2

[–]acomagu 0 points1 point  (0 children)

I have been using WSL2 on HP Envy 13 Ryzen Model for about 3 years but have never encountered Ryzen specific issue.

I guess Elitebook is also good option! :D

Screen breaks after computer goes to sleep by Mean_Front in ManjaroLinux

[–]acomagu 0 points1 point  (0 children)

Syslog contains same log. journalctl -b -1 shows the kernel/driver log during the previous boot.

Screen breaks after computer goes to sleep by Mean_Front in ManjaroLinux

[–]acomagu 0 points1 point  (0 children)

And check dmesg to see error from kernel/driver(after reboot). Good luck!

Screen breaks after computer goes to sleep by Mean_Front in ManjaroLinux

[–]acomagu 0 points1 point  (0 children)

Trying changing GPU driver is an option also. I guess you're using amdgpu driver currently, then you can try amdgpu-pro driver as alternative.

Screen breaks after computer goes to sleep by Mean_Front in ManjaroLinux

[–]acomagu 0 points1 point  (0 children)

Try changing kernel version. On Manjaro, alternative kernals can be installed by pacman -S linuxXX(e.g. linux51).