airbussy

joined 2 years ago
[–] [email protected] 2 points 10 hours ago

Maybe Chess Ultra is what you're looking for? It's 3D and looking at ProtonDB it seems to run on the Steam Deck.

[–] [email protected] 8 points 5 days ago

I wonder who would be in need of a "Notion Consultant"

[–] [email protected] 9 points 2 weeks ago

At that point just throw an exception man

 

Thought this would be fun and potentially handy for others to share. I recently did some work with Typst, and the template I ended up using made use of fonts not in my system install.

I was curious if you could use fonts in a nix-shell. Simply adding a font package via nix-shell doesn't make it accesible to applications. Thanks to this forum post, I ran a test using makeFontsConf, and it works! The way I used it it does require a .nix file, but I'm sure you could turn it into some one-line magic.

{ pkgs ? import <nixpkgs> {} }:

let
  fontsConf = pkgs.makeFontsConf {
    fontDirectories = [
      pkgs.font-awesome
      pkgs.fira
      pkgs.noto-fonts
      pkgs.roboto
    ];
  };
in

pkgs.mkShell {
  nativeBuildInputs = with pkgs.buildPackages; [ typst ];

  shellHook = ''
    export FONTCONFIG_FILE="${fontsConf}"
  '';
}
[–] [email protected] 2 points 1 month ago

Lemmy.one is shutting down in 2 months or so, sadly

[–] [email protected] 2 points 2 months ago

Antichess players love this move

[–] [email protected] 3 points 2 months ago

They also locked out regular Linux desktop with the anti-cheat, very annoying

[–] [email protected] 4 points 3 months ago (1 children)

Magnet.me is based in The Netherlands. I don't know how the reach is outside NL but it's worth a shot maybe?

[–] [email protected] 5 points 3 months ago

Worth noting for Trade Republic is that there is a 1€ fee for every trade you make, unless it's from a recurring order. To me the app seems more catered to long term savings investments instead of day trading. But I don't do the latter so who knows. Maybe it works for that end no problem.

Other than that the matching of ECB interest rates on savings is a blessing.

The only thing I'm worried about with them is security. Your username is your phone number and your password is a four digit number. You do get 2FA with the app, but SMS can also be used, which isn't the safest 2FA from what I know.

[–] [email protected] 3 points 4 months ago

It's kinda exclusive now that registrations are closed

[–] [email protected] 4 points 4 months ago

Oh that's great, good feature to have

[–] [email protected] 4 points 4 months ago* (last edited 4 months ago) (2 children)

Can someone help me understand what is changed? As far as I know Gnome already had configurable shortcuts right

 

Auto-updates are enabled on my system, but they're so very unpredictable. Just now had one running, I was thinking "why is my PC lagging" until you hear a symphony of USB connect/disconnect sounds and you realise, "ohh, it was auto-update".

So the question is, is there some kind of way to receive a notification when auto-update is running? Preferably with progressbar. Or maybe a way to get notifications when there are updates available? Thanks!

 

Hi all, I've had my FP5 for a few months now. I usually have my notifications on vibrate only, simply because I think even the lowest volume level for notifications is too loud.

So I'm wondering, is there a way to go below the lowest possible volume for notifications somehow, and preferably without rooting. Or should I try my luck making a feature request at Fairphone?

 

Stumbled on this program called Anytype a while ago, a note-taking application similar to Notion. It's surprisingly well polished and works for me.

They have a lot of aspects which seem like they'd appeal to more privacy-conscious people. Plus decentralization should appeal to Lemmings of course. But as far as I'm aware I've never heard anyone talk about this program. I was wondering if this is just due to obscurity, or if there are reasons it's not often recommended.

 

Hi all, looking for tutorials online is cool and all, but sometimes you just wanna sit down and read a physical book to understand something. So I was looking for suggestions on which books helped you the most, or which you've heard positive things about. Thanks!

 

Seeing some content from lemmy.world from ~1-2h ago. I checked the instance list on .world and it seems like we're in the federated list. Anyone else seeing content as usual again?

 

Hey all, been looking to curb you YouTube addiction. One easy step would be to get an alternative frontend which does not display shorts, and maybe even does not show suggested videos.

I've been looking at alternatives, but most seem to want you to import subscriptions from YouTube, and I assume that if you subscribe to a new channel from there, it will not show up on your YouTube account. Which is a functionality I would really like, as I also watch on desktop.

So does something like it exist? Or should I just install ReVanced? I've been kind of hesitant because installing from .APK is just so much easier...

 

This one is from 2015. Back when I overestimated how much fuel you need... 😅

 

Making full use of the new parts. Thing is quite manoeuvrable, plus with SAS it's even better. The rover itself is not all that special, just the new pod and some fuel tanks...

With a bit of a ridiculous rocket I got it to land on Minmus

view more: next ›