![](https://media.kbin.social/media/a2/b3/a2b374f98bf0e7ecc30fa92934a37b40a7c932dede0b562f06cda4d3fd25533d.jpg)
![](https://lemmy.ml/pictrs/image/d3d059e3-fa3d-45af-ac93-ac894beba378.png)
Same here. I switched to DDG last year, but had to go back within two weeks; it was just too annoying.
Google search results have indeed gotten pretty bad, but I’ve yet to see anyone surpass them.
redditor since 2008, hoping kbin/the Fediverse can entirely replace it.
Same here. I switched to DDG last year, but had to go back within two weeks; it was just too annoying.
Google search results have indeed gotten pretty bad, but I’ve yet to see anyone surpass them.
This is about the website.
10x more?
Here’s a 3 meter UHS certified HDMI cable for $9.99. I doubt you can find one for much less that handles 4K 120 Hz w/ HDR properly.
No, it’s not. I have never brushed my teeth too hard and have always used very soft toothbrushes, but I used to brush for 6-7 minutes, and my gums have suffered for it. Way too much of my teeth are now exposed, which is both ugly and causes sensitivity.
In the long run, if one keeps this up, teeth will start falling out.
Don’t overbrush.
Is Fennec just the old name, orn something different?
I use Firefox on Windows and Firefox on Android.
Well OP clearly meant nowadays whenever they said “nowdays”, too.
My computer names don’t really have a pattern.
Desktop is Neutron, NAS hyperion, old server exscape.
Disks have names from astronomy. Cassiopeia, Andromeda, Pegasus, Orion.
I just recently named my large NAS RAIDZ2 array Laniakea.
It’s mind-boggling to me that this hasn’t been fixed (in Windows, I assume?), people have been complaining for years.
It’s not inherent to DisplayPort though. Some monitors that suffer from this issue can disable “deep sleep” and have the issue gone even with DisplayPort, but not all monitors allow turning it off.
(And others yet, like my old Acer XB271HU, doesn’t have the issue to begin with.)
Yes, that shouldn’t be an issue. I believe SFTP would be supported basically out-of-the-box if you install OpenSSH during the install, but you might want to create a group and configure access if you’re not the only user.
The version thing is what I’m doing with ZFS (also works with BtrFS, but it doesn’t feel as reliable yet). Basically I take snapshots every hour, and the entire state of the filesystem at that point becomes frozen in time, and can be accessed as long as the snapshots exists.
sanoid automates the process and cleans up so that there’s a reasonable amount of snapshots, not hundreds or thousands.
Of course, this means that you can’t really regain any space when you delete things, until the oldest snapshot containing the data is deleted.
It depends on what your goals are of course, but I use ZFS for the file system, sanoid to take snapshots on a schedule (hourly saved for a few days, daily saved for 1-2 weeks and so on up to monthly saved a year or two), Samba to actually share the files to Windows computers, Plex to share media to my TV.
Also rsync to a second (offsite) computer for replication/backups of the most important stuff. That computer also takes ZFS snapshots to get easy versioning of the files.
I wouldn’t recommend it for most people, but it’s nice if you’re comfortable working with Linux to begin with.
Plenty of FOSS ways to set up a NAS. I’m going for Debian with ZFS myself, I prefer custom solutions as they are almost always more flexible than “NAS OS:es”.
Relay, since it was called Reddit News. Since 2012 I think.
“Nowadays even pleasant” clearly implies he wasn’t always pleasant though.
I mostly agree, I’ve had good results with similar prompts, but there’s usually some mistake in there. It seems particularly bad with python imports, it just uses class A, B, C and imports class A, B and X and calls it a day.
Here are a few prompts that gave pretty good results:
Create a QDialog class that can be used as a modal dialog. The dialog should update itself every 500 ms to call a supplied function, and show the result of the call as a centered QLabel.
How can I make a QDialog move when the user clicks and drags anywhere inside it? The QDialog only contains two QLabel widgets.
For this one, it ignored the method I asked it to use – but it was possibly correct in doing so, as it doesn’t support arbitrary sizes (but I think that’s only for the request?):
Hi again! Can you write me a Python function (using PySide) to connect to a named pipe server on Windows? It should use SetNamedPipeHandleState to use PIPE_READMODE_MESSAGE, then TransactNamedPipe to send a request (from a method parameter) to a named pipe, then read back a response of arbitrary size.
It should have told me why it ignored using TransactNamedPipe, but when I told it that it ignored my request it explained why.
Hm, where do they nag? I don’t know what Pockets is and haven’t seen anything about it.
I also never manually update Firefox, I just restart when it tells me it’s downloaded an update.
This is graphics memory, not regular RAM.
You can still block it easily with the command prompt (Shift+F10 during the install) as mentioned. But don’t let that stop you from switching to Linux if you feel like it.