airbussy

joined 2 years ago
[–] airbussy@lemmy.one 9 points 5 days 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}"
  '';
}
[–] airbussy@lemmy.one 2 points 2 weeks ago

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

[–] airbussy@lemmy.one 2 points 1 month ago

Antichess players love this move

[–] airbussy@lemmy.one 3 points 2 months ago

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

[–] airbussy@lemmy.one 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?

[–] airbussy@lemmy.one 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.

 

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?