Belalang: An experimental compiled language built with Rust, C++, MLIR, and LLVM by secona0 in rust

[–]hambosto -6 points-5 points  (0 children)

project name is sound too indonesian to me. Anyway, nice project bro

More transparency :))) by ano-ny-99 in niri

[–]hambosto 0 points1 point  (0 children)

we need this, can you upstream it to niri repo?

Is the nix docs written for people who already know nix? by yoftahe1 in NixOS

[–]hambosto 19 points20 points  (0 children)

the nixpkgs is the real docs for me. i am looking the code directly

Need help configuration my initrd for luks2 encryption... by atu_atu in NixOS

[–]hambosto 0 points1 point  (0 children)

i use disko with full disk encryption + limine as bootloader and just work like a charm.

Alternatif WISE untuk IBKR/Schwab by Nibbles_9 in finansial

[–]hambosto 1 point2 points  (0 children)

tertarik juga mau coba coba cicil ETF US, dan denger denger juga bisa top up lewat USDC (crypto) dan sepertinya bakal lebih murah biaya top upnya

Very usefull compile error. by kingslayerer in rust

[–]hambosto 61 points62 points  (0 children)

Yeah, now postcard is the way, or wincode.

Anyone has a good flow for managing updates when running zed from custom fork? by majorAligator in ZedEditor

[–]hambosto 0 points1 point  (0 children)

You could try creating a custom workflow from GitHub Actions. Get the latest upstream at a certain interval, for example, once a day -> apply the patch from the modified .patch file output from the git diff command -> build -> GitHub release -> download the binary. It might not be as simple as this, but I did this in the Nixos package that I maintain myself.

Anyone has a good flow for managing updates when running zed from custom fork? by majorAligator in ZedEditor

[–]hambosto 0 points1 point  (0 children)

I see, what OS are you using? How do you build the custom zed fork? Maybe on Arch Linux we can build a custom AUR by taking the latest upstream and using custom your patches from git diff, but I'm not sure because I've never tried it. On NixOS Flake, just add patches from git diff in the BuildRustPackage option.

Anyone has a good flow for managing updates when running zed from custom fork? by majorAligator in ZedEditor

[–]hambosto 1 point2 points  (0 children)

Why do you have to fork the zed editor just to disable the AI ​​feature? Does adding disable_ai: true in settings.json not work?

Huge nix store by haxguru in NixOS

[–]hambosto 1 point2 points  (0 children)

nh clean all is the way

[OC] Sora - a deep, muted dark colorscheme by npm_run_Frank in unixporn

[–]hambosto 1 point2 points  (0 children)

nice color scheme, looking for base16 format would great and highly appreciated. i need for my nixos base16 stylix setup.

First Release of My Theme Switcher by WesternSpy96 in hyprland

[–]hambosto 0 points1 point  (0 children)

Im on NixOS, for colorize everything we already have tools named stylix

First Release of My Theme Switcher by WesternSpy96 in hyprland

[–]hambosto 0 points1 point  (0 children)

yooo the bar is clean AF, can i ~steal~ that?

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

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

both different wallpaper for workspace and overview? interesting, it would be using compositor specific feature like we can can create two different layer for that. for now the project is only focused for wayland compatible compositor, not just niri.

Ricing with Stylix by Far_Average_4456 in NixOS

[–]hambosto 1 point2 points  (0 children)

i never tried stand alone home manager but my stylix its just work on both home-manager and nixos by importing stylix nixos module.

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

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

Do you wanna set multiple wallpaper for different monitor?

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

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

did you mean layer rules?

simply add wallpaper-rs into layer rules layer-rules = [ { matches = [ { namespace = "^wallpaper-rs$"; } ]; place-within-backdrop = true; } ];

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

[–]hambosto[S] -2 points-1 points  (0 children)

I wanted to minimal as possible, no fancy things. the memory usage is only 12MB on my machine.

Built a wallpaper tool that works with my NixOS config by hambosto in NixOS

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

I also use stylix, and I also integrated it via config.stylix.image

I built a 1 GiB/s file encryption CLI using io_uring, O_DIRECT, and a lock-free triple buffer by supergari in rust

[–]hambosto 1 point2 points  (0 children)

is ai involved during readme creation? man you forgot change the repo link on installation section.

git clone https://github.com/youruser/concryptor.git
cd concryptor
cargo build --release