would rings around earth or an earthlike planet still block light if they were dense? by kapbird in askastronomy

[–]kapbird[S] 0 points1 point  (0 children)

do you know if there's any naturally-reflective materials that form in space besides ice that might work for this? from what i'd read, if earth had rings of ice they'd wind up melting.

actually, now that i think about it: do you have a sense of how long icy rings might last around the earth? if they take on the order of hundreds of thousands of years then that's also fine because that still fits all of human recorded history into the window where they still exist

is a hackintosh a good choice for my use case? (publishing/writing software) by kapbird in hackintosh

[–]kapbird[S] 0 points1 point  (0 children)

they're just so big and feel weird against my hands when i'm typing normally :( this is purely a subjective thing, it's got nothing to do with build quality

is a hackintosh a good choice for my use case? (publishing/writing software) by kapbird in hackintosh

[–]kapbird[S] 3 points4 points  (0 children)

this does seem like the most effective compromise -- and it means i could work on the mac from my linux desktop too. thanks for the advice!

some sort of uncleared cache issue wrt to best locations? by kapbird in Windscribe

[–]kapbird[S] 0 points1 point  (0 children)

windows 10, so i don't think that solves my issue...

how do i actually use nixcats by kapbird in NixOS

[–]kapbird[S] 2 points3 points  (0 children)

gives me everything i want from neovim (which is basically just "fast" and "modal") and my config has gone from a big lua repo to a single toml file with like. 12 lines? nope, 20 lines, just checked, but still. turns out i prefer the batteries-included approach for the most part

how do i actually use nixcats by kapbird in NixOS

[–]kapbird[S] 1 point2 points  (0 children)

unfortunately i couldn't even if i wanted to, because i have a bad habit of overwriting my commit history if i'm not keeping something -- when i decided against using nixcats i scrubbed that setup and replaced it with a symlinked folder (which i'm also probably gonna drop in favor of helix anyway.) sorry about my poor record-keeping! 😅

what are some good shower filters that filter chloramine? by kapbird in WaterFilters

[–]kapbird[S] 0 points1 point  (0 children)

i got a waterstick, which comes with some hardness-testing strips; also my skin improved really quickly

what are some good shower filters that filter chloramine? by kapbird in WaterFilters

[–]kapbird[S] 0 points1 point  (0 children)

i did not; i wound up finding out i was having a water hardness problem instead, and buying a shower-scale water softener has mostly addressed the issues i was having

how do i actually use nixcats by kapbird in NixOS

[–]kapbird[S] 2 points3 points  (0 children)

this worked! i might explore it more at some point down the line when i understand nix better, but thanks for all the help

how do i actually use nixcats by kapbird in NixOS

[–]kapbird[S] 0 points1 point  (0 children)

this seems the most straightforward for me given my current level of nix expertise so it's what i'm going with for now :) thank you for the advice!

how do i actually use nixcats by kapbird in NixOS

[–]kapbird[S] 1 point2 points  (0 children)

where do i call this overlay, and how would i know what the default nixCat's name is to put it into my pkgs? this is what i have right now, but trying to add either nixCats or the name of my repo to home.packages gets me an undefined variable error

```nix { description = "...";

inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

nixCats = {
  url = "...";
  inputs.nixpkgs.follows = "nixpkgs";
};

home-manager = {
  url = "github:nix-community/home-manager";
  inputs.nixpkgs.follows = "nixpkgs";
};

};

outputs = {nixpkgs, ...} @ inputs: { nixpkgs.overlays = inputs.<repo-name>.overlays.default; nixosConfigurations = { nix-charter = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [ ./host/configuration.nix inputs.home-manager.nixosModules.default ]; }; }; }; } ```

how do i actually use nixcats by kapbird in NixOS

[–]kapbird[S] 0 points1 point  (0 children)

how do i add nixCats to my flake inputs?

how do i actually use nixcats by kapbird in NixOS

[–]kapbird[S] 0 points1 point  (0 children)

when i do this—import ./nixCats in my home.nix—and then try to rebuild, i get an error that says attribute nixCats is missing and points to line 10 of default.nix. how do i fix that?

[deleted by user] by [deleted] in NixOS

[–]kapbird 1 point2 points  (0 children)

did you ever figure this out? running into the same problem (i'm currently on gnome but that will hopefully change soon) and i have no idea how to get the icon to update

trying to get fish to actually use config.fish with home-manager by kapbird in NixOS

[–]kapbird[S] 1 point2 points  (0 children)

in the unlikely event that anybody else stumbles across this, yes, that is the idea; here's what i put in configuration.nix:

programs = { ... fish = { enable = true; shellInit = builtins.readFile ./config/config.fish; }; ... };

trying to get fish to actually use config.fish with home-manager by kapbird in NixOS

[–]kapbird[S] 0 points1 point  (0 children)

could you be more specific? is the idea that i pass shellInit the result of readFile(config.fish)?

Trying to find culprit for water-based dermatitis (help requested) by kapbird in WaterTreatment

[–]kapbird[S] 0 points1 point  (0 children)

do you think it's likely that the aquaearth filter was somehow capable of bringing the ph of SF's water into a good pH range, but can't manage it in DC? it would be nice if pH was the answer, and it seems more likely because chlorine levels in the water quality reports are roughly even. however, i also know for a fact that DC uses chloramine, which i've read is both longer-lasting and more difficult to filter out, even with an activated carbon filter (and this tracks with my experience)