orsetto
Yup, no doubts there.
Anyway, OP, if I were you I'd buy that laptop (not for gaming tho, or at least not if you're looking for something more than "good enough")
I'm not really sure, but wasn't userbenchmark biased in favor of nvidia gpu?
In any case, I agree that an rx5500 is on the weaker side, so don't expect much, but it shouldn't be a lot worse than an rtx3050 (i'm not an expert tho)
Ads try to sell you something, there is no "call to action". Here, there is nothing to sell, so by definition it's not an ad.
They are just asking you if you'd like to help them in providing you the product you're already using.
Not an ad. No one is trying to sell you anything.
(If you get the notification) you're already using their product.
Honestly i wouldn't mind. Users on .world that don't want a butt load of defederations will probably (and hopefully) move to another instance, whilst the rest of lemmy will be free from all the liberals uncapable of discriminating between communists and tankies
I'd like to add this one:
Uhhuh. NMI received for unknown reason 31 on CPU 3.
Dazed and confused, but trying to continue
I get this one like once a week and it always makes me laugh. One day I'll investigate
My cybersecurity prof at uni showed us this xkcd during class lol
You can create a free account at first and then upgrade using bitcoin.
I think it refers to applications that do not respect the standard directories like /usr/bin
, /usr/share/man
, /etc
Just the other day I wrote something just like this, but I used inotify.
I have to monitor a fairly small direcotry tho, so I didn't encounter any problem.
both of which use the inotify interface and attempt to set watches on each individual subdirectory
Is this really necessary? Inotify's man page says it can monitor a whole directory with only one watch, so that's what I did and it looks like it's working
I didn't make a lot of tests tho, so I might be wrong
Edit: from the inotify man page:
Inotify monitoring of directories is not recursive: to monitor subdirectories under a directory, additional watches must be created. This can take a significant amount time for large directory trees.
Yeah, it is necessary. That's what I get for not reading the whole thing.