Stick with Windows. Microft will deliver paradigm shifts and you will have no say in the matter. They are already removing options for disabling Copilot, and for all the promised backward compatibility they are letting go of features that lots of old Windows software depended on, as they introduce features similar to ones in Linux. I cannot really fault them for all of these changes, but the difference is actually one of choice and privacy, and not really the one you seem to think it is.
- 0 Posts
- 17 Comments
jdnewmil@lemmy.cato Linux@lemmy.ml•TIL last-modified timestamp of a dir updates when a file/subdir is added/renamed/deleted18·1 month agoIt is not recursive though. A directory is a special kind of inode that enumerates file inode numbers and when that list changes then the contents of that “directory inode” change. But if /home/user/.bashrc is deleted then the timestamp for /home will not be affected because the timestamps are associated with inodes rather than directory entries (assuming no symbolic links are involved).
https://www.redhat.com/en/blog/inodes-linux-filesystem https://en.wikipedia.org/wiki/inode
Just to second that, the model series is Latitude, not Inspiron. and yeah, the i5 processor options I got over the years beat the i7 on processing power. The Precision models are a step up, but not any kind of low cost and seem not quite as tough.
jdnewmil@lemmy.cato Linux@lemmy.ml•I've finally started transitioning to Linux from windows3·4 months agoBash is always there, and bash scripts and snippets are precise. Describing gui manipulations when the GUI keeps changing is also quite hard… what if the person you are interacting with has a 2-yo system and you have the bleeding edge? Even knowing which menu the settings are in can be frustrating for the helper.
Windows users (e.g. me at work) get grumpy when Microsoft starts changing the menu structure after keeping it consistent for 20 years and start thinking of powershell scripts to create consistency between our engineering workstations.
They are text files. If there is anything weird about them it is that they are indented with spaces and if you are inconsistent with indentation they won’t read into the yaml import function, but I can’t imagine why vim or nano would have a problem with opening them. Maybe the ones you were using were not actually yaml.
Totally lost me. Why the hate on YAML?
If you want the job, go back. If they don’t want to deal with a fragile person then it is up to them to fire you. Next time just say “I don’t know” and keep flipping burgers.
jdnewmil@lemmy.cato Asklemmy@lemmy.ml•What Operating System do you prefer to use the most and why?2·6 months agoMint.
General pickyness: Linux is a kernel, not an operating system. For example, Android and Mint are both operating systems that use Linux, but the way you interact with Android is dramatically different than the way you interact with Mint.
jdnewmil@lemmy.cato Ask Lemmy@lemmy.world•Why does Mississippi issue different plates for each county?61·6 months agoMy WAG would be that they need more busywork for the prisoners.
jdnewmil@lemmy.catoUnited States | News & Politics@lemmy.ml•Trump: ‘I Need the Kind of Generals That Hitler Had’15·7 months agothe ones that lost? those generals?
When you come across some Python code for something written 5 years ago and they used four contributed packages that the programmers have changed the API on three times since then, you want to set up a virtual environment that contains those specific versions so you can at least see how it worked at that time. A small part of this headache comes from Python itself mutating, but the bulk of the problem is the imported user-contributed packages that multiply the functionality of Python.
To be sure, it would be nice if those programmers were all dedicated to updating their code, but with hundreds of thousands of packages that could be imported written by volunteers, you can’t afford to expect all of them them to stop innovating or even to continue maintaining past projects for your benefit.
If you have the itch to fix something old so it works in the latest versions of everything, you have that option… but it is really hard to do that if you cannot see it working as it was designed to work when it was built.
jdnewmil@lemmy.cato Ask Lemmy@lemmy.world•I'm drunk, so I'm not gonna do it, but I'm wondering15·10 months agonope. Inadvisable.
I just skip Medium due to the walled garden. Even worse than Reddit. I have never come across a link to substack… are they an even higher wall that search engines are stymied by?
I fail to get why you think putting your stuff on Medium is a good idea.
jdnewmil@lemmy.cato World News@lemmy.ml•UK ambassador to Mexico reportedly sacked after pointing gun at staff1·1 year agoYes, this was an appropriate response. I hate people who wave guns around like they are toys.
I stopped buying phones from carriers 15 years ago for this very reason.
Just a note: Windows software for controlling hardware is highly likely to assume a)direct access to the hardware (sometimes mediated thorough ancient APIs and assuming the existence of defunct expansion slots) and b) assume meatspace time can be counted using OS timing ticks (which get stretched out as modern VMs timeshare with other processes underneath the virtulized hardware). It is awfully tough to replace them sometimes.