I’m not enormously bothered by the designs themselves; the new logos look fine, although I preferred the old logo.
But what really bothers me is that they’ve gone with a whole disjointed mess of different designs for each of their sub-projects. Why on earth wouldn’t you take this opportunity to design a coherent family of logos? Bizarre missed opportunity.
FWIW, the stat structure in Linux does not include birth time [1]. It only gives you:
atime: The time of last access.
mtime: The time of last modification.
ctime: The time of the last change to the inode.
I assume the stat command is using a filesystem-specific method to get the birth time.
Anyway, I don’t think any of these stats is guaranteed to be consistent with the rest (or even correct). For example, it is common to disable atime tracking to improve I/O performance.
Assuming the data is accurate, I think the other comment about the file being a copy is the best explanation.
The stat command is using statx, which gives you a slightly different struct. statx is the cool new Linux-only system call for stat-ing. Not every filesystem will support the new btime field. (And, as you correctly say, many of those time fields are wrong, anyway)
The struct returned by stat doesn’t, but statxcontains creation time as well as well. I believe ext4 is already tracking the creation time even if stat can’t provide it.
The stat command on modern distros should get you this additional metadata, unless you use an FS that doesn’t track or expose it, of course.
The text editor that’ll be coming with Cosmic looks pretty slick! I’ve got a loooong way to go with learning rust so maybe I’ll take a look at the iced/pop libraries when Cosmic comes out 👀
You can start with the libcosmic repository, and the examples contained within. We’re going to work on revamping our design demo application soon, which will be a learning resource for COSMIC application development
I don’t know what exact situation could have happened here but I imagine a copy could have also copied the metadata into a new file. So it creates a new file as the destination (setting the birth date), then as part of copying the file it copied the access and modify times.
Does a single board computer counts as a phone? Then a Orange pi zero 3. (Not like theres anything else to do other than read/lurk online communities, code and the occasional cloud gaming nowadays, so eh.)
I use Tree Style Tab for the sidebar and Simple Tab Groups to get workspaces. They work quite well together. Customize userChrome.css to get rid of the sidebar header and other things and you get something like this
This is way too long and complicated for just a bios update. Dell laptops actually have a “update bios from flash” option in the boot menu. So all you need is a USB stick formatted to FAT32, copy the bios update file (that you download from their website) into it, boot into boot menu and choose “update bios from flash”. I have done this so many times and even made a YouTube video about it.
Does Dell… not offer a way to update the bios via flash drive or network? The fuck? Every board I’ve ever owned had the option to at least flash from USB.
They do. Even back in their pre-UEFI days, it was possible to flash BIOS from a properly-formatted USB drive by holding down a magic key combination at power on. But it was not exactly publicized as a supported method.
linux
Newest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.