[-] ruffsl@programming.dev 1 points 10 months ago

I'm in search for the same white whale. There's quite a bit of documentation for multi-seat configurations for Linux, i.e. supporting the use of multiple screens and keyboards for separate simultaneous logins.

However I'd like to remote into a separate game scope session with its own human interface inputs and virtual audio and video outputs, as the same primary user normally logged in active desktop environment session. I'd like it so the remote and local sessions would not interfere with each other state, but without necessitating multiple Linux users for each session use case.

That last bit is what makes it more tricky and very niche. Supporting essentially multiple desktop environments probably demands separate user debus sockets. Using c groups via containers makes that viable, but like you, I also like to avoid containers and extensive volume mounts.

[-] ruffsl@programming.dev 1 points 11 months ago

Appreciate the heads up. Looks like they use merge bots to auto update the package version JSON files for git packages, making for a very large/frequent commit history. Was that what made bisecting imposable?

I also see they pin the nixpkgs input, but do others normally modify that nixpkgs input to follow their global nixpkgs from their own system flake, or does that invalidate the use of Nyx community cache?

[-] ruffsl@programming.dev 1 points 1 year ago

Mainly the official git CLI for controlling branches and sub modules, and sometimes the GitHub CLI if quickly checking out a pull request from a forked repo.

Also use the source control tab in VSCode rather often, as it's really convenient to review and stage individual line changes from its diff view, and writing commit messages with a spell check extension.

If it's a big diff or merge conflict, I'll break out the big guns like Meld, which has better visualizations for comparing file trees and directories.

About a decade ago, I used to use SmartGit, then tried GitKraken when that came around, but never really use much of the bells and whistles and wasn't keen on subscription pricing. Especially as the UX for GitHub and other code hosting platforms online have matured.

[-] ruffsl@programming.dev 1 points 3 years ago

What about a semi transparent terminal window? When I started out learning linux command line interfaces, it helped having the docs just behind my shell session for reference when all I had was a tiny old laptop. But now I don't bother ricing up my DE anymore. I just want some default window tilling keybindings that work out of the box, and I'm good to go.

[-] ruffsl@programming.dev 1 points 3 years ago

Is there a GitHub ticket to track this issue?
The current Lemmy workaround sounds non-optimal.

[-] ruffsl@programming.dev 1 points 3 years ago* (last edited 3 years ago)

What is your local system clock; 16 seconds behind your NTP server? That, or OP just has a similarly inverted clock skew.

I guess OP could be posting from the future. Hey @akrz@programming.dev , what is the closing price of SMP 500 tomorrow? :P

[-] ruffsl@programming.dev 1 points 3 years ago

The video player in Lemmy-UI really needs the loop feature in the playback settings. At least I'm not seeing the option via Chrome or Firefox for Android.

[-] ruffsl@programming.dev 1 points 3 years ago

If meta connects with Lemmy, that’s an influx of a potential 3.74 billion people…

That sounds like it could be really hard for us to moderate. All those users would be coming from the same domain(s), so we'd have fewer options to protect ourselves from brigading, bots, and bad actors. Our moderation tooling and FOSS infrastructure is still in it's infancy.

I fear it would quickly grow into something "to big to ~fail~ban", as too much of our community's users would inevitably be centralised on Facebook's instance. Our instance, and users not Facebook, could lose a lot of autonomy if they couldn't partake here without realisticly opening their floodgates to every actor behind Thread's domains.

28
70
submitted 3 years ago by ruffsl@programming.dev to c/reddit@lemmy.ml
[-] ruffsl@programming.dev 1 points 3 years ago

FYI, others commenting on hosting Lemmy in an AskLemmy thread:

46
submitted 3 years ago* (last edited 3 years ago) by ruffsl@programming.dev to c/meta@programming.dev

Our instance was highlighted in the video above, with the exact timestamp here. It's a decent introduction for those migrating from Reddit; although it would've been helpful to showcase more of the registration process, such as creating an account, searching for and subscribing to communities, and navigating ones feed in general. E.g. using online indexes such as these:

Still, it's hard not to appreciate the optimistic exposure. Hopefully moderation tooling and content archives will improve as the software and communities supporting the Fediverse grow and mature.

198

cross-posted from: https://programming.dev/post/251752

It is important to note that although this may be a result of Reddit's UI not displaying the content users posted to now-private subreddits, it remains a problem. Additionally, I agree with the author's comments in the video description, as it appears strategically unrealistic for Reddit to ask that users manually delete the content themselves.

This is particularly true when considering that many automated methods to accomplish this task will be hindered by Reddit's upcoming API pricing changes. Furthermore, Reddit has demonstrated a recurring pattern of rolling back databases using historical backups, thereby disregarding user deletion requests that were submitted prior to the database rollback.

See similar discussion of this video on Hacker News:

1
submitted 3 years ago* (last edited 3 years ago) by ruffsl@programming.dev to c/privacy@programming.dev

It is important to note that although this may be a result of Reddit's UI not displaying the content users posted to now-private subreddits, it remains a problem. Additionally, I agree with the author's comments in the video description, as it appears strategically unrealistic for Reddit to ask that users manually delete the content themselves.

This is particularly true when considering that many automated methods to accomplish this task will be hindered by Reddit's upcoming API pricing changes. Furthermore, Reddit has demonstrated a recurring pattern of rolling back databases using historical backups, thereby disregarding user deletion requests that were submitted prior to the database rollback.

See similar discussion of this video on Hacker News:

8
submitted 3 years ago* (last edited 3 years ago) by ruffsl@programming.dev to c/selfhost@lemmy.ml
27
2
4
submitted 3 years ago* (last edited 3 years ago) by ruffsl@programming.dev to c/fediverse@lemmy.world
1
131

In light of recently reported news with the loss of r/TranscribersOfReddit , I think we should pickup the habit of transcribing our memes for our fellow developers who may be visually impaired. Check the article linked by this post titled "Reddit is about to get a little less accessible" for more context.

Here is an Archived snapshot of r/TranscribersOfReddit 's wiki that we could use to learn best practices:

Some examples for reference, but perhaps it might be better to include them directly into the body text of the post?

Unlike Reddit, URL posts in Lemmy can include user provided text, not just a title, making it easier for screen readers to discover in the page.

1

This is a panel discussion with various robotics professionals from both industry and academia about how they got into their career, followed by open questions from the audience about navigating the robotics field and job market.

[-] ruffsl@programming.dev 1 points 3 years ago

For posterity, I later stumbled upon the authors original post here:

The community that this was posted from also looks interesting:

[-] ruffsl@programming.dev 1 points 3 years ago

Do you have any links or references to learn more? Perhaps any github tickets to follow? By bootstrap, are you referring to this?

[-] ruffsl@programming.dev 1 points 3 years ago

But that seems like a small minority - the software world is fickle and the number of projects that last that long is small.

Indeed, although imagine the projects that do: a granddaughter resurrecting your repo and bringing a feature to completion well after your passing, such as porting it to use modern materials/libraries:

Where they have to dig through archived web forms and tutorials to find the manual/documentation that you would have used to put the project initially together. I'm sure there'll be some content creators in the future telling the same stories as the one above, but via a newer medium and with a Computer Science twist.

view more: ‹ prev next ›

ruffsl

0 post score
0 comment score
joined 3 years ago
MODERATOR OF