Morphit
- 0 posts
- 54 comments
Morphit @feddit.ukto
Programmer Humor@programming.dev•What a joke, can't believe people still voluntarily use this OS
5 monthsNah, this is definitely Windows being Windows: https://www.windowscentral.com/microsoft/windows-11/windows-11-apps-like-notepad-arent-loading-what-is-error-code-0x803f8001-and-how-d
They even managed to break Notepad!
Morphit @feddit.ukto
Selfhosted@lemmy.world•How are people discovering random subdomains on my server?English
5 monthsDang, it could be the upstream DNS server passing along client queries. Maybe the ISP?
In that case not even curl would be safe unless you could ensure all queries only resolve on your gear. Either use a host file entry or local DNS server.
Morphit @feddit.ukto
Selfhosted@lemmy.world•How are people discovering random subdomains on my server?English
5 monthsHave you sent the URL across any messaging services? Lots of them look up links you share to see if it’s malware (and maybe also to shovel into their AI). Even email services do this.
Morphit @feddit.ukto
Linux@programming.dev•Chinese semiconductor outfit has Linux MPP repository on Github disabled after a DMCA takedown request & FFmpeg team accuses it of using libavcodec code without attribution
6 monthsOh wow, so they actually stripped off the attribution to ffmpeg and slapped their own name and license in place of it. Now they’re forced to restored the license they’re working to rewrite it all themselves so they can delete the copyrighted code. They’re so sorry though.
That’s part of the bloat in emacs.
I think that could be improved upon.
Morphit @feddit.ukto
Programmer Humor@programming.dev•Clock but it is SELECT RomNum FROM Digits ORDER BY RomNum; --it will work this time
7 monthsDon’t touch that! Someone deleted the “prod” server and pointed everything at the “qa” server. If it breaks no one knows how to fix it.
And here I am trying to maintain a BAC in the 0.129-0.138% range like a chump.
A wire!? We just got raw sand and had to scratch out a calculation ourselves.
Snap
Ok, this set me off.
Is the CLI not a frontend?
You’re X account… is Aladeen.
: (
:)
That’s Link Time Optimization, right? Put everything into one place for the linker to optimize.
I 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.
That 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.
I 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.




I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!