KindaABigDyl

joined 1 year ago
[–] KindaABigDyl@programming.dev 1 points 6 months ago

I'll give it a look

[–] KindaABigDyl@programming.dev 1 points 6 months ago* (last edited 6 months ago)

Bismuth for Plasma 5

Nah. I couldn't get behind Bismuth either. You had rigid ways you could arrange your windows with no way to adjust.

For instance, you can't get a layout like this with Bismuth (or any dynamic tilers that I know of, i.e. dynamic tilers aren't worth using):

---------------------------------------
| A                    | B            |
|                      |--------------|
|----------------------| C            |
| E        | F         |--------------|
|          |           | J    |   K   |
---------------------------------------

The closest in Bismuth would be using master and slave like:

---------------------------------------
| A                    | B            |
|                      |--------------|
|                      | C            |
|----------------------|--------------|
| E                    | J            |
|----------------------|--------------|
| F                    | K            |
---------------------------------------

Which isn't nearly as useful

I gave Plasma a genuine, honest try, both 5 and 6, and it was a complete let down.

But your attitude would make Pop Shell devs burn their own project down out of fear

Nah bc the Pop Shell devs have done an AMAZING job. The new COSMIC will make KDE and GNOME look like pet projects when it drops.

[–] KindaABigDyl@programming.dev 2 points 6 months ago

True, but with files, you really benefit from the speed that ext4 provides

[–] KindaABigDyl@programming.dev 6 points 6 months ago (2 children)

Ext4 is, afaik, the fastest as it's the most understood

Btrfs has compression and you can make snapshots to roll back to if something goes wrong (not necessary on immutable distros or NixOS tho)

There are many other options, but I've only ever had a need for those two

[–] KindaABigDyl@programming.dev 1 points 6 months ago* (last edited 6 months ago) (3 children)

I like FreeCAD, but I've heard people complain about it.

I'm not an ME, so I certainly don't make use of all the CAD features needed, so maybe that's why I don't get the complaints. Still, it suits my needs which mostly involve modeling PCBs and building enclosures around them.

I have also been toying with the idea of some simple 3D modeling, like making custom parts for projects around my house

I think that FreeCAD and Blender are probably fine for this.

Example of something I've made and printed the enclosure for via FreeCAD: Fight Key Wide. It uses parameter-based design and includes some design touches like screw-holes and bezels which aren't purely simple geometry, so FreeCAD gets a pass in my book.

If you look at the GitHub linked on the project page, it has the enclosure files which you can check out in FreeCAD if that helps you get started.

[–] KindaABigDyl@programming.dev 9 points 6 months ago* (last edited 6 months ago)

I've been using a custom version of paleofetch for NixOS for a while, but I decided to write my own clone of neofetch in Rust when I heard about the archival just for fun.

It has (or I suppose will have) parity with everything neofetch can output, supports dynamic plugins, is super fast bc compiled, and looks up information using asynchronous fetches. It's configurable via a config file (JSON) to choose what you want to show (I think this is better than using CLI options for this kind of app).

I have the app's framework/architecture up and running, I just need to finish implementing the rest of the data lookup and add more distro logos.

Once I get the data lookup feature complete, I'll make the repo public so people can add their distros' logos and use it, but I'm treating this as more of a pet project, so I doubt people will be that interested in using/contributing since plenty of other fetch programs exist, so I don't care if it lives or dies; it's just fun to make things :)

Tenatively named fetch-rs, but I'm sure something like that already exists.

[–] KindaABigDyl@programming.dev 13 points 6 months ago (2 children)

I installed Nix on WSL and then used that to get home-manager and thus my zsh and neovim configs working on Windows

[–] KindaABigDyl@programming.dev 1 points 7 months ago

Yeah I tried. It wasn't working for me back then. It was a while ago tho, so maybe I should try again

[–] KindaABigDyl@programming.dev 1 points 7 months ago (3 children)

If I could use xfce4-panel on Hyprland instead of the dissatisfying bars currently available that would be so clutch. It's what I used back on i3

[–] KindaABigDyl@programming.dev 6 points 7 months ago* (last edited 7 months ago)

Yes

Even on Nvidia. I'm on NixOS w/ Hyprland on a RTX 3080 in reverse sync on a multimonitor setup, and have no issues.

Everything just works most of the time. When it doesn't, updating the driver usually fixes the issue.

[–] KindaABigDyl@programming.dev 32 points 7 months ago (18 children)

Great reason to push more code out of the kernel and into user land

view more: ‹ prev next ›