• 1 Post
  • 30 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
    102
    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.




  • I don’t trust ChatGPT/GPT-4 for much to begin with, but this study is not great. From Ars Technica’s article on the same topic (with emphasis added by me):

    While this new study may appear like a smoking gun to prove the hunches of the GPT-4 critics, others say not so fast. Princeton computer science professor Arvind Narayanan thinks that its findings don’t conclusively prove a decline in GPT-4’s performance and are potentially consistent with fine-tuning adjustments made by OpenAI. For example, in terms of measuring code generation capabilities, he criticized the study for evaluating the immediacy of the code’s ability to be executed rather than its correctness.

    “The change they report is that the newer GPT-4 adds non-code text to its output. They don’t evaluate the correctness of the code (strange),” he tweeted. “They merely check if the code is directly executable. So the newer model’s attempt to be more helpful counted against it.”

    AI researcher Simon Willison also challenges the paper’s conclusions. “I don’t find it very convincing,” he told Ars. “A decent portion of their criticism involves whether or not code output is wrapped in Markdown backticks or not.” He also finds other problems with the paper’s methodology. “It looks to me like they ran temperature 0.1 for everything,” he said. “It makes the results slightly more deterministic, but very few real-world prompts are run at that temperature, so I don’t think it tells us much about real-world use cases for the models.”







  • I have a Targus cooling pad that works pretty well for that. It’s like a thin plastic tray thing with vents and a USB-powered fan to provide extra cooling, but I mostly use it without the fan to elevate my laptop off my lap and allow for extra airflow. Something similar might work well for your use case.

    That said, I’ve noticed my laptop’s fan will start to make an obnoxious rattling noise if I use it on my lap for too long. Fan rattle is a known issue with my laptop and it goes away once it’s sat on my desk for a while, but it can be annoying so YMMV.





  • This feels short-sighted. The odds of the protest having a major and immediate impact were always low. It’s not like the suits were going to have a sudden change of heart and realize they were alienating their users. The majority of Reddit’s userbase weren’t going to suddenly leave the site forever. But that wasn’t the point.

    Here’s what’s changed since the API changes were announced:

    1. Reddit’s responses to user concerns and protests have alienated even more users than the initial changes themselves, showing users exactly how Reddit’s administration sees them.
    2. A whole bunch of mods, devs, and contributors who put in a lot hard work improving Reddit for free are now much less motivated to do so (if they’re still willing to do it at all).
    3. The protest raised awareness of federated Reddit alternatives, which have grown substantially as a result. A lot of those people who helped improve Reddit for free are now turning their attention to kbin and Lemmy instead.
    4. Reddit is on a clear trajectory. They’ve shown they will continue making user-hostile decisions and antagonizing their userbase in pursuit of further growth.

    We now have an established alternative to Reddit that has reached a critical mass for growth. A lot more people are now working on making the fediverse better, and communities are forming that will attract new users on their own. From now on, every time Reddit makes another move like this, more people will move over (or get closer to moving over) and Reddit will drop in quality even more as a result. If there’s ever a Digg V4 moment (maybe when they kill old.reddit), the fediverse will be much more prepared to take on the mass exodus that results.




  • 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.