• 6 Posts
  • 222 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2024

help-circle


  • phantomwise@lemmy.mlto196@lemmy.blahaj.zonemovie rule
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    3
    ·
    5 days ago

    If you look at old silent movies, they were played at different speeds in different cinemas and projections. There wasn’t a standard way to play a movie, no “you NEED to play the movie at this specific speed or it will be ruined”. I’m not saying the same should apply to modern movies, but I find it interesting.




  • Finally managed to enable VSCode extensions without doing it imperatively or using home manager I’m so happy I could cry 😭 😭 😭

    It actually wasn’t even that bad, I’m just terrible at understanding documentation I guess

    	(vscode-with-extensions.override {
    		vscodeExtensions = with vscode-extensions; [
    			bodil.blueprint-gtk          # Gtk Bluprint language support
    			ms-vscode.makefile-tools     # Makefile language support
    			bbenoist.nix                 # Nix language support
    			ms-python.python             # Python language support
    			naumovs.color-highlight      # Color Highlight
    			ms-azuretools.vscode-docker  # Docker
    			donjayamanne.githistory      # Git History
    			seatonjiang.gitmoji-vscode   # Gitmoji
    		];
    	})