HackerTrans
TopNewTrendsCommentsPastAskShowJobs

drakerossman

no profile record

Submissions

It's not simple to add function keyword arguments to Go

utcc.utoronto.ca
2 points·by drakerossman·2년 전·0 comments

Making a Chess Engine in Zig

johns.codes
2 points·by drakerossman·2년 전·0 comments

A Comparison of Arenas in Rust

donsz.nl
4 points·by drakerossman·2년 전·0 comments

Ringboard: Clipboard Manager for Linux Written in Rust

alexsaveau.dev
2 points·by drakerossman·2년 전·0 comments

Run Diablo in the Browser

d07riv.github.io
1 points·by drakerossman·2년 전·0 comments

Rust Async Closures MVP: Call for Testing

blog.rust-lang.org
3 points·by drakerossman·2년 전·0 comments

Hybrid Teams Are the Worst

drakerossman.com
2 points·by drakerossman·2년 전·0 comments

Hybrid Teams Are the Worst

drakerossman.com
2 points·by drakerossman·2년 전·0 comments

Hybrid Teams Are the Worst

drakerossman.com
3 points·by drakerossman·2년 전·0 comments

High-precision date/time in SQLite

antonz.org
4 points·by drakerossman·2년 전·0 comments

The Hitchhiker's Guide to Building a Distributed Filesystem in Rust

systemweakness.com
4 points·by drakerossman·2년 전·0 comments

Panic at the Async Runtime Shutdown

mattkeeter.com
3 points·by drakerossman·2년 전·0 comments

The Missing Parts in Cargo

weihanglo.tw
3 points·by drakerossman·2년 전·0 comments

Rust for Filesystems

lwn.net
277 points·by drakerossman·2년 전·187 comments

From the Lab to the Trading Floor: Designing for Expert Users

signalsandthreads.com
4 points·by drakerossman·2년 전·0 comments

Nix on macOS – The Good, the Bad and the Ugly

drakerossman.com
2 points·by drakerossman·2년 전·0 comments

Graphical effects in Duke Nukem 1 and 2, part 1

lethalguitar.wordpress.com
28 points·by drakerossman·2년 전·0 comments

Abstract Heresies: Monkeys vs. Shakespeare

funcall.blogspot.com
1 points·by drakerossman·2년 전·0 comments

Surprises with Rust's `as` (and Python Division)

annahope.me
1 points·by drakerossman·2년 전·0 comments

LLM vendors are incredibly bad at responding to security issues

pivot-to-ai.com
3 points·by drakerossman·2년 전·1 comments

comments

drakerossman
·2년 전·discuss
It (obviously) leverages Nix, which in turn means the environment is declarative and fully reproducible (not "reproducible" as in docker). Now, you can use just Nix's devShells, but with devenv you have a middleground between just Nix package manager and a full fledged NixOS module system. Basically, write out one line of code - and you've got your Postgres, another one - full linter set up for whatever language you're using, etc.
drakerossman
·2년 전·discuss
Something like for 3 years. Absolutely fascinated by it. Writing a book about it too: https://drakerossman.com/blog/practical-nixos-the-book

Also check the "nix" tag at blog.
drakerossman
·2년 전·discuss
If you don't mind me replying in place of the orginal poster:

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
·2년 전·discuss
Who's their competition? What's their moat, except for being 15-minutes drive away from Nvidia's HQ?
drakerossman
·2년 전·discuss
It now supports AMD GPUs since 3 weeks ago, check the latest commit at the repo:

https://github.com/vosen/ZLUDA

The article also mentions exactly this fact.
drakerossman
·2년 전·discuss
A somewhat-shameless plug here, since I've released this just yesterday:

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년 전·discuss
Fear not, these are configuration options for a project called Home Manager, which manages your user configuration and dotfiles with the help of Nix the package manager:

https://drakerossman.com/blog/how-to-add-home-manager-to-nix...
drakerossman
·3년 전·discuss
Could you tell me your secrets in achieving so many stars?

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
·3년 전·discuss
Thank you for the feedback and kind words, and you're absolutely right. I have also gotten this feedback on improving my written communication skills already in the past.

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
·3년 전·discuss
You may want to try this: https://drakerossman.com/blog/wayland-on-nixos-confusion-con...
drakerossman
·3년 전·discuss
For the non-initiated, who also have experience with the likes of Ubuntu and Fedora, I made an overview of NixOS in this article, which also provides a guidance on how to bootstrap a functional desktop system: https://drakerossman.com/blog/nixos-for-apt-yum-users-a-gift...

Also discussing flakes in some other articles of mine.