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
- 26 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.
Bash 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·5 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?
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.
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.
There is an implied 6th bit that is zero. Timestamps have a two-second minimum resolution.
Why downvote? This is an often overlooked trap for programmers… especially those of the “data science” variety, but certainly not restricted to that subset.
I stopped buying phones from carriers 15 years ago for this very reason.
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.
jdnewmil@lemmy.cato Do-It-Yourself, Repairs and Fixes@lemmy.ml•If you use enough electrical tape, that counts as a junction box, right?21·1 year ago… junction box??? ( 😀 )
FWIW I avoid zombie books like the plague! :-)
tl;dr … it is the web page you are trying to copy from… and the operating system touch screen support… not the browser. You outta luck here… use a different OS or copy from a different web page.
How do you know it isn’t the web page layout? Have you tested the same page with a computer with a mouse?
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.