The headline and language in this article is so weird. Do real people actually have all like this?
The headline and language in this article is so weird. Do real people actually have all like this?
Biden dropped out. You don’t have to keep doing this.
Maybe you could just try a different Transmission docker image or build your own? Sounds like some weird instability in that particular version.
Idk hopefully this is a good thing, but it’s crazy that they’re reviewing a review at this point. The whole point of the Cass Review was to provide a justification for banning trans care, but everyone has to play these games and pretend likes it’s actual science.
What do you mean by a file being displaced? Like do you want it to be unreadable, or unmodified, or just not deleted?
It’s not really possible to have a level of protection that would require more than sudo
because with root access you bypass anything else.
You could put the files on an encrypted volume that uses a special password when it is mounted. Or you could use the chattr
command to set special ext4 attributes that would make it unmodifiable (but could be removed with sudo). Or just record the file’s hash, and that way you know it hasn’t been modified later.
It seems like that port needs to be accessible from the public Internet. Your local computer probably has at least one more firewall between it and the Internet, running on your router. You need to also forward the port on your router, which is what it says in the second half of the guide.
I think that it’s a great project, and I hope it succeeds. My sense is that there is more momentum around Nix, so for a lot of uses it just makes more sense.
Guix and Nix both have the same issue imo, which is using a loosely typed language with an odd syntax. I feel like something both strongly typed and with a more common syntax would be easier to edit and faster to evaluate.
I miss the days when Linux was always distributed via torrent. This may be a blessing in disguise though, because the Cubans will get to use a nicer distro.
I believe it comes from this: https://man7.org/linux/man-pages/man5/utmp.5.html
You can always check the code: https://github.com/coreutils/coreutils/blob/master/src/uptime.c
It’s true, I love trump!
aye
Is the Singleton accessed by one thread or many?
If it’s one thread, couldn’t you just wrap the Vec
in an Rc
and then clone your singleton every time you need it in a new scope?
If it’s many, you should use channels and a dedicated logging thread imo.
Didn’t know about that one, thanks!
If you want to accept a user input of any length, you have to read the input piece by piece and allocate a new buffer if the original becomes full. Basic steps would be:
malloc
to make a char *
buffer\0
to your buffer and break the loop. You’re done!memcpy
to copy the stuff from the old buffer to the new one. Use free
to get rid of the old buffer.This will work until you fill the entire memory of your computer. You should probably set a max length and print an error if it is reached.
It creates a flat network between all of your devices anywhere, so if you have a home server that you want to connect to from elsewhere you can do that without port forwards.
What’s your use case? Maybe you would be better off with Tailscale or something like that
The point of the post is to introduce you to async Rust libraries, not to prove that Rust is the best language for web dev.
But actually I’m afraid most of your comment is incorrect because the best language for web development is sml.
This article is an analysis of a recent global event, speculation of the probable cause, and some discussion of the broader implications. It makes perfect sense to be in world news.
You seem to have had a strong emotional reaction to the suggestion that the US might have helped Israel carry out a particular ttack on another country. We’re you aware that this happens literally every day?