• 2 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle





  • Man, I feel you on the affiliate link fluff. I actually ended up unsubscribing from the Popular Mechanics and Popular Science feeds because the signal to noise ratio was so bad.

    The creator of Nunti provided a very good primer on the algorithm design here. Basically, you indicate to the app whether you like or dislike an article and then it does some keyword extraction in the background and tries to show you similar articles in the future. I suppose you might be able to dislike a bunch of the fluff and hope the filter picks up on it, but it isn’t really designed to support the kind of rules that would completely purge a certain type of content from your feed.


  • Most of the feeds I subscribe to came to me in one of two ways:

    1. I enjoyed reading an article posted somewhere else (Lemmy, etc.) so I sought out the feed of that publisher.
    2. Sometimes news outlets enter into agreements to republish each others articles. When they do this, the re-publisher will usually include a little blurb at the end giving credit to the original publisher. If a feed I’m already subscribed to has an article re-published from elsewhere then I click through and check out the original source to see if I want to follow them as well.

  • It can be as simple as just putting an app on your phone. I use feeder which is fine. Pretty bare bones, but in that way it’s easy to learn and use.

    I’ve also been meaning to try out an app called Nunti, which I heard about a while ago from this Lemmy post. It claims to be an RSS reader with the added benefit of an (open source and fully local) algorithm to provide some light curation of your feed. It looks interesting, but I haven’t actually tried it out yet because I’m still deciding whether I want any algorithm curating my feed, even one as transparent as Nunti’s. It’s also only available through F-Droid right now, which is a bit of a barrier to entry.




  • Out of curiosity, what software is normally being run on your clusters? Based on my reading, it seems like some companies run clusters for business purposes. E.g. an engineering company might use it for structural analysis of their designs, or a pharmaceutical company might simulate the interactions of new drugs. I assume in those cases they’ve bought a license for some kind of high-end software that’s been specifically written to run in a distributed environment. I also found references to some software libraries that are meant to support writing programs in this environment. I assume those are used more by academics who have a very specific question they want to answer (and may not have funding for commercial software) so they write their own code that’s hyper focused on their area of study.

    Is that basically how it works, or have I misunderstood?


  • This actually came up in my research. Folding@Home is considered a “grid computer” According to Wikipedia:

    Grid computing is distinguished from … cluster computing in that grid computers have each node set to perform a different task/application. Grid computers also tend to be more heterogeneous and geographically dispersed (thus not physically coupled) than cluster computers.

    The primary performance disadvantage is that the various processors and local storage areas do not have high-speed connections. This arrangement is thus well-suited to applications in which multiple parallel computations can take place independently, without the need to communicate intermediate results between processors.



  • I’m not sure what you’d want to run in a homelab that would use even 10 machines, but it could be fun to find out.

    Oh yeah, this is absolutely a solution in search of a problem. It all started with the discovery that these old (but not ancient, most of them are intel 7th gen) computers were being auctioned off for like $20 a piece. From there I started trying to work backwards towards something I could do with them.


  • I was looking at HP mini PCs. The ones that were for sale used 7th gen i5s with a 35W TDP. They’re sold with a 65W power brick so presumably the whole system would never draw more than that. I could run a 16 node cluster flat out on a little over a kW, which is within the rating of a single residential circuit breaker. I certainly wouldn’t want to keep it running all the time, but it’s not like I’d have to get my electric system upgraded if I wanted to set one up and run it for a couple of hours as an experiment.






  • Slightly off topic, but as long as we’re ranting about DNS…

    Proxmox handles DNS for each container as a setting in the hypervisor. It’s not a bad way of simplifying things, but if, hypothetically, you didn’t know about that, then you could find yourself in a situation where you spend an entire afternoon trying every single one of the million different ways to edit DNS in Linux and getting increasingly frustrated because the IP gets overwritten every time you restart the container no matter what you do, until eventually you figure out that the solution is just like three clicks and a text entry box in the Proxmox GUI!

    …Hypothetically, of course.