sorrybookbroke

joined 1 year ago
MODERATOR OF
[–] [email protected] 1 points 13 hours ago

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

[–] [email protected] 1 points 13 hours ago* (last edited 13 hours ago) (3 children)

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?

[–] [email protected] 2 points 14 hours ago* (last edited 13 hours ago) (5 children)

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

[–] [email protected] 3 points 14 hours ago* (last edited 13 hours ago) (8 children)

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

[–] [email protected] 1 points 2 days ago* (last edited 2 days ago)

Yeah hear me out though, fuck linking accounts to anywhere, fuck DRM. That's why I bought the game on GOG. The factorio site in no way needs to have any information on me in order to download mods. I in no way want to link shit to a third party. They don't need to grab my info.

I own factorio on GOG but there's no way in hell I'm going to do that bullshit. I completely understand people being unwilling to buy because of this DRM. I bought it off GOG to avoid DRM. If I had known there's no way in hell I'd have bought this game.

Seriously, great game, fuck wube for shoving DRM down my throat for a mod. Lube up boys. Fuck that. 50 dollars and I have to submit to this man who fears piracy, an inevitability, more than they value real ownership of your product. Now I have to use an inferior product to avoid this trash

If I could I'd refund just to pirate.

 

Welcome to week 20 of Reading Club for Rust’s “The Book” (“The Rust Programming Language”).

“The Reading”

Chapter 12.5: “Reading A File" The Book: https://rust-book.cs.brown.edu/ch12-05-working-with-environment-variables.html (the special Brown University version with quizzes etc)

The Twitch Stream

Starting today within the half hour @[email protected] twitch stream on this chapter: https://www.twitch.tv/deerfromsmoke

https://www.youtube.com/watch?v=ou2c5J6FmsM&list=PL5HV8OVwY_F9gKodL2S31czb7UCwOAYJL (YouTube Playlist)

Be sure to catch future streams (will/should be weekly: https://www.twitch.tv/deerfromsmoke)

[–] [email protected] 15 points 1 week ago (12 children)

How does my guy not chop his fingers off? I mean, even if it's not the sharp end out the back ends gotta cut directly into his palm. After a hit, all that force has got to go somewhere. Getting your palm slashed to the bone cannot be healthy

[–] [email protected] 13 points 1 week ago* (last edited 1 week ago)

This is wild I am so happy to see it. I tend to be hesitant to fanboy a company but here I can't help myself. Step after step, most things framework do make it imposible not to.

Of course, as stated, this is just a dev board but the ability to just drop the boy into the 13 inch and have it going is wild. I'm increadibly excited to see what people can do with it and if it's available for consumers, I'm excited to finally have a chance to try my hand at risc development

[–] [email protected] 1 points 1 week ago

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

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

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

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago) (4 children)

sorry about that, the file is called ER0000.sl2

You should try find . -type f -name "*.sl2"

For others that may see this and be confused, what you're asking is for any file ending in exactly .sl. Since the ending is sl2 it'll be false, as there's a 2 at the end.

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago) (7 children)

Ah shit, yes, that's a good point. It eill give a semi random I'd to non-steam games. I don't know if the prefix is guessible, so when I need to I check each folder for it.

Now thinking though that's a fairly dumb way of doing it. I'd suggest instead searching for "EldenRing" in the .local/share/Steam/steamapps folder. May that be in your normal file manager such as plasmas dolphin, or with the find command in terminal

[–] [email protected] 13 points 1 week ago (9 children)

You'll want to get the save from steams prefix and copy it to heroics prefix, or your default prefix. Sorry, not near a pc so this'll be a bit off

The steam save file should be located somewhere around here:
$HOME/.local/share/Steam/steamapps/compatdata/1245620/pfx/drive_c/users/steamuser/AppData/Roaming/EldenRing

It should be called something like "er0001.sl"

Find the same location in your heroic prefix, which should be saved here

$HOME/Games/Heroic/Prefixes/EldenRing/pfx/drive_c/users/steamuser/AppData/Roaming/EldenRing/

Locations may be a bit different, sorry for any possible confusion.

If you removed the game from steam already though the save file is gone. This has bitten me in the past personally

 

Welcome to week 17 of Reading Club for Rust’s “The Book” (“The Rust Programming Language”).

“The Reading”

Chapter 12.5: “Reading A File" The Book: https://rust-book.cs.brown.edu/ch12-05-working-with-environment-variables.html (the special Brown University version with quizzes etc)

The Twitch Stream

Starting today within the half hour @[email protected] twitch stream on this chapter: https://www.twitch.tv/deerfromsmoke

https://www.youtube.com/watch?v=ou2c5J6FmsM&list=PL5HV8OVwY_F9gKodL2S31czb7UCwOAYJL (YouTube Playlist)

Be sure to catch future streams (will/should be weekly: https://www.twitch.tv/deerfromsmoke)

63
submitted 4 weeks ago* (last edited 4 weeks ago) by [email protected] to c/[email protected]
 

Saw this a bit ago but didn't think to post about it

To be clear, this doesn't mean coreboot is available now and what is working for devs includes quite a few binary blobs. It's still progress though and good to see.

It's been 5 months but you did ask me to inform you of anything happening @[email protected]

Another link from that article shares more info: https://www.phoronix.com/news/Framework-13-AMD-Coreboot-WIP

More info tends to be posted here: https://community.frame.work/t/responded-coreboot-on-the-framework-laptop/791/428

 

Welcome to week 14 of Reading Club for Rust’s “The Book” (“The Rust Programming Language”).

Starting today within the hour “The Reading”

Chapter 10: “Traits: Defining Shared Behavior" - continued The Book: https://rust-book.cs.brown.edu/ch05-01-defining-structs.html (the special Brown University version with quizzes etc)

The Twitch Stream

@[email protected] twitch stream on this chapter: https://www.twitch.tv/deerfromsmoke

https://www.youtube.com/watch?v=ou2c5J6FmsM&list=PL5HV8OVwY_F9gKodL2S31czb7UCwOAYJL (YouTube Playlist)

Be sure to catch future streams (will/should be weekly: https://www.twitch.tv/deerfromsmoke)

 
35
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/artshare
 

Created a while ago from a DnD session where the PC's were stalking a leonin man meeting some friends in a shifty alley, beside a bar using krita along with it's perspective tools. Using Muses brush pack, I'll send a link if requested. Very nice pencil and charcoal brushes.

 

This acts as a reminder that tomorrow Tuesday the 13th at 6:30 EST will be our second meeting, though you're welcome if it's your first time all the same. We'll be discussing what we've learned since last week, what we're doing this week coming, and reading the next two parts of The Book together. Along with that, we'll talk about a new (secondary and optional) stream possibly on Thursdays at the same time going through advent of code together in order to learn rust through code.

Hope to see you all there tomorrow but as always, the Vod will be available afterwards at the youtube channel listed in our Project Portal here: https://sh.itjust.works/post/14184272

11
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

Streamed Code Together

A streamed reading club focused on rust's The Book and becoming reasonably good rust developers through community collaboration. The end goal is to read the lemmy codebase and contribute to the platform we all love. This stream will serve as a club meeting where we read some of the content together, discuss previous topics, and write some code.

Anybody's welcome, whether you want to continue once we get to the code base or not. If you're completely new to rust this is a great place to start and if you already know the language we'd love to have you all the more. At the very least it's a good networking opportunity but you'll likely learn more than you thought.

Post Stream

After the stream, a discussion post will be made to This Community stating what we've gone over and what we're planing to read/code/do before the next stream. This will act as a place to talk about what you've learned, what issues you're having, how your post-stream learning is going, and to help your fellow lemmings. I strongly encourage posting a comment even if everything you've stated has already been said.

Timing

We will meet weekly at 6:30pm EST (New York Time) on Tuesday with a maximum length of two hours.

Hosting

For now, the host will be myself however if you're interested in hosting or co-hosting yourself please feel free to message me about this especially if you can stream at a time where people in a European or Asian timezone can join in.

Missed the stream?

A video will be available on youtube so you can watch at a later point and a discussion post will be posted here weekly which states what we've gone over and what we're going to do before the next stream.

Links

The weekly stream will be hosted on twitch with that site being our main chatroom. Vods will be available on Youtube after the stream along with a mildly edited version for those who couldn't join in but still want to keep up

Twitch: https://www.twitch.tv/deerfromsmoke

Youtube Playlist: https://www.youtube.com/playlist?list=PL5HV8OVwY_F9gKodL2S31czb7UCwOAYJL

Our Learning Rust and Lemmy Community: [email protected]

Original Post: https://sh.itjust.works/post/13993219

 

cross-posted from: https://sh.itjust.works/post/13993219

The concept

A streamed reading club focused on rusts The Book and becoming reasonably good rust developers through community collaboration. If you're interested, please comment so we know this's something you'd like to join in on.

A Begining

To begin, I'll be setting up a twitch stream where we read through the book together and solve some problems together related to the concepts provided. We'll be able to collaborate in chat, and talk about it here after each stream. This way, we'll be able to lean on each other or just hang out while we learn the language Lemmy uses for it's backend. Other hosts will be welcome as the end goal is to create a group of people whose goal is to support our collective growth as developers

Anybodies welcome of any skill set, whether or not they want to continue on once we get to lemmys code base. If you're completely new to rust this is a great place to start and if you already know the language we'd love to have you all the more. At the very least it's a good networking opportunity but you'll likely learn more than you thought.

Timing

Please comment your availability so we can find the best time and day to do this. As a stand-in and default though, 6:30pm EST (New York Time) on tuesday will be the start time. I'd be available on most days myself after 5pm Eastern Time (new york) though so don't hesitate to suggest another time/date.

Where?

For now, I'll be streaming this on a twitch channel I created a bit ago but never used. The link is here: https://www.twitch.tv/deerfromsmoke

Thank you @[email protected] for the idea.

 
30
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

The concept

A streamed reading club focused on rusts The Book and becoming reasonably good rust developers through community collaboration. If you're interested, please comment so we know this's something you'd like to join in on.

A Begining

To begin, I'll be setting up a twitch stream where we read through the book together and solve some problems together related to the concepts provided. We'll be able to collaborate in chat, and talk about it here after each stream. This way, we'll be able to lean on each other or just hang out while we learn the language Lemmy uses for it's backend. Other hosts will be welcome as the end goal is to create a group of people whose goal is to support our collective growth as developers

Anybodies welcome of any skill set, whether or not they want to continue on once we get to lemmys code base. If you're completely new to rust this is a great place to start and if you already know the language we'd love to have you all the more. At the very least it's a good networking opportunity but you'll likely learn more than you thought.

Timing

Please comment your availability so we can find the best time and day to do this. As a stand-in and default though, 6:30pm EST (New York Time) on tuesday will be the start time. I'd be available on most days myself after 5pm Eastern Time (new york) though so don't hesitate to suggest another time/date.

Where?

For now, I'll be streaming this on a twitch channel I created a bit ago but never used. The link is here: https://www.twitch.tv/deerfromsmoke

Thank you @[email protected] for the idea.

258
submitted 6 months ago by [email protected] to c/aww
 
view more: next ›