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)
  • 15:22, 17 May 2024Collaborative filtering (hist | edit) ‎[170 bytes]Helpful (talk | contribs) (Created page with "<!-- Find items someone might like based on reactions from similar users. This can be explicit tagging, but is often more subtle, such as "likes artist A and B" -->")
  • 17:22, 13 May 2024Console generations (hist | edit) ‎[738 bytes]Helpful (talk | contribs) (Created page with "<!-- Console generations are a weird example of something that was ''never a thing'' but became In fact, wikipedia's descriptions seem to have have had a strong influence -- in that it was adopted by game manufacturers. Wikipedia's grouping -- like most others -- seems to just group some stuff in time and squeezed some similar specs, not have much technical basis) Which is interesting in a truth-telling sense, because this is now wikipedia quoting manufacturers qu...")
  • 10:53, 13 May 2024Hobby / Sewing notes (hist | edit) ‎[1,503 bytes]Helpful (talk | contribs) (Created page with " ==Issues== ===Loose switches=== <!-- Probably the top tension is too low - specifically low top tension. See #adjusting top tension. Tension is a way of adding friction, so the thread resists pull a little (often the thread pulled through two disks that are pushed together). {{comment|If you want an intuition for why what is useful, look at a nice animation for what sowing does with the two wires - you can imagine that the top part not pulling hard enough does not...")
  • 22:36, 12 May 2024Pylint notes (hist | edit) ‎[612 bytes]Helpful (talk | contribs) (Created page with " ==Some added notes== <!-- ==redefined-outer-name / W0621 / Redefining name %r from outer scope (line %s)== This definition hides a variable of the same name defined in an outer scope (or except handler). * A simple example is using a local variable when there is a global of the same name. : This is often not wrong, just potentially confusing : note that having a script with a "if __name__=='__main__'" block -- that is global scope. If you want to avoid the warning...")
  • 14:09, 10 May 2024Parts per million (hist | edit) ‎[34 bytes]Helpful (talk | contribs) (Created page with "<!-- ppm ppmv ppb ppbv -->")
  • 19:36, 7 May 2024Adventures in response time (hist | edit) ‎[293 bytes]Helpful (talk | contribs) (Created page with "{{stub}}")
  • 17:49, 7 May 2024Bandwidth isn't latency (hist | edit) ‎[8 bytes]Helpful (talk | contribs) (Created page with "{{stub}}")
  • 12:59, 7 May 2024Secret sprawl (hist | edit) ‎[1,187 bytes]Helpful (talk | contribs) (Created page with "<!-- {{name|Secret sprawl}} refers to codebases or installations that have secrets strewn around them. Often, you put in secrets in places that needed it to ''function'' -- and then forgot all the places you did that. Secret means anything that you don't want someone else to have - passwords, secret keys. The problems with this include * we don't even know where it is - * we don't know where it's going - is this code shared? * '''What about fine-grained secre...")
  • 17:54, 4 May 2024RSSI (hist | edit) ‎[1,136 bytes]Helpful (talk | contribs) (Created page with "<!-- RSSI (which in some contexts is just called Energy Detection) is often just a measure of raw power, so not only does does it not indicate quality, RSSI may not have a very accurately referenced unit (or even be used unitles), because it might have to assume details about the antenna (and more) to do that, but at the same time that may only mean it's a fixed amount off. RSSI does not mean the presence of a coherent signal -- it could be detecting some incompatible...")
  • 01:30, 29 April 2024OpenEPaperLink notes (hist | edit) ‎[3,192 bytes]Helpful (talk | contribs) (Created page with "<!-- The idea seems to be that, since every tag has a 802.15.4 radio, if you add an ESP32 to just one of these tags, you now have a tag "AP": you can talk to it over wifi, it can talk to all tags over 802.15.4 (not technically zigbee). You can also integrate with home assistant - this uses websockets over wifi(?) Regular API-like access can be made to the AP -- https://github.com/jjwbruijn/OpenEPaperLink/wiki/Image-upload Which suggests the Tags use e...")
  • 19:35, 28 April 2024Inversion of control (hist | edit) ‎[0 bytes]Helpful (talk | contribs) (Created blank page)
  • 23:24, 26 April 2024Rubber ducking (hist | edit) ‎[528 bytes]Helpful (talk | contribs) (Created page with "<!-- Rubber duck programming means you put a rubber duck on your desk. When you are stuck, cursing the thing you just sorta-assume-checked should probably work, you explain it to the rubber duck. Usually, the fact that you had to reform your thoughts into a simplified set of sentences rather than a nebulous set of assumptions you ''obviously'' don't have to check will make you realize which of those assumptions is probably wrong. It also works with stuffed animals,...")
  • 09:21, 26 April 2024Partial pressure (hist | edit) ‎[468 bytes]Helpful (talk | contribs) (Created page with "<!-- Partial pressure is one of those concepts that signal you're on the more complex side of everyday physics. At the same time, partial pressure is relatively literal: in a mixture of gases, the partial pressure of one gas is the pressure it would exert if the other gases were removed. It's useful because this (and not concentration) is the main factor in how gases diffuse, dissolve, and react[https://en.wikipedia.org/wiki/Partial_pressure])}}{{verify}} -->")
  • 11:01, 24 April 2024Multitrackers (hist | edit) ‎[370 bytes]Helpful (talk | contribs) (Created page with "<!-- Multitrackers refer to recording or samplers that record onto distinct tracks, letting you bring specific parts in and out. For a time, a physical multitracker (often tape) was a prime way way of doing recording and basic mixing, and terms like bouncing come from this era. These days, DAWs allow us to be much more flexible (sometimes a little too much) -->")
  • 14:53, 23 April 2024How do I set up my own wiki (hist | edit) ‎[589 bytes]Helpful (talk | contribs) (Created page with "{{stub}} <!-- Choose a wiki software that does what you want it to do. This particular wiki is mediawiki -- the same one wikipedia uses. It may be overkill. Also, it needs somewhere to store data, so it will take ''some'' amount of install or config. https://en.wikipedia.org/wiki/List_of_wiki_software https://en.wikipedia.org/wiki/Comparison_of_wiki_software -->")
  • 23:15, 22 April 2024Time to penis (hist | edit) ‎[222 bytes]Helpful (talk | contribs) (Created page with "In games, if you give people an open world, creativity, the ability to draw a thing, create a track, get a shove, manipulate ''anything''. ...they will draw a penis. TTP, time to penis. Presumably, this is a constant.")
  • 17:47, 16 April 2024Loopback (hist | edit) ‎[671 bytes]Helpful (talk | contribs) (Created page with "<!-- Loopback, in a wider sense, tends to mean 'wire an output to input, probably on the same device'. In audio, : it can mean that at analog level, or at digital level : but you may see the term more in a "we can treat this digital output as an input again" sense : see also Electronic_music_-_notes_on_audio_APIs#"Why_are_some_things_called_loopback?" In linux, * a loop/loopback device makes a file accessible as a block device (sort of by connecting one API's...")
  • 17:00, 15 April 2024Revox B77 notes (hist | edit) ‎[170 bytes]Helpful (talk | contribs) (Created page with " <!-- There are three motors The capstan motor seems direct drive, meaning the only twp belts in the system seem to be the counter's, which you can do without. -->")
  • 16:55, 15 April 2024RTP notes (hist | edit) ‎[301 bytes]Helpful (talk | contribs) (Created page with "<!-- RTP is designed for end-to-end transfer of streaming media or other real-time media (consider e.g. e.g. RTP-MIDI), having things like jitter compensation detection of packet loss out-of-order delivery https://en.wikipedia.org/wiki/Real-time_Transport_Protocol -->")
  • 14:02, 9 April 2024Dcc (hist | edit) ‎[281 bytes]Helpful (talk | contribs) (Created page with " Around internet chat, Direct Client-to-Client was a way to do file transfers over IRC Around audio, digital compact casette was a digital audio recording medium.")
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)