Instructions unclear, sold it when it doubled.
- 0 Posts
- 448 Comments
jj4211@lemmy.worldto
linuxmemes@lemmy.world•*For useless... twisting... of our new technology*
1·6 days agoBluetooth. Like it works most of the time, but especially randomly the microphone does not work
Personally, there is not one person in the gender I’m not attracted to that even vaguely seems interesting that way.
Might as well be thinking of grasshoppers or something.
It depends on the complexity of the operation. “I want to rename all my files to have underscores to spaces”, CLI will let you construct that easily. I want to move all mp4/mkv files to one folder, but all ‘.opus/.mp3’ files to another folder, CLI is a bit quicker. Or I want to take the audio tracks out of all these mp4/mkv and then name the result according to the basename of the original file and move the result, well, mkvextract and mv are quicker than trying to wrangle all the content in comparable GUIs.
But yes, if you are wanting to do an operation on a file or a range of files easily handled with shift-click to select, then GUI will be both approachable and quick.
I can appreciate the desire for “you know what I meant” CLI interaction, but shudder at the verbosity of natural language in a lot of these cases.
Saw a generated site, but it just made up plausible image links and also went image heavy so it was a bunch of broken image icons as it linked to nowhere.
jj4211@lemmy.worldto
Selfhosted@lemmy.world•Western Digital details 14-platter 3.5-inch HAMR HDD designs with 140 TB and beyondEnglish
4·25 days agoRetaining that much detail on tentacles takes some drive space
jj4211@lemmy.worldto
Selfhosted@lemmy.world•Western Digital details 14-platter 3.5-inch HAMR HDD designs with 140 TB and beyondEnglish
2·25 days agoLinear density could also boost throughout. Multiple actuators also exist.
I would imagine it’s nowadays at the point where employment verification is automatically fired off to some vetting agency automatically during the process where software does all the cross referencing and anomalies would be caught and reported.
I don’t think they have to go all private investigator to get basic employment verification from the actual employers anymore.
That’s why you have to keep it modest at ‘regional manager’, significant enough to be useful looking, insignificant enough so you can’t possibly be to blame for the downfall of the company.
jj4211@lemmy.worldto
linuxmemes@lemmy.world•What do you mean it's not $139.00 for an OS?
2·1 month agoWell, Microsoft didn’t offer it to you freely…
jj4211@lemmy.worldto
linuxmemes@lemmy.world•What do you mean it's not $139.00 for an OS?
5·1 month agoYeah, but without learning Microsoft, how would you know that ‘dir’ just makes sense? Or that you might want to look at ‘diskpart’ to look at your drives?
jj4211@lemmy.worldto
linuxmemes@lemmy.world•What do you mean it's not $139.00 for an OS?
10·1 month agoI mean, diskpart and dir don’t make especially any more sense than lsblk/parted and ls. A fair point can be made for ‘copy’ being more intuitive, but ‘diskpart’ means you had to learn what disks and partitioning were, and lsblk means you need to learn what ‘block’ devices rae, and of course ‘parted’ references partitions. ‘dir’ means you wanted to ‘show the directory’ which means you had to learn of it as a directory, but then learn that the shortname of directory is the way to see the contents of a directory. ls means you learned you want to ‘list’ contents and that unix had this laziness of just the first and third letters of a word. Both involve learning, neither is ‘intuitive’.
You end up writing ridiculously long commands
I assume this is the likes of dbus-send and crap, and I agree with you if that’s the case. Dbus is a complication I could do without and have to confess that powershell cmdlets generally do a better job of instrumenting the system than a system that increasingly has no specific help and only long dbus-send commands to tackle certain things. dconf has issues too, but I think does a better job than the Windows registry at analagous function.
I suppose the takeaway is once the weather is 100 or higher, I don’t care it’s just too damn hot.
After being in 115 degree heat, 100 degree heat still feels just terrible.
Similarly below zero, subjectively I didn’t need specifics anymore. I know that salting ice outside is probably not going to work anymore. Yes it does make a difference, but comfort wise I just hate it either way.
So I can see, mostly joking but a grain of truth that you have “stupidly cold” then 0 to 100 scale of usual air temperature then “too damn hot”.
It’s like the only way the farenheight scale is kind of appealing from a “humans like 0 to 100 scale”, but it’s mathematically painful and nonsense apart from comfortable human temperatures.
jj4211@lemmy.worldto
linuxmemes@lemmy.world•Social gatherings have been... different since I switched.
1·1 month agoWell it’s not a problem in arm environments generally, just in x86 land, and the bootloaders don’t have a good shot of figuring it out on behalf of the kernel either… There is an ACPI table but no one cares about it in Linux land and is almost never used in Windows land (EMS does support it) and as a result most systems don’t bother doing it at all.
jj4211@lemmy.worldto
linuxmemes@lemmy.world•Social gatherings have been... different since I switched.
1·1 month agoI have trouble getting real displays working all the time…
Needing to know which serial port is which and manually tellling the kernel via console=ttyS0,115200 or whatehaveyou is annoying…
What other displays could people mean?
jj4211@lemmy.worldto
linuxmemes@lemmy.world•Social gatherings have been... different since I switched.
1·1 month agoSame for me. In Linux, I plug in USB-C and both monitors in the chain light up every time without thinking.
For some reason, dual boot into Windows and it always disables one of the two by default until I manually go in and tweak it alive, and then it will do it again next time I plug in.
Now back in the day, futzing with XFree86 config files and CRT monitors and absolutely lots of ‘voodoo’ to match what Windows pretty simply did with display configuration. But nowadays at least with kwin wayland compositor on nVidia proprietary drivers, it always does exactly what I expect without asking, and Windows is the one that assumes that I don’t want to use all the displays that are connected.
Windows seems pretty clunky by comparison nowadays when it comes to display configuration.
Now juggling my bluetooth audio… I think Windows still has the advantage. I have no idea why sometimes my bluetooth microphone just doesn’t work under Linux. I do appreciate the ability to manually select the bluetooth codec in Linux where in Windows it ‘guesses’ and often guesses wrong, throwing it into ancient headset codec territory when I’m trying to listen to music, because who knows what has made Windows think the microphone device is open…
Networking… Linux wins hands down with VPN connectivity, much much easier to manage all my VPNs in one place in the ‘casual’ user scenario instead of a litany of competing ‘endpoint managers’ in Windows. When VPNs step on each others routing tables, well no OS makes that easy but at least Linux network namespaces makes it possible for me to have multiple network ‘worlds’ in one place to reconcile the conflicts…
Probably the other area where Windows has a bit of an advantage is a consistent binary driver model. In Linux if you are an out-of-tree driver, it’s going to suck to keep up with changing in-kernel APIs to keep your source compatible, let alone have a module running without a recompile after a minor kernel update. I guess the silver lining is almost everyone decided to have their drivers ‘in-tree’ to make sure they are maintained and don’t need a lot of ugly #ifdefs to contend with multiple kernel behaviors… Then there’s nVidia and some commercial filesystems that either cannot or will not go in-tree…
Funny thing is that at least in my wedding day there was no sex.
It was just way too exhausting to have energy left over for that.

They probably think they do: not enough racism