Sorry, book broke
I think this stands. This isn’t asking for support or usage but the philosophy of not making karma visible. This community may not be all about lemmy but I’d argue it fits
This is the perfect opportunity to recreationally infect yourself with rare short term diseases. Try breaking your arm or nose so you have a story. Self harm has never been so cheap.
Edit: See evasive_chimpanzee’s comment here, as the following seems to be incorrect information
Seriously though get checked for prostate cancer. Especially if you’re over 25 it’s very possible and catching it early will be a massive difference.
Same for everyone reading this. I doubt it’s that expensive so please look into it and get checked if affordable where you are.
Likely in the ok-ish section but Celeste has that vibe going for it
This is a massive miss-play on Suse’s part. Essentially all the good will, and recognition I have for Suse is based on OpenSuse. It’s the reason many of the places I’ve worked at now run a Suse product instead of redhat. Seriously, when I think of OpenSuse and Suse as a whole I barely differentiate the toonunlike redhat and fedora. That’s likely the reason for the switch but I cannot see how-this does anything but benefit them.
From the article too there are some concerns. Suse is, admittedly, trying to cause opensuse to change direction ans managment to further suit it’s buisness at threat of removing support. This is sad to see.
I can suggest looking into what system76 has to offer, or slimbook if a European retailer is important. Both should have plenty of options in your range and system76 comes with PopOS pre-installed a good rolling release distro
Aww, it’s always sad to see a real one go. You’ll always be in my mind linux 6.9.x (nice)
The people who-would shift away are users, not creators and currently the major issue with peertube is lack of content. Along with the fact that finding an instance which allows for signups and is federated with good, discoverable content is impossible currently.
I keep trying though and eventually I’m sure I’ll be able to switch
Experimental
I’ve personally had no issues with the latest version of MO2 distributed on nexus when modding skyrim
Tuxedo is a well known and respected linux laptop vendor and nearly everyone I’ve talked to loves their device. One guy I talked to did say they’ve had issues with build quality and bad webcam however. Mostly though people I’ve known are very happy with the product especially with tuxedo os. I’ve asked about build quality with positive responce from everyone else. I hear the webcams still pretty trash though from everyone. Behind system76 I’d argue them to be the most well known. It’ll likely be what I pick up next too, but my current hp laptop is still more than reasonable 5 years on.
As for price especially with that screen I’d say it’s pretty reasonable.
If you’re still not convinced, I’ve also heard good things about slimbook and personally like their style a bit better
deleted by creator
Yeah that’s the expected output. I’d see if alacritty or kitty works as expected to rule out foot being the issue, then manually setting term=xterm-256color in your foot.ini if it does work in either
This must be incredibly frustrating
Yeah thought you may have done so, still good to check. Hope the best for you but I can’t think of anything else myself, unless you have a background set in tmux and a transparent background in neovim
For others who may help, what terminal are you using? What is is the output of echo $TERM?
Ah shit, that sucks, sorry to hear.
Sorry on that command if you’re using lua to configure the correct setting should be
vim.opt.termguicolors = true
Or in your init.vim set termguicolors
should work too. Apologies for messing up that last comment
If you’re still up to trying some stuff, last thing I can think of is tmux deciding not to take the setting. Forcing tmux to use true color may help with set -ag terminal-overrides ",$TERM:Tc"
or launching with tmux -2
may help, you’ll have to source the tmux config again of course. Also confirming that your terminal supports true color
Huh, that is quite odd. Have you set tmux to true colour? If not that may be the issue, though I don’t see why it would select those specific colours.
Incase you haven’t, here’s the configuration to do so. Place the following in your tmux.conf located at ~/.config/tmux/tmux.conf
or ~/tmux.conf
set -g default-terminal "screen-256color"
you should have to run tmux source ~/.config/tmux/tmux.conf
to get it to reload
You may also have to add the following to your nvim config:
set termguicolors
or set TERM
to xterm-256color
in your shell (example: export TERM="xterm-256color"
for bash)
Though I doubt either are your problem.
Edit: fixed neovim configuration
deleted by creator
Yeah I do love heroic, fantastic and modern UI and very usable. I use lutris for pirated games though but I mostly buy from GOG so heroic is my main launcher currently
You’ll need to run the game once, at which point there should be a folder with a bunch of numbers in that folder. It seems like the folder is here from what you’ve posted:
$HOME/Games/Heroic/Prefixes/default/Elden Ring/drive_c/users/reinoud/AppData/Roaming/EldenRing/76561197960267366
I could be wrong however, sorry for that I only use heroic for GOG games
But yeah, just paste the ER0000.sl2 file in that folder and all should be good, as long as you’re using the same pirated version of EldenRing. If you start the game and it says save file currupted or something along those lines, though I doubt it will, you’ll need the eldenring save manager mod to fix it. Again however, I doubt this is needed
Sorry to hear that. I’ve had no issue with the debuggers available in neovim personally though. A bit hard to set up dap and dap ui but once it’s there it’s golden