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

I haven't gotten around to testing this yet, but I think they just share the Android app proot scaffolding. I wasn't too satisfied with the proot performance on Android in general using Termux, as with interpreted runtimes like python, the system call overhead really shows itself. That of course doesn't change here with nix-on-droid.

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

Sounds like their target customers are commercial service providers and industrial device manufacturers using NixOS, but need to support stable deployments for longer than NixOS's current 6 month release cycle. Probably not to applicable for individual desktop users, but they still plan on hosting a public channel and cache for newer releases.

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

The comment thread sparked a few new questions for me.

That will likely soon stop working because steam-run is no longer a grab bag for literally every library out there.

What recently changed with steam-run?

Is using pkgs.appimageTools.defaultFhsEnvArgs with pkgs.buildFHSUserEnv a suitable alternative?

   #!/usr/bin/env nix-shell

   { pkgs ? import <nixpkgs> { } }:

  (
    let base = pkgs.appimageTools.defaultFhsEnvArgs; in
    pkgs.buildFHSUserEnv (base // {
      name = "FHS";
      targetPkgs = pkgs: (with pkgs; [
        /* add additional packages here e.g */
        pcre
        tzdata
      ]);
      runScript = "bash";
      extraOutputsToInstall = [ "dev" ];
    })
  ).env
[-] ruffsl@programming.dev 1 points 11 months ago

That's a good one. Definitely seems selecting substituters closer to runtime is more flexible. Especially when the system may be roaming across networks like a laptop that may move outside your home LAN that links to your local desktop cache.

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

I'm using flakes as well, so that abomination sounds terrifying...

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

Do you use it combined with terminal emulators?
Wouldn't that result in vertical scroll snapping to textual lines, and horizontal scroll snapping to character widths?
A personal preference I suppose for navigation, but a bit jumpy to read from while moving rapidly.

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

Only just got a 120Hz monitor recently, so reading scrolling text now is so much easer and faster than before. Looking forward to any IDE that can match that kind of framerate performance as well.

Too bad I don't own a mac to be able to test out the current release of Zed as an IDE. However, I'm not sure about the growing trend of rasterizing the entire GUI, as compared to conventional text rendering methods or GUI libs with established accessibility support.

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

Scrum 's a thing that can't get no love from me

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

Windows 11 (and 10?) supports multiple desktops. Only in the shape of a 1xN grid through, like a 1D array. Still handy for multitasking:

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

Have you tried multiple virtual desktops, or do you prefer to have a single alt-tab stack of windows? I love using a 3x3 grid of desktops, as the special zoning helps me to organize, separate, and spread out my multiple work tasks.

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

I came across this community, which it reminded me of your choice of avatar, and figured you'd be interested:

25
submitted 3 years ago* (last edited 3 years ago) by ruffsl@programming.dev to c/webdev@programming.dev
208
8 hobbits = ? (programming.dev)
97
17

Looks like Lemmy Explorer added some neat new features for introspecting individual instances, such as instance uptime, version history, and user growth. In particular, I like how it can list all instance communities, including banners, without pagination:

You can compare our stats from the post's link with other in the fediverse. For example:

Tucked away in the hamburger menu, there's also an "Network Inspector" tab to overview stats for all instances, including distribution of instance versions, as well as suspicious instances.

You can check out the sites development here:

194

Why YSK: If you're familiar with the topic of awesome lists on GitHub, then you should know that there is a community driven list just for Lemmy, including a convenient aggregation of links to instances, alternative front-ends, mobile apps, libraries, tools, guides, etc.

19

If you're familiar with the topic of awesome lists on GitHub, then you should know that there is a community driven list just for Lemmy, including a convenient aggregation of links to instances, alternative front-ends, mobile apps, libraries, tools, guides, etc.

62
31
submitted 3 years ago by ruffsl@programming.dev to c/reddit@lemmy.ml
17
208
42
submitted 3 years ago by ruffsl@programming.dev to c/reddit@lemmy.ml
1

Relevant enough, the author also references recent developments around ActivityPub, the Fediverse, and Lemmy:

As we discussed last year, there are real signs of life for the decentralization of social media thanks to the emergence of ActivityPub and the Fediverse. Just as I was putting finishing touches on my slide deck, there was yet another meltdown in the world of centralized platforms, with the CEO of Reddit deciding that sudden changes to API pricing – to the point that lots of third-party applications become economically unsustainable – was such a good idea at Twitter that he would bring the same approach to Reddit.

The response from volunteer moderators at Reddit – the unpaid community members who make the platform valuable to users – has been swift and, in some cases, hilarious. But the aspect of this story that really caught my eye was the rapid rise of ActivityPub-powered Reddit alternatives Kbin and Lemmy.

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

Could you share the link to that one? Thanks. Looks like this TechCrunch article is sourcing info from emails with advertisers partnered with Reddit, not just from public statements about visitor traffic published by Reddit themselves.

I wonder what the measured metrics are internally. Funny that those earning metrics would've been more readily available had they already IPO'ed on the public market.

view more: ‹ prev next ›

ruffsl

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