Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Activity for Canina‭

Type On... Excerpt Status Date
Comment Post #291170 Does https://support.mozilla.org/en-US/kb/import-bookmarks-google-chrome help?
(more)
about 1 month ago
Comment Post #290062 I found a workaround for my particular situation: [Windows Setup can read the `autounattend.xml` file from separate media](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/automate-windows-setup?view=windows-11#use-a-usb-flash-drive). That was enough to address my immediate p...
(more)
6 months ago
Comment Post #290081 I seem to recall that you use Mac OS X. If you're running that `git` command in a terminal, you might be able to use `awk` to transform the commit hashes into usable links. Try something like: $ git log | awk '/^commit/ { print "https://github.com/codidact/qpixel/commit/"$2 }' You can do th...
(more)
6 months ago
Comment Post #288386 You should be able to open the DOM inspector and in the middle pane (the per-tag styles list) use the `:hov` feature on some element to see how the hover interacts with the rest of the document tree.
(more)
11 months ago
Comment Post #287373 Hi AZeed, and welcome to Power Users and Codidact! I'm afraid this question isn't really answerable *as it stands*, because "why" is inherently guesswork and opinion (unless someone in a position of having access to likely-privileged information sees this and decides to answer, any attempt at answeri...
(more)
over 1 year ago
Comment Post #287340 Building slightly on Olin Lathrop's suggestion, does rstudio actually invoke `pandoc` using an absolute path? I'm thinking that if it doesn't, you could put a small script in some directory that occurs before /opt/homebrew/bin in your $PATH. On the other hand, if it does, consider from where it gets ...
(more)
over 1 year ago
Comment Post #287170 @#36377 I've added another possible solution (and a half).
(more)
over 1 year ago
Comment Post #287170 @#36377 I'm glad I was able to help.
(more)
over 1 year ago
Comment Post #286871 The domain name you used is actually registered by someone. I edited the question to use one of the RFC 2606 reserved domain names instead. Please edit further if my edit changed the meaning of the post.
(more)
over 1 year ago
Comment Post #286831 Is it a hard requirement to use `cp` for this, or would other file-copying tools also be acceptable? (I imagine `rsync` just might be useful here, for example, but haven't looked in detail.) You tagged this "linux", so are we to assume GNU coreutils `cp` or do you need POSIX `cp` compatibility so tha...
(more)
over 1 year ago
Comment Post #286781 Given only an image, I think about the best we can suggest is to use an image editor (either GUI or command-line-driven) to make the change; that's clearly suboptimal, because it's going to be extremely specific to this one instance. But if you include *how* the image was generated, and ideally also ...
(more)
almost 2 years ago
Comment Post #286770 It's worth noting that the comment actually was posted; twice, even, presumably because you tried again once. (It would be great if you can confirm that you retried exactly once.) I have deleted one of the two threads so as to not clutter up the page and risk the discussion being split between the...
(more)
almost 2 years ago
Comment Post #286631 I'm all for letting people express themselves, so *please* don't take this as an attempt at censorship because it really isn't, but *please, think twice before you use the word "undoubtedly"* when introducing whatever problem you are asking about. You tend to use that one a lot in questions that you ...
(more)
almost 2 years ago
Comment Post #286631 A footnote reference isn't itself a paragraph, so the formatting for it is not a paragraph style; thus it's hardly surprising that you can't customize paragraph styling for it. I don't have an installation of Word handy at the moment, but since border formatting appears to be available based on the s...
(more)
almost 2 years ago
Comment Post #286599 It would probably be beneficial if the question specifies the version number (by release number or build number) that introduced this behavior. Can you edit to include that information?
(more)
almost 2 years ago
Comment Post #286554 Considering how much can be done with either, I wouldn't be the least bit surprised if that setting can be changed through a Powershell script and/or using WMIC. That said, I don't really know where to begin looking for the correct incantation.
(more)
almost 2 years ago
Comment Post #286379 Sometimes graphical programs will emit diagnostic information to wherever they were started from. If you're starting the browser through the GUI, this will usually be invisible, but if you start it from a terminal, you'll be able to see it. I don't have access to a Mac, but it shouldn't be much more ...
(more)
about 2 years ago
Comment Post #286378 Firefox stores your profile with settings in a hidden directory named `.mozilla` (actually `.mozilla/firefox/<something>`) under your home directory; in \*nix parlace, `~/.mozilla`). If you uninstall and reinstall the browser through the package manager, that would normally leave that directory untou...
(more)
about 2 years ago
Comment Post #286102 @#53919 It's not just the first paragraphs; the whole question appears to be identical, including imgur image IDs and link targets.
(more)
about 2 years ago
Comment Post #285868 This question was previously posted [on Software Development Codidact](https://software.codidact.com/posts/285865), where it was considered off topic.
(more)
about 2 years ago
Comment Post #285802 The preference name and the quote from the documentation already spell this out, but I think it's worth actually highlighting that *this only affects copying from the location bar*. It does not, for example, seem to have any effect on the right-click context menu "Copy Link" function's behavior; thos...
(more)
about 2 years ago
Comment Post #285290 If I replace the motherboard but leave everything else (CPU, RAM, storage, OS installation, ...) untouched, is that the same "computing system" or a different one? Similarly, if I boot the exact same computer into first one, then another (different) read-only live OS, does that constitute one or t...
(more)
over 2 years ago
Comment Post #285290 An IP address is not a unique identifier; aside from the traditional private assignment ranges (RFC 1918; 10/8, 172.16/12, 192.168/16), there are both multicast (224/4 IIRC) and other ranges that are not globally routable or globally unique (e.g. 100.64/10 for CGNAT), even if you assume Internet conn...
(more)
over 2 years ago
Comment Post #285123 There is one now: https://linux.codidact.com/posts/285144
(more)
over 2 years ago
Comment Post #284929 It's been a while since I had a need to do anything like that from the command line on Windows, but have you tried `runas`?
(more)
over 2 years ago
Comment Post #284851 Clearly, WhatsApp (er Facebook, er Meta) feel that having a requirement for a phone number to sign up for the service does not "lose or let down" a sufficient number of users for the loss to bother them enough to change how the service works. As for customer versus user, WhatsApp is free of cost, ...
(more)
over 2 years ago
Comment Post #284792 Perhaps more to the point, there's about a gazillion things that can influence download speed from a remote host on the Internet which are completely unrelated to how your computer is connected to the very next node over on the local network, especially when you aren't trying things out *at the same ...
(more)
over 2 years ago
Comment Post #284713 @#36377 Likewise.
(more)
over 2 years ago
Comment Post #284713 It's an honor to be nominated, and I accept if the community wants me as a moderator.
(more)
over 2 years ago
Comment Post #284366 Looking back at this; did the update by any chance also cause you to get a newer version of Datenstrom Yellow? If so, have you tried to download the version that you were using previously, and have you had any luck running it? (Not saying you shouldn't try to use the most recent version available, as...
(more)
over 2 years ago
Comment Post #284366 @#8046 It's `/usr/bin/lsb_release` on Debian 11 (bullseye, current stable), which should be in any sane default `$PATH`. I don't have any RHEL or CentOS system to check on, but you can always try `/usr/sbin/lsb_release` and `/sbin/lsb_release` as well, just to see if they work any better. `lsb_releas...
(more)
over 2 years ago
Comment Post #284366 The `el7` in the kernel version number indicates some version of Red Hat Enterprise Linux 7 or a derivative. `lsb_release -a` will tell you; `uname -a` tells you the details about the running kernel only.
(more)
over 2 years ago
Comment Post #284360 The pixel size of the desktop (for want of a better word here) can be larger than the pixel size of the portion that's actually displayed on the physical screen at any one time. I don't know how easy that would be to set up today, but historically, Linux/X11 used that trick to provide more screen rea...
(more)
over 2 years ago
Comment Post #283847 A note on terminology; neither LibreOffice Writer, Microsoft Word or Abiword are *text editors*; they are *word processors*. Examples of text editors are pico/nano, Notepad, Mousepad, Vi/Vim, Emacs. One thing that tends to set a word processor apart from a text editor is the ability to set various ty...
(more)
over 2 years ago
Comment Post #283845 @#36377 @#53305 `jq` works well as a validator, and that's how I used it here, but it's really a JSON parser and query tool, not a validator as such. Validation comes as a bonus feature because of jq's actual purpose simply because it's much harder to make something work reliably with syntactically i...
(more)
over 2 years ago
Comment Post #283664 @#8046 No, TCP/IP doesn't encode anything about the application as such. There are heuristics that can be employed which can be anywhere from moderately unusable to actually pretty good, but those are usually relatively blunt instruments. (For example, it's relatively trivial to block outright at lea...
(more)
over 2 years ago
Comment Post #283660 The more general term for the type of software would be an *application firewall*. From a quick perusal of links from $SEARCHENGINE, [it looks like](https://support.apple.com/en-us/HT201642) whatever is built into OS X can block *incoming* connections on a per-application basis, but not *outgoing* co...
(more)
over 2 years ago
Comment Post #283640 Using HTTP 302 is likely a bad idea because different browsers have implemented it with different behavior; it's better to use 303 or 307 as appropriate for temporary redirects, and 301 for permanent redirects (while being aware of the consequences of doing so). See e.g. [Wikipedia's List of HTTP sta...
(more)
over 2 years ago
Comment Post #283232 Adding to the above, where does what's discussed in the question body support your claim in the title that the total character count is reduced?
(more)
over 2 years ago
Comment Post #281889 You state that a RAW image would be "completely uncompressed". That's unlikely; what's desired for RAW images is *lossless storage*, not necessarily *uncompressed* storage. I checked a sample of RAW image files from my Canon EOS 50D, and they vary in size between (approximately) 16.3 MiB and 26.9 MiB...
(more)
almost 3 years ago
Comment Post #282452 @#36396 What you are most likely missing is that SSH is a general-purpose authenticated secure transport protocol, not entirely unlike, say, TLS. While it is often used to establish an interactive text-based terminal session to a remote system (hence "secure shell"), that's not the only thing it can ...
(more)
almost 3 years ago
Comment Post #282122 I believe the different editions of Windows 10 differ in this regard, so it might help if you specify which you are interested in. Also, do you need to completely prevent updates, or is it sufficient to be able to postpone the installation of updates?
(more)
almost 3 years ago
Comment Post #282068 I don't see why it would be a problem. What about your usage, or intended usage, makes you think it might be?
(more)
almost 3 years ago
Comment Post #281940 @Lundin What location information is used (and how it is derived) by Windows to select which weather to show certainly sounds like a worthwhile separate question to ask.
(more)
almost 3 years ago