• 1 Post
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • nefarious@kbin.socialtoProgrammer Humor@programming.devLinux Best Practices
    link
    fedilink
    arrow-up
    103
    arrow-down
    4
    ·
    edit-2
    11 months ago

    Careful, you have to also add --no-preserve-root to make sure you get all of it out. If you leave the roots, it’ll just grow back later!

    (But seriously, don’t actually do this unless you’re prepared to lose data and potentially even brick your computer. Don’t even try it on a VM or a computer you’re planning to wipe anyway, because if something is mounted that you don’t expect, you’ll wipe that too. On older Linux kernels, EFI variables were mounted as writable, so running rm -rf / could actually brick your computer. This shouldn’t still be the case, but I wouldn’t test it, myself.)


  • I think this article from the Verge explains it pretty well.

    tl;dr:

    • The Fed kept interest rates low from 2008 to 2021. Low interest rates made it easier to borrow money and meant that debt-backed investments like bonds had a low return, so investors favored stocks for a better yield on their investment.
    • This meant tech companies could borrow a ton of money at low interest rates and raise a ton of money from investors through stock sales, allowing them to build services that weren’t profitable in order to grow as rapidly as possible. This basically defined the internet as we know it today - big companies offering free/cheap services with minimal restrictions. Companies could afford to charge low fees and look the other way on things like ad blockers.
    • However, now that interest rates are going up, borrowing is much more expensive and investors are less motivated to buy stock, so all that easy money has dried up. Companies are having to raise revenue by increasing prices, adding more ads, blocking ad blockers, etc.









  • Adding another +1 for Obsidian. I’ve tried a whole lot of note-taking apps over the years and Obsidian is the best I’ve ever used by a pretty significant margin.

    That said, there’s one caveat to note about self-hosting: if you’re on iOS, there’s not much of an option for syncing besides their paid Obsidian Sync service. I think there are some hacky workarounds for this, but they don’t seem great.

    Another option to consider is Joplin. I used it before Obsidian, and while it’s not nearly as slick as Obsidian, it is fully open source, cross-platform, Markdown-based, and supports syncing with a variety of protocols out of the box. I had it set up to sync to a directory on my NAS using WebDAV and it worked reasonably well across all my devices. It also feels more Evernote-like to me than Obsidian and there’s a built-in option to import an ENEX file if you want to move your notes over.


  • If possible, I think the karma/rep score should be completely hidden. As long as people can see a number, they’re going to try and game it somehow, which incentivizes low quality posts. You can cap total karma, but people will still try to grind up to 5000 and they’ll still try to get the highest comment scores they can. That encourages people to make the types of low-effort posts and jokes that often clog up Reddit threads.

    The other problem with an overall rep score is that it doesn’t truly represent user behavior. If 1/3 of my posts are shitty troll posts, but the other 2/3 are generic low-effort joke posts and memes that people will upvote by default, my rep will stay positive even though I’m a net negative contributor. Likewise, if I make one really popular post that gets 90,000 upvotes, my score will stay positive pretty much forever, even if I troll and harass people nonstop.

    So rather than report the sum of a user’s post scores, I would propose displaying a “user quality” indicator based on the average score of their recent posts instead. For example, if your average is greater than 5, you’d get a green up arrow, and if your average is less than -5, you’d get a red down arrow, but otherwise you get a neutral icon. You could have other icons for higher and lower scores, but I feel like that might still encourage people to try to game the system, so I’d propose keeping it simple and making it easy enough to get the green icon that you’re not incentivized to spend any time on it.