Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Below are the changes since 15 June 2024, 19:45 (up to 50 shown). (Reset date selection)
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Show minor edits
Show new changes starting from 14:18, 20 June 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

20 June 2024

N    13:32  Tcpdump notes diffhist +10,083 Helpful talk contribs (Created page with " {{notes}} TCPdump snoops network traffic going getting to the host it runs on. It can also filter what packets it shows/writes. It can summarize the traffic on-screen (the default) or write it to the fairly common pcap-style files. The 'tcp' in the name is misleading, because it suggests it captures at the network layer, and then specifically TCP. Actually, it captures at link layer, so you can get at a lot of interesting stuff. Wireshark (previously Ethereal)...")

19 June 2024

N    19:14  Dynamic dispatch diffhist +295 Helpful talk contribs (Created page with "<!-- Dynamic dispatch means a runtime choice of code to run. It often means you're running an OO language with polymorphism and there is a need the process of selecting which implementation of a polymorphic operation (method or function) to call at run time See also late binding -->")
N    17:52  ZIP disk diffhist +2,213 Helpful talk contribs (Created page with "<!-- The zip disk is an oddity. I remember thinking it a weird concept even when it was new. It's a drive with sturdy 100MB cartridges. The drive was typically external and connected via a parallel port which meant no extra hardware necessary (there were also SCSI and IDE options). Speed order of ~1MByte/s for parallel (the easiest option), to 5MByte/s for the others{{verify}} Which was pretty good at the time. For context, : 5.25" floppies were still in servi...")
N    17:38  Firefox diffhist +27 Helpful talk contribs (Redirected page to Firefox notes) Tag: New redirect
N    14:58  OpenID diffhist +26 Helpful talk contribs (Redirected page to OpenID notes) Tag: New redirect
N    14:55  Micropub diffhist +93 Helpful talk contribs (Created page with "<!-- https://en.wikipedia.org/wiki/Micropub_(protocol) https://www.w3.org/TR/micropub/ -->")
N    14:54  OpenID notes diffhist +6,676 Helpful talk contribs (Created page with "{{stub}} ====Short version==== See [http://simonwillison.net/2006/openid-screencast/ this video], it's pretty clear on the basics. ====What it is==== In the more functional sense, OpenID * lets you have an identity on an OpenID provider * that you can use to sign on to many other websites Any such participating client site mostly just cares to have someone give them an identity, and have someone say that's really them (authenticate that identity). What you giv...")
N    14:53  OAuth notes diffhist +10,682 Helpful talk contribs (Created page with " ====What OAuth is and isn't==== <!-- OAuth is an open standard for access delegation. So authorization of access, in a specific way. And not authentication. It does not handle or federate identity (like OpenID and SAML). You don't need to have authentication be part of the process at all. : ...there are situations that would be an obvious thing to add : ...there are situations that is already handled, or not necessary '''What it's meant to allow''' You...")
     11:23 Deletion log Helpful talk contribs deleted page Linguistic data format notes(content was: "{{stub}}", and the only contributor was "Helpful" (talk))

17 June 2024

N    12:56  Algorithmic complexity diffhist +51 Helpful talk contribs (Redirected page to Computational complexity theory notes) Tag: New redirect
N    12:17  Python threading diffhist +63 Helpful talk contribs (Redirected page to Python usage notes - concurrency#threading module) Tag: New redirect
N    10:47  Code optimization diffhist +37 Helpful talk contribs (Created page with " <!-- ===Micro-optimization=== -->")
N    10:47  Optimization diffhist +31 Helpful talk contribs (Redirected page to Code optimization) Tag: New redirect

16 June 2024

N    19:07  Xdg-open diffhist +56 Helpful talk contribs (Redirected page to Freedesktop, GNOME, and KDE notes#xdg-open) Tag: New redirect
N    15:37  IEC320 diffhist +60 Helpful talk contribs (Redirected page to Common plugs and connectors#IEC 320 connectors) Tag: New redirect
N    15:37  IEC 320 diffhist +60 Helpful talk contribs (Redirected page to Common plugs and connectors#IEC 320 connectors) Tag: New redirect
N    15:30  Hoisting diffhist +598 Helpful talk contribs (Created page with "{{#addbodyclass:tag_tech}} {{#addbodyclass:tag_prog}} {{programming}} hoisting means things within a scope are moved up. It's a term related to compilation execution, because it means a block is parsed completely before it starts running it, and the exact ordering doesn't matter. In JS, declarations (variable declarations and function declarations) are hoisted, meaning you can use them. A potentially confusing thing is that depending on the language, declaration...")
     15:08 Move log Helpful talk contribs moved page Stack trace to Call stack
N    15:02  Incandescent lighting diffhist +60 Helpful talk contribs (Redirected page to Lightbulb notes#Incandescent and halogen lamps) Tag: New redirect
N    14:24  Codec diffhist +793 Helpful talk contribs (Created page with "'''Codec''', a portmanteau of ''coder/decoder'', refers to that can encode and/or decodes a kind of thing. This can be either hardware or software. * 'video codec' often refers to software :: and is a term common to talking about video playback * 'audio codec' often refers to an IC that contains both DAC and ADC. :: the term is more restrained, to e.g. hardware designers * 'image codec' is software :: the term is even more restrained, e.g. when people want to...")

15 June 2024

N    23:40  USB host shield diffhist +953 Helpful talk contribs (Created page with "<!-- The Arduino USB host shield is based on the MAX3421E, which is controlled via SPI, (and has some general-purpose input and output pins, exposed so that you can use them) The MAX3421E is 3.3V device, as the USB data lines are 3.3V differential. I'm guessing the buffer chips on the board make it tolerate 5V. USB's voltage lines are 5V. : Self-powered devices barely care about these lines, meaning you can get away wiring VBus to 3.3V. : For bus-powered devices yo...")