• 12 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle


  • popcar2@programming.devtoPrivacy@lemmy.mlBlogging in the AI era
    link
    fedilink
    English
    arrow-up
    22
    ·
    edit-2
    4 months ago

    There are two good options: Host your own blog yourself, or join a blogging platform that isn’t corporate. I personally use BearBlog but I’ve heard good things about Write.as as well. These two have free blogging options and don’t sell your data. If you want to host it yourself (which is safer), check out Hugo.

    Ultimately, bots scrape the entire internet and there’s no guarantee they will honor robots.txt of a particular website (which tells bots what they are and aren’t allowed to do). If it’s on the internet, people can scrape your content and there isn’t much you can do about it. That shouldn’t stop you from writing or blogging, just don’t post very personal data.

    Also, feel free to join us on !blogging@programming.dev!








  • Good read, and I think you might want to look at OnlyOffice. It’s open source and while it is kindof a shameless Microsoft Office clone, it does seem to support LaTeX when adding equations. Not sure how well it works as I don’t use it though. The slides app is pretty decent, the only bone I have to pick with it is that there aren’t many animation types and most of them are very basic. Otherwise, might be what you’re looking for.

    Screenshot of OnlyOffice's LaTeX option

    Edit: I just tried it and it seems to work pretty well. Select LaTeX, type your equation, then select professional in the dropdown menu and it’ll show the equation.

    A LaTeX equation shown in onlyoffice



  • I’ve reached a point where I avoid these types of updates. An update post like that either means nothing important changed or they’re up to something.

    A while ago I saw that style of patch notes, updated an app, and suddenly I can’t use it anymore because it got limited to a maximum of 2 devices. Another time I updated an app putting a harmless “we improved the user experience” message, they put dark mode behind a paywall. This isn’t counting the number of times an app got redesigned to make the user experience worse for no reason. Maybe they wanted to justify hiring 5 UI/UX interns in that quarter or something.

    The patch notes look harmless, but my god, they are usually up to something.









  • According to what I’ve read about and experienced, using compatibility layers such as Wine and Proton can give you a wide variety of results, depending on the game.

    I agree with this but I generally find that performance is a bit worse, so I’m just setting expectations. One thing Proton does offer is pre-caching shaders which can help games not stutter compared to Windows, so you might get way less stutters even if your FPS is a bit worse than Windows.

    I’ve had so much success with Proton in Heroic Games Launcher

    You definitely can use Proton with Heroic but you generally shouldn’t need to. Wine-GE’s performance is very comparable to Proton and usually Proton can cause issues when ran outside of Steam, which is why it isn’t recommended to do so and why all these launchers prefer Wine-GE. I tried to make the guide as simple as possible, so I decide to list the best option rather than a list of options.

    There are distros designed for gaming that come with lots of stuff already packaged with the installation.

    Definitely. I actually do use Nobara which you might tell from one of the screenshots’ background. I might do another post on distro choice but I felt like it’s a big topic that can get too opinionated, especially with recent Fedora controversies. I didn’t want to recommend Nobara only to have a lot of “Well, actually…” comments.

    Maybe add something about Steam and its offerings of native Linux games.

    I thought about it but didn’t feel like it warranted talking about. If there’s a native Linux version, you’d hit install and it should work. It didn’t really need elaborating so I decided to focus on the things people can need help with.

    Great job and thank you!

    And thank you for the feedback!


  • Thought about putting it on github /gitlab?

    I’m not opposed to it, but is there demand for it to be on GitHub?

    It would be interesting to hear your thoughts on non flatpak for steam and flatpak for heroic.

    Steam’s Flatpak version has some issues, the way it’s sandboxed causes things to not work as it should. I’ve seen people complain about controllers not being detected via Steam Input, confusion around permissions, minor bugs among other things. There’s really no reason to use that instead of your package manager.

    On the other hand, Heroic actually recommends the Flatpak by default since it’s stable, has no issues, isn’t distro-dependent, etc. There’s no reason not to use it instead of your package manager.