• 3 Posts
  • 34 Comments
Joined 2 years ago
cake
Cake day: July 11th, 2024

help-circle






  • That’s interesting I hadn’t thought about the JSON angle! Do you mean that you can actually use jq on regular command outputs like ls -l?

    Oil is an interesting project and the backward compatibility with bash is very neat! I don’t see myself using it though, since it’s syntax is very close to bash on purpose I’d probably get oil syntax and bash syntax all mixed up in my head and forget which is which… So I went with nushell because it doesn’t look anything like bash. If you know python what do you think about xonsh? I









  • I’ve been stuck on Nix for two weeks because I thought it would be a good idea to put a distro I had never used but that wouldn’t break on my backup laptop in case my main one ever broke. I just couldn’t force myself to install debian, not that I have anything against debian, it’s just… kinda boring, while Nix seemed very interesting. IT SEEMED LIKE A GOOD IDEA AT THE TIME I SWEAR.

    Guess what happened… I broke Arch. Then I reinstalled and the next day the laptop broke. Then the next day I tried to get my data back and the hard drive broke. So, backup laptop with Nix for two weeks…

    • I really really really like the declarative stuff. Installing packages through config files is so nice I’ll never lose track of what I’ve installed ever again 🥰 🥰 🥰 I was already using a git repo for all my config files + GNU Stow to symlink everything to its proper place, so adding the .nix configs to that setup was very easy.
    • Having a clean system on rebuild is great. No more clutter left everywhere that I don’t know about, no more half broken stuff left lying around.

    But…

    • It’s not Arch. Not Nix’s fault, but I kept hearing that it would be “like Arch but declarative”… and it’s really not 😑 Everything seems over-complicated vs as simple as possible.
    • I absolutely hate the language.
    • What’s with those error messages from hell???
    • And speaking of hell, every language that can’t just use indentations like YAML instead of cluttering the code with {} and [] and () should have been relegated to the darkest pit of hell 20 years ago. But points to Nix for being less awful than JSON (the comma on every line but not the last thingy make me want to build a time machine to go murder the grandparents of whoever thought it was a good idea)
    • Packages are out of date even in the unstable branch (I know it’s unfair since it’s not trying to be a rolling release… but… but…)
    • Where are the source packages? Is that an Arch only thing? I liked having packages that automatically use the latest git commit without needing to manually install from source and manually reinstall each time I want an update like a medieval peasant… 😭
    • Nix packages are weird. Even someone who’s terrible at coding like me can read Arch PKGBUILDS… I miss you Arch 😢
    • Apps not working because of paths that don’t exist on Nix… what do you mean I need to patch the package myself? 😭 But at least there’s steam-run, great preserver of what’s left of my sanity.
    • Can’t wrap my head around installing some stuff like VSCode extensions (the advice I got was "don’t bother just do it imperatively…) (Edit: Finally figured it out!!!)
    • Wiki is often sparse on info and not very helpful if you don’t already know what you are doing (and I clearly don’t 😅)
    • Hidden configs. Some stuff works on its own like pipewire even though I haven’t installed or configured it (I went with a minimal install that just gave me a tty then build from there, no DE), and how it’s already configured is not in the default config files. It’s very confusing not knowing why some stuff works and how it’s configured by default.

    But it’s kinda growing on me. Like mold. Or cancer. Brain cancer.


  • phantomwise@lemmy.mltoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    9 months ago

    Why does The Fairphone (Gen. 6) not have an audio jack?

    After some of the criticism that we received about removing the headphone jack from Fairphone 4, we did consider bringing it back for The Fairphone (Gen. 6). However, we realized it would be at the expense of increasing the phone’s dimensions. We also looked into the consumer data and Fairphone 4’s weight and thickness were more of an issue than the lack of a minijack, so we decided to keep the same approach, although it was a difficult decision. We didn’t want to invest in OLED technology for the display and then not have improved the phone’s dimensions and weight. But just like with Fairphone 4 and Fairphone 5, we will still offer an adapter, which has had overall positive user reviews.

    “We heard the criticism but decided that no, you would still need an adapter to use headphones, plus a USB-C hub to be able to charge the damn thing while listening to music or watching videos”

    Funny how that’s the same excuses that we get for modern laptops terrible design. “We HAVE to make it thinner so there’s no space! You wouldn’t want a laptop that’s not complete shit if it meant it’d also be less thin and breakable, now would you?”



  • NixOS is not guaranteed not to break, but if it does breaks, you can roll back to a previous working version of your system, which is pretty cool. The question is: for you, is that worth the hassle of learning the Nix language to configure your system?

    Maybe atomic distros like Fedora Silverblue and I forget the others ones could do what you want more easily?

    Otherwise I’d say debian, if you want stable you’ll definitely get stable.


  • rofi-calc is awesome. It’s so convenient to just press a keyboard shortcut you have defined and instantly being able to type or paste your equation, no having to wait for a complicated GUI to load, no clicking required. You can just pop it in whenever you need. Also it does unit conversions, instead of a math equation you can just type 10 inches to cm or 10 eur to usd or 100 celsius to fahrenheit or 100 to binary which is a huge time saver.

    https://github.com/svenstaro/rofi-calc

    Besides, it’s rofi and rofi rules 😎