Posts
2220
Following
155
Followers
75
AS4242423219 on DN42
Also @noisytoot@mice.tel in case chinchillas eat the cables
is it really possible that a pg_dump of my 64GB akkoma database is only 7.1GB (with the compressed custom dump format (-Fc)) or is it incomplete for some reason?
1
0
1
@mcc @leo bitbucket wasn't the only mercurial host (or even the only public mercurial host - hg.sr.ht still exists)
0
0
0
@kemona_halftau "zero zero zero zero" or "zero o'clock" or "midnight"
0
0
1

@pancakes @kemona_halftau

No Weird Politics.

The Lunduke Computer Operating System is a Monarchy.

0
0
1
morning
1
0
2
good night, going to sleep now
0
0
0
@niko @maddy adding this to my list of working redlib instances (it's quite short)
1
0
1

@pastthepixels @kemona_halftau testing using this program:

#include <stdio.h>
#include <unistd.h>

int main(void) {
        pid_t pid = fork();
        switch (pid) {
        case -1:
                perror("fork");
                return 1;
        case 0: // child
                printf("child\n");
                for (;;) pause();
        default: // parent
                printf("parent, child PID = %d\n", pid);
                return 0;
        }
}

the child process does not get killed when the parent terminates. on linux, you can set the signal child processes receive when the parent dies using prctl(PR_SET_PDEATHSIG, …), but by default the child processes do not get killed when the parent dies

0
0
1

@solonovamax @kemona_halftau @luana there’s too many commands beginning with sy (even installed by systemd, there’s a load of systemd-*) and systemctl subcommands beginning with re for that to work. on my server the shortest unique tab completion is sudo systemc[tab] rest[tab]

1
0
1
@cwebber it uses the AT protocol, the same one used by many modems and invented for the Hayes Smartmodem in 1981
7
7
39

@kemona_halftau I think I understand it a bit better now:

  • TAI is time defined by the average of multiple atomic clocks worldwide
  • UTC is TAI + leap seconds, because the earth’s rotation is irregular and slowing down, and leap seconds are sometimes added to keep UTC within 0.9 seconds of UT1
  • GMT, per its original definition, is mean solar time at 0° longitude, but is often used to refer to UTC or UT1
  • UT1 is an approximation of mean solar time at 0° longitude because the sun is difficult to measure precisely (I don’t really understand it)
  • The IERS Reference Meridian is slightly different from the original Greenwich Meridian (by 102 metres at the latitude of the Royal Observatory in Greenwich), and UTC is using the IERS Reference Medridian while GMT was originally using the Greenwich Meridian but now I’m not sure
0
0
1
@kemona_halftau I would've disassembled it to have a look inside but I didn't have a screwdriver and returned it along with the car
0
0
1
@kemona_halftau @luana tmux/screen/dtach or init system (user) service or just running in the background with & (or ^Z and bg) and disowning the process
0
0
2
@therwi how do you manage with such bad internet? (I also noticed that your instance is down half the time I see one of your posts)
1
0
0

@thing send_files if you want to self-host something temporarily, x0.at (or previously 0x0.st, but that’s down now) if you want a file upload website hosted by a third party

0
0
0
@therwi this took 13 hours to federate to me
1
0
0
Show older