All public logs

Jump to navigation Jump to search

Combined display of all available logs of razwiki. 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 (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 11:57, 6 April 2026 Razzi talk contribs created page Blog: 2026-04-06 (Created page with "Some #kids #science activities https://homanathome.com/2020/05/plastic-bag-kites/ https://homanathome.com/2018/09/popsicle-stick-bombs/")
  • 22:15, 5 April 2026 Razzi talk contribs created page Blog: 2026-04-05 (Created page with "Cool spreadsheet terminal app https://github.com/maaslalani/sheets")
  • 01:41, 1 April 2026 Razzi talk contribs created page Blog: 2026-04-01 (Created page with "Some useful resource? https://www.nsta.org/lesson-plan/how-did-moth-population-change national science teachers association")
  • 10:27, 31 March 2026 Razzi talk contribs created page Blog: 2026-03-31 (Created page with "This good html book from polylux: https://polylux.dev/book/polylux.html What framework did they use? Typst?")
  • 01:30, 30 March 2026 Razzi talk contribs created page Blog: 2026-03-30 (Created page with "Finally installed a greasemonkey or whatever extension using greasy fork https://greasyfork.org/en/scripts/459541-youtube-adb/post-install ... weird names abount")
  • 22:10, 29 March 2026 Razzi talk contribs created page Blog: 2026-03-29 (Created page with "Bianca and felix jack and jill https://www.youtube.com/watch?v=FoSH-UQqB8Q")
  • 12:42, 28 March 2026 Razzi talk contribs created page Blog: 2026-03-28 (Created page with "could the as-you-wish editor formatter be implemented as lsp, rather than filesystem? Perhaps...")
  • 23:16, 22 March 2026 Razzi talk contribs created page Blog: 2026-03-22 (Created page with "Good for my junit guide: https://docs.junit.org/6.0.3/running-tests/console-launcher.html offers a jar so you can build and run tests against it without even a build tool, just javac and java")
  • 00:36, 19 March 2026 Razzi talk contribs created page Blog: 2026-03-19 (Created page with "I think this can go down as an "up there" tab roll up One for the ages https://en.wikipedia.org/wiki/Ringo_Starr https://en.wikipedia.org/wiki/Rain_(Beatles_song) https://en.wikipedia.org/wiki/%2750s_progression https://en.wikipedia.org/wiki/Jason_Mraz https://en.wikipedia.org/wiki/Colbie_Caillat https://en.wikipedia.org/wiki/Jason_Reeves https://en.wikipedia.org/wiki/ZZ_Top https://en.wikipedia.org/wiki/Butthole_Surfers https://www.youtube.com/watch?v=w7Myff5x...")
  • 03:52, 17 March 2026 Razzi talk contribs created page Blog: 2026-03-17 (Created page with "Ok getting the column for vim in insert mode is actually a mess. After https://superuser.com/questions/723621/how-can-i-check-if-the-cursor-is-at-the-end-of-a-line I figured I'd be good handling the empty column case ... but it actually treats the cursor being on the last character and the second-to-last character the same?? inoremap <C-f> <C-o>:call JustTellMeColumn()<cr> function! JustTellMeColumn() echom "COL is " . col(".") . " and EOL: " . AtEndOfLine()...")
  • 13:02, 16 March 2026 Razzi talk contribs created page Blog: 2026-03-16 (Created page with "Interesting this philosopher that also contributes to software https://en.wikipedia.org/wiki/John_MacFarlane_(philosopher)")
  • 10:48, 11 March 2026 Razzi talk contribs created page Blog: 2026-03-11 (Created page with "Cool #lego https://www.thewave.engineer/articles.html/productivity/legos-0002mm-specification-and-its-implications-for-manufacturing-r120/")
  • 22:17, 10 March 2026 Razzi talk contribs created page Blog: 2026-03-10 (Created page with "Burger flippin physics https://create.kahoot.it/details/b221ba41-ed39-4fb4-b599-8c8113a6978d?drawer= Actually not bad, it includes explanations This really nice kahoot, a bit too hard for our scince students https://create.kahoot.it/details/020d8486-8c11-4af4-854c-b20ce14395d9?drawer= I'll modify: https://create.kahoot.it/creator/5cb5dfc5-a760-45c5-a833-70d1949dd2ec https://play.kahoot.it/v2/?quizId=5cb5dfc5-a760-45c5-a833-70d1949dd2ec&hostId=ce0f37f4-0c54-483d-8edd-...")
  • 08:37, 8 March 2026 Razzi talk contribs created page Blog: 2026-03-08 (Created page with "This starter collection https://magic.wizards.com/en/news/announcements/foundations-starter-collection-contents * the power and toughness are ints * your life total is an int * card name is a string * keyword is symbol * the subtype is a set * the type is an enum * The stack is a stack * The deck (library) is a deque * decklist is a bag * card is a record * (power, toughness) is a tuple * permanent is an instance of a union * graveyard is a list * hand is a bag * counte...")
  • 16:33, 7 March 2026 Razzi talk contribs created page Blog: 2026-03-07 (Created page with "Some #names for projects * reusable machines inc * computing in spells: learn computing by playing magic the gathering")
  • 13:08, 6 March 2026 Razzi talk contribs created page Blog: 2026-03-06 (Created page with "This raysoft wiki https://www.raysoft.ch/ is like my website but way more comprehensive, every app has a page it seems, english and german documentation links, and even filesystem edits are their own wiki pages ... wild. No person to add to my follow list yet per se, but worth doing some more digging")
  • 16:11, 5 March 2026 Razzi talk contribs created page Blog: 2026-03-05 (Created page with "Adding to my addon which auto advanced protonmail, selecting my [email protected] email for replies etc... <pre> diff --git a/protonmail_auto_advance.js b/protonmail_auto_advance.js index 2333c7d..4363241 100644 --- a/protonmail_auto_advance.js +++ b/protonmail_auto_advance.js @@ -1,4 +1,4 @@ -console.log('Protonmail auto-advance 1.8') +console.log('Protonmail auto-advance 2.0b') const state = { previousButton: null, @@ -48,6 +48,14 @@ const observer = new Mutatio...")
  • 19:57, 3 March 2026 Razzi talk contribs created page File:Screenshot 2026-03-03 at 6.56.59 PM.png
  • 19:57, 3 March 2026 Razzi talk contribs uploaded File:Screenshot 2026-03-03 at 6.56.59 PM.png
  • 14:13, 3 March 2026 Razzi talk contribs created page Blog: 2026-03-03 (Created page with "Firefox dev tools doesn't provide a console repl any more it seems. I liked it when you could enter a command and have it clear the input. Now it's doing this multiline repl thing: File:Screenshot 2026-03-03 at 1.11.46 PM.png So now I'm seeing how far along ladybird is. First attempt to run didn't work, updated xcode and trying again.")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)