New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)
  • 16:08, 28 March 2024KVM (hist | edit) ‎[362 bytes]Helpful (talk | contribs) (Created page with " In computer hardware, a switch that lets you connect one keyboard, video, and mouse to multiple distinct PCs. : There are 19" rack-mounted variants that are both that distribution and that one controlling console (oftenfolds, so looks like a laptop) In computer virtualization, Linux's Kernel-based Virtual Machine that makes it a near-native hypervisor")
  • 20:05, 27 March 2024Certbot (hist | edit) ‎[1,241 bytes]Helpful (talk | contribs) (Created page with "<!-- PluginError('An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.'). Skipping. -->")
  • 18:19, 26 March 2024SoC, SiP (hist | edit) ‎[923 bytes]Helpful (talk | contribs) (Created page with "<!-- IC = Integrated Circuit, functional whole etched into a single piece of silicon, which started simple but ended up able to pack billions of components onto a single chip SiP = System-in-Package, just means bundling multiple ICs in a single package : and may literally be the separate ICs : e.g. putting an existing CPU and some existing DRAM in the same IC, as separate dies with some interconnects to make them work : so less design was spent on integrating the part...") originally created as "SoC"
  • 15:36, 26 March 2024Password manager notes (hist | edit) ‎[2,817 bytes]Helpful (talk | contribs) (Created page with " <!-- ===1Password=== ===Dashlane=== ===LastPass=== --> ===KeePass=== <!-- KeePass - made for windows, added support for macOS and linux through Mono : KeePass 1.x : KeePass 2.x is not ''quite'' a successor KeepassX - started as a linux(-only) port of KeePass because at that time KeePass was windows-only : no longer developed since 2021 KeePassXC started as a community fork of KeePassX, itself a cross-platform port of KeePass KeeShare - lets you share KeePass...")
  • 16:55, 25 March 2024Timekeeping in computers (hist | edit) ‎[9 bytes]Helpful (talk | contribs) (Created page with "<!-- -->")
  • 14:00, 25 March 2024Method, procedure, subroutine, function, operation, etc. (hist | edit) ‎[1,689 bytes]Helpful (talk | contribs) (Created page with "<!-- '''"What's the difference between a method, procedure, subroutine, function, operation, and others?"''' Not at all a bad question, actually. If you are confused by this mix, you were paying attention. Each programming language may have a somwhat more specific definition of half of these (and ignore the rest). This makes sense, because how expressive an duseful each programming language is relates to how detailed/useful the contract of each of its parts is. So i...")
  • 15:02, 23 March 2024Dotenv (hist | edit) ‎[750 bytes]Helpful (talk | contribs) (Created page with "<!-- .env files are intended as an , that is easy to keep out of source management, that is specifically separate from any code Is it just like a config file? : Absolutely. Is it special in any way? : Not at all. Does it solve secret sprawl? : Nope. Is it still a good habit to put all your secrets in separate place that, out of being a common convention, you can recognize as "don't share this?" : Yup. https://github.com/motdotla/dotenv#readme https://...")
  • 15:02, 23 March 2024Monorepo (hist | edit) ‎[2,533 bytes]Helpful (talk | contribs) (Created page with "<!-- A repository in the software versioning sense ''usually'' stores a single project. This is the default choice since, well, always, in that the separation makes e.g. responsibilities well defined. '''Monorepos''' are a different view. A monorepo is a single repository that contains many projects - which tend to be unrelated projects, except that they may share code and often what company owns them. 'Monorepo' as a term didn't seem to exist before 2015 or so,...")
  • 22:54, 22 March 2024What are those "verifying your device" pages for? (hist | edit) ‎[2,334 bytes]Helpful (talk | contribs) (Created page with " There is a new trend of CDNs inserting an [https://en.wikipedia.org/wiki/Interstitial_webpage intermediate page] before they actually show you the content. That intermediate page says it is verifying your device. Sometimes you need to interact - e.g check a checkmark - with it to be shown the actual page. tl;dr: : There is nothing unverified about your device, there is nothing much it's checking. : This seems to mostly be the "I only want people, not scripts, t...")
  • 22:09, 22 March 2024Distributional hypothesis (hist | edit) ‎[1,126 bytes]Helpful (talk | contribs) (Created page with "The distributional hypothesis is the idea that words that are used and occur in the same contexts tend to convey similar meanings - "a word is characterized by the company it keeps". This idea is known under a few names, but note that few of them really describe a technique, or even the specific assumptions they make. <!-- Distributional Similarity Distributional semantics https://en.wikipedia.org/wiki/Distributional_semantics '''Distributional similarity''' can...") originally created as "The distributional hypothesis"
  • 15:29, 14 March 2024We can’t connect to the server at www.googleadservices.com. (hist | edit) ‎[446 bytes]Helpful (talk | contribs) (Created page with " It seems that various google result links go first to their own tracking, then to the site being linked to. Apparently particularly sponsored links, but also things like shopping. When there is any ad blocking (e.g. extension, VPN), it may happen to block this - and effectively break certain google links.") originally created as "Www.googleadservices.com can't be reached"
  • 10:33, 14 March 2024RTL (hist | edit) ‎[220 bytes]Helpful (talk | contribs) (Created page with " <!-- Around text coding, right-to-left scripts Around electronics, Resistor-Transisitor Logic -->")
  • 15:19, 13 March 2024CRF (hist | edit) ‎[241 bytes]Helpful (talk | contribs) (Created page with " In, data modeling, conditional random Field In video encoding (mostly x264, x265?), Constant Rate Factor, a way to determine required bitrate based on content{{verify}}")
  • 17:46, 12 March 2024Motion smoothing (hist | edit) ‎[1,104 bytes]Helpful (talk | contribs) (Created page with "<!-- Motion interpolation, or motion smoothing is video processing that invents frames between existing ones. Used live (e.g. various flat panel TVs do this), this attempts to make certain types of video more fluid. ...at the cost of some latency In video processing, it is a fake slow motion effect. Soap Opera Effect, because For large movements it is too creative and will look wrong, but ''mostly'' in a way too fast to notice (it's quite visible in the fake...")
  • 15:56, 11 March 2024Flash (hist | edit) ‎[147 bytes]Helpful (talk | contribs) (Created page with "For the now-abandoned browser plugin, see Flash notes. The type of memory, see Some_understanding_of_memory_hardware#Flash_memory_(intro)")
  • 12:45, 10 March 2024AFL (hist | edit) ‎[273 bytes]Helpful (talk | contribs) (Created page with "Around '''software licenses''', the Academic Free License (AFL) Around stage audio, the After Fader Listen button on mixer channels")
  • 18:30, 9 March 2024Bike tire sizes (hist | edit) ‎[649 bytes]Helpful (talk | contribs) (Created page with " ===Why have one standard when you can have several?=== <!-- Broadly, there is * European Tyre and Rim Technical Organization (ETRTO) : width in mm : inside diameter in mm : in principle, width matters less so any with the same diameter will work : 559 ~= 26", 622 ~= 28" : MTB, typically 559, also have wider tires - 37, 40, 44, 47, 54, 57? * German : (outside?)diameter (inch) : width (inch) * French : approximate outside diameter (can be 80--100mm more than ) : wi...")
  • 14:17, 9 March 2024Amortization (hist | edit) ‎[19 bytes]Helpful (talk | contribs) (Created page with "<!-- -->")
  • 12:21, 9 March 2024Security notes - integrated security hardware (hist | edit) ‎[21,131 bytes]Helpful (talk | contribs) (Created page with "==TPM== {{stub}} ===What is it?=== It's a hardware module that assists a few security needs Part of its job is just to be ''separate'', because that allows it to do some things with more secrecy than is easy to guarantee otherwise -- if used well, that is. And with footnotes (separation is also potential attack surface) For some other needs it's more of a coprocessor thing, which doesn't always make much difference Physically, TPM started as a clearly separat...")
  • 12:45, 7 March 2024Esoteric (hist | edit) ‎[1,151 bytes]Helpful (talk | contribs) (Created page with "<!-- Esoteric information refers to things known and/or understood only by people with specific knowledge or interest. This often because it is not a mainsteam interest, if it is written about this is not exhaustive, and it may be changeable. '''Sometimes''' It can be nearby senses like * unnusual interests or likes - Aside from unusual and understood by a minority, it can also include something ''liked'' only by a minority, and so has an overlap with unusual inter...")
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)