Starfighter

joined 2 years ago
[–] Starfighter@discuss.tchncs.de 3 points 19 hours ago

Regardless of the sponsorship in this video, SuperfastMatt's videos are awesome. Really interesting projects delivered with great humor.

I like that they translated the signature

[–] Starfighter@discuss.tchncs.de 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

You can boot a live-usb, mount the remaining drive(s) and nixos-enter over like you would if you were installing NixOS for the first time.

This allows you to make changes and build a new generation using the network connection of the live-usb.

[–] Starfighter@discuss.tchncs.de 6 points 3 weeks ago* (last edited 3 weeks ago)

Great video. Something I want to touch on:

He kinda makes the assertion that supply must exceed demand which I guess is ok for most items.

Especially in SA once you leave a surface, demand of most items will plummet close to 0. The only demand will be ship requests and defense stuff.

But I can't count the number of times I had to go back and increase iron plate production, green chips, copper, red chips, etc... It's always the same few items but as your factory grows, demand seems to always beat supply at multiple stages.

In those cases these kinds of balancers will not distribute the little supply evenly, making parts of the factory grind to a halt which is not ideal.

[–] Starfighter@discuss.tchncs.de 5 points 3 weeks ago* (last edited 3 weeks ago)

There are some experimental models made specifically for use with Home Assistant, for example home-llm.

Even though they are tiny 1-3B I've found them to work much better than even 14B general purpose models. Obviously they suck for general purpose questions just by their size alone.

That being said they're still LLMs. I like to keep the "prefer handling commands locally" option turned on and only use the LLM as a fallback.

[–] Starfighter@discuss.tchncs.de 0 points 1 month ago (1 children)

Thats what I've been using as well. On some of my cards it has some weird layout bugs (only on some viewing devices) which annoy me.

[–] Starfighter@discuss.tchncs.de 0 points 1 month ago (4 children)

What card are you using for your room overviews?

[–] Starfighter@discuss.tchncs.de 8 points 1 month ago* (last edited 1 month ago) (1 children)

AutoMalls get most of the way there. So I'd guess its mostly combinators of various kinds.

I've done the same. I put on a single layer of clear coat and it has been perfectly water tight.

[–] Starfighter@discuss.tchncs.de 34 points 2 months ago* (last edited 2 months ago) (2 children)

The game "Deep Rock Galactic"

Space dwarves (solo or co-op) mining in procedurally generated caves while getting bugged by the local fauna.

There are a few different mission types, four unique classes and a vast weapon upgrade system to explore.

Also features the best (non-voip) communication system ever.

Highly recommend. Rock and Stone!

[–] Starfighter@discuss.tchncs.de 3 points 2 months ago* (last edited 2 months ago) (1 children)

To expand: Just configure whatever profile you're using (dev, release, ...) to have link time optimization (lto) enabled:

[profile.release]
lto = "fat"

Reference

view more: next ›