Bro stair climbing wheelchair. Segway put a lot of design effort into this about 30 years ago before trying to go big with the normal Segway. https://www.scewo.com/en/
- 0 Posts
- 11 Comments
jdnewmil@lemmy.cato Linux@lemmy.ml•TIL last-modified timestamp of a dir updates when a file/subdir is added/renamed/deleted18·2 months 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·5 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.
jdnewmil@lemmy.cato Technology@lemmy.ml•How to delete Facebook, Instagram, and Threads | TechCrunch22·6 months agoOh! I know! I would have to first install them, roght?
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?
jdnewmil@lemmy.cato Politics@beehaw.org•Mexican President’s Harsh Takedown of Trump Exposes an Ugly MAGA Scam31·7 months agoSince when has Trump ever backed down from a lie? Reasoning doesn’t work…he is immune from facts.
jdnewmil@lemmy.cato Linux@lemmy.ml•What're some of the dumbest things you've done to yourself in Linux?12·1 year agoUsing sudo when it isn’t necessary, and the real cannon: sudo su… Adding sudo to your command lines indiscriminately causes files you create to be owned by root even though they are in your home directory, and then you end up using sudo to make changes to the files… and then the filesystem permissions cannot prevent you from successfully running an accidental “sudo rm -rf /” command.
Seriously… sudo is not a “habit” to develop in order to avoid dealing with filesystem permissions problems.
Noob question?
You do seem confused though… Debian is both a distribution and a packaging system… the Debian Stable distribution takes a very conservative approach to updating packages, while Debian Sid (unstable) is more up-to-date while being more likely to break. While individual packages may be more stable when fully-updated, other packages that depend on them generally lag and “break” as they need updating to be able to adapt to underlying changes.
But the whole reason debian-based distros exist is because some people think they can strike a better balance between newness and stability. But it turns out that there is no optimal balance that satifies everyone.
Mint is a fine distro… but if you don’t like it, that is fine for you too. The only objection I have to your objection is that you seem to be throwing the baby out with the bathwater… the debian packaging system is very robust and is not intrinsically unlikely to be updated.
They are a record of the process of adding to the Linux kernel. Such background can be used to trace the history of contributions if those contributions turn out to have had malicious intent or were derived from code that came from sources that were not compatible with the GNU license that the kernel is released under.