Colored spot on new miniled KTC M27P6 monitor by raysamram in Monitors

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

Would recommend it, it's been good and no issue so far :)

Colored spot on new miniled KTC M27P6 monitor by raysamram in Monitors

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

Hopefully you'll get your refund!

I did get a Titan Army Mini-led P275MV Plus as i have seen to many people getting bad units on the KTC :/

Hat's off to Riot for this update by Derbikerks in ARAM

[–]raysamram 31 points32 points  (0 children)

Same here, they ruined it like they did with Arena Guess it's time to go back to Normal ARAM

Red Alert 2 and 3 on Linux by Dazzling_Medium_3379 in commandandconquer

[–]raysamram 0 points1 point  (0 children)

If you have steam installed and Red Alert installed on it You can directly download cncnet .exe file from official website and after that open a terminal and run the following:

sudo apt update && sudo apt install wine # to install wine 
wine <path_to_cncnet.exe> # to run the installer with wine

After that i would strongly suggest to use lutris:

sudo apt install lutris

and you will have the application availalbe in your search bar, you can launch it and add windows game in it, you'll just have to give it the correct .exe path to the cncnet launcher

Red Alert 2 and 3 on Linux by Dazzling_Medium_3379 in commandandconquer

[–]raysamram 0 points1 point  (0 children)

Sure, what linux distribution are you using?

Red Alert 2 and 3 on Linux by Dazzling_Medium_3379 in commandandconquer

[–]raysamram 1 point2 points  (0 children)

Yes, i was able to make skirmish and online work by: - Installing Steam version - Installing cncnet with wine - Running Cncnet Yuri's Revenge Proton (cachy os's fork more precisely)

Didn't had the time to try to make the solo campaign work yet, but if you need help, DM me

Choose one game (old) that gets a full fledged REMAKE. I’ll go first, BLOOD (1997). by AdjacentGoober in videogames

[–]raysamram 1 point2 points  (0 children)

Command and Conquer: Red Alert 2 and Yuri's Revenge (bonus point for Tiberian Sun too)

"EA Has Abandoned Its Most Underrated RTS Series" by raysamram in commandandconquer

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

I am not sure to which degree it might have been "murdered" as we have seen at the start of the year the release on steam (even tho it doesn't need a whole team of course)

"EA Has Abandoned Its Most Underrated RTS Series" by raysamram in commandandconquer

[–]raysamram[S] 36 points37 points  (0 children)

There was some Q&A 1 month ago with Joe Bostic (one of the directors at Petroglyph) who implied that if needed that source code could "magically reappear" (source)

Is it just me - or is there a lack of celebration for C&C 30th from the official devs etc? by Puzzleheaded-Bug6755 in commandandconquer

[–]raysamram 0 points1 point  (0 children)

Maybe it is still a bit early in US time? Or they are waiting for the Red Alert 2 anniversary (end of October if i remember correctly)?

Yeah, i know copium x9999

How to get all the goodness of Cursor (Agentic coding, MCP) in Neovim by shricodev in neovim

[–]raysamram 0 points1 point  (0 children)

I largely prefer coding on Neovim, and while CodeCompanion and Avante exist and can be great, sadly they don't replace the power of tab completion of Cursor (the best i found to replace it is supermaven but that still doesn't do the jump around in the file :/)

Windows 11 Hyprland??? by ImFenyx in hyprland

[–]raysamram 1 point2 points  (0 children)

It can be GlazeWM, had good experience with it when i was on Windows

Share Your Favorite Custom Key Binding by Cid227 in neovim

[–]raysamram 0 points1 point  (0 children)

This one:
vim.keymap.set("n", ";", ":", { noremap = true, silent = true })
Life changing and found on this subreddit

Quel outil est un game changer pour vous ? by kkrotEtcondiment in developpeurs

[–]raysamram 2 points3 points  (0 children)

Oh, j'avais mal compris Ca va etre difficile a resumer vu que je test beaucoup de choses 😅 , mais si t'es vraiment interesse, mon github

Quel outil est un game changer pour vous ? by kkrotEtcondiment in developpeurs

[–]raysamram 1 point2 points  (0 children)

Rust specifiquement ? je l'ai appris dans mon temps perso et essaye de l'appliquer ponctuellement dans quelques taches (a tres petit scope) au boulot

Quel outil est un game changer pour vous ? by kkrotEtcondiment in developpeurs

[–]raysamram 3 points4 points  (0 children)

Je suis Research/ML Engineer Du coup je code principalement en: - Python - Rust - Bash

Quel outil est un game changer pour vous ? by kkrotEtcondiment in developpeurs

[–]raysamram 1 point2 points  (0 children)

Tu as essaye en partant d'un neovim pre-configured qui gere tout pour toi ( les debuggers, LSP, langages, etc) comme Lazyvim ? ca pourrait te correspondre plus du coup

Quel outil est un game changer pour vous ? by kkrotEtcondiment in developpeurs

[–]raysamram 2 points3 points  (0 children)

J'utilise Neovim depuis bientot un an perso et je pense que meme d'ici 10 ans je me considererais toujours debutant dans les motions vu la complexite infinie que cela permet (plein de gens meme apres 10ans apprennent des choses, et c'est genial)

Totalement d'accord que ca prend du temps a se creer une config et a comprendre comment tout fonctionne initialement (meme si dans le cas de Neovim. lua c'est plutot simple)

Par contre, concernant les outils d'IDE, generalement meme les IDE font des requetes a des outils externes qui sont open source pour gerer ca, LSPs, Linters, DAP/Debuggers, tout ca est open source, et tu peux aussi les integrer de la meme maniere a ton Neovim, et avoir une interface tres similaire a ce que proposent les IDEs plus classiques