I’ve always wondered how close to reality those tracks were. They certainly look nice. Same with the Dirt Rally games. Good to know they put in the effort to actually make them accurate.
- 2 Posts
- 60 Comments
If you plan on running the laptop all the time on wall power, make sure to limit the battery charge to 80 % or less, otherwise the battery will die pretty quickly.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English1·1 month agoYes, using
uuidgen
should work fine.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English4·2 months agoThanks for pointing this out. I thought this had to be an actual UUID. Generating a unique string of arbitrary format manually is certainly much easier to do manually without additional tools.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English52·2 months agoThis is not quite true. As I mentioned in my other comment already, each feed entry needs its own unique UUID. You have to generate such a UUID for every entry.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English5·2 months agoHow do people subscribe to them?
Subscribing to an RSS feed really is nothing more than telling your RSS client about the URL to that RSS XML file. The RSS client then regularily checks the URL for changes.
If your site is hand-made as you say, you would have to manually create and update the RSS file also. This is quite a nuisance, not only because it is XML, but also because every feed entry needs its own unique UUID, which you need to create. Perhaps you could create a script that does it for you. Static site generators are usually able to automatically create an RSS feed for you.
Correct, you summarized that well.
The easiest way to do it is by running a Kiwix server and hosting a copy of Wikipedia with that.
I’ve subscribed to their RSS feed, but their server is so unreliable, my feed reader complains all the time that it is unreachable. When I manually retry it mostly works, only to fail again later. I’m wondering what’s going on there. I never have this problem with any other feed…
486@lemmy.worldto Selfhosted@lemmy.world•FTTH upgrade - getting my LAN multi gig readyEnglish4·2 months agoOops, you are correct of course, 6A is what I meant, plain 6 should work fine also most of the time, but there is pretty much no point going for that, unless you have that deployed already.
486@lemmy.worldto Selfhosted@lemmy.world•Self-hostable bookmark app Hoarder has been rebranded to Karakeep after a long trademark disputeEnglish9·2 months agoCan anyone explain to me if a headless chrome browser is dangerous the way a regular chrome browser is?
Almost. You want to make sure to keep it as up-to-date as you would a regular Chrome browser. It does almost everything a regular Chrome does, including running arbitrary scripts on websites.
486@lemmy.worldto Selfhosted@lemmy.world•FTTH upgrade - getting my LAN multi gig readyEnglish5·2 months agoAnyone have experience converting from 1G LAN to 2.5 or even 10?
Going from 1 G to 2.5 G is fairly cheap these days. You can almost certainly use the same cabling, even when you’ve got only Cat.5e cabling. While you can do 10 G over copper, I wouldn’t suggest doing that, since it consumes quite a lot of power compared to both 1 G and 2.5 G. You’d need Cat.6E for reliable 10 G over copper.
486@lemmy.worldto Selfhosted@lemmy.world•New Jellyfin Server/Web release: 10.10.7English1·3 months agoI don’t know your exact setup, but you should add the IP that Jellyfin sees when the reverse proxy makes a request. That probably comes from the IP of your Traefik docker container.
486@lemmy.worldto Selfhosted@lemmy.world•New Jellyfin Server/Web release: 10.10.7English222·3 months agoThanks for pointing this out! I probably would have missed this, since I didn’t expect such a change for a patch release.
Their documentation mentions:
For jellyfin to know which reverse proxy is trusted, the IP, Hostname or Subnet has to be set in the Known Proxies (under Admin Dashboard -> Networking) setting.
Does this really mean, that the only way to configure this is through the web UI? This is kind of a problem when deploying it, since without the reverse proxy I can’t reach the Jellyfin server. Is there no way of doing this outside the web UI, via a config file or something?
Edit: Apparently the configuration for the proxies is stored in Jellyfin’s
network.xml
config file. So it should be possible to do this without manually configuring it via the web UI.Another edit: It works. Adding
<KnownProxies>[proxy ip or hostname]</KnownProxies>
in place of the empty<KnownProxies/>
key to that config file does the trick.
It’s on April 1st, but nobody takes it seriously.
I like Miniflux.
486@lemmy.worldto Selfhosted@lemmy.world•What to do with a bunch of 3rd Gen i7 PCSEnglish4·3 months agoThe at load efficency isn’t always the most important metric, depending on what you are using the machines for. If they are mostly idle, efficiency isn’t too bad. Many server tasks don’t load the CPU to the fullest anyway.
486@lemmy.worldto Selfhosted@lemmy.world•What to do with a bunch of 3rd Gen i7 PCSEnglish5·3 months agoThey are not too terrible really. 3rd gen i7 is the Ivy Bridge generation, so 22 nm. For many homelab server tasks the CPUs would be just fine. Power efficiency is of course worse than modern CPUs, but way better than the previous 32 nm Sandybridge generation. I had such a system with integrated graphics and one SSD and that drew 15 W at idle at the wall.
Pi Zero uses the CPU from the 3
No, the original Pi Zero uses the CPU of the Pi1 (only clocked higher). So it is quite a bit slower than a Pi 2, since it has only a single ARMv6 CPU core. Still fine for a DNS server on a typical home network.
When you rip an audio CD you can either create one file for each track or you can rip the entire CD as one track and create a cue sheet file which is basically a text file describing where each track starts in that single audio file. This can be useful to have an exact copy of the CD without adding unintended gaps between tracks. It is primarily useful if you intend on recreating the actual audio CD at a later time from the ripped data. Most people don’t need this.