All public logs

Jump to navigation Jump to search

Combined display of all available logs of Traxel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 19:55, 7 November 2023 RobertBushman talk contribs created page PythonFlaskIdentityManagement (Created page with "Category:Python = Links = * flask-identity: https://pypi.org/project/flask-identity/ ** Tutorial: https://www.digitalocean.com/community/tutorials/how-to-add-authentication-to-your-app-with-flask-login ** Quickstart: https://flask-identity.readthedocs.io/en/stable/quickstart.html * PyJWT: https://pypi.org/project/PyJWT/ ** JSON Web Tokens: login, create a token server side with a private key, store it in a cookie")
  • 04:38, 3 November 2023 RobertBushman talk contribs created page PythonObjectOriented (Created page with "Category:Python = Singleton = </syntaxhighlight lang="python" lines> import json from threading import Lock class SingletonMeta(type): _instances = {} _lock: Lock = Lock() def __call__(cls, *args, **kwargs): with cls._lock: if cls not in cls._instances: instance = super().__call__(*args, **kwargs) cls._instances[cls] = instance return cls._instances[cls] class DataManager(metaclass=Sin...")
  • 18:50, 2 November 2023 RobertBushman talk contribs moved page RedditLakeshoreDistrictCorruption to RedditLakeheadDistrictCorruption
  • 18:49, 2 November 2023 RobertBushman talk contribs created page RedditLakeshoreDistrictCorruption (Created page with "<blockquote> Not sure about past corruption. But there is plenty currently taking place at the Lakehead Publc School board. Sherri-lyn Pharrand took over as director in sept. Her first act was to create a $160000 a year superintendent job for her best friend, whom she created a superintendent job for at the dryden school board when she went there as director a few years ago from her job as superintendent at LPS. This wasn't a replacement. It is a brand new job that didn'...")
  • 20:44, 29 October 2023 RobertBushman talk contribs created page CypherUsers (Created page with "= Finding Users = == Redditors == * https://old.reddit.com/user/Slobotic ** https://old.reddit.com/r/Futurology/comments/17g6xc5/scientist_after_decades_of_study_concludes_we/k6gnmtq/ ** https://old.reddit.com/r/ComicWriting/comments/17e9cuu/how_to_format_a_script_get_it_ready_for_an_artist/k66ql0r/ ** https://old.reddit.com/r/Destiny/comments/17hqc0c/before_and_after_satellite_images_show/k6svw99/")
  • 15:41, 25 October 2023 RobertBushman talk contribs created page CypherScience (Created page with "Category:CypherTech = Embeddings = == Embedding Conformance in Machine Learning == Embedding in machine learning refers to the representation of data in a lower-dimensional space, often used for tasks like dimensionality reduction, visualization, or to capture semantic meanings of data. Ensuring conformance between embeddings derived from different datasets or observations is crucial in various scenarios, especially when integrating new data with existing models or...")
  • 14:20, 25 October 2023 RobertBushman talk contribs created page ReduceJavascript (Created page with "Category:HTML = Tips from GPT = == Popovers without JavaScript == * '''<details> and <summary> Tags''': The `<details>` and `<summary>` elements provide a built-in way to create toggleable content. * '''Checkbox Hack''': This technique involves using a hidden checkbox input and a label. The label, when clicked, toggles the checkbox. Using the `:checked` pseudo-class in CSS, you can control the display of content based on whether the checkbox is checked. * '''Hover E...")
  • 02:36, 21 October 2023 RobertBushman talk contribs created page Category:HTML (Created page with "Category:Hacking = Links = * details tag (popovers): https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details")
  • 01:06, 15 October 2023 RobertBushman talk contribs created page Category:Javascript (Created page with "Category:Hacking = Hacks = Does obj have obj.magilla? <pre> return obj.hasOwnProperty("magilla"); </pre> = Add Lots of Divs = <syntaxhighlight lang="javascript"> var c = document.createDocumentFragment(); for (var i=0; i<10000; i++) { var e = document.createElement("div"); e.className = "test-div"; c.appendChild(e); } document.body.appendChild(c); </syntaxhighlight>")
  • 23:41, 14 October 2023 RobertBushman talk contribs moved page Category:Parquert to Category:Parquet (Typo)
  • 19:45, 14 October 2023 RobertBushman talk contribs created page Marinara (Created page with "Category:Recipes = GPT's Opinion = == Basic Marinara Sauce == === Ingredients === * 1 (28-ounce) can of whole tomatoes (or crushed tomatoes) * 2-3 tablespoons olive oil * 2-3 garlic cloves, minced * 1 small onion, finely chopped (optional) * Salt to taste * 1-2 teaspoons sugar (optional, to taste) * 1-2 bay leaves === Instructions === # Heat olive oil in a saucepan over medium heat. If using onions, add them now and sauté until translucent. # Add the minced garlic...")
  • 21:53, 13 October 2023 RobertBushman talk contribs created page CypherDiscuss (Created page with "Category:CypherTech = Adding Divs = <syntaxhighlight lang="javascript"> var c = document.createDocumentFragment(); for (var i=0; i<10000; i++) { var e = document.createElement("div"); e.className = "test-div"; c.appendChild(e); } document.body.appendChild(c); </syntaxhighlight>")
  • 14:39, 13 October 2023 RobertBushman talk contribs created page CypherData (Created page with "Category:Cypherpunk = Notes = * 09/25 - 10/10 2023: hourly pulls for 24h data")
  • 21:50, 12 October 2023 RobertBushman talk contribs created page NostredCommentStructure (Created page with "== Comment Format: Structured Discourse for In-Depth Analysis == Structuring discourse can elevate the quality of discussions, especially on a platform striving for more in-depth conversations. By borrowing from academic and professional writing, several formats can be introduced: === Introduction/Thesis === :A brief introduction of the main point or topic. This sets the stage and provides context. === Facts & Data === * '''Sources''': Categorizing information as prim...")
  • 02:13, 9 October 2023 RobertBushman talk contribs created page SimpleNostr (Created page with "Category:Nostr = Install = <pre> sudo apt install python3-venv pip3 install virtualenv git clone https://github.com/ksfi/simple-nostr.git cd simple-nostr python3 -m venv bobenv source ./bobenv/bin/activate ... deactivate </pre>")
  • 01:39, 9 October 2023 RobertBushman talk contribs created page AIONostr (Created page with "Category:Nostr = Links = * Git: https://github.com/davestgermain/aionostr = Install =")
  • 20:45, 8 October 2023 RobertBushman talk contribs created page Salmon (Created page with "Category:Recipes = Ingredients = * Half a lemon, juiced and zested * 3 cloves garlic * 2 T canola oil * 2 T dijon mustard * 1 t lite salt * 1 t ground pepper * 14 - 20 oz salmon filet = Process = # Preheat oven to 350 # rinse the salmon until the water is clear # mince garlic, combine with everything except the salmon, mix thoroughly # Line baking sheet with foil, make sure the edges all bend up # Paint sauce onto the foil where the fish will go # put the fish on sk...")
  • 00:05, 8 October 2023 RobertBushman talk contribs created page Category:SSH (Created page with "Category:Hacking = Tunnels = Make a tunnel that makes 8989 hear forward to 127.0.0.1:8000 on 52.11.172.130: <pre> ssh -i path/to/key.pem -L 8989:127.0.0.1:8000 admin@52.11.172.130 -N </pre>")
  • 04:22, 6 October 2023 RobertBushman talk contribs created page Strfry (Created page with "Category:Nostr")
  • 04:20, 6 October 2023 RobertBushman talk contribs created page CypherNetSecondInstallAttempt (Created page with "* NostrRelay * LNbits ** https://github.com/lnbits/lnbits ** https://lnbits.com/ ** Guides: https://github.com/lnbits/lnbits/wiki/Tutorials-and-Guides ** Install Guide: https://ereignishorizont.xyz/lnbits-server/en/ ** App Ecosystem Overview: https://www.youtube.com/watch?v=ZTjFalYeOlA ** NostrMarket, Storefronts over Nostr: https://github.com/lnbits/nostrmarket")
  • 00:01, 6 October 2023 RobertBushman talk contribs created page PassiveSolarDesalination (Created page with "Category:Hacking = Links = * https://scitechdaily.com/mits-new-desalination-system-produces-freshwater-that-is-cheaper-than-tap-water/ * https://old.reddit.com/r/Futurology/comments/170gwlx/mits_new_desalination_system_produces_freshwater/ * https://www.cell.com/cms/attachment/550ff376-8f1b-4a5b-abf9-f37fab663e2a/gr1.jpg * https://www.cell.com/cms/attachment/a7b9c4e1-d6c2-43a3-8615-dccc7662df74/fx1.jpg = GPT = What do you know about using a PTFE membrane to separate...")
  • 23:34, 5 October 2023 RobertBushman talk contribs created page SociopoliticalDysphoria (Created page with "Category:Socioeconomics = GPT Exploration = <blockquote> what is dysphoria, and what are the most commonly recognized kinds? </blockquote> <blockquote> ChatGPT Dysphoria is a profound state of unease or dissatisfaction. The term is often used in various contexts to describe uncomfortable or distressing feelings that an individual may experience related to a particular aspect of their identity or circumstances. Here are some of the most commonly recognized kinds of...")
  • 20:33, 5 October 2023 RobertBushman talk contribs created page CypherNetFirstInstallAttempt (Created page with "== Nostr Relay Setup == * NostrRelay * IP: 52.11.172.130 * Deb 11, $5 instance === Server Baseline === <pre> ssh admin@52.11.172.130 sudo apt update && sudo apt dist-upgrade -y sudo apt install -y emacs-nox </pre> === Greasy Kid Stuff === <pre> mkdir -p /home/admin/.local/bin chmod go-rwx /home/admin/.local mkdir -p /home/admin/.local/lib </pre> === Python === <pre> sudo apt install -y python3 python3-pip python-is-python3 sudo pip install --upgrade pip python --ver...")
  • 17:06, 5 October 2023 RobertBushman talk contribs created page CypherReddit (Created page with "Category:CypherTech")
  • 22:32, 4 October 2023 RobertBushman talk contribs created page Category:Lightning (Created page with "Category:Cypherpunk Category:Nostr = Links = * Link Fest: https://awesomelightningnetwork.com/ * Wikipedia: https://en.wikipedia.org/wiki/Lightning_Network")
  • 04:33, 4 October 2023 User account FlossieCampbell talk contribs was created
  • 01:29, 4 October 2023 RobertBushman talk contribs created page Halloween (Created page with "Category:Art = 2023: Metal = * Prompt: **[The End of Days] ::0.1 ["style":["Gothic"],"subject":"A dark and ominous image of a demon emerging from the depths of hell on a black background."] ::1.0 IterativeChaos ::0.0 prompt=thrash metal album artwork black background ::0.0 --ar 1:1** - Variations (Strong) by <@938589036572966983> (fast)")
  • 18:26, 3 October 2023 RobertBushman talk contribs created page NostrRelay (Created page with "Category:Nostr = Links = * Nostr Relay ** https://github.com/lnbits/nostrrelay * FastAPI ** Similar to Flask - app server toolkit ** Built for production speed ** https://en.wikipedia.org/wiki/FastAPI ** https://fastapi.tiangolo.com/")
  • 04:38, 1 October 2023 RobertBushman talk contribs created page CypherNet (Created page with "Category:CypherTech = Easy Relay = I want to go to a web page and click "create relay." It will ask for my credit card, or my login if I already have an account. It will create a relay for me for a given price / configuration / setup option. I can then join that relay to a friend's relay, which doesn't have to be running in the same system. It just has to accept the protocol handshake. Now our relays can act in federation, providing reciprocal backup. We can each...")
  • 20:40, 28 September 2023 RobertBushman talk contribs created page MultiWiki (Created page with "Category:MediaWiki Category:Website = Multi-Wiki = == Wiki farm: Practical == <pre> $wgLogos = [ '1x' => "http://wiki-static.iterativechaos.com/iterative_chaos_logo_004.png", 'icon' => "http://wiki-static.iterativechaos.com/iterative_chaos_logo_004.png", ]; $wgDBtype = "mysql"; $wgDBserver = "localhost"; $wgDBname = "iterativechaos_wiki"; $wgDBuser = "wiki_wiki"; ## Set $wgCacheDirectory to a writable directory on the web server #$wgCacheDirectory = "$IP/cac...")
  • 20:40, 28 September 2023 RobertBushman talk contribs created page Category:MediaWiki (Created page with "Category:Hacking")
  • 19:08, 26 September 2023 RobertBushman talk contribs created page CypherSetup (Created page with "Category:CypherTech = Host Setup = <syntaxhighlight lang="bash"> mkdir -p /opt/cypherpunk/cypherpunk_reddit cd /opt/cypherpunk/cypherpunk_reddit ln -s /home/bob/projects/cypherpunk/cypherpunk_reddit/html ./ ln -s /home/bob/projects/cypherpunk/cypherpunk_reddit/archive ./ ln -s /home/bob/projects/cypherpunk/cypherpunk_reddit/config ./ </syntaxhighlight>")
  • 13:27, 26 September 2023 RobertBushman talk contribs created page CypherNLP (Created page with "Category:CypherTech = Text Cleanup = Simplifying text by removing or replacing emojis, Unicode characters, and other non-standard text elements can be important for certain text processing tasks, especially when these elements don't add meaningful content or can introduce noise. Here's how you can handle these elements: ;1. '''Removing Emojis''': :* Emojis are Unicode characters, so they have specific code points. You can use a regular expression to filter out these...")
  • 13:04, 26 September 2023 RobertBushman talk contribs created page CypherResilience (Created page with "= Data Redundancy = == Sync == === Pull Discussions === This has to be done separately because the remote harvester host will not have the full discussion archive. Remote will have the current and previous month, which can be pulled with --delete. <pre> cd /opt/cypherpunk/data/reddit/json find discussion -name '2023-09' -type d | awk '{print "rsync -avz --size-only --delete www.iterativechaos.com:/opt/cypherpunk/data/reddit/json/"$1"/ ./"$1"/"}' </pre> === Pull All Othe...")
  • 13:02, 26 September 2023 RobertBushman talk contribs moved page CypherTech to Category:CypherTech (Subdividing)
  • 03:00, 26 September 2023 RobertBushman talk contribs created page Git (Created page with "Category:Hacking = Disable Autowreck = <pre> hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with...")
  • 19:48, 25 September 2023 RobertBushman talk contribs created page Sync (Created page with "Category:Hacking = Rsync = == From there to here == <pre> rsync -avz --size-only --delete user@remote_host:/path/to/remote/directory/ /path/to/local/directory/ </pre> = AWS S3 Sync = == From here to there, with delete == <pre> aws s3 sync /path/to/remote/directory/ s3://your-s3-bucket-name/path/in/bucket/ --delete --size-only </pre>")
  • 04:11, 24 September 2023 RobertBushman talk contribs created page CheeseCrisp (Created page with "Category:Recipes = Basics = * 375 * 4 - 5 mins * Parm or Mozz * Parchment or Silisheet")
  • 04:48, 23 September 2023 RobertBushman talk contribs created page Category:AWS (Created page with "Category:Hacking = CLI = == S3 Sync == <pre>aws s3 sync <local_directory> s3://<bucket_name>/<optional_prefix> --exact-timestamps --size-only</pre> Here's a breakdown of the options: * <local_directory>: The local directory you want to sync with S3. * s3://<bucket_name>/<optional_prefix>: The destination S3 bucket and an optional prefix (like a folder). * --exact-timestamps: By default, aws s3 sync uses the LastModified time to determine whether an S3 object is the...")
  • 05:47, 21 September 2023 RobertBushman talk contribs created page File:Us life expectancy gap.jpg
  • 05:47, 21 September 2023 RobertBushman talk contribs uploaded File:Us life expectancy gap.jpg
  • 14:33, 19 September 2023 RobertBushman talk contribs created page BidenBurisma (Created page with "= Overview Article = * https://www.newsweek.com/joe-biden-impeachment-falls-apart-1828093 Republican efforts to impeach President Joe Biden suffered a blow after fresh evidence emerged showing his bid to remove Ukrainian Prosecutor General Viktor Shokin in 2015 represented U.S. government policy. Then-Vice President Biden met Petro Poroshenko, the Ukrainian president at the time, in December 2015, after which he claimed he'd threatened to withhold $1 billion in U.S. ai...")
  • 19:48, 17 September 2023 RobertBushman talk contribs created page WorkFromBike (Created page with "Category:Bicycling = Links = * https://old.reddit.com/r/NonPoliticalTwitter/comments/16l4grx/wanna_be_introverted_together/")
  • 02:58, 16 September 2023 RobertBushman talk contribs created page ResponsiveWebDesign (Created page with "Category:Hacking = W3Schools Course = * https://www.w3schools.com/Css/css_rwd_intro.asp * Stopped at Images: https://www.w3schools.com/Css/css_rwd_images.asp")
  • 13:53, 14 September 2023 RobertBushman talk contribs created page Category:OpenSource (Created page with "Category:Socioeconomics = Reddit Notes = == Unity 3D Engine == * https://old.reddit.com/r/pcmasterrace/comments/16id9bj/hey_microsoft_you_owe_us_five_billion_dollars/ * https://old.reddit.com/r/ProgrammerHumor/comments/16i9d1j/howunrealunityisacting/")
  • 12:44, 14 September 2023 RobertBushman talk contribs created page Category:Parquert (Created page with "Category:Hacking = Overview = Parquet is a file format that collects schema, columnar data, and columnar metadata in a partitioned collection of files. The partitioned files allow many processes to work together simultaneously, the columnar data enables fast aggregate values for data analytics, and the columnar metadata ensures each process has the information it needs to access the fields quickly. == Partitioning == Partitioning your data well means each part file...")
  • 18:15, 8 September 2023 RobertBushman talk contribs created page CypherGraph (Created page with "Category:Cypherpunk = Graph Traversal = The primary mission for this project is to make it possible for people to share information science actions. To make it easy for them to publicly describe, demonstrate, and encode mechanisms for curating information to resist disinformation and toxic infectious memes. Graph traversal becomes a super-important element in those mechanisms. Consider a message ''m'', which is a node in a discussion graph D. There are various case...")
  • 23:18, 7 September 2023 RobertBushman talk contribs created page Browser (Created page with "Category:OpenDevOps = Firefox Search = * about:config -> browser.urlbar.update2.engineAliasRefresh -> true * Settings -> Search -> add * <nowiki>https://start.duckduckgo.com/?q=%s</nowiki>")
  • 20:24, 7 September 2023 RobertBushman talk contribs created page WorkingTogether (Created page with "Category:Socioeconomics = Working Together = * vegan / pro-life * anti-gun / anti-car * religious freedom / lgbtq freedom = Vegan v. Pro-Life = * Pigs ** Pig Puzzle: https://old.reddit.com/r/aww/comments/8f1r62/pig_puzzle/ ** Pig Friend: https://old.reddit.com/r/aww/comments/ciazd7/so_my_dad_surprised_my_sister_with_a_baby_pig_and/ ** Pig Lassie: https://old.reddit.com/r/aww/comments/cot0oi/my_pet_pig_used_to_explore_the_backyard_as_i/ ** Pig Family: https://old.redd...")
  • 22:21, 3 September 2023 RobertBushman talk contribs created page Oxytocin (Created page with "Category:HealthManagement = Links = * Oxytocin & anorexigenic effects: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8509519/ * OT & Stress: https://pubmed.ncbi.nlm.nih.gov/31400490/ * OT, Eating, & Stress: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5868755/ * OT & Early Trauma: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6442937/")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)