drakerossman | 1 year ago | on: Stripe's Monorepo Developer Environment
drakerossman's comments
drakerossman | 1 year ago | on: Hyprland Crash Course
Also check the "nix" tag at blog.
drakerossman | 1 year ago | on: Hyprland Crash Course
Sway is just i3 for Wayland, which in turn means you have multiple workspaces (which are also potentially mapped to multiple monitors). You assign workspace a label (number, or text, or emoji), and you may also bind some application to always open on that workspace. Or you just get a habit of putting specific applications to only specific workspaces. Your entire navigation then sits in your muscle memory - finger on the mod key (win or alt or ctrl - whatever), another finger on the digits row for the workspace index - and you're there.
It's a tiling WM, so you don't spend time arranging windows - they already take the full desktop real estate evenly split between them, and you can also adjust size of each window separately. Again, this sits in your muscle memory.
Point is - no mouse is needed to navigate through workspaces and windows.
You may read my blog post about setting sway up (on NixOS) here:
https://drakerossman.com/blog/wayland-on-nixos-confusion-con...
drakerossman | 1 year ago | on: Super Micro Computer has gone from an obscure server maker to $60B market cap
drakerossman | 2 years ago | on: Open-source project ZLUDA lets CUDA apps run on AMD GPUs
https://github.com/vosen/ZLUDA
The article also mentions exactly this fact.
drakerossman | 2 years ago | on: Browser extensions are underrated: the promise of hackable software (2019)
Browser Extension for Hacker News written in Rust WASM:
https://github.com/drakerossman/hackernews-userscript
It has filtering capabilities (filter in title, link, text, or username via regex) and softhide (hide all the items on a page without pulling others from the next page).
drakerossman | 2 years ago | on: Nix Home Manager Option Search
https://drakerossman.com/blog/how-to-add-home-manager-to-nix...
drakerossman | 2 years ago | on: Flakes aren't real and cannot hurt you: using Nix flakes the non-flake way
I have a similar albiet differently-structured guide at https://github.com/drakerossman/nixos-musings, but nowhere near the amount of stars you have.
drakerossman | 2 years ago | on: Flakes aren't real and cannot hurt you: using Nix flakes the non-flake way
I unfortunately have very little time to edit the posts, and for the stuff not yet posted, I do not like to post the drafts. And I have tons (tons!!!) of such drafts. A promise to myself I made is that I am going to have a good cadence of posting for this year.
There are definitely more articles to come, till end of January for sure, and if you've found the stuff useful/intersting, you may would want to subscribe on some medium I use (say Twitter, or Mastodon, links on my website).
drakerossman | 2 years ago | on: Flakes aren't real and cannot hurt you: using Nix flakes the non-flake way
drakerossman | 2 years ago | on: Flakes aren't real and cannot hurt you: using Nix flakes the non-flake way
Also discussing flakes in some other articles of mine.
drakerossman | 2 years ago | on: Impermanence
And no, it is not a design error to have Home Manager separated from nixpkgs, and unlike a child reply suggests, there's no "schism", and the reasons for separation are rather prosaic, as explained in another blog post of mine [2].
[1] https://drakerossman.com/blog/wayland-on-nixos-confusion-con...
[2] https://drakerossman.com/blog/how-to-add-home-manager-to-nix...
drakerossman | 2 years ago | on: Ask HN: Could you share your personal blog here?
drakerossman | 2 years ago | on: Wayland on NixOS: Confusion, Conquest, Triumph
drakerossman | 2 years ago | on: Why and how to add Home Manager to NixOS
drakerossman | 2 years ago | on: Why and how to add Home Manager to NixOS
Could you please elaborate?
drakerossman | 2 years ago | on: Ask HN: How to run Language Models on your own?
Disclosure: I am the author of the website, and it's extremely light on content currently.
drakerossman | 3 years ago | on: 20 years of Nix
drakerossman | 3 years ago | on: 20 years of Nix
drakerossman | 3 years ago | on: 20 years of Nix
The emphasis is on how to make it as practical as possible, plus cover the topics which may apply to Linux in general, and in great detail.