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).
- 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.")
- 14:12, 3 March 2026 Razzi talk contribs created page File:Screenshot 2026-03-03 at 1.11.46 PM.png
- 14:12, 3 March 2026 Razzi talk contribs uploaded File:Screenshot 2026-03-03 at 1.11.46 PM.png
- 02:25, 1 March 2026 Razzi talk contribs created page Blog: 2026-03-01 (Created page with "A post I didn't end up writing <pre> --- title: Are Case Insensitive File Systems Case Insensitive? --- Windows has been known to have a case-insensitive file system from the DOS days. And my mac computer claims it's case-insensitive too! (screenshot) But is it really? test -e open find </pre> happy march!!")
- 15:56, 26 February 2026 Razzi talk contribs created page Blog: 2026-02-26 (Created page with "unifying auto spellcheck across - text editor (vim support currently, could add emacs) - command line (fish support currently) - browser (no support)")
- 02:06, 25 February 2026 Razzi talk contribs created page Blog: 2026-02-25 (Created page with "Confusing that https://www.eia.gov/energyexplained/what-is-energy/forms-of-energy.php refers to mechanical energy as a potential energy, whereas the usual convention is that mechanical energy = potential + kinetic. Huh.....")
- 12:52, 21 February 2026 Razzi talk contribs created page Blog: 2026-02-21 (Created page with "Cool this microwave video https://m.youtube.com/watch?v=dJrdXRZ3PUE&pp=ygUJbWljcm93YXZl #science")
- 03:17, 20 February 2026 Razzi talk contribs created page Blog: 2026-02-20 (Created page with "here's the output of pytest on weave: <pre> (weave-py3.14) weave $ pytest ======================================================= test session starts ======================================================= platform darwin -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 rootdir: /Users/razzi/forks/weave configfile: pytest.ini testpaths: tests plugins: time-machine-3.2.0, icdiff-0.9, postgresql-8.0.0, requests-mock-1.12.1 collected 51 items...")
- 12:45, 19 February 2026 Razzi talk contribs created page Blog: 2026-02-19 (Created page with "Here's my latest scheme: $ fish test/test_remove.fish | tap-xunit-reporter To do the dots style test results. Also wanna do subtests so each function can have its own test. yeah. Then put fish-functions on CI")
- 02:32, 16 February 2026 Razzi talk contribs created page Blog: 2026-02-16 (Created page with "Fascinating this Ribozyme https://en.wikipedia.org/wiki/Ribozyme")
- 20:50, 14 February 2026 Razzi talk contribs created page Blog: 2026-02-14 (Created page with "This article https://css-tricks.com/copy-paste-the-web/ has some issues, such as <pre> <p>You can’t really do that on a <code></code></p> </pre> Which renders as: You can’t really do that on a Looks like they may accept contributions, but this one is a bit weird since it'll require rendering the text to see if it's been fixed. Probably just wrapping `<code>` in backticks would work though? If it's markdown")
- 10:00, 13 February 2026 Razzi talk contribs created page Blog: 2026-02-13 (Created page with "This legal advocate https://en.wikipedia.org/wiki/Calvin_Duncan_(legal_advocate)")
- 02:48, 12 February 2026 Razzi talk contribs created page Blog: 2026-02-12 (Created page with "Ok I made a hugo decap starter app, everything seems to work, with netlify identity hooked up, and github auth: https://github.com/razzius/one-click-hugo-cms-f95db")
- 03:42, 11 February 2026 Razzi talk contribs created page Blog: 2026-02-11 (Created page with "This open question about linking to symlink: https://superuser.com/questions/353068/how-can-i-create-a-symlink-which-points-to-another-symlink In that it resolves the symlink and then links to its target, rather than keeping it a 2-level symlink")
- 23:59, 10 February 2026 Razzi talk contribs created page Blog: 2026-02-10 (Created page with "https://www.canva.com/design/DAHA-29a6RM/lUpuwcY304kysV71F5BzFw/edit?ui=e30 - biology organelle advertisement project")
- 03:36, 9 February 2026 Razzi talk contribs created page Blog: 2026-02-09 (Created page with "What are ribosomes")
- 00:26, 2 February 2026 Razzi talk contribs created page Blog: 2026-02-01 (Created page with "https://acemyth.itch.io/horseracetests https://learn.genetics.utah.edu/content/pigeons/pigeonetics/")
- 11:47, 31 January 2026 Razzi talk contribs created page Blog: 2026-01-31 (Created page with "a #smallfix - Godot animation drawer doesn't focus the animation name when you make a new animation Also it has a different stop and play button, I'd imagine a play/stop button would be more intuitive. But I guess it does let you "pause" too * idle: options are frame movement and play (this is the problem, can't stop if already stopped) * playing: options are pause and stop * paused: options are play and stop Actually a bit more nuanced than I thought ...")
- 11:43, 24 January 2026 Razzi talk contribs created page Blog: 2026-01-24 (Created page with "Stared at this for a while last night <pre> $ cd ~/this path, /Users/razzi/ ~// ~/gmpm/ ~/PathWeaver/ ~/Applications/ ~/go/ ~/Pictures/ ~/Desktop/ ~/hack/ ~/Public/ ~/Documents/ ~/Library/ ~/razzimod/ ~/Downloads/ ~/MCreatorWorkspaces/ ~/scratch/ ~/forks/ ~/mlink/ ~/tmp/ ~/GameMakerProjects...")
- 01:59, 23 January 2026 Razzi talk contribs created page Blog: 2026-01-23 (Created page with "Thinking about this cd double directory completion Found the current cd completion here: /opt/homebrew/Cellar/fish/4.3.3/share/fish/completions/cd.fish This function: <code>functions __fish_complete_cd</code> I guess it mostly handles this feature called CDPATH that I don't plan to use. It lets you put directories where you can cd into their subdirectories from anywhere... but then your cd tab completion is always full of maybe irrelevant options.")
- 02:13, 19 January 2026 Razzi talk contribs created page Blog: 2026-01-19 (Created page with "This working example to run riscv64 on ubuntu https://canonical-ubuntu-hardware-support.readthedocs-hosted.com/boards/how-to/qemu-riscv/ maybe it'd have just been faster to actually connect my riscv computer to my monitor... software over hardware I guess. And now I have more familiarity with qemu")
- 14:23, 15 January 2026 Razzi talk contribs created page Blog: 2026-01-15 (Created page with "This fun joke https://www.reddit.com/r/NonPoliticalTwitter/comments/zndt6v/starwars_theme_tune/ Wikimedia turns 25 today!! Missed the stream https://www.youtube.com/watch?v=C5rPmv27YzY")
- 15:59, 14 January 2026 Razzi talk contribs created page Blog: 2026-01-14 (Created page with "Interesting this set of robotics notebooks https://github.com/jotaraul/jupyter-notebooks-for-robotics-courses")
- 01:19, 13 January 2026 Razzi talk contribs created page Blog: 2026-01-13 (Created page with "This choreo library for robot path planning https://github.com/SleipnirGroup/Choreo/?tab=readme-ov-file")
- 02:19, 10 January 2026 Razzi talk contribs created page Blog: 2026-01-10 (Created page with "Interesting this IRC bot idea https://tbaggery.com/2007/05/03/easy-ruby-examples.html")
- 01:07, 9 January 2026 Razzi talk contribs created page Blog: 2026-01-09 (Created page with "Learned about this robot project https://docs.wpilib.org/en/stable/docs/xrp-robot/index.html for learnign wpilib and maybe having some fun with robots ??")
- 16:06, 7 January 2026 Razzi talk contribs created page File:Debian desktop screenshot on raspberry pi.png
- 16:06, 7 January 2026 Razzi talk contribs uploaded File:Debian desktop screenshot on raspberry pi.png
- 15:57, 7 January 2026 Razzi talk contribs created page File:Raspi-config desktop screenshot.png
- 15:57, 7 January 2026 Razzi talk contribs uploaded File:Raspi-config desktop screenshot.png
- 13:36, 7 January 2026 Razzi talk contribs created page Blog: 2026-01-07 (Created page with "Setting up another user account on raspberry pi os. First apt update didn't work cause the network wouldn't connect to certain domains that apt update wanted. I created a new user: sudo adduser razzi sudo adduser razzi sudo Then I logged in with that user, set up passwordless sudo, installed fish, changed my default shell, and logged out and logged back in for fish to be the shell the terminal would start with. I made the terminal font bigger but the default dark bl...")
- 02:44, 4 January 2026 Razzi talk contribs created page Blog: 2026-01-04 (Created page with "https://tio.run/#cs-mono-shell does work to evaluate csharp. would be nice to add a repl to riju. Currently the make command that spins up docker errors though in an unclear way.")
- 12:47, 2 January 2026 Razzi talk contribs created page Blog: 2026-01-02 (Created page with "This AI editor https://zed.dev/ also allows disabling ai features ... hm made by the superhuman founder Conrad Irwin")
- 16:28, 1 January 2026 Razzi talk contribs created page Blog: 2026-01-01 (Created page with "https://tonsky.me/blog/syntax-highlighting/ yeah I agree with the making comments stand out. A common thing I update in my syntax highlighting definitions")
- 02:06, 27 December 2025 Razzi talk contribs created page Blog: 2025-12-27 (Created page with "Hmm this space strategy maybe kinda game? Stellaris https://stellaris.paradoxwikis.com/Stellaris_Wiki at least its home page is a wiki !!")
- 12:27, 25 December 2025 Razzi talk contribs created page Blog: 2025-12-25 (Created page with "This Bill Sackter #documentary is free to watch the whole thing on Youtube https://www.youtube.com/watch?v=iUfaB41xjao&t=9s")
- 20:54, 23 December 2025 Razzi talk contribs created page Blog: 2025-12-23 (Created page with "This interesting site Yakking https://yakking.branchable.com/")
- 14:51, 21 December 2025 Razzi talk contribs created page Blog: 2025-12-21 (Created page with "an #idea for a blog post - calling your own phone using element Atomic rename for file for this issue: https://github.com/razzius/fish-functions/issues/31")
- 00:20, 15 December 2025 Razzi talk contribs created page Blog: 2025-12-14 (Created page with "> Tumor cells, for example, can reproduce uncontrollably because they release signals that initiate their own self-division. Basically a fork bomb? Infinite loop?")
- 01:01, 11 December 2025 Razzi talk contribs created page Blog: 2025-12-11 (Created page with "This doc points to where syntaxes are defined: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks Which for fish is: https://github.com/l15n/fish-tmbundle/blob/master/Syntaxes/fish.tmLanguage hmm archived")