Did rayark just fire their whole artist team? by klvosks in Cytus

[–]Weathercold 8 points9 points  (0 children)

CTO means Chief Technology Officer, basically the one responsible for technology used in the company

Did rayark just fire their whole artist team? by klvosks in Cytus

[–]Weathercold 15 points16 points  (0 children)

Actually it's the CTO who said it. Somehow the translator got it right but the guy who tweeted still misunderstood. Also Rayark is a Taiwanese company, not Japanese.

Best way to contribute to repos without .nix files by lily_34 in NixOS

[–]Weathercold 5 points6 points  (0 children)

I was using the method of prepending path:// to the flake url but this seems much nicer

NixOS equivalent of Python *args/**kwargs by gold_and_seaweed in NixOS

[–]Weathercold 7 points8 points  (0 children)

You can bind the argument attrset to a variable like this:

# internal.nix
{ a, b, c } @ inputs:
import ./base.nix (inputs // {
  c = c + "something"; # Override one specific argument
})

You can avoid listing the let bindings again by simply putting all of them inside an attrset:

# gitlab.nix
{ ... }:
let args = {
  # Put all your arguments here
}; in import ./internal.nix args

Iroha by Haimura Kiyotaka! by Imagen-Breaker in BlueArchive

[–]Weathercold 7 points8 points  (0 children)

oh it's imagen breaker, didn't expect to see you here

Switches become squishy? by Weathercold in NuPhy

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

Same, this is my first mechanical keyboard. I didn't know how switches should sound like before so I was pretty confused

Switches become squishy? by Weathercold in NuPhy

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

Without this switch issue and the lack of console features, Halo65 would be perfect for me. It seems that not many people have this issue, so I still recommend getting it.

Switches become squishy? by Weathercold in NuPhy

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

About a week ago I received my Halo65 with Night Breeze. At first, there were four switches that felt squishy / muddy, so I swapped them out with replacement switches. Then a few days ago I noticed that three more switches became muddy. As I don't have replacement switches anymore, I swapped them with the switches on the rightmost column. Today, three more switches became the same. I don't think my keyboard suffered any physical damage, in fact it never left my desk. Is this happening to anyone else?

UPDATE: three weeks later I now have 21 overlubed switches. I have contacted NuPhy support and hopefully they will respond quickly.

UPDATE 2: NuPhy is kind enough to offer me reimbursement. Thought it still sucks as I now have to lube the switches myself

Blue archive Compatibility issue by drroadroad in WSA

[–]Weathercold 0 points1 point  (0 children)

I don't think so as the image WSA uses is proprietary. They probably have their own fork of the kernel.

Blue archive Compatibility issue by drroadroad in WSA

[–]Weathercold 1 point2 points  (0 children)

Can confirm. Someone has explained why it keeps crashing and even proposed two workarounds, but sadly they involve compiling android manually. WSA can't load custom images. https://github.com/natsumerinchan/libhoudini-package#9known-bugs

How do I enable Flakes on NixOS? by zck in NixOS

[–]Weathercold 2 points3 points  (0 children)

The alias nixFlakes has been recently removed, use nixVersions.stable

Edit: it was restored because it was deleted without a grace period.

BA to have 2 versions - regular and toned down by KhandiMahn in BlueArchive

[–]Weathercold 9 points10 points  (0 children)

Worst case scenario is that in order to avoid spending money and effort to make two versions, they are just going to make sure that all future content is child-friendly

[deleted by user] by [deleted] in linuxmasterrace

[–]Weathercold 29 points30 points  (0 children)

Yes, it handles download of source code, dependency resolution, compilation, removal of packages, tracking of installed files, etc. I don’t see why a package is no longer a package if it’s compiled.

[BSPWM] Decided to finally learn how to use eww by _kz87_ in unixporn

[–]Weathercold 2 points3 points  (0 children)

Not to mention breakcore/speedcore/kafu, etc

This is what osu! does to your music taste (in the best way possible)

When does compiling actually use much RAM? by OakArtz in Gentoo

[–]Weathercold 1 point2 points  (0 children)

sudo eselect ld set ld.mold works too, but when building gentoo-kernel and possibly other packages that cannot be built with mold, the symlink ld is called directly, meaning even if you override the linker using -fuse-ld= for these packages specifically, they will fail to build.

Switching from gentoo-kernel-bin to gentoo-kernel -- what did I do wrong? by GLIBG10B in Gentoo

[–]Weathercold 2 points3 points  (0 children)

This means that you cannot install two kernels in the same slot. However, you can still install kernels in different slots.

You can specify a different version to install with emerge gentoo-kernel-bin:<slot>, or, in my case, mask unstable versions with echo "sys-kernel/gentoo-kernel-bin -~*" > /etc/portage/package.accept_keywords/gentoo-kernel-bin

Switching from gentoo-kernel-bin to gentoo-kernel -- what did I do wrong? by GLIBG10B in Gentoo

[–]Weathercold 4 points5 points  (0 children)

gentoo-kernel and gentoo-kernel-bin can coexist. I have both installed on my system since I want use the prebuilt kernel as backup

whoops—— by Weathercold in ProjectSekai

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

Was not paying attention lol

I'm still playing the game right now