That’s Link Time Optimization, right? Put everything into one place for the linker to optimize.
Morphit
- 0 Posts
- 18 Comments
Morphit @feddit.ukto Selfhosted@lemmy.world•What do you use for listening to podcasts?English1·2 months agoI see. mygpo is the code that runs gpodder.net. I guess it could be self-hosted, but it doesn’t look straight forward to do so. I missed it since in the docs it’s under the developer section, not the user section. gpoddersync seems much easier as long as you’re ok using Nextcloud. It would be nice if mygpo were packaged for Nix or docker. Maybe I’ll give that a go at some point.
Morphit @feddit.ukto Selfhosted@lemmy.world•What do you use for listening to podcasts?English1·2 months agoThat doesn’t clarify anything for me. Is the client application also the service, or are they (as I believe) two different things with the same name?
What I’m really getting at is that FreshRSS is self-hostable and as far as I can tell - gPodder isn’t.
Morphit @feddit.ukto Selfhosted@lemmy.world•What do you use for listening to podcasts?English3·2 months agoI don’t think I understood what gPodder is. The website says gpodder.net is a sync service, but doesn’t seem to indicate that it can be self hosted. The list of clients has gPodder listed as a desktop PC client to gpodder.net. Does the desktop client also work as a server?
AntennaPod can sync to gpodder.net (only at that url?). When I tried it I got a load of timeouts. Instead I enabled the gpoddersync NextCloud app to my own server. That worked like a charm between AntennaPad and kasts on PC.
Morphit @feddit.ukto Programming@programming.dev•How a 20 year old bug in GTA San Andreas surfaced in Windows 11 24H26·2 months agoThanks for posting this. I see it was on a few other communities last week but I missed it somehow. Great debugging and reminds me of the classic GTA5 online mode fix.
Does anyone know how debug symbols came to be available for the old games?
That’s a biblically accurate implementation if ever I’ve seen one.
If you have the
docker-compose.yml
locally, you cannix run github:aksiksi/compose2nix
to translate it into a nix file for inclusion in your nixos system config. I think that could be done in the config itself with a git url but I’m not that great at nix. You will surely still need some manual config to e.g. set environment variables for paths and secrets.
How do the DNS servers resolve local hostnames then? The pihole DHCP integration adds local hostnames to DNS when they are assigned an address. If there’s two DHCP servers handing out leases, presumable only one would be accepted, how then would the DNS servers sync those names?
I think I had my secondary pihole resolve local names from the primary, and leases were copied over on a cronjob in case the secondary DHCP server had to be enabled.
Not that it particularly matters for just queries. The problem is that DHCP can only be enabled on one host. If that one fails then devices can’t get on to the network themselves. I’d like to know a good way to have a failover DHCP server - my janky cronjob isn’t great.
Where do you do DHCP? I had a primary pihole with DHCP enabled and a secondary with a cron job that enabled DHCP if the primary was down or disabled it if the primary was working. The cron job did sync DHCP leases from one to the other but it was a bit janky. I tried to update the secondary to pihole v6 and hosed it so I have no backup for now. I’d like to re-image the secondary and get a better setup - when I have time.
Edit to say I really wanted to try keepalived - that’s really cool to fail over without clients noticing.
Morphit @feddit.ukto Linux@programming.dev•Years In The Making, Intel Timed I/O "TIO" Looks To Finally Land In Linux 6.151·5 months agoThere’s a talk here: https://www.youtube.com/watch?v=jMUMRNRkcMg but I’m not much clearer after scrubbing through some of the slides. It sounds like all GPIO pins on recent Intel chips support this Timed I/O functionality. I don’t know if they could measure the timing of transactions to a NIC - I would think this is only for specialist hardware or testing. They mention using a logic analyser to compare the clocks of two systems after synchronisation.
Ah, I saw another comment about this. The free plan is 300,000 queries a month. That’d last me almost a week before it stops working.
That says it will only function for 300,000 queries per month. Based on my last 24 hours from pi-hole, that wouldn’t even last a week. Are you using a paid plan?
And Structured Query Language is a handy language for querying structured data?
It’s important for objects that can be dereferenced. Smart pointers have methods that can be accessed with dot syntax like
swap()
. You can still dereference through a smart pointer using arrow syntax to access methods on the referenced type since they overload theoperator->()
method.
Ah, come-on, why do you think Eliza could do that 60 years ago?
Does that question interest you?
You’re X account… is Aladeen.
: (
:)