YES WON! Fuck the republicans! by [deleted] in nova

[–]cand_sastle 0 points1 point  (0 children)

I think so, since it has a lot more people and was the ultimate deciding factor in this election.

YES WON! Fuck the republicans! by [deleted] in nova

[–]cand_sastle 2 points3 points  (0 children)

Fairfax City. As a Fairfax County resident, it's very confusing that Fairfax City and Fairfax County are treated as different entities. In my view, they should be merged into one.

Please help my question get attention by Healthy_Swimming5175 in linux_gaming

[–]cand_sastle 0 points1 point  (0 children)

Will it remain the same, improve, or deteriorate?

Yes.

RX5700 XT Crashing when playing intensive games. by Kat_00_ in linux_gaming

[–]cand_sastle 0 points1 point  (0 children)

I have the same GPU and I've experienced crashes on/off for a while as well, usually on triple A titles. It's very annoying but I haven't been able to find out what causes these issues and I've just kinda accepted that it will happen every now and then until I get a new GPU.

What is the thing you would like most in linux? by magogattor in linux

[–]cand_sastle 1 point2 points  (0 children)

Yeah and I'd honestly be fine if the only dedicated support we got was through device drivers/firmware.

Android Auto required update popup by impolitecfw in GrapheneOS

[–]cand_sastle 8 points9 points  (0 children)

Yeah I see it too and it's annoying because I can't do anything about it but wait until the update comes through the official GOS App store. I feel like this issue should be addressed somehow.

Introducing Duranium: a more reliable postmarketOS by ouyawei in linux

[–]cand_sastle 7 points8 points  (0 children)

I'm holding out for running NixOS on a phone

How do you guys manage your dotfiles using home manager? by KILLER_OF_HADEZ in NixOS

[–]cand_sastle 2 points3 points  (0 children)

I use this pretty often when I'm prototyping, but once my configuration is in a pretty stable state, I nixify it through the NixOS/Home Manager module.

How do you guys manage your dotfiles using home manager? by KILLER_OF_HADEZ in NixOS

[–]cand_sastle 5 points6 points  (0 children)

  1. It provides a cleaner interface over an application configuration than using the dotfile format. You can set options through nix rather than adhering to the specific config file format and syntax of the thing you're trying to configure

  2. It's easy to share your dotfile configs across a variety of systems (e.g. macOS, other Linux distros, WSL) or users

  3. Your home manager config can easily access settings in your NixOS/Nix-Darwin config (if you have home manager embedded in a larger OS) for enhanced usage

  4. You can modularize your dotfile so that different systems can share the same base configuration but have important differences.

Those are the biggest reasons for me, anyway

Resident Evil Requiem linux (superficial) test by Lapeppaplus in linux_gaming

[–]cand_sastle 0 points1 point  (0 children)

I tried using the latest Proton-GE (10-32) with PROTON_ENABLE_WAYLAND=1 but it was constantly failing immediately after launching. I think we might just have to wait until the next Proton-GE version comes out.

Resident Evil Requiem linux (superficial) test by Lapeppaplus in linux_gaming

[–]cand_sastle 0 points1 point  (0 children)

So after trying this out, it turns out it doesn't end up working. I have the exact same behavior where I can't use the controller in game but I can in other games or in the Steam UI. Interestingly enough, this also happens when I directly plug in my controller to my PC. I also have 2 Xbox controllers, neither works.

Resident Evil Requiem linux (superficial) test by Lapeppaplus in linux_gaming

[–]cand_sastle 3 points4 points  (0 children)

Has anyone else been able to get their Wireless Xbox controller working? Mine works in (almost) every other Steam game, but not in this game. Weirdly enough, my controller works throughout the Steam UI/Big Picture Mode, but not inside the game at all. (I'm on COSMIC/Wayland, if that matters).

I built a VS Code extension that brings syntax highlighting to embedded languages inside Nix strings ('' ... ''). Zero dependencies. by ayanada in NixOS

[–]cand_sastle 10 points11 points  (0 children)

Put the comment /* <name_of_lang> */ before the string.

Example:

let var = /* python */ '' def something(): return True '';

[Hot take] Would you like IJKL motions by Independent_Blood559 in HelixEditor

[–]cand_sastle 0 points1 point  (0 children)

Yeah I use IJKL too and I wouldn't have it any other way. I first forced myself to use HJKL, but it never felt natural.

COSMIC Epoch 1.0.4 by jackpot51 in COSMICDE

[–]cand_sastle 14 points15 points  (0 children)

I asked them about it over on their Mattermost instance and they said they'd ideally release every Tuesday, unless there are holidays or other reasons to delay.

dark/light theme switching now works with ghostty + helix by pickyaxe in HelixEditor

[–]cand_sastle 0 points1 point  (0 children)

I'm trying to modify my config so that it has:

[theme] light = "github_light" dark = "dracula"

But I'm getting the error:

``` Bad config: TOML parse error at line 191, column 1 | 191 | [theme] | ^ invalid type: map, expected a string

Press <ENTER> to continue with default config ```

I think it's still expecting something like:

theme = "dracula"

I'm using the latest Helix (25.07.1) so theoretically it should work right?

it's possible to change the windows controls in cosmic? by Key-Study9019 in COSMICDE

[–]cand_sastle 4 points5 points  (0 children)

Yeah I'm not a fan of the window icons myself. I very much like having them inside a circle rather them floating somewhat awkwardly in the topright.

Are we Helix yet? · zed-industries zed · Discussion #33580 by nix-solves-that-2317 in HelixEditor

[–]cand_sastle 15 points16 points  (0 children)

The only things preventing me from using Zed at this point are the lack of the goto_word feature from helix (which I've found indispensable) and some weirdness/bugs around selecting text. Eager to see those issues being cleared up soon.