Install Guix

  • 5 Posts
  • 123 Comments
Joined 1 month ago
cake
Cake day: March 17th, 2026

help-circle
  • I recently signed up for Qobuz as well… The plan is to stream for a while, but buy music along the way so I’m not left with nothing at the end like Spotify.

    I’m not sure if I’m doing something wrong but… Do recommendations not work at all? It seems like the recommendations are some global list for everyone, not a personalized list based on what I’m listening to. I’ve been trying to click the heart icon for stuff I like, but it doesn’t seem to change the recommendations…





  • doesn’t mean every customer that wants high resolution has to suffer.

    There’s no possible solution to this problem. Oh, no. If only someone could invent some way where customers that want to deal with bugs could buy a HiDPI display and customers who just want their software to work could chose a regular DPI display. Like, if 2 options were available or something crazy like that… Idk.

    Also yeah, I’m on a super niche DE nobody has ever heard of: GNOME.

    I’ve dealt with this first hand. It was so bad I returned my old Framework. Not doing that again. Anyway, looks like nothing has changed. Have fun dealing with scaling issues. ✌️



  • Fuck this ad for AI. It’s trying to make it seem like workers don’t use AI because they’re scared. It’s only 8% that said they were scared. The rest of us 92% workers aren’t scared we’re going to be replaced by AI. We see how shitty AI is and we don’t like it because it sucks and makes things slower, not faster.

    The super-users we surveyed were around 3x more likely to have received both a promotion and pay raise in the past year, compared to employees who have been slow to adopt these tools

    I do agree with this point. One of my team members recently got a lot of brownie points because he’s been doing AI demos. The execs love him because he’s visibly following orders. Does he generate way more code than everyone else? YES, this is actually a horrible thing, but execs are clueless and think more code == more better. Is he more productive than others? Definitely not. The hot garbage he’s generating is just bug-ridden tech debt.

    I guess I’m sabotaging our AI rollout by getting out of the way. You wanna inject AI everywhere? Fine, do it. I’m not gonna review it though. If you can’t take the time to write something, I’m not going to spend my time reading it.












  • There are two types, by map and token to conform to different usecases.

    Ahh, ok… I’m seeing the docs.

    ShareType: type of share
    
        token: token-based share (do not require user authentication)
        map: map-based share (requires user authentication)
    

    Ahh, ok. So whether you need authentication or not.

    There are also two different storage types, csv and files.

    And the docs for that…

    CSV
    
    One CSV file containing one row per sharing config, separated by ; and containing header with columns from above.
    
    If given, properties are stored in JSON format in CSV.
    Files
    
    File-based configuration store is using encoded PathOrToken as filename for each config. File contains the data stored as "dict" in binary Python "pickle" format (same is also used for item cache files).
    

    So if you want plaintext vs binary storage.

    you have to edit your config file with the ‘[sharing]’ section.

    Would you mind sharing your config, pretty please. 🙏